/* CSS Document */
table {
	width: 100%;
}
img {
	display: none;
}
td {
	background-color: #ffffff;
	color: #000000;
}
tr {
	background-color: #ffffff;
	color: #000000;
}
#banner {
	background-color: #274E91;
	color: white;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	text-align: left;
}
#search {
	padding: 2px;
	text-align: left;
}
#noPrint #search {
	display: none;
}
#mobile_nav {
	border-bottom: 2px solid #CCCCCC;
	padding: 2px;
	font-size: .8em;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
}
#mobile_nav a:link, #mobile_nav a:visited {
	color: blue;
	text-decoration: none;
}
#mobile_nav a:hover, #mobile_nav a:active {
	color: red;
	text-decoration: underline;
}
#screenHeader {
	display: none;
}
#printHeader {
	display: none;
}
#noMobile, .noMobile {
	display: none;
}
.mlyrh, .mlyrh td {
	display: none;
}
#mobileHeader {
	background-image:url(/images/mobile_banner.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	text-align:right;
	padding: 0px 10px 0px 10px;
	font-family:Arial, Helvetica, sans-serif;
	height: 52px;
	vertical-align: middle;
	line-height: 52px;
	margin-bottom: 5px;
	width: 98%;
}
#mobileHeaderBg {
	background:#003399;
	width: 98%;
	background-image:url(/images/mobile_banner_bg.jpg);
	background-repeat: repeat-x;
	height: 52px;
	padding: 0px;
}
#mobileNavBar {
	height: 26px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-image: url(/images/mobileNavBar_bg.jpg);
	line-height: 26px;
}
#mobileNavBar a div{
	width: 99%;
	display: block;
}
#mobileNavMenu {
	margin:0px 1px 0px 1px; 
	display:inline;
	margin-left: 4px;
	position: relative;
}
#mobileNavMenu a{
	text-decoration: none;
	background-color: #EBEBEB;
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	width: 100%;
	display: block;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 0px 5px 0px;
}
#mobileNavMenu a:hover{ 
	background-color: #DEDEDE;
}
#mobile {
	text-align: left;
}