﻿/*
---------------------------------------------------------------------------------------------------
Top level styles. 
These styles are the highest level HTML hierachy; they can be overrided or modified by styles 
below, in-line styles, or HTML properties in your page markup.
---------------------------------------------------------------------------------------------------
*/

body {
    margin: 0px;
    padding: 0px;
    background-color: #fff;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333
}

table {
	border: none;
}

p {
	margin: 10px;
	background-color: inherit;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #333
}

li {
	background-color: inherit;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #333
}

h3 {
	margin: 10px;
	background-color: inherit;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
}

h4 {
	margin: 10px;
	background-color: inherit;
	font: 11px/13px Verdana, Arial, Helvetica, sans-serif; 
	color: #333
}

a { 
	background-color: inherit;
	/*color: #007D72; */
	color: #007D72; 
}

a:hover { 
	background-color: inherit;
	color: #6699CC; 
}

hr {
	height: 1px;
	margin-left: 5px; 
	margin-right: 5px;
	background-color: inherit;
	color: #b3b3b3; 
}

/*
---------------------------------------------------------------------------------------------------
Banner styles. 
These styles control the look of the banner region of your site, defined by the table
with id="banner"
---------------------------------------------------------------------------------------------------
*/

#banner {
	display: none;
}

#homeBanner {
	display: none;
}

/*
---------------------------------------------------------------------------------------------------
Main table styles. 
These styles control the look of the Main table region of your site, defined by the table
with id="mainTable"
---------------------------------------------------------------------------------------------------
*/

#mainTable {
	border-bottom: 1px solid #efefef
}

#mainTable img {
	margin: 0 0 5px 5px;
	border: none;
	/*float: right;*/
}

#mainTable table {
	margin: 10px;
	border: none;
	/*background-color: #ffefde;*/
	background-color: #fff;
	color: inherit;
}

#mainTable table td {
	padding: 10px;
	background-color: inherit;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

#mainTable table td p {
	margin: 0;
}

	/*
	---------------------------------------------------------------------------------------------------
	Left menu navigation styles. 
	These styles control the look of the Left Menu region of your site, defined by the column/cell
	with id="leftMenu"
	---------------------------------------------------------------------------------------------------
	*/

#mainTable #leftMenu {
	display: none;
}

	/*
	---------------------------------------------------------------------------------------------------
	Homepage Main table contents styles. 
	These styles control the look of the Homepage Main Contents region of your site, defined by the column/cell
	with id="mainContentsHome"
	---------------------------------------------------------------------------------------------------
	*/

#mainTable .mainContentsHome {
	width: 310px;
	background-color: #fff;
	vertical-align: top;
	color: inherit
}

#mainTable .mainContentsHome h1 {
	margin: 10px; 
	padding: 0 0 2px 5px;
	border-left: solid #CC7033 1px;
	border-top: solid #CC7033 2px;
	background-color: #efefef;
	font: 18px Verdana, Arial, Helvetica, sans-serif; 
	color: #369;
}

#mainTable .mainContentsSub #iChapter h1 {
	margin: 0 0 3px 10px; 
	padding: 0 0 2px 5px;
	border-left: solid #CC7033 1px;
	border-top: solid #CC7033 2px;
	background-color: #efefef;
	font: 18px Verdana, Arial, Helvetica, sans-serif; 
	color: #369;
	width: 595px;
}

#mainTable .mainContentsHome h2 {
	margin: 0 0 -10px 10px;
	background-color: inherit;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	color: #e07000;
}

#mainTable .mainContentsHome table {
	width: 285px;
}

#mainTable .mainContentsSub #iChapter table {
	width: 100%;
}

	/*
	---------------------------------------------------------------------------------------------------
	Subpage Main table contents styles. 
	These styles control the look of the Subpage Main Contents region of your site, defined by the column/cell
	with id="mainContentsSub"
	---------------------------------------------------------------------------------------------------
	*/

#mainTable .mainContentsSub {
	width: 610px;
	padding-top: 12px;
	vertical-align: top;
	background: #fff;
	color: inherit;
}

#mainTable .mainContentsSub h1 {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: -3px;
	margin-top: 0;
	background-color: inherit;
	font: bold 20px Verdana, Arial, Helvetica, sans-serif; 
	color: #e07000;
}

#mainTable .mainContentsSub h2 {
	margin: 10px 0 -10px 10px;
	background-color: inherit;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	color: #e07000;
}

#mainTable .mainContentsSub table {
	width: 590px;
}

/*
---------------------------------------------------------------------------------------------------
Footer table styles. 
These styles control the look of the Footer table region of your site, defined by the table
with id="footerTable"
---------------------------------------------------------------------------------------------------
*/

#footer {
	display: none;
}

/*
---------------------------------------------------------------------------------------------------
iChapter style overrides. 
These styles control the look of the iChapter elements
---------------------------------------------------------------------------------------------------
*/

#mainTable .mainContentsSub #iChapter table {
	margin: 10px;
	border: none;
	background-color: #fff;
	color: inherit;
}

#mainTable .mainContentsSub #iChapter table td {
	padding: 2px;
	background-color: inherit;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	vertical-align: top;
}

#mainTable .mainContentsSub #iChapter table .table_header td,  #mainTable .mainContentsSub #iChapter table .table_header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	/*background-color: #007d72;*/
	background-color: #369;
	vertical-align: top;
}

#mainTable .mainContentsSub #iChapter .table_first_row td, #mainTable .mainContentsSub #iChapter .table_first_row {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	background-color: #fff;
	vertical-align: top;
}

#mainTable .mainContentsSub #iChapter .table_second_row td, #mainTable .mainContentsSub #iChapter .table_second_row {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	background-color: #EBF2F8;
	vertical-align: top;
}

.page_real_time_date {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: -20px;
	background-color: inherit;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	color: #666;
}

#mainTable .mainContentsSub #iChapter img {
	margin: 0;
	border: none;
	float: left;
}

#mainTable .mainContentsSub #iChapter table td table td table td {
	padding: 0;
	background-color: inherit;
	color: #333;
	vertical-align: top;
}

#mainTable .mainContentsSub #iChapter table td table td table {
	width: 0;
	padding: 0;
	margin: 0;
	border: none;
	background-color: #fff;
	color: inherit;
	vertical-align: top;
}

#mainTable .mainContentsSub #iChapter .late_fees_apply {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FF0000;
}

#mainTable .mainContentsSub #iChapter .resv_ended {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #000000;
}

#mainTable .mainContentsSub #iChapter .event_pricing {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #666666;
}

#mainTable .mainContentsSub #iChapter .page_rev_info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #666666;
}

#mainTable .mainContentsSub #iChapter #mapTable {
	width: 0;
	padding: 0;
	margin: 10px 0 0 10px;
	border: none;
	background-color: #fff;
	color: inherit;
}

#mainTable .mainContentsSub #iChapter #mapTable td {
	padding: 0;
	margin: 0;
	border: none;
	background-color: #fff;
	color: inherit;
}
#mainTable .mainContentsSub #iChapter #mapTable td img {
	margin: 0;
	border: none;
	float: left;
}