html{ overflow: -moz-scrollbars-vertical; }

body{ 
	font-family:Tahoma,Helvetica;
	font-size:11px;
	margin:0px;
	padding:0px;
	background:#1B1B1D url('../images/layout-gfx/bg.jpg') no-repeat;
	background-position:top center;
}

table,td,div{ 
	font-family:Tahoma,Helvetica;
	font-size:12px;
	color:#000000;
}

input,select,textarea,button{ 
	font-family:Tahoma,Helvetica;
	font-size:12px;
}
	
h1{ 
	font-family:Tahoma,Helvetica;
	font-size:18px;
	color:#B20202;
	padding:0;
	margin:0;
	background:url('../images/misc-gfx/pointline.gif') repeat-x;
	background-position:0 25px;
	height:30px;
}
h2{
	font-family:Arial,Helvetica;
	font-size:15px;
	color:#808080;
	padding:0;
	margin:0;
	margin-bottom:5px;
}

li	{ padding-bottom:3px }

a:link{ 
	color:#CA0B0B;
	font-weight:normal;
	text-decoration:none;
	cursor:pointer;
}
a:visited{ 
	color:#CA0B0B;
	font-weight:normal;
	text-decoration:none;
	cursor:pointer;
}
a:hover{
	color:#D98502;
	font-weight:normal;
	text-decoration:none;
	cursor:pointer;
}
a:active{
	color:#CA0B0B;
	font-weight:normal;
	text-decoration:none;
	cursor:pointer;
}
a:focus{
	color:#CA0B0B;
	font-weight:normal;
	text-decoration:none;
	cursor:pointer;
}


.test_main_border	{ border:1px solid #B8B8B8; padding:1px; margin-bottom:2px; }
.test_main_boxed	{ background:#ffffff url('../images/news-gfx/news_bg.jpg') repeat-x; padding:5px; }
.test_boxed_text		{ color:#6B6B6B; font-size:10px; }
.test_boxed_text_2		{ color:#6B6B6B; font-size:12px; }


#FORUM .forum_main_header	{ width:801px; height:19px; background:url('../images/layout-gfx/head_forum.jpg') no-repeat; }
#FORUM .forum_main_border	{ border:1px solid #B8B8B8; padding:1px; margin-bottom:2px; }
#FORUM .forum_main_boxed	{ background:#ffffff url('../images/news-gfx/news_bg.jpg') repeat-x; padding:5px; line-height:15px; }

    #rateStatus{float:left; clear:both; width:100%; height:20px;}
    #rateMe{float:right; clear:both; height:50px; padding:0px; margin:0px;}
    #rateMe li{float:left;list-style:none;}
    #rateMe li a:hover,
    #rateMe .on{background:url(../rating/img/star_on.gif) no-repeat;}
    #rateMe a{float:left;background:url(../rating/img/star_off.gif) no-repeat;width:16px; height:16px;}
    #ratingSaved{display:none;}
    .saved{color:red; }
    
#facebook a,#facebook a:active,#facebook a:visited{
	background:url(../images/icons-gfx/facebook.png) 0px 0px;
	background-repeat:no-repeat;
	display: block;
	float:right;
	width: 24px;
	height: 24px;
	border:0px;
}

#facebook a:hover{
	background:url(../images/icons-gfx/facebook.png) 0px -24px;
	background-repeat:no-repeat;
	display: block;
	float:right;
	width: 24px;
	height: 24px;
	border:0px;
}  

#twitter a,#twitter a:active,#twitter a:visited{
	background:url(../images/icons-gfx/twitter.png) 0px 0px;
	background-repeat:no-repeat;
	display: block;
	float:right;
	width: 24px;
	height: 24px;
	border:0px;
}

#twitter a:hover{
	background:url(../images/icons-gfx/twitter.png) 0px -24px;
	background-repeat:no-repeat;
	display: block;
	float:right;
	width: 24px;
	height: 24px;
	border:0px;
}  

#feed a,#feed a:active,#feed a:visited{
	background:url(../images/icons-gfx/feed.png) 0px 0px;
	background-repeat:no-repeat;
	display: block;
	float:right;
	width: 24px;
	height: 24px;
	border:0px;
}

#feed a:hover{
	background:url(../images/icons-gfx/feed.png) 0px -24px;
	background-repeat:no-repeat;
	display: block;
	float:right;
	width: 24px;
	height: 24px;
	border:0px;
}     
