body {background:#033811; font-family:Tahoma; font-variant:Arial, Verdana; margin:0; padding:0;}
table {border-collapse:collapse; border-spacing:0; width:100%;}
table td {padding:0; vertical-align: top;}


.column, .rightmenu {background:#245c28 url(/images/mb.jpg) repeat-y bottom center;}
.columns {background:#245c28 url(/images/mb.jpg) repeat-y top center;}
.columns a {font-size:11px; color:#fff;}

table.leftmenu {background:#d9dcc8;}
table.leftmenu td {color:#00361e; border-top:1px solid #31723f; height:23px; vertical-align:middle; padding:0 0 1px 20px; font-weight:bolder; font-size:12px;}
table.leftmenu td      {background: url(/images/btng.gif);}
table.leftmenu td.red  {background: url(/images/btnr.gif);}
table.leftmenu td.blue {background: url(/images/btnb.gif);}
table.leftmenu td a {color:#00361e; text-decoration:none;}
table.leftmenu td a:hover {text-decoration:underline;}


td.rightmenu {line-height:16px; border-left:1px solid #173b1b;}

td.rightmenu a {text-decoration:none; color:white; font-size:11px; font-weight:bolder;}
td.rightmenu a:hover {text-decoration:underline;}
td.rightmenu a.sub {font-weight:normal;}
td.rightmenu a:hover.sub {text-decoration:underline;}
td.rightmenu span {color:black; font-size:11px; font-weight:bolder;}
td.rightmenu span.sub {font-weight:normal;}

td.rightmenu div.normal {position:relative; z-index:3;}
td.rightmenu div.shadow {position:absolute; z-index:2;padding-top:3px; color:red;}


.content {padding:10px 20px 180px 20px; font-size:12px; font-family:Arial;}
.content ol {padding-left:30px; clear:both; margin-bottom:20px;}
.content p {clear:both; margin-bottom:20px;}
.content a {color:#245c28;}
.content h1 {clear:both; font-size:25px;margin:5px 0 5px 0;}
.content h2 {clear:both; font-size:20px;margin:5px 0 5px 0;}
.content h3 {clear:both; font-size:17px;margin:5px 0 5px 0;}
.content strong {color:#555555;}
.content .spacer {height:40px; width:95%; border-bottom:1px solid green;}
.content .list {margin:10px 0 0 0; padding:5px 5px 0 0;}
.content .list p {margin:0; padding:0;}
.content .list p.date {width:200px;}
.content .list p.title {width:100%; font-size:12px;}
.content .list p.title a {color:#222222;}
.content .list p.description {margin-bottom:10px;font-size:11px;}
.content a.subsec {font-size:14px; font-weight:bolder; margin:0 0 5px 0; display:block;}
.content p.date {font-size:11px; font-weight:bolder;color:gray; padding:2px 0 0 0;}
.content p font {font-size:9px; float:left; text-align:center; color:gray; padding:0; margin:5 10px 10px 0; width:190px;}
.content p font img {margin-bottom:5px;}

.content table {width:99%;border-collapse:collapse; border-spacing:0; margin:10px 0 30px 0;border-right:1px solid #8da88e;}
.content table td, .content table th {border:1px solid #8da88e; padding:3px; font-size:10px; font-family:Tahoma;}
.content table th {background:#e5f4e5; padding:3px; font-size:11px; font-weight:bolder;}

.content table.itemcontent {width:90%; float:right; margin:0;}
.content table.itemcontent td {font-size:12px; padding:2px 0 2px 5px; width:50%;}
.content table.itemcontent td.line0 {background:#eceede;}
.content table.itemcontent td.line1 {background:#cdd8d0;}

.preitem {background: url(/images/ibg.png) no-repeat; width:129px; height:159px; padding:0 5px 10px 0; float:left; min-width:129px; width:24%;}
.item {background: url(/images/ibg.png) no-repeat; width:129px; height:159px; margin-right:1px; padding-bottom:1px; float:left;}
.item img {position:absolute; margin:3px 0 0 7px;}
.item img.link {position:absolute; margin:0; z-index:10;}
.item img.border {position:absolute; margin:74px 0 0 7px; z-index:3;}
.item p.name {position:absolute; font-size:11px; width:110px; margin:88px 0 0 10px; color:white; text-align:center;}
.item p.cost {position:absolute; font-weight:bolder; font-size:11px;  color:white; width:106px; padding:2px 2px 5px 2px; margin:132px 0 0 10px; text-align:center; text-transform:uppercase; z-index:5; 1background:#126926;}





/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
