body { 	font-family: verdana,helvetica,arial; 
		color: #AFAFAF;
		background: #2E2D2B;
		}

a:hover 	{
			color: #FFF;
			text-decoration: underline;
			}
			
a			{
			color: #FFAD5B;
}

b			{
			color: #FFAD5B;
}

#tabs	 	{
		clear: both;
		margin-top: 8px;
		}
#tabs .tab 	{
		float: left;
/*		width: 155px;*/
/*		margin-right: 5px;*/
		}

#tabs .ltab 	{
	float: left;
/*	width: 155px;*/
	margin-right: 6px;
	}
#tabs .rtab {
	float: right;
/*	width: 156px;*/
	}


#tabs .rc {
	display:block;
}
#tabs .rc * {
	display: block;
	height: 1px;
	overflow: visible;
	background: #5F5F5F;
	
}
#tabs .rc1 {
	border-right: 1px solid #5F5F5F;
	padding-right: 1px;
	margin-right: 3px;
	border-left: 1px solid #5F5F5F;
	padding-left: 1px;
	margin-left: 3px;
	background: #5F5F5F; /* rc5 */
	}
#tabs .rc2 {
	border-right: 1px solid #5F5F5F;
	border-left: 1px solid #5F5F5F;
	padding: 0px 1px;
	background: #5F5F5F; /* rc3 */
	margin: 0px 1px;
}
#tabs .rc3 {
	border-right: 1px solid #5F5F5F;
	border-left: 1px solid #5F5F5F;
	margin: 0px 1px;
}
#tabs .rc4 {
	border-right: 1px solid #5F5F5F;
	border-left: 1px solid #5F5F5F;
}
#tabs .rc5 {
	border-right: 1px solid #5F5F5F;
	border-left: 1px solid #5F5F5F;
}
#tabs .tabContent {
	height: 19px;
	padding: 0px 5px;
	padding-bottom: 2px;
	background: #5F5F5F;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	margin-top: -1px;
	color: white;
}
.links {
	height: 19px;
	padding: 0px 5px;
	padding-bottom: 2px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: white;
}
.items {
	padding: 5px;
	margin-left: 45px;

}
.items a {
	text-decoration: none;
	padding: 3px;
}
.items a:hover {
	color: #5086AD;
	text-decoration: none;
	border: 1px dashed #FFAD5B;
	padding: 3px;
}

.links a {
	text-decoration: none;
	color: white;
	}
.links a:hover {
	text-decoration: underline;
	color: #FFAD5B;
}

#tabs .rcs {
	display:block;
}
#tabs .rcs * {
	display: block;
	height: 1px;
	overflow: visible;
	background: #3F3F3F;
}

#tabs .rcs1 {
	border-right: 1px solid #3F3F3F;
	padding-right: 1px;
	margin-right: 3px;
	border-left: 1px solid #3F3F3F;
	padding-left: 1px;
	margin-left: 3px;
	background: #3F3F3F; /* rc5 */
}

#tabs .rcs2 {
	padding: 0px 1px;
	background: #3F3F3F; /* rc3 */
	margin: 0px 1px;
}

#tabs .rcs3 {
	border-right: 1px solid #3F3F3F;
	border-left: 1px solid #3F3F3F;
	margin: 0px 1px;
}

#tabs .rcs4 {
	border-right: 1px solid #3F3F3F;
	border-left: 1px solid #3F3F3F;
}

#tabs .rcs5 {
	border-right: 1px solid #3F3F3F;
	border-left: 1px solid #3F3F3F;
}

#tabs .selected {
	background: #3F3F3F;
	color: #FFAD5B;
	}

#subtabs .rcs {
	display:block;
}
#subtabs .rcs * {
	display: block;
	height: 1px;
	overflow: hidden;
	background: #3F3F3F;
}

#subtabs .rcs1 {
	border-right: 1px solid #3F3F3F;
	padding-right: 1px;
	margin-right: 3px;
	border-left: 1px solid #3F3F3F;
	padding-left: 1px;
	margin-left: 3px;
	background: #3F3F3F; /* rc5 */
}

#subtabs .rcs2 {
	padding: 0px 1px;
	background: #3F3F3F; /* rc3 */
	margin: 0px 1px;
}

#subtabs .rcs3 {
	border-right: 1px solid #3F3F3F;
	border-left: 1px solid #3F3F3F;
	margin: 0px 1px;
}

#subtabs .rcs4 {
	border-right: 1px solid #3F3F3F;
	border-left: 1px solid #3F3F3F;
}

#subtabs .rcs5 {
	border-right: 1px solid #3F3F3F;
	border-left: 1px solid #3F3F3F;
}
#subtabs .selected {
	background: #3F3F3F;
	color: #FFAD5B;
	}

#subtabs .tabContent {
	height: 19px;
	padding-top: 5px;
	
	padding-left: 30px;
	font-size: 13px;
	font-weight: bold;
	background: #3F3F3F;

}
	

#subtabs .sublinks 	{
			  padding-left: 10px;
			  padding-right: 10px;			  
			  margin-top: 0px;
			  margin-right: 0px;
			  padding-bottom: 2px; 
			  text-decoration: none;
			  border-right: 2px solid #FFAD5B;
		  	  color: white;
			}

#subtabs .sublinkslast 	{
			  padding-left: 10px;
			  padding-right: 10px;			  
			  margin-left: 0px;
			  margin-right: 0px;
			  padding-bottom: 2px;			  
			  text-decoration: none;
		  	  color: white;
			}

#subtabs a:hover, .sublinkslast 	{
								text-decoration: underline;
								color: #FFAD5B;
								}
	
#header {
	margin-top: 5px;
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 16px;

	}
#header .tabContent {
	height: 19px;
	padding: 0px 5px;
	padding-bottom: 2px;
	background: #3F3F3F;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #3F3F3F;
	color: white;
}
.rcs {
	display:block;
}
.rcs * {
	display: block;
	height: 1px;
	overflow: hidden;
	background: #3F3F3F;
}

.rcs1 {
	border-right: 1px solid #3F3F3F;
	padding-right: 1px;
	margin-right: 3px;
	border-left: 1px solid #3F3F3F;
	padding-left: 1px;
	margin-left: 3px;
	background: #3F3F3F; /* rc5 */
}

.rcs2 {
	padding: 0px 1px;
	background: #3F3F3F; /* rc3 */
	margin: 0px 1px;
}

.rcs3 {
	border-right: 1px solid #3F3F3F;
	border-left: 1px solid #3F3F3F;
	margin: 0px 1px;
}

.rcs4 {
	border-right: 1px solid #3F3F3F;
	border-left: 1px solid #3F3F3F;
}

.rcs5 {
	border-right: 1px solid #3F3F3F;
	border-left: 1px solid #3F3F3F;
}
#header .selected {
	padding-left: 10px;
	border-bottom: 0px;
	color: #FFAD5B;
	height: 50px;
	}

#footer {
	background-image: url(gray-shade.jpg);
	background-repeat: repeat-x;
	height: 200px;
	}

#copyright	{
		font-size: 12px;
		color: #DDD;
}
.review_title {
	margin-top: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #5086AD;
	border-bottom: 1px solid #3F3F3F;
	
}
.review_header {
	border-right: 1px solid #3F3F3F;
	padding-right: 3px;
	border-left: 1px solid #3F3F3F;
	padding-left: 3px;
	background: #3F3F3F; /* rc5 */
	font-size: 13px;
}
.review_description {
	margin-top: 5px;
	padding-right: 3px;
	padding-left: 3px;
	font-size: 13px;
	text-align: justify;
	font-weight: normal;
}
.review_links {
	margin-top: 5px;
	padding-right: 3px;
	padding-left: 3px;
	font-size: 13px;
	text-align: right;
}

.style1 {color: #FFFF33; font-weight: bold; } 
.style2 {color: #FFAD5B}
.style3 {color: #FFFFFF}
.style5 {color: #FFAD5B; font-weight: bold; }
.style8 {color: #FFFFFF; font-weight: bold; }
.style9 {color: #BFECF9}
.style12 {font-size: 12px}
.quote { background: #3E3D3B; color: #8E8D8B; }

.in_form {
border: 1px solid black;
background-color:#3F3F3F;
font-family:verdana,helvetica,arial;
color:#AFAFAF;
font-style: italic;
font-size: 13px;
}

.login {
color:#FFAD5B;
font-weight: bold;
font-size: 11px;
padding-bottom: 3px;
margin-bottom: 0px;
}

.ta_form {
border: 1px solid black;
background-color:#3F3F3F;
font-family:verdana,helvetica,arial;
color:#AFAFAF;
font-style: italic;
font-size: 13px;
}

.comments {
font-family:verdana,helvetica,arial;
font-size: 13px;
}
.comments2 {
font-family:verdana,helvetica,arial;
font-size: 11px;
}
#searchdiv { display: none; }

.rank {
font-family:verdana,helvetica,arial;
font-size: 13px;
font-weight: bold;
text-align: center;
vertical-align: center;
}
.trace {
font-family: verdana;
font-size: 10px;
color: #5086AD;
}
.leaderboard {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #5086AD;
	border-bottom: 1px solid #3F3F3F; 
}

tr {
	text-align: left;
	color: #5086AD;
}

tr.title {
	text-align: left;
	color: #FFAD5B;
}
th {
	text-align: left;
	color: #FFAD5B;
}
