/* the seperator lines
	between header and main section
	and between footer and main section
*/
/* general section */
div.top-banner{
	background: #e5b53a;
	height: 131px;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
div.top-bar{
   border-top: 2px solid #8e80c0;
}
div.bottom-bar{
	border-top: 2px solid #8e80c0;
}
body.main{
margin: 0px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.8em;
background-color: white;
text-align: center;
}
/*
body.main a             { text-decoration:none; }
body.main a:link        { color:#9fa13c; }
body.main a:visited     { color:#9fa13c; }
body.main a:hover       { color:#e5b53a; text-decoration:underline; }
body.main a:active      { color:#e5b53a; }
*/
div.top-menu ul{
	list-style: none;
}
div.top-menu li{
    margin:0px;
	padding:0px 4px 0px 4px;
	white-space:nowrap;
	border-left: 1px solid #8e80c0;
	float: left;
	font-size: 0.8em;
}
div.top-menu li.lend{
	border-right: 1px solid #8e80c0;
	float: left;
}
div.top-menu li.rend{
	border-right: 1px solid #8e80c0;
	float: right;
}
.top-menu a             { text-decoration:none; }
.top-menu a:link        { color:#8e80c0; }
.top-menu a:visited     { color:#8e80c0; }
.top-menu a:hover       { color:#e5b53a; text-decoration:underline; }
.top-menu a:active      { color:#e5b53a; }
div.heading { 
	font-size: 1.1em;
	font-weight: bold;
    text-align: center;
	margin: 10px 0px 10px 0px;
}
div.heading2 { 
	font-size: 0.9em;
    text-align: center;
	margin: 10px 0px 10px 0px;
}
div.note { 
	font-size: 0.7em;
    text-align: center;
	margin: 10px 0px 10px 0px;
}
div.note2 {
	font-size: 0.8em;
    text-align: center;
	margin: 10px 0px 10px 0px;
}
table.bottom-link {
	font-size: 0.8em;
}
table.bottom-link a     { text-decoration:none; }
table.bottom-link a:link  { color:#252525; }
table.bottom-link a:visited     { color:#252525; }
table.bottom-link a:hover       { color:#64bfdb; text-decoration:underline; }
table.bottom-link a:active      { color:#64bfdb; }
/* index.jsp */
table.menu {
	border: 0px hidden #ffffff;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
table.menu th{
	height: 30px;
	background:#8e80c0;
	color:white;
	font-weight: bold;
	text-align:center;
}
table.menu tr{
	border: 0px hidden #ffffff;
	background: #ffffff;
}
table.menu td{
	font-color:#032373;
	font-size: 0.8em;
}
table.menu a	{ color: #333333;}
table.menu a:link	{ color: #333333;font-weight:bold;}
table.menu a:visited { color: #2e8b57;}
table.menu a:hover	{ color: #747474; text-decoration: none;}
table.menu a:active { color: #747474;}

table.special-menu {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}
table.special-menu th{
	background: #ff9999;
	height: 30px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	vertical-align: middle;
}
table.special-menu th a{
	height: 30px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
}
a.special { color: blue;}
a.special:link {color: blue; font-weight: bold;}
a.special:visited {color: #6495ed;}
a.special:hover { color: #bdb76b; text-decoration: none;}
a.special:active{ color: #bdb76b;}
.roomtype { color: 008b8b; font-weight: bold; font-style: italic;  }
div.hotel-desc{
	padding: 0px 5px 0px 5px;
	font-size: 0.8em;
}
/* availabilitySummary.jsp */
td.avail { background-color: #88ee88; color:black; border: 1px solid #ffffff;font-size: 0.8em;}
td.sold {	background-color: #ff9999;	color: black;font-size:0.8em;border: 1px solid #ffffff;}
td.avail a {	background-color: #88ee88;	color: black; text-decoration: underline;}
td.avail a:link{background-color: #88ee88;	color: black; text-decoration: underline;}
td.avail a:visited { background-color: #88ee88; color: black;text-decoration:none;}
td.avail a:hover {	background-color: #88ee88;	color: black; text-decoration: none;}
td.avail a:active {	background-color: #88ee88;	color: black; text-decoration: none;}
td.call { background: #aaffaa; color: black;font-size:0.8em;}
td.call a { background: #aaffaa; color: black; text-decoration: underline;}
td.call a:hover { background: #aaffaa; color: black; text-decoration: none;}
table.avail-table{
	background: #ffffff;	
}
table.avail-table th{
	background: #8e80c0;
	border: 1px solid #ffffff;
	color: #ffffff;
}
span.avail-loc{
	font-weight: bold;
	color: #000000;
	text-align:center;
	font-size: 0.8em;
}
a.avail-rmtp{ color: #8e80c0; font-size:0.8em;}
a.avail-rmtp:link { color: #8e80c0; }
a.avail-rmtp:visited { color: #999966; }
a.avail-rmtp:hover { color: #e5b53a; text-decoration: none;}
a.avail-rmtp:active { color: #e5b53a; }
span.avail-rmcmt {
	color: #ff0000;
	font-size:0.8em;
}
span.spec-sumry{
	color: #000000;
}
/* specialsSummary.jsp*/
table.choice {
	border: 0px hidden #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}
table.choice th{
	height: 30px;
	background:#8e80c0;
	color:white;
	font-weight: bold;
	text-align:center;
}
table.choice tr{
	border: 0px hidden #ffffff;
	background: #ffffff;
}
table.choice td{
	font-color:#032373;
	font-size: 0.8em;
}
table.choice a	{ color: #333333;}
table.choice a:link	{ color: #333333;font-weight:bold;}
table.choice a:visited { color: #2e8b57;}
table.choice a:hover	{ color: #747474; text-decoration: none;}
table.choice a:active { color: #747474;}

a.view-map { color: white; background: #8e80c0; text-decoration: none; font-size: 1em; font-weight: bold;}
a.view-map:link { color: white; background: #8e80c0;}
a.view-map:visited { color: white; background: #8e80c0;}
a.view-map:hover { color: white; background: #e5b53a; text-decoration: underline;}
a.view-map:active { color: white; background: #e5b53a;}

a.back-top { color: #ffffff; background: #8e80c0; text-decoration: none; font-size: 1.1em; font-weight: bold;}
a.back-top:link { color: #ffffff; background: #8e80c0;}
a.back-top:visited { color: #ffffff; background: #8e80c0;}
a.back-top:hover { color: #000000; background: #e5b53a; text-decoration: underline;}
a.back-top:active { color: #000000; background: #e5b53a;}
