/*
+--------------------------------------------------------------------------
|   CSS for MKportal "mk_prosilver_rounded" Portal Template
|   ======================================
|   by mike16os [Khan Cin Hau]
|   Copyright (c) 2004-2008 mkportal.it
|   http://www.yamc.info
|   Email: mike16os@gmail.com
+------------------ Base Template -------------------------------------
|   Cascading Style Sheet for MKportal "Forum" Portal Template
|   ========================================
|   by Meo aka Luponero [Amedeo de longis]
|      Don K. Colburn [visiblesoul.net]
|   Copyright (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-color: #ffffff;

	font-size: 10px; 
	color: #355883; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0px; 
	padding:0px; /* Opera 0 margin */	
	text-align: center; /* center in IE */ 
	scrollbar-face-color: #DEE3EF;
	scrollbar-shadow-color: #6BA8E4;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: #B5C7DD;
	scrollbar-darkshadow-color: #B5C7DD;
	scrollbar-track-color: #B5C7DD;
	scrollbar-arrow-color: #999999;
}

/* portal wrapper */
#mkwrapper {
	text-align:left; /* left-align text in IE */	
	margin: 0px auto 0px auto;
}

/* logostrip */
#mklogostrip {
	background-color: #8cb6e7;	
	background-repeat: repeat-x;
	text-align: left;
}

/*global font formatting */
table,
tr,
td,
.tdglobal {
	font-size: 10px; 
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

/*main portal table bg (if different than body bg) */
.tabmain,
.importmain {	
	font-size: 10px;	
}

/* 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,
/*.urlo2,*/
.tabnews,
.trattini,
.trattini3,
.tablemenu,
.taburlo {

	background-color: #ffffff;
	color: #666666;
	text-align: left;
}

/*=============================
M
K MEDIUM BACKGROUND
P
=============================*/
.navigatore,
.moduleborder,
.modulex,
.tdblock,
.mkpagecurrent {
	background-color: #dfe6ef;
	color: #496c9f;
}

/*=============================
M
K DARK BACKGROUND
P
=============================*/
.urlo
{
	vertical-align: middle;
	background-color:#cadceb;
	color: #666666;
}
.sottotitolo {
	vertical-align: middle;
	background-color:#ffffff;
	color: #FFFFFF;
}

/*=============================
M
K  border and divider styles
P
=============================*/
/* vertical spacer image used in portal skin */
/* .vspacer {
	background-image: url(MKPORTALIMGDIR/punto_vert.gif);
	background-repeat: repeat-y;
	background-color: transparent;	
} */

/* border-color */
/*.tabmain,*/
.tablemenu, /* block wrapper, chat button strip */
.taburlo,
.urlo2,
.tabnews,
.trattini,
.trattini2,
.trattini3,
.mkpagelink,
.mkpagelinklast,
.mkpagecurrent,
.titadmin{
	border: 1px solid #5c88c8;	
}
	
.trattini { /*used only in tpl_main.php(deprecated), blog, ad_blocks.php*/
	border-width: 1px 0 0 0;
	border-style: dashed;
}

/* blocks admin */
.trattini2 {
	border-width: 0 1px 0 0;
	border-style: dashed;
}

.trattini3 { /* used only in blog, quotes, urlobox, calendar*/
	border-width: 0 0 1px 0;
	border-style: dashed;
}

/*=============================
M
K  hyperlink styles
P
=============================*/
/*global links */
a:link,
a:active,
a.uno:link
 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000080;	
	text-decoration: none;	
}

a:visited,
a.uno:visited
 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000080;	
	text-decoration: none;	
}

a:hover,
a.uno:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; 
	color: #FF0000;
}

/* a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000080;	
	text-decoration: none;
} */

/* bold navbar, block, module links */
a.uno:link {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none
}

a.uno:visited {	
	font-size: 10px; 
	font-weight: bold;
	text-decoration: none
}


a.uno:hover {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

/* block text links */
/* .tablemenu a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #496c9f;	
	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 {	
	font-size: 12px;
	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
}

/* form styles */
input,
textarea,
select,
.bgselect, /* input fields */
.mkbutton, /* global submit buttons */
.mkblkinput, /* block input */
.mkradio
{
	background-color: #dfe6ef;		
	/* border: 1px solid #4C77B6; */	
	/* margin: 0px; */
	/* padding: 0px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px; 
	color: #496c9f;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	font-size: 9px;
	font-weight: normal; /* needed for Mozilla */	
}

.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-width: 0px;
} */

/* configure blog textarea */
textarea.mkwrap1 {
	overflow: auto;
	/* width: 230px; */
	width: 100%;
}

/* edit blog textarea */
textarea.mkwrap2 {
	overflow: auto;
	width: 500px ;
}

/*=============================
M
K  navstrip styles
P
=============================*/
/* top navstrip */
.navigatore
{	
	vertical-align: bottom;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 9px;
	border: 0;
	background-color: #11A0E7;
	padding: 4px;

}

/*=============================
M
K  block styles
P
=============================*/
/* used in functions.php (function main_page) */
.blocks {
	padding: 0px;
}

/* block td cell */
.tdblock {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border: 0;
	margin: 2px;	
}

/* block title bar */
.sottotitolo {
	vertical-align: bottom;	
	text-align: left;
	font-size: 11px;
	font-weight: bold;	 
}

/* horizontal spacer between blocks */
.tdspacer {
	line-height: 3px;
}

/*=============================
M
K  module global styles
P
=============================*/
/* IMPORT module table headings */
th.modulex,
.importmodulex {
	background-color: #f1f5f8;
	height: 25px;
}
th.modulex {
	white-space: nowrap;
}
.modulex {
	border-width: 0 0 0 0;
}
/* Reviews description text */
.modulelite {
	font-size: 8pt;
	/* color:#a6bbcd;*/
}

/* block padding (news, admin) */
.contents {
	padding: 10px;	
}

/* module pagination links */
.mkpagelink {
	padding:1px 3px 1px 3px;
	font-weight: normal;
}

.mkpagelinklast {
	padding:1px 3px 1px 3px;
	font-weight:normal;
}

.mkpagecurrent {
	padding:1px 3px 1px 3px;
	font-weight:normal;
}

/* admin cp titles with top border - used in frontend and backend */
.titadmin {
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px 0 0 0;
	border-style: dashed;
}
/*=============================
M
K  shoutbox module styles
P
=============================*/
td.taburlo{	
	margin:5px;
	padding:5px;
	border: 0;	
}
	
/* shouter and date cell */
.urlo {
	line-height: 18px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #ffffff;
	vertical-align: bottom;
	text-align: left;	
	font-size: 11px;
	font-weight: bold;
	padding: 4px;		 
}

/* shout cell */
.urlo2 {
	padding: 4px;
	border-width: 0 0 0px 0;
	border-style: solid;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
}

/* white shouter text */
/* .urlocontrast {	
	color: #ffffff;
} */

/*=============================
M
K  news module styles
P
=============================*/
/* news table with border */
.tabnews {
	border-width: 1px;
	border-style: dashed;
	margin:0px; 
	padding:0px;
	font-size: 10px;	
}

/*=============================
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: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #ffffff;	
	padding: 0;	
}

.mkquotetext {
	font-size: 10px; 
	color: #666666;
	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 dau highlighting */
#mkcaltoday {
	border:2px;
	border-style:outset;
	background-color: #ffff00;
}

   /* additional  outside rouded */
    .top-left, .top-right, .bottom-left, .bottom-right {
       height: 20px;       
       weidth: 20px;       
       font-size: 2px;   
       }
       
    .top-left {
       background-image: url("MKPORTALIMGDIR/corners_top.gif"); background-repeat:no-repeat; 
       background-position: 0 -20px; 
       margin-left: 1px;  
       margin-top: 0px;  
       margin-right: 9px; 
       }
    .top-right {
       background-image: url("MKPORTALIMGDIR/corners_top.gif"); background-repeat:no-repeat; 
       background-position: 100% 0;    
       margin-left: 0px;  
       margin-top: -9px;  
       margin-right: 1px;    
       }
    .top-center {
       background-image: url("MKPORTALIMGDIR/bg_headers.gif"); 
       background-position: 0 0px; 
       height: 20px;       
       weidth: 20px;       
       font-size: 2px;   
       margin-left: 20px;  
       margin-top: -20px;  
       margin-right: 20px; 
       margin-bottom: -20px; 
       }
       
    .bottom-left  {
       background-image: url("MKPORTALIMGDIR/corners_bottom.gif"); background-repeat:no-repeat; 
       background-position: 0 0px; 
       margin-right: 0px; 
       margin-left: 1px;  
       margin-top: 0px;  
       }
    .bottom-right {
       background-image: url("MKPORTALIMGDIR/corners_bottom.gif"); background-repeat:no-repeat; 
       background-position: 100% -20px; 
       margin-right: 1px; 
       margin-left: 0px;  
       margin-top: -20px;  
       }
    .bottom-center {
       background-image: url("MKPORTALIMGDIR/bg_footers.gif"); 
       background-position: 0 0px; 
       height: 20px;       
       weidth: 20px;       
       font-size: 2px;   
       margin-left: 20px;  
       margin-top: -20px;  
       margin-right: 20px; 
       margin-bottom: -20px; 
       }

    .inside {
       border-left: 0px solid #000000;
       border-right: 0px solid #000000;
       background: #FFFFFF; 
       color: #000000;
       padding-left: 0px;
       padding-right: 0px;
       background-image: url("MKPORTALIMGDIR/bg_body.gif"); 
       }
       
    .notopgap    { margin-top: 0; }
    .nobottomgap { margin-bottom: 0; }

    .outside {
       margin: 0 auto;
       width : 1000px;
       }

/* Table Cell Alignment ltr/rtl */

/* default is "left" */
.mkalign1 {
	text-align: left;
}

/* default is "right" */
.mkalign2 {
	text-align: right;
}




