/* ============================= System Messages ====================================*/
#system-message    { margin-bottom: 10px; padding: 0;}
#system-message dt { font-weight: bold; }
#system-message dd { margin: 0; font-weight: bold; text-indent: 30px; }
#system-message dd ul { color: #0055BB; margin-bottom: 10px; list-style: none; padding: 10px; border-top: 3px solid #84A7DB; border-bottom: 3px solid #84A7DB; list-style: none;}

/* System Standard Messages */
#system-message dt.message { display: none; }
#system-message dd.message {  }

/* System Error Messages */
#system-message dt.error { display: none; }
#system-message dd.error ul { color: #c00; background-color: #E6C0C0; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; }

/* System Notice Messages */
#system-message dt.notice { display: none; }
#system-message dd.notice ul { color: #c00; background: #EFE7B8; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E; list-style: none;}

/* Debug */
#system-debug     { color: #ccc; background-color: #fff; padding: 10px; margin: 10px; }
#system-debug div { font-size: 11px;}

/*======================================== Topmenu ================================================*/
.topmenu ul.menu{
	float: right;
}

.topmenu ul.menu li{
	list-style: none;
	padding: 5px 7px 3px 9px;
	float: left;
}

.topmenu ul.menu li:hover{
	background: #4178B9;
	padding: 3px 5px 3px 7px;
	border: 2px solid #589EF1;
	color: #FFF;

}
.topmenu ul.menu li a{
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #ADADAD;
}

.topmenu ul.menu li a:hover{
	color: #FFF;
	text-decoration: none;
}

/*--------------------------------*/
.topmenu ul.menu li#current{
	background: #4178B9;
	padding: 3px 7px 3px 7px;
	border: 2px solid #589EF1;
	color: #FFF;
}

.topmenu ul.menu li#current a{
	color: #FFF;
	text-decoration: none;
}

/*======================================== Right menu ================================================*/

.rightcolumn ul.menu li{
	list-style: none;
	padding: 7px 5px 7px 10px;
	border-bottom: 1px dashed #CCC;
	margin: 3px;
}

.rightcolumn ul.menu li:hover{
	color: #000;
	border-bottom: 1px dashed #AAA;
}
.rightcolumn ul.menu li a{
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #666;
}

.rightcolumn ul.menu li a:hover{
	color: #000;
	text-decoration: none;
}

/*--------------------------------*/
.rightcolumn ul.menu li#current{
	color: #000;
	border-bottom: 1px dashed #888;
}

.rightcolumn ul.menu li#current a{
	color: #000;
	text-decoration: none;
}

/*======================================= Slide Module ===================================*/
.slide .moduletable{
	font: 20px Georgia, "Times New Roman", Times, serif;
	color: #DDD;
	padding: 20px;
	border: 5px solid #1A1A1A;
	background: #222;
	line-height: 30px;
	text-align: justify;
}

.slide .moduletable a{
	font: 20px Georgia, "Times New Roman", Times, serif;
	color: #0075E3;
}

.slide .moduletable strong{
	color: #777;
}

.slide .moduletable h3{
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-weight: bold;
}
/*======================================= Topcolumn Image ===================================*/
.topcolumn .moduletable{
	width: 900px;
	margin: 0 0 0 0;
}

.topcolumn ul li img{
	border: 5px solid #AAA;
}


/*===================================== Right Module ========================================== */
.rightcolumn .moduletable{
	width: 290px;
	margin: 0 0 10px 10px;
}

.rightcolumn .moduletable h3{
	font: 24px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -0.5px;
	color: #000;
	margin: 5px 0px;
	padding: 0 0 5px 5px;
}

/*===================================== Bottom Module ========================================== */
#bottom .moduletable{
	margin: 0 0 10px 0;
}
#bottom .moduletable h3{
	font: 24px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -0.5px;
	color: #000;
	margin: 5px 0px;
	padding: 0 0 5px 5px;
}

#bottom ul{
	padding: 0; margin: 0;
}

#bottom ul li{
	list-style: none;
	padding: 7px 10px;
	border-bottom: 1px solid #E3E3E3;
}

/*===================================== Footer Module ========================================== */
.footerleft a:link, .footerleft a:visited{
	color: #888;
}

.footerleft a:hover{
	color: #333;
}

/*=================================== Additional CSS =============================================*/
.level0 ul li{
	font-size: 125%;
	list-style: none;
	margin-left: 0px;
}

div.contact_email .inputbox{
	width: 60%;
}

textarea#contact_text{
	width: 80%;
}

/* ADD Popup Jquery*/
#screenshot{
	position:absolute;
	border: 1px solid #333;
	-moz-border-radius: 5px;
	background:#444;
	padding:8px;
	display:none;
	color:#fff;
	z-index: 1;
}

#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#444;
	padding:2px 5px;
	color:#CCC;
	display:none;
	-moz-border-radius: 3px;
	}	

/* Tag Container */

.tag{
	background: #EEE;
	padding: 10px;
	border: 1px solid #DDD;
}

.tag a:link, .tag a:visited{
	background: none;
	color: #666;
	padding: 0px;
}

.container .tag ul li{
	margin: 0 5px 0 5px;
}
.moduletable-related{
	max-height: 300px;
}

.footerleft .moduletable ul li{
	float: left;
	list-style: none;
}

.moduletable-latestterm ul li{
list-style: none;
margin: 0;
padding: 0;
text-weight: normal;
float: left;
font-size: 11px;
}

.moduletable-latestterm ul li a, .moduletable-latestterm ul li a:link, .moduletable-latestterm ul li a:visited{
text-decoration: none;
margin: 0;
padding: 0 2px 0 2px;
}

.moduletable-latestterm ul li a:hover{
margin: 0;
padding: 0 2px 0 2px;
display: block;
background: #0075E3;
color: #fff;
text-decoration: none;
}
