/*
+--------------------------------------------------------------------------
|   Pro Blue CSS (Fluid)
|   ========================================
|   By Siropu - http://mkportalskins.blogspot.com/
+--------------------------------------------------------------------------
|   > MKPortal
|   > Written By Amedeo de longis
|   > Date started: 9.2.2004
|   (c) 2004-2007 mkportal.it
|   http://www.mkportal.it
|   Email: luponero@mclink.it
+--------------------------------------------------------------------------
*/

/*=============================
M
K  GLOBAL STYLES
P
=============================*/

body {
	background: #f9f9f9;
	color: #536482; 
	font-size: 12px; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        text-align: center; /* center in IE */ 
	margin: 0; 
	padding: 0; /* Opera 0 margin */	

}

h1 {
        margin: 0; 
        padding: 0; 
          
}

h2 {
        margin: 0;  
        padding: 0; 
        
}

#mkwrapper {
        width: 900px;
	margin: 0 auto;
        border: 5px #ffffff solid;
	text-align:left; /* left-align text in IE */	

}

/*=============================
M
K  PORTAL HEADER
P
=============================*/

#mkheader {	
        background: #025f96 url(images/header_bg.png) top left repeat-x;
        height: 145px;
      
}

/* portal navigation */
.mknavlinks {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-align: right;
        text-transform: uppercase;
        padding: 5px 5px 20px 0px;
                           
}

.mknavlinks a, .mknavlinks a:link, .mknavlinks a:active, .mknavlinks a:visited {
        border-left: 1px #baccd9 solid;       
        padding: 0px 5px 0px 5px;
        font-size: 10px;
        color: #e7f4ff;
        
}

.mknavlinks a:hover {
        border-left: 5px #baccd9 solid;
        text-decoration: none;
        color: #e7f4ff;

}

/* portal description */
.mksite-description {
        text-align: left;
        padding: 10px 0px 0px 60px;
       _padding: 15px 0px 45px 60px; /* IE FIX */
        
}

.mksite-description a, .mksite-description a:link, .mksite-description a:active, .mksite-description a:visited {
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        text-decoration: underline;
        color: #ffffff;

}

.mksite-description a:hover {
        color: #ffffff;
        text-decoration: overline;

}

.mksite-description h1 {
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-weight: bold;
	font-size: 20px; 
        margin: 0; 
        padding: 0; 

}

.mksite-description h2 {
        font-size: 12px;
        font-weight: normal;
        line-height: 1.3em;
        color: #ffffff;
        margin: 0;  
        padding: 0; 
        
}

/*=============================
M
K  GLOBAL FONT FORMATTING
P
=============================*/

table,
tr,
td {
	color: #536482;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
.tdglobal {
	font-size: 11px; 

}

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

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

/*=============================
M
K  PORTAL BACKGROUNDS
P
=============================*/

.modulecell,
.trattini,
.tablemenu,
.taburlo {
	background: #eef5f9;
	color: #536482;
        font-size: 11px;

}

.tabnews {
        background: #eef5f9;

}

.tabmain {
        background: #ffffff;

}
.urlo {
        background: #eef5f9 url(images/urlo.gif) bottom left no-repeat;
        background-position: 8px 10px;
       _background-position: 8px 12px; /* IE FIX */

}
.urlo2 {
        background: #eef5f9 url(images/urlo2.png) bottom left no-repeat;
        background-position: 9px 4px;
        height: 30px;

}

.tdblock {
	background: transparent;
	color: #536482;

}

.moduleborder {
             background: #ffffff;

}

.sottotitolo {
	background: #ffffff;
	color: #ffffff;

}

/*=============================
M
K  BORDER AND DIVIDER STYLES
P
=============================*/

/* block wrapper, chat button strip */
#mkwrapper {
        border: 5px #fff solid;

}

.tabmain,
.taburlo,
.urlo,
.urlo2,
.trattini,
.trattini2,
.trattini3 {
	border: 0;	

}

.tablemenu {
            
        border-width: 5px 0px 0px 2px;  
        border-color: #eef5f9;
        border-style: solid; 

}

.tabnews {
        border-width: 3px 3px 3px 3px;  
        border-color: #eef5f9;
        border-style: solid; 

}
	
.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-bottom: 1px #536482 dashed;

}

.footer {
        border: 5px #ffffff solid;

}

/*=============================
M
K  HYPERLINK STYLES
P
=============================*/

/* global links */
a:link, 
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #105289;	
	text-decoration: none;	

}

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

}

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

}

/* bold navbar, block, module links */
a.uno:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #105289; 
	font-weight: normal;
	text-decoration: none;

}

a.uno:visited {	
	font-size: 11px; 
	color: #105289; 
	font-weight: normal;
	text-decoration: none;

}

a.uno:hover {
	font-size: 11px; 
	color: #105289; 
	font-weight: normal;
	text-decoration: underline;
}

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

}

.tablemenu a:hover {
	text-decoration: underline;
}

.tablemenu a:active { 
	text-decoration: none; 	
}

/* global contrasting text and hyperlink color */
.mktxtcontr,
a.mktxtcontr:link, 
a.mktxtcontr:visited {
	color: #536482;
	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-color: #ffffff;		
	/* border: 1px solid #4C77B6; */	
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px; 
	color: #496c9f;
	vertical-align: middle;

}

/* button border - needed for blocks to display correctly in forum-view */	
.blsubmit,
.mkbutton {
	border: 2px #9cf outset;

}

.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:#ffffff;
 	font-size: 9px;
	border: 1px solid #e0eaf0;
	margin: 2px;

}

/*=============================
M
K  BLOCK STYLES
P
=============================*/

/* used in functions.php (function main_page) */
.blocks {
	padding: 0px;
}

/* block header/footer corner images - portal skin only */
.tdmenblock {
	font-size: 0px;	
	padding: 0px;  
	margin: 0px; 
	vertical-align: top;
	background-color:#8CB6E7;

}

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

}

/* block title bar */
.sottotitolo {
	vertical-align: center;	
	text-align: center;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
        text-transform: uppercase;	

}

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

/*=============================
M
K  MODULE GLOBAL STYLES
P
=============================*/

/* module table headings */
.modulex {	
	background: #e7f1f7;
        padding: 5px;
}

th.modulex {	 
	color: #536482; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-color: #e7f1f7 !important;
	background-image: none !important;
	height: 25px;
	/* font-weight: normal;*/
	white-space: nowrap;

} 

/* Reviews description text */
.modulelite {
	font-size: 8pt;
	color:#a6bbcd;

}

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

}

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

}

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

}

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

}

/* admin cp titles with top border - used in frontend and backend */
.titadmin {
	margin: 0px;
	font-weight: bold;
	font-size: 11px; 
	color: #496c9f;
	border-top: 1px dashed #5c88c8;
}

/*=============================
M
K  SHOUTBOX MODULE STYLES
P
=============================*/

/* module table with border (shoutbox, news) */
div.taburlo {	
	width: 100%; /* center in IE */	

}

td.taburlo{
	margin:5px;
	padding:5px;
	border:0px;

}
	
/* shouter and date cell */
.urlo {
        font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: 10px;
        color: #536482;	 
	vertical-align: bottom;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	padding: 14px 4px 4px 30px;
       _padding: 14px 0px 8px 30px; /* IE FIX */
        
}

/* shout cell */
.urlo2 {
        font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align: left;
	color: #536482;
	font-size: 12px;
	font-weight: normal;
        padding: 0px 0px 5px 30px;

}

/* Shout cell separator and content spacer */
.urloseparator {
        padding: 7px 0px 0px 0px;

}

/* white shouter text */
.urlocontrast {	
	color: #536482;
        font-size: 10px;
}

/*=============================
M
K  NEWS MODULE STYLES
P
=============================*/

/* news table with border */
.tabnews {
	margin:0px; 
	padding:0px;
	font-size: 12px;
	color: #536482;	
}

/*=============================
M
K  FONT STYLES
P
=============================*/

/* red error page text */
.mkerror {	
	font-size: 12pt;
	color: #ff0000;
	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 {
	font-size: 9px; 
	color: #536482;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #ffffff;	
	padding: 0;	

}

.mkquotetext {
	font-size: 10px; 
	color: #536482;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	
}

table .mkquotetable{				
	width: auto; /* IE */	
	text-align: left;

}

/* 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 {
	border:2px;
	border-style:outset;
	background-color: #005083;
        color: #ffffff;

}

/* Table Cell Alignment ltr/rtl */

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

}

/* default is "right" */
.mkalign2 {
	text-align: right;

}

/* portal cell spacer */
.mkspacer {
         padding-top: 20px;  
         background: #fff;
      
}

/*=============================
M
K  ROUND CORNERS
P
=============================*/

span.mkcorners-top {
        font-size: 1px;
	line-height: 1px;
	display: block;
	height: 5px;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: -51px 0px 0px 0px;
       _margin: 0px; /* IE FIX */
        background-image: url(images/corners_left.gif);

}

span.mkcorners-top span {
        font-size: 1px;
	line-height: 1px;
	display: block;
	height: 5px;
	background-repeat: no-repeat;
	background-image: url(images/corners_right.gif);
	background-position: 100% 0;

}

span.mkcorners-bottom {
        font-size: 1px;
	line-height: 1px;
	display: block;
	height: 5px;
	background-repeat: no-repeat;
	background-image: url(images/corners_left.gif);
	background-position: 0 100%;
	margin: 9px 0px 0px -30px;
        _margin: 10px 0px -5px -30px;
	clear: both;
}

span.mkcorners-bottom span {
        font-size: 1px;
	line-height: 1px;
	display: block;
	height: 5px;
	background-repeat: no-repeat;
	background-image: url(images/corners_right.gif);
	background-position: 100% 100%;

}

/*=============================
M
K  PORTAL FOOTER
P
=============================*/

.site-credits {
        background: #eef5f9;
        color: #536482;
        font-family: Verdana, Arial, Helvetica, sans-serif; 
        font-size: 11px;
        text-align: center;
        padding: 10px 0px 10px 0px;  
           
}   

.mkfooter {
        background: #ffffff;
        color: #536482;
        margin: 0px auto;
        font-family: Verdana, Arial, Helvetica, sans-serif; 
        font-size: 10px;
        text-align: center;
        padding: 10px 0px 5px 0px;     

}