﻿/*
---------------------------------------------------------------------------------------------------
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 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 15px;
	background-color: #F2F2F2;
}


table {
	border: none;
}

p {
	margin: 10px 10px 10px 0;
	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: #336699; 
}

a:hover { 
	background-color: inherit;
	color: #6699CC; 
}

hr {
	height: 1px;
	margin-left: 10px; 
	margin-right: 10px;
	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 {
	width: 700px;
	background-color: #fff;
	border-top: 1px solid #ff9900;
	border-left: 1px solid #ff9900;
	border-right: 1px solid #ff9900;
	margin-left: auto;
	margin-right: auto;
}

/*
---------------------------------------------------------------------------------------------------
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-left: 1px solid #ff9900;
	border-right: 1px solid #ff9900;
	width: 702px;
	margin-left: auto;
	margin-right: auto;
}

/*
#mainTable img {
	margin: 0 0 5px 5px;
	border: none;
	float: right;
}

#mainTable table {
	margin: 10px;
	border: none;
	background-color: #ffefde;
	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 {
	width: 200px;
	vertical-align: top;
	margin: 0;
	padding: 0 5px 5px 5px;
	background-color: #fff;
	color: inherit;
}

#mainTable #leftMenu ul {
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 10px;
	padding-left: 10px;
}

#mainTable #leftMenu ul li {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: 1px solid #999;
	background-color: inherit;
	font: bold 11px/18px Verdana, Arial, Helvetica, sans-serif; 
	color: #007d72;
}

#mainTable #leftMenu ul ul {
	display: block;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
}

#mainTable #leftMenu ul ul li {
	list-style-type: none;
	margin: 0 0 0 0;
	border-bottom: 0;
	font: normal 11px/14px Arial, Helvetica, Verdana, sans-serif; 
}

#mainTable #leftMenu a {
	background-color: inherit;
	color: #000;
}

#mainTable #leftMenu a.orange, #mainTable .mainContentsHome a.orange {
	background-color: inherit;
	color: #f90;
}

	/*
	---------------------------------------------------------------------------------------------------
	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: 250px;
	background-color: #fff;
	vertical-align: top;
	color: inherit;
	padding: 5px;
}

#mainTable .mainContentsHome h1 {
	
	/*margin: 10px; 
	padding: 0 0 2px 5px;
	border-left: solid #CC7033 1px;
	border-top: solid #CC7033 2px;
	background-color: #efefef;
	*/
	margin: 0 0 -10px 0;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif; 
	color: #000;
}

#mainTable .mainContentsHome h2 {
	font: bold 13px Verdana, Arial, Helvetica, sans-serif; 
	color: #f90;
}

#mainTable .mainContentsSub #iChapter h1 {
	margin: 0 0 -3px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #f60;
	font-size: 17px;
	line-height: 21px;
	font-weight: bold;
}

#mainTable .mainContentsHome #iChapter h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #f90;
	font-size: 15px;
	line-height: 19px;
	font-weight: bold;
}

#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: 500px;
	padding: 12px 5px 5px 5px;
	vertical-align: top;
	background: #fff;
	color: inherit;
}

#mainTable .mainContentsSub h1 {
	margin: 0 0 3px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #f60;
	font-size: 17px;
	line-height: 21px;
	font-weight: bold;
}

#mainTable .mainContentsSub h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #f90;
	font-size: 15px;
	line-height: 19px;
	font-weight: bold;
}

#mainTable .mainContentsSub table {
	width: 500px;
}

/*
---------------------------------------------------------------------------------------------------
Footer table styles. 
These styles control the look of the Footer table region of your site, defined by the table
with id="footerTable"
---------------------------------------------------------------------------------------------------
*/

#footer {
	width: 702px;
	background-color: #fff;
	border: 1px solid #ff9900;
	margin-left: auto;
	margin-right: auto;
}

#footer #margin {
	height: 10px;
	margin: 0;
	border-top: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
	background-color: #efefef;
	font-size: 1px;
	color: inherit;
}

#footer #footerMenu {
	text-align: center;
	background-color: inherit;
	font: 12px/24px Arial, sans-serif;
	color: #333;
}
/*
---------------------------------------------------------------------------------------------------
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;
	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: #F8F8F8;
	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;
}

/*
---------------------------------------------------------------------------------------------------
Michael Roman Style Sheet #1 imported
---------------------------------------------------------------------------------------------------
*/
.sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 11px;
	line-height: 15px;
}

.normaltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
	line-height: 15px;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #f60;
	font-size: 17px;
	line-height: 21px;
	font-weight: bold;
}

.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #f90;
	font-size: 15px;
	line-height: 19px;
	font-weight: bold;
}

.event_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #f60;
	font-weight: bold;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 13px;
	line-height: 17px;
}

a:link { text-decoration: none; color : #5A6982; font-weight: bold; }
a:visited { text-decoration: none; color : #5A6982; font-weight: bold; }
a:active { text-decoration: none; color : #5A6982; font-weight: bold; }
a:hover { text-decoration: underline; color: #5A6982; font-weight: bold; }

a.black:link { text-decoration: none; color : #000000; font-weight: bold; }
a.black:visited { text-decoration: none; color : #000000; font-weight: bold; }
a.black:active { text-decoration: none; color : #000000; font-weight: bold; }
a.black:hover { text-decoration: underline; color: #000000; font-weight: bold; }

a.blue:link { text-decoration: none; color : #0000FF; font-weight: bold; }
a.blue:visited { text-decoration: none; color : #0000FF; font-weight: bold; }
a.blue:active { text-decoration: none; color : #0000FF; font-weight: bold; }
a.blue:hover { text-decoration: underline; color: #0000FF; font-weight: bold; }

a.white:link { text-decoration: none; color : #FFFFFF; font-weight: bold; }
a.white:visited { text-decoration: none; color : #FFFFFF; font-weight: bold; }
a.white:active { text-decoration: none; color : #FFFFFF; font-weight: bold; }
a.white:hover { text-decoration: underline; color: #FFFFFF; font-weight: bold; }

a.job:link { text-decoration: none; color : #FFFFFF; font-weight: bold; }
a.job:visited { text-decoration: none; color : #FFFFFF; font-weight: bold; }
a.job:active { text-decoration: none; color : #FFFFFF; font-weight: bold; }
a.job:hover { text-decoration: underline; color: #F2F2F2; font-weight: bold; }

a.orange:link { text-decoration: none; color : #FF9900; font-weight: bold; }
a.orange:visited { text-decoration: none; color : #FF9900; font-weight: bold; }
a.orange:active { text-decoration: none; color : #FF9900; font-weight: bold; }
a.orange:hover { text-decoration: underline; color: #FF9900; font-weight: bold; }

/*
---------------------------------------------------------------------------------------------------
Michael Roman Style Sheet #2 imported
---------------------------------------------------------------------------------------------------
*/
.page_real_time_date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #666666;
}
.table_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #007571;
}
.table_first_row {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}
.table_second_row {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	background-color: #F8F8F8;
}
.table_body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
}
.page_rev_info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	background-color: #FFFFCC;
}
.body_red_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 11px;
	line-height: 15px;
}

