@import url(vTabs.css);
@import url(nav.css);
@import url(layout.css);

/* CSS Document */ 
/* CSS script to handle the jQuery vTabs */ 
/* Scripts used for navigation formatiing */ 
/*Scripts used for the layout of the page */
html {
overflow-y: scroll;
}
* { -webkit-text-size-adjust: none; }

body { /*background-color: #AEADAD;*/
	background:#000080;
	color:#000;
	margin:0; /*background-repeat:repeat-x;*/
}
body, td, th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.0px;
	color:#000;
	vertical-align:top;
}
th {
	background-color:#bfd3e6;
	text-align:center;
	vertical-align:middle;
}

hr {
	border:solid 1px #00c;
	color:#00C;
	background-color:#00C;
	height:2px;
	width:100%;
}
.expandHeader {
	text-transform:uppercase;
	font-weight:400;
	padding:2px;
	cursor:hand;
	margin-left:0;
	margin-top:5px;
	border-bottom:solid 1px #00C;
	color:#000;
}
.expandSection {
	border-left:1px solid #00C;
	border-right:1px solid #00C;
	border-bottom:4px solid #00C;
	padding:10px;
	background-color:#bfd3e6;
}
a {
	color:#00F;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	color:#00F;
}
a:active {
	text-decoration:none;
	color:#00F;
}
a:visited {
	text-decoration:none;
	color:#900;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:700;
	color:#000;
}
h1 {
	font-size:24px;
	color:#000;
}
h2 {
	font-size:18px;
	color:#000;
}
h3 {
	font-size:14px;
	color:#000;
}
.FRH2 {
	display: block;
	border-bottom: dashed #333 1px;
	text-align: left;
	width: 475px;
	font-style:italic;
}

.noMarginBottom {
	margin-bottom: 0px;
}
.breadcrumbs {
	margin:10px 10px 5px 149px;
	padding-left:15px;
}

/* Font-Sizer Specific Styling */

.fsizer {} /* Container element */

.fsizer a { display: block; float: right; width: 20px; margin-right: 5px; text-align: center; border: 1px dotted #ccc; color: #5761a0; text-decoration: none; cursor: pointer; letter-spacing: 0; line-height: 100%; position: relative; }
.fsizer a:hover { text-decoration: none; background: #ebebeb;  }

/* Three 'A' links used to control size */

.fsizer a#fs_sml { font-size: 9px; height: 15px; padding-top: 5px; }
.fsizer a#fs_med { font-size: 13px; height: 17px; padding-top: 3px; }
.fsizer a#fs_lrg { font-size: 16px; height: 18px; padding-top: 2px; }

.fsizer a.fsactive { color: #000; background: #ebebeb; cursor: default; } /* When mode is active */

#search {
	position: relative;
	margin: 5px 0 10px;
}
.indent {
	margin-left:15px;
}
.interestSlide {
	overflow:hidden;
	position:relative;
}
* html .interestSlide {
	overflow:hidden;
	position:relative;
	height:100%;
}

.zoneIndex {
	background-color:#e0e0e0;	
}
.zoneIndex td {
	font-size:16px;
	margin: 0px;
	border: solid 1px #333;
}
.zoneMonth {
	width: 122px;
	background: #fff url(../images/zoneMonth.jpg) repeat-x;
	text-align:center;
	vertical-align:middle;
	font-weight:800;
	color: #03284b;
}
.zonePrice {
	color:#030;
	font-weight:500;
	font-style:italic;
	text-align:left;
	background: #e0e0e0 url(../images/zonePrice.gif) repeat-x;
	width: 70px;
}
.mppMonth {
	width: 80px;
	background: #fff url(../images/zoneMonth.jpg) repeat-x;
	text-align:center;
	vertical-align:middle;
	font-weight:700;
	color: #03284b;
	line-height: 28px;
	border-bottom: solid 1px #03284b;
	border-left: solid 1px #03284b;
	border-right: solid 1px #03284b;
}
.mppPrice {
	color:#030;
	font-weight:600;
	font-style:italic;
	text-align:left;
	background: #e0e0e0 url(../images/zonePrice.gif) repeat-x;
	width: 45px;
	line-height: 28px;
	border-bottom: solid 1px #030;
	border-right: solid 1px #030;
	padding:0 3px;
}
.mppDate {
	color: #784a0d;
	font-weight:500;
	font-style:italic;
	text-align:center;
	background: #e0e0e0 url(../images/header_over.gif) repeat-x;
	line-height: 28px;
	border-bottom: solid 1px #784a0d;
}
.mppDateR {
	border-right: solid 1px #784a0d;
}
.mppHeader {
	color: #784a0d;
	font-weight:700;
	font-style:normal;
	text-align:center;
	background: #e0e0e0 url(../images/mppHeader.jpg) repeat-x;
	line-height: 31px;
	height: 31px;
	border-top: solid 1px #784a0d;
	border-bottom: solid 1px #784a0d;
}
.mppHeaderL {
	border-left: solid 1px #784a0d;
}
.mppHeaderR {
	border-right: solid 1px #784a0d;
}
.mppTable {
	width: 435px;
}
