HTML, BODY 
{
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#272727;	
	background-position:50px -10px;
}
DIV 
{
	font-family:Arial;
	font-size:11px;
}

H1 
{
	font-size: 40px;	
}

H2 
{
	font-size: 26px;	
}

H3 
{
	margin: 10px 0px 0px 25px;
	font-size: 20px;
	color: #FF8F00;
	text-align:left;
}
#top10Image 
{
	position:relative;	
	float:right;
	z-index:20;
	top:-40px;
	right:20px;

}
#voteBox 
{
	
	background-image:url(../images/bg_vote.jpg);
	background-repeat:no-repeat;
	width:284px;
	height:66px;	
}
#voteBox #content 
{
	padding-top: 17px;
	padding-left:17px;
	font-family:Arial;
	font-size:26px;
	color:#FFFFFF;

	line-height:26px;
}
#voteBox #content img 
{
	margin:0 2px 0 0;
}
#mainContent 
{
	background-color:#101010;
	padding:7px 11px 7px 11px;

	
}
.subContent 
{
	background-color:#222222;
	padding:20px 14px 20px 34px;
}

#swf {
	background-color:#222222;
	padding:0;
	margin:0;
}
.divider 
{
	height:1px;
	background-color:#303030;
	margin:6px 0px 12px 0px;
	line-height:0px;
	padding:0px;
}

.general 
{

}
.general .thumbnail 
{
	border:solid 8px #303030;
	margin-bottom:4px;
}
.general div 
{
}
.highlight 
{
	padding:0 5px 5px 5px;	
	background-image:url(../images/bg_highlight.jpg);
	background-repeat:no-repeat;
	background-position:top center;

}
.highlight .thumbnail 
{
	padding:8px;
	margin-bottom:4px;
}
.highlight div
{
	margin-left:8px;
}

.star 
{
	float:left;
	cursor:pointer;
	cursor:hand;
	height:31px;
	width:33px;
	background-image:url(../images/big_star_0.jpg);
	background-repeat:no-repeat;
}
.star img { visibility:hidden; }



.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	text-decoration: none;
	width: 700px;
	padding-bottom: 20px;
	padding-top: -60px;
}
.footer_logos {
	padding-left: 25px;
	height: auto;
	width: auto;
	float: left;
}
.privacy {
	padding-left: 20px;
	height: auto;
	width: auto;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 9px;
	text-decoration: none;
	padding-top: 5px;
	cursor: pointer;
}
a.privacy:link, a.privacy:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 9px;
	text-decoration: none;
	cursor: pointer;
}

a.privacy:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 9px;
	text-decoration: none;
	cursor: pointer;	
}
.copyright {
	height: auto;
	width: auto;
	padding-top: 35px;
	float: right;
	padding-right: 25px;
}





#voteText 
{
	float:left;
	padding-top:4px;
	padding-left:18px;
}
.CapText_White
{
	font-size:11px;	
	text-transform:uppercase;
	color:#FFFFFF;
}
.CapText_DarkGrey
{
	font-size:11px;		
	text-transform:uppercase;
	color:#9B9F9A;
}
.CapText_Red 
{
	text-transform:uppercase;
	color:#FF050F;
}
.Text_DarkGrey
{
	color:#656565;	
}
.Text_MediumGrey
{
	color:#9B9F9A;	
}
.Text_LightGrey
{
	color:#D2D9D0;	
}
a.Text_LightGrey, a.Text_LightGrey:link, a.Text_LightGrey:visited
{
	color:#D2D9D0;	
}
.Text_Red, a.Text_LightGrey:hover
{
	color:#FF050F;
}
.Text_Red img 
{
	margin-top:0px;		
	_margin-top:2px;	
}