.news_title_info a:active { color: #DA0000; text-decoration: none;  }
.news_title_info a:visited { color: #DA0000; text-decoration: none;  }
.news_title_info a:hover { color: #DA0000; text-decoration: none;  }
.news_title_info a:link { color: #DA0000; text-decoration: none; }

.video_info a:active { color: #DA0000; text-decoration: none;  }
.video_info a:visited { color: #DA0000; text-decoration: none;  }
.video_info a:hover { color: #DA0000; text-decoration: none;  }
.video_info a:link { color: #DA0000; text-decoration: none; }

.rtSub .selected {
  color: #DA0000;
}

#search_box{
	float:left;
	width:250px;
	}

#login_box{
	float:right;
	width:350px;
	height:23px;
	background:url(../img/login_bg.jpg);
	background-repeat:no-repeat;
	}

#my_account2{
	float:right;
	width:450px;
	height:23px;
	background:url(../img/my_acct_bg.jpg);
	background-repeat:no-repeat;
	}

#my_account{
      margin-left: 30px !important;
}

#my_account a:link { font-size: 10px; font-weight: bold; }
#my_account a:visited { font-size: 10px; font-weight: bold; }
#my_account a:hover { font-size: 10px; font-weight: bold; }
#my_account a:active { font-size: 10px; font-weight: bold; }

#articleHeaderIMG img{
     max-width: 575px !important;
}



.stats_box{
	min-height:159px;
	background:url(../img/stats_vs_bg.jpg) #000;
	background-repeat:no-repeat;
	text-align:center;}

.stats_left{
	width:50%;
	float:left;}

.stats_right{
	width:50%;
	float:left;}


.statsRed{
	margin-top:5px;
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	margin-left:5px;
	margin-right:12px;
	color:#990000;
}


	
#stats{
	text-align:left;}
	
.stats_matchID,.stats_winner,.stats_player{
	background:repeat-x;
	float:left;
	background:url(../img/rt_side_sub_tabs.jpg);
	height:21px;
	padding-top:5px;
	margin-bottom:7px;
	}
.stats_matchID,.stats_winner{
	border:1px solid #c7c7c7;}

.stats_matchID{
	width:200px;}

.stats_winner{
	width:100px;}

.stats_player{
	border-top:1px solid #c7c7c7;
	border-bottom:1px solid #c7c7c7;
	width:290px;
	}
	
.stats_player p{
	font-weight:bold;
	margin-left:10px;
	color:#333333;}
		
#stats a{
	font-size:8pt;
	color:#333333;
	text-decoration:none;
	margin-left:10px;}
	
.playerInfo{
	margin-top:15px;
	margin-bottom:10px;}
	
.playerInfo img{
	margin-top:10px;}
	
.playerInfo a{
	line-height:5px;
	font-size:10pt;
	margin-top:0px;
	color:#FFFFFF;
	text-decoration:none;
	}

.profileInfo p {
       color: #333333;
}

ul.topnav {
	list-style: none;
	padding: 0 20px;	
	margin: 0;
	float: right;
	width: 250px;
	font-size: 1.2em;
}
ul.topnav li {
	float: left;
	margin: 0;	
	position: relative; /*--Declare X and Y axis base--*/
}
ul.topnav li a{
	padding: 5px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	background: url(topnav_hover.gif) no-repeat center top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/

ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #111;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #333 url(dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(dropdown_linkbg.gif) no-repeat 10px center; 
}

.videoInfo p{
   color: #FFFFFF;
}

#googcont iframe {
   max-width: 200px;
}
