/*
+--------------------------------------------------------------------------
|   Cascading Style Sheet for MKportal Judge.se Template
|   ========================================
|   by Evgueni Naverniouk [globex]
|   (c) 2007 globexdesigns.com
|   http://www.globexdesigns.com/
|   Email: info@globexdesigns.com
+--------------------------------------------------------------------------
|   > MKPortal
|   > Written By Amedeo de longis
|   > Date started: 9.2.2004
+--------------------------------------------------------------------------
*/

/*=============================
   global styles
=============================*/

* {
	outline: none;
}

body {
	background: #44474F;
	color: #222; 
	font-family: Verdana, Arial, Tahoma, Helvetica, "Trebuchet MS", Sans-Serif, Georgia, Courier, "Times New Roman", Serif;
	font-size: 12px;
	line-height: 135%;
	margin:0px; 
	padding:0px; /* Opera 0 margin */	
	text-align: center; /* center in IE */ 
}

/* portal wrapper */
#mkwrapper {
	text-align:left; /* left-align text in IE */	
	margin: 0px auto 0px auto;
}

/* global font formatting */
table,
tr,
td,
.tdglobal {
	color: #666;
}

/* main portal table */
.tabmain {
	margin:0px;
	padding:0px;
	border: 0;
}



/* image link border */
img { 		
	border: 0px;
	padding: 0px;
}

/*=============================
   LIGHT BACKGROUND
=============================*/
.modulecell,
.urlo2,
.tabnews,
.trattini,
.tablemenu,
.taburlo {
	background: #DBDBDB;
	color: #333;
}

.tabmain {
	background-color: #44474F;
	border: 0px;
	border-spacing: 0px;
	color: #DDD;
}

/*=============================
   MEDIUM BACKGROUND
=============================*/
.navigatore,
.tdblock,
.moduleborder {
	background-color: #EEE;
	color: #496C9F;
}

.tdblock {
	background-image: url(images/globex/menu_bg.gif);
	border: 1px solid #CCC;
	padding: 2px;
	/* border-top: 3px solid #BBB; */
}

/*=============================
   DARK BACKGROUND
=============================*/
.urlo,
.sottotitolo {
	background-color: #303038;
	color: #CCC;
}

/*=============================
   border and divider styles
=============================*/
.tablemenu, /* block wrapper, chat button strip */
.taburlo,
.urlo2,
.trattini,
.trattini2,
.trattini3 {
	border: 1px solid #5c88c8;	
}
	
.trattini {
	border-width: 1px 0 0 0;
	border-top-style: dashed;
}

/* blocks admin */
.trattini2 {
	border-width: 0 1px 0 0;
	border-right-style: dashed;
}

/* Quotes, Shoutbox */
.trattini3 {
	border: 0px;
}

/* vertical spacer image used in portal skin */
/* .vspacer
{
	background-image: url(MKPORTALIMGDIR/punto_vert.gif);
	background-repeat: repeat-y;
	background-color: transparent;
} */

/*=============================
   hyperlink styles
=============================*/
/* global links */
a:link, 
a:visited,
a:active {
	color: #496C9F;	
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;
}

/* bold navbar, block, module links */
a.uno:link,
a.uno:visited {
	color: #444; 
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
}

a.uno:hover {	
	color: #FFF; 
}

.navigatore a.uno:link,
.navigatore a.uno:visited {
	border-right: 1px solid #777;
	color: #CCC; 
	padding: 0px 11px 0px 0px;
}

/* block text links */
.tablemenu a:link, a:visited {
	color: #444;
	text-decoration: none;	
}

.tablemenu a:hover {
	color: #4082C4;
	text-decoration: none;
}

.tablemenu a:active { 
	text-decoration: none; 	
}

/* global contrasting text and hyperlink color */
.mktxtcontr,
a.mktxtcontr:link, 
a.mktxtcontr:visited {
	color: #2870D6;
	font-weight: bold;
	text-decoration: none;
}

a.mktxtcontr:hover {
	text-decoration: none;
}

/* contrasting text and hyperlink color 2 (admin) */
.mktxtcontr2,
a.mktxtcontr2:link, 
a.mktxtcontr2:visited {
	color: #444;
	font-weight: bold;
	text-decoration: none;
}

a.mktxtcontr2:hover {
	color: #4082C4;
	text-decoration: none;
}

/*=============================
   form styles
=============================*/
input,
select,
.bgselect, /* input fields */
.mkbutton /* global submit buttons */
{
	background-color: #FFF;		
	border: 1px solid #4C77B6;	
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #333;
	vertical-align: middle;
}

textarea
{
	background-color: #FFF;		
	border: 1px solid #4C77B6;	
	margin: 0px;
	margin-left: 5px;
	padding: 0px;
	font-weight: normal;
	color: #333;
	vertical-align: middle;
}

/* button border - needed for blocks to display correctly in forum-view */	
.blsubmit,
.mkbutton {
	border: 1px solid #9CF;
	background: #EEE;
	margin: 2px;
	height: 18px;
	padding: 2px;
	vertical-align: middle;
}

/* 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 #808080;
	margin: 2px;
}

/*=============================
   navstrip styles
=============================*/
/* top navstrip */
.navigatore {	
	vertical-align: center;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	height: 31px;
}

.navigatore img {
	display: none;
}

/*=============================
   block styles
=============================*/
/* 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: #303038;
}

/* block td cell */
.tdblock {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	margin: 2px;
	border: 0px;
}

/* block title bar */
.sottotitolo {
	vertical-align: center;	
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	color: #EEE;  
}

/* horizontal spacer between blocks */
.tdspacer {
	line-height: 5px;
}

/*=============================
   module global styles
=============================*/
/* module table headings */
.modulex {	
	background-color: #FFF;
	height: 25px;
	padding: 4px;
	border: 1px solid #CCC;
}

tr .tdglobal {
	background-color: #DDD;
	border: 0;
}

th.modulex {	 
	color: #666; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-color: #DEECF9 !important;
	background-image: none !important;
	height: 20px;
	/* font-weight: normal;*/
	white-space: nowrap;
}

/* Reviews description text */
.modulelite {	
	color: #A6BBCD;
}

/* center block padding (news, admin) */
.contents {
	padding: 5px 7px 10px 5px;
}

/* module pagination links */
.mkpagelink {
	background-color: #F0F5FA;
	border: 1px solid #072A66;
	padding: 1px 3px 1px 3px;
	color: #000;
	font-weight: normal;
}

.mkpagelinklast {
	background-color: #DFE6EF;
	border: 1px solid #072A66;
	padding: 1px 3px 1px 3px;
	color: #000;
	font-weight: normal;
}

.mkpagecurrent {
	background-color: #FFC9A5;
	border: 1px solid #072A66;
	padding: 1px 3px 1px 3px;
	color: #000;
	font-weight: normal;
}

/*=============================
   shoutbox module styles
=============================*/
/* module table with border (shoutbox, news) */
div.taburlo {	
	width: 100%; /* center in IE */	
}

td.taburlo{
	margin: 5px;
	padding: 5px;
	border: 0;
}
	
/* shouter and date cell */
.urlo {
	line-height: 18px;
	vertical-align: bottom;
	text-align: left;
	font-weight: bold;
	/* color: #666666; */
	padding: 4px;		 
}

/* shout cell */
.urlo2 {
	padding: 4px;	
	/* border-bottom: 1px solid #5C88C8; */
	border-width: 0 0 1px 0;
	border-style: solid;
	text-align: left;
	color: #496C9F;	
	font-weight: bold;
}

/* white shouter text */
.urlocontrast {	
	color: #FFF;
}

/*=============================
   news module styles
=============================*/
/* news table with border */
.tabnews {
	background: #DBDBDB;
	border: 1px solid #EEE;
	margin: 0px; 
	padding: 0px;
	color: #444;	
}

/*=============================
   admin cp styles
=============================*/
/* admin cp titles with top border */
.titadmin {
	margin: 0px;
	font-weight: bold;
	color: #333;
	border: 1px solid #BBB;
	background: #DDD;
}

/*=============================
   font styles
=============================*/
/* red error page text */
.mkerror {	
	color: #FF0000;
	font-weight:bold;
}

/* MKPQuote quotation text */
.mkquote { 		
	color: #0000FF;	
}

/* MKPGallery module ecard, offline page */
.ecardtitle,
.offlinetxt {
	font-weight: bold;
	text-align: center;
}

/* MKPGallery slideshow caption text (modules/gallery/index.php function slide_update) */
/*
.mkslidecap {	
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12pt; 
	font-weight: bold; 
	color: #FFF;
}
*/

/*=============================
   BBcode quote style
=============================*/
.mkquoteball {
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #FFF;	
	padding: 0;	
}

.mkquotetext {
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #FFF;
	margin: 0;
	padding: 0;	
}
table .mkquotetable{				
	width: auto; /* IE */	
	text-align: left;
}

/*=============================
   Custom
=============================*/
.menu_collapse {
	background: #44474F;
	border: 1px solid #111;
	margin-top: 3px;
	margin-left: 3px;
	vertical-align: middle;
	padding: 1px;
	padding-bottom: 2px;
}