/*This classes are applied in BasePage.master to */
/*BasePage.master. Top banner class*/
.home_menu
{
	background-image: url('../../../images/main_banner.jpg');
	width:980px;
	height:149px;
	margin: 0 0 0 0 ;
	background-repeat: no-repeat ;
	padding: 0 0 0 0;
}

.home_menu_radio
{
	background-image: url('../../../images/banner_radio.jpg');
	width:980px;
	height:149px;
	margin: 0 0 0 0 ;
	background-repeat: no-repeat ;
	padding: 0 0 0 0;
}

.home_menu_magazine
{
	background-image: url('../../../images/magazine.jpg');
	width:980px;
	height:149px;
	margin: 0 0 0 0 ;
	background-repeat: no-repeat ;
	padding: 0 0 0 0;
}

/*menu-toolbar2 id selector defines styles for HTML elements in top toolbar menu in BasePage.master */
#menu-toolbar2
{
	white-space: nowrap;
	margin: 18px 0 0 36px;
	padding: 0;
	vertical-align: middle;
	text-align: left;
}

#menu-toolbar2 a:link, #menu-toolbar2 a:visited	 
{ 
	color: #696969; 
	font-size: 11px; 
	font-family: Verdana;  
	text-decoration: none; 
	word-spacing: normal; 
	letter-spacing: 0.5px 
}

#menu-toolbar2 a:link.selected, #menu-toolbar2 a:visited.selected	 
{
	color: #000; 
	font-size: 11px; 
	font-family: Verdana;  
	text-decoration: none; 
	word-spacing: normal; 
	letter-spacing: 0.5px 
}

#menu-toolbar2 a:hover	
{
	text-decoration: none ;
	color: #999999 ;
}

/*Login link*/
#menu-toolbar2 a:link.login, #menu-toolbar2 a:visited.login	
{ color: #E05206; 
 font-size: 14px; 
 font-weight: bold; 
 text-decoration: none 
}

/*Register link*/
#menu-toolbar2 a:link.register, #menu-toolbar2 a:visited.register	
 { 
     color: #696969; 
     font-size: 14px; 
     font-weight: bold; 
     line-height: 14px; 
     text-decoration: none;
     word-spacing: normal; 
     letter-spacing: normal 
 }

#menu-toolbar2 a:hover.login, #menu-toolbar2 a:hover.register	
{
	text-decoration: none ;
	color: #999999 ;
}

.noheight	
{
	font-size: 0; word-spacing:0; margin-top:0; margin-bottom:0
}
 
table.orangeBar
{
	background-color:#E05206;
	width:945px;	
}

table.orangeBarFreeLength
{
	background-color:#E05206;	
}
	

