/* Created by Rik 1/9/2007 for new location bar in Browsable class schedule*/
.locationbar td
{
	color: #ffffff;	
	font-weight:bold;
	text-decoration:none;
	font-family:Tahoma, Verdana, Arial, MS Sans Serif;
	font-size: x-small;
}

.locationbar
{
	color: #ffffff;	
	font-weight:bold;
	text-decoration:none;
	font-family:Tahoma, Verdana, Arial, MS Sans Serif;
	font-size: x-small;
	background-color:#E61A08;
	border:none;
}


.locationimage
{
	border: none;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	z-index: 1;
	left: 0px;
	position: absolute;
	top: 0px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial, MS Sans Serif;
	font-size: small;
	background-color: Blue;
	text-transform: uppercase;
	width: 66px;
	height: 20px;
}
.locationbar
{
	left: 60px;
	position: absolute;
	top: 0px;
	height: 16px;
	font-size:x-small;
}

.locationbar:link
{
	color: #ffffff;	
	font-weight:bold;
	text-decoration:none;
	font-family:Tahoma, Verdana, Arial, MS Sans Serif;
	font-size: x-small;
}
 
.locationbar:visited
{
	font-weight:bold;
	color: #ffffff;	
	text-decoration:none;
	font-family:Tahoma, Verdana, Arial, MS Sans Serif;
	font-size: x-small;
}
 
.locationbar:hover
{
	font-weight:bold;
	color: #333333;	
	text-decoration:none; 
	font-family:Tahoma, Verdana, Arial, MS Sans Serif;
	font-size: x-small;
}

.locationbar a:link
{
	color: #ffffff;	
	font-weight:bold;
	text-decoration:none;
	font-family:Tahoma, Verdana, Arial, MS Sans Serif;
	font-size: x-small;
}
 
.locationbar a:visited
{
	font-weight:bold;
	color: #ffffff;	
	text-decoration:none;
	font-family:Tahoma, Verdana, Arial, MS Sans Serif;
	font-size: x-small;
}
 
.locationbar a:hover
{
	font-weight:bold;
	color: #333333;	
	text-decoration:none; 
	font-family:Tahoma, Verdana, Arial, MS Sans Serif;
	font-size: x-small;
	
}
 
.headernoprint
{
	color: #ffffff;	
	font-weight:bold;
	text-decoration:none;
	font-family:Tahoma, Verdana, Arial, MS Sans Serif;
	font-size: x-small;
	background-color:#E61A08;
	border:none;
	height:14px;

}
@media print
{

	.headernoprint {
		DISPLAY: none;
		height:0px;
	}	

}
