/* CSS Document */
#recaptcha_image img{width: 278px; height: 57px;}
body { font-size:16px; color:#EEEEEE; background:#000000 url(/i/back.jpg) top center no-repeat; margin-top:0px; }
a{color:#CC0000; text-decoration:none;}
a:hover{color:#FF0000;}
#containbig{margin:0 auto 0 auto; width:1150px; /*background: url(/i/bg22.png) 0px 18px no-repeat;*/}
#contain{ margin:0 auto 0 auto; width:850px; background: url(/i/vagueheader.png) center top no-repeat; border:#000000 1px dotted; }
#contain2{ margin:0 auto 0 auto; width:850px; background:#000000 url(i/bg.gif); }
#header{ height:184px; width:100%; display:block; text-align:center; }

#navbar{ padding:4px;  text-align:left; padding-left:116px;  font-weight:bold;}
	#navbar a{ text-decoration:none; color:#999999; padding: 2px 6px 0 6px;}
	#navbar a:hover{ text-decoration:none; color:#FFFFFF;}

#pagename{ font-size:24px; font-variant:small-caps; font-weight:bold; color:#990000; font-family:Georgia, "Times New Roman", Times, serif; position:inherit; top:0px; left:0px; font-variant:small-caps; padding:0 0 0 6px; }

#content{ min-height:300px !important; padding:0px 8px 8px 8px; }
#footer{ text-align:center; }


#clearfloat{clear:both;}

#dropcomm{width:116px;padding:2px;text-align:center;color:#333333; background:#CCCCCC; border:#333333 dotted 1px; text-decoration:none; margin-right:10px; }
#port img{border:1px #999999 dotted;padding:5px; }
#port{ color:#00FFFF; font-size:18px; font-weight:bold; }
#parablock{margin:5px auto 20px auto; width:80%; text-align:center;}


#phpmob{color:#EEEEEE; background:url(/i/grad.png) left top repeat-y;}
#phpmob span{ font-size:12px; font-style:italic; color:#999999; }
#phpmob li{ font-size:12px; font-style:italic; color:#999999; padding:3px 0 3px 0; }
#h1under{color:#CCCCCC;}

#flashcat{ padding-left:2px; padding-top:2px; background:url(/i/grad.png) repeat-y; }
#flashcat a{ color:#CC0000; font-weight:bold; text-decoration:none; padding-left:3px; }
	#flashcat a:hover{ color:#FF0000; }
#flashcat div{ padding: 0 0 8px 15px; font-size:12px; color:#999999; }

/* Train .css */
#train_display{padding: 0px 10px 10px 10px;}
#godfather{}
#res, {cursor:pointer;color: #999999; border:dotted #333333 1px;margin: 0 auto 0 auto;width:95%;padding:15px; }
#res a {cursor:pointer; color: #990000;text-decoration:none; }
#res b {color: #FFFFFF; }
#cleared{}
#train_table{ }
#train_table td{width:75px;padding:5px;}
#train_table img{width:75px;height:75px; border:0px;}
#train_table a{font-size:14px;font-weight:bold;font-variant:small-caps;color: #990000;text-decoration:none}
#bttns1 a{display:;cursor:pointer;color:#CC0000;font-variant:small-caps;font-weight:bold;padding-left:35px;}
#freesignup1 a{display:;cursor:pointer;color:#CC0000;font-variant:small-caps;font-weight:bold;padding-left:35px;}
#bttns{display:none;padding:10px;}
#freesignup{display:none;padding:10px}
h1{font-size:24px;font-weight:bold;color:#FFCC33;font-variant:small-caps;margin:3px 0 0 0;}

#commentbigdiv{display:block; margin:10px auto 20px auto; width:100%; padding:1px 0 1px 0;  }
#commentdiv{ display:block; float:left; margin:0px 0px 5px 20px; padding:8px; width:350px;  
background: url(i/back.jpg) no-repeat right top;
border-right:#333333 1px dotted; border-left:#333333 1px dotted;}
#commentblock{ display:block;float:right; margin:0px 20px 5px 5px; padding:0 10px 10px 10px; display:block; width:390px; text-align:left; border-bottom:1px dotted #333333;border-right:1px dotted #333333; background:url(i/back.jpg) no-repeat right center;}
#commentblockuser{display:block;font-style:oblique;font-weight:bold;font-size:16px;border-bottom:1px dotted #333333;}
#commentblockcomment{padding-left:15px;color:#999999;font-style:italic;}


#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(/scripts/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color: #000000;
	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: #000000 url(../images/stripe.jpg);
	z-index: 102;
	color:#000000;
	display:none;
	border: 2px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}
#TB_window a{text-align:center;text-decoration:none;}

* 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: #111111;
	color:#666666;
	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;
}
/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(/scripts/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/scripts/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/scripts/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/scripts/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

