/*
+--------------------------------------------------------------------------
|   Cascading Style Sheet for MKportal "frex" Portal Template
|   ========================================
|        by Zeuder [http://zeuder.co.cc]
|
|   by Meo aka Luponero [Amedeo de longis]
|      Don K. Colburn [visiblesoul.net]
|   (c) 2004-2007 mkportal.it
|   http://www.mkportal.it
|   Email: luponero@mclink.it
+--------------------------------------------------------------------------
|   > MKPortal
|   > Written By Amedeo de longis
|   > Date started: 9.2.2004
+--------------------------------------------------------------------------
*/

/*=============================
M
K  global styles
P
=============================*/
body {
        background: #B7C1C9;
        color: #666666; 
        font-size: 10px; 
        font-family: Verdana, Arial, Helvetica, sans-serif; 
        margin: 0px auto; 
        padding: 10px; /* Opera 0 margin */        
        text-align: center; /* center in IE */ 
}

/* portal wrapper */
#mkwrapper {
        margin: 0px auto;
        text-align:left; /* left-align text in IE */        
        
}

/* logostrip */
#mklogostrip {
        background:#fff url(images/sf_logo.png) repeat-x;
        text-align: left;
}

/* global font formatting */
table,
tr,
td,
.tdglobal {
        color: #666666;
        font-size: 10px; 
        font-family: Verdana, Arial, Helvetica, sans-serif;        
}
.tdglobal2 {
        color: #0000FF;
        font-size: 10px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* main portal table */
.tabmain {
        margin:0px;
        padding:0px;        
}

/* images */
img {                 
        border: 0px;
        vertical-align: middle; /* Meo: Added in C1.2 */
}

/*=============================
M
K  LIGHT BACKGROUND
P
=============================*/
.modulecell,
.trattini
{
        background-color: #ffffff;
        color: #666666;
}
.tabmain{
        border: 1px solid #888;
        background: #F1F1F1;
        padding: 10px;
        
}
.tablemenu{ background:#fff url(images/bgblocks.png) repeat-x;}

/*=============================
M
K  MEDIUM BACKGROUND
P
=============================*/
th {
        color: #FFA34F;
        font-size: 1.1em;
        font-weight: bold;
        background-color: #006699;
        background-image: url('./foro/styles/subsilver2/theme/images/cellpic3.gif');
        white-space: nowrap;
        padding: 7px 5px;
}

.tablebg {
        background-color: #A9B8C2;
}
.row1 {
        background-color: #ECECEC;
        padding: 4px;
}

.row2 {
        background-color: #DCE1E5;
        padding: 4px;
}

.row3 {
        background-color: #C0C8D0;
        padding: 4px;
}

.spacer {
        background-color: #D1D7DC;
}


.navigatore,
.moduleborder {
        background: #f3f3f3;
        color: #8BB9DD;
}
.tdblock, .taburlo{        background: transparent;}

/*=============================
M
K  DARK BACKGROUND
P
=============================*/
.sottotitolo {
        background: #2E82BE url(images/m_sf.gif) repeat-x;
        color: #fff;
}

/*=============================
M
K  border and divider styles
P
=============================*/

.tabnews,.taburlo{
border:0px;
}

.urlo2,
.trattini,
.trattini2,
.trattini3 {
        border: 1px solid #5c88c8;        
}
.tablemenu /* block wrapper, chat button strip */ {
        border: 1px solid #e0e0e0;        
}        
.trattini { /*used only in tpl_main.php(deprecated), blog, ad_blocks.php*/
        border-width: 1px 0 0 0;
        border-top-style: dashed;
}

.trattini3 {/* used only in blog, quotes, urlobox, calendar*/
        border-width: 0 0 1px 0;
        border-bottom-style: dashed;
}

/* deprecated - used only in tpl_main.php */
/* .vspacer
{
        background-image: url(MKPORTALIMGDIR/punto_vert.gif);
        background-repeat: repeat-y;
        background-color: transparent;        
} */

/*=============================
M
K  hyperlink styles
P
=============================*/
/* global links */
a:link, 
a:visited {
        color: #000;        
        font-family: Verdana, Arial, Helvetica, sans-serif;
        text-decoration: none;        
}

a:hover {
        color: #000;        
        font-family: Verdana, Arial, Helvetica, sans-serif;
        text-decoration: underline;
}

a:active {
        color: #000;        
        font-family: Verdana, Arial, Helvetica, sans-serif;
        text-decoration: none;         
}

/* bold navbar, block, module links */

a.uno:link {
        color: #000; 
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px; 
        font-weight: bold;
        text-decoration: none
}

a.uno:visited {        
        color: #000; 
        font-size: 10px; 
        font-weight: bold;
        text-decoration: none
}

a.uno:hover {
        background:#E4FAEC;
        color: #000; 
        font-size: 10px; 
        font-weight: bold;
        padding: 0px;
        text-decoration: none;
}

/* block text links */
.tablemenu a:link, a:visited {
        color: #333;        
        font-family: Verdana, Arial, Helvetica, sans-serif;
        text-decoration: none;        
}
.tablemenu a:hover {        text-decoration: none;}
.tablemenu a:active { 
        text-decoration: none;         
}

/* global contrasting text and hyperlink color */
.mktxtcontr,
a.mktxtcontr:link, 
a.mktxtcontr:visited {
        color: #ff0000;
        font-weight: bold;
        text-decoration: none;
}

a.mktxtcontr:hover {
        font-weight: bold;
        text-decoration: underline;
}

/* contrasting text and hyperlink color 2 (admin) */
.mktxtcontr2,
a.mktxtcontr2:link, 
a.mktxtcontr2:visited {
        color: #0000ff;
        font-weight: bold;
        text-decoration: none;
}

a.mktxtcontr2:hover {
        font-weight: bold;
        text-decoration: underline;
}

/*=============================
M
K  form styles
P
=============================*/
/* remove margin after closing "form" tag in MSIE */
form {
        margin: 0;
        padding: 0
}

input,
textarea,
select,
.bgselect, /* input fields */
.mkbutton /* global submit buttons */
{
        background: #eee;                
        border: 1px solid #DDD;
        color: #666;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 10px; 
        margin: 0px;
        padding: 0px;
        vertical-align: middle;
}

/* button border - needed for blocks to display correctly in forum-view */        
.blsubmit,
.mkbutton { border: 1px #ccc solid;}

.mkbutton { /* Global submit buttons */
        padding: 3px;
}

.mkbbbutton { /* MKP BBcode editor buttons */
        margin: 0;
        padding: 0;
}

/* radio/checkbox buttons - remove background color and border in IE */        
.mkradio {
        background-color: transparent;
        border: 0px;                
}

/* configure blog textarea */
textarea.mkwrap1 {
        overflow: auto;
        /* width: 230px; */
        width: 100%;
}

/* edit blog textarea */
textarea.mkwrap2 {
        overflow: auto;
        width: 500px ;
}

/* block input */
.mkblkinput {
        background-color:#fff;
         border: 1px solid #DDD;
        font-size: 9px;
        margin: 2px;
}

/*=============================
M
K  navstrip styles
P
=============================*/
/* top navstrip */
.navigatore {        
        background:#2E82BE url(images/m_sf.gif) repeat-x;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9px;
        font-weight: 300;
        height: 25px;
        text-align: right;
        vertical-align: middle;
}
.navigatore a:link, .navigatore a:active, .navigatore a:visited{ color: #eee;}
.navigatore a:hover{ color: #2E82BE;}

/*=============================
M
K  block styles
P
=============================*/
/* used in functions.php (function main_page) */
.blocks { padding: 0px;}

/* block header/footer corner images - portal skin only */
.tdmenblock {
        background: #2E82BE url(images/m_sf.gif) top repeat-x;
        font-size: 0px;        
        margin: 0px; 
        padding: 0px;  
        vertical-align: top;
}

/* block td cell */
.tdblock {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: normal;
        margin: 2px;        
}

/* block title bar */
.sottotitolo {
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;        
        text-align: center;
        vertical-align: middle;        
        /* color: #666666; */                 
}

/* horizontal spacer between blocks */
.tdspacer {        line-height: 5px;}

/*=============================
M
K  module global styles
P
=============================*/
/* module table headings */
.modulex {        
        background-color: #f9f9f9;
        height: 25px;
}

th.modulex {         
        color: #666666; 
        background-color: #f9f9f9 !important;
        background-image: none !important;
        font-family: Verdana, Arial, Helvetica, sans-serif; 
        height: 25px;
        white-space: nowrap;
}

/* Reviews description text */
.modulelite {
        color: #aaa;
        font-size: 10px;
}

/* center block padding (news, admin) */
.contents { padding: 10px; }

/* module pagination links */
.mkpagelink {
        background-color: #f0f5fa;
        border: 1px solid #072a66;
        color: #000;
        font-weight: normal;
        padding:1px 3px 1px 3px;
}

.mkpagelinklast {
        background-color: #dfe6ef;
        border: 1px solid #072a66;
        color: #000;
        font-weight:normal;
        padding:1px 3px 1px 3px;
}

.mkpagecurrent {
        background-color: #ffc9a5;
        border: 1px solid #072a66;
        color: #000;
        font-weight:normal;
        padding:1px 3px 1px 3px;
}

/* admin cp titles with top border - used in frontend and backend */
.titadmin {
        border-top: 1px dashed #5c88c8;
        color: #496c9f;
        font-weight: bold;
        font-size: 11px; 
        margin: 0px;
}
/*=============================
M
K  shoutbox module styles
P
=============================*/
/* module table with border (shoutbox, news) */
div.taburlo {        
        width: 100%; /* center in IE */        
}

td.taburlo{
        border: 0;
        margin:5px;
        padding:5px;
}
        
/* shouter and date cell */
.urlo {
        color: #666;
        font-size: 10px;
        line-height: 18px;
        padding: 4px;                 
        text-align: left;
        vertical-align: bottom;
}

/* shout cell */
.urlo2 {
        border: solid #DDD;
        border-width: 0 0 1px 0;
        color: #666;
        font-size: 10px;
        padding: 4px;        
        text-align: left;        
}

/* white shouter text */
.urlocontrast {color: #666;}

/*=============================
M
K  news module styles
P
=============================*/
/* news table with border */
.tabnews {
        background:url(images/bgnews.png) repeat-x;
        color: #666666;        
        font-size: 10px;
        margin:0px; 
        padding:0px;
}

/*=============================
M
K  font styles
P
=============================*/
/* red error page text */
.mkerror {        
        color: #ff0000;
        font-size: 12pt;
        font-weight:bold;
}

/* MKPQuote quotation text */
.mkquote {color: #0000ff;}

/* MKPGallery module ecard, offline page */
.ecardtitle,
.offlinetxt {
        font-size: 10pt; 
        font-weight: bold;
        text-align: center;
}

/*=============================
M
K  BBcode quote styles
P
=============================*/
.mkquoteball {
        background-color: #ffffff;        
        color: #666666;
        font-size: 9px; 
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: normal;
        padding: 0;        
}

.mkquotetext {
        background-color: #ffffff;
        color: #666666;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px; 
        font-weight: normal;
        margin: 0;
        padding: 0;        
}
table .mkquotetable{                                
        text-align: left;
        width: auto; /* IE */        
}

/* Added in C1.2 */

/* Table background highlight */
.bghighlight1 { background-color: #EAF8EB;}

/* Table background highlight 2 */
.bghighlight2 {background-color: #EFCBCB;}

/* mkportal footer copyright - Do not remove, modify or obscure the copyright text */
.mkcopyright { font-size: 10px;}
.mkcopyright a {        text-decoration: none;}

/* Calendar block current day highlighting */
#mkcaltoday {
        background-color: #EEE;
        border: 1px solid #DDD;
}

/* Table Cell Alignment ltr/rtl */

/* default is "left" */
.mkalign1 { text-align: left;}

/* default is "right" */
.mkalign2 { text-align: right;}
.mkblock{
        font-size: 10px;
        padding: 5px;
        text-align: center;
}

