/* CSS Document */

/* Makes it easy to change the background and provides some fun stuff for IE browser */
BODY {
	SCROLLBAR-FACE-COLOR:#294E94;
    SCROLLBAR-HIGHLIGHT-COLOR:#DBE3F1;
    SCROLLBAR-3DLIGHT-COLOR:#294E94;
    scrollbar-arrow-color:#DBE3F1;
    scrollbar-shadow-color:#DBE3F1;
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	background-color: #000066;
}

/* Centers the page contents and constrains subsequent tables, etc. */
.bodyTable {
	background-color: #000099;
	width: 720px;
}

.panotable-DU {
	vertical-align: top;
	width: 460px;
}

/* This is the top horizontal menu bar with menu1 and menu1 tc controling the looks and the link contextual selectors doing the same for the links */


.tdgray {
background-color: #333333;
}

.menu1 {
	font-size: 9px;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background-color: #333333;
	line-height: 13px;
}
.menu1 td {
	height: 13px;
	text-align: center;
	vertical-align: middle;
	line-height: 13px;
}
.menu1 a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
.menu1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.menu1 a:hover {
	background-color: #666666;
	color: #FFFFFF;
}

/* JB loves his white border */
.signatureframe {
	border: 1px solid #CCCCCC;
	background-color: #000099;
}

/* This is the top horizontal menu bar with menu1 and menu1 tc controling the looks and the link contextual selectors doing the same for the links */
.menu2 {
	font-size: 9px;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background-color: #333333;
}
.menu2 td {
	height: 13px;
	text-align: center;
	vertical-align: middle;
}
.menu2 a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
.menu2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.menu2 a:hover {
	background-color: #666666;
	color: #FFFFFF;
	text-decoration: none;
}

.layer p {
	margin: 8px;
	text-align: justify;
}

.layer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #666666;
	color: #FFFFFF;
	border: 1px outset #FFFFFF;
}
.LayerTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	background-image: url(close-background.gif);
	text-indent: 4px;
	font-weight: bold;
	text-transform: capitalize;
}

.capacityChart {
	font-size: 10px;
	color: #000000;
	border: 1px solid #999999;
	background-color: #FFFFFF;



}
.floorplanTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
	font-weight: bold;

}


.floorplanLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.floorplanLink:link {
	text-decoration: none;
}
.floorplanLink:hover {
	background-color: #333333;
}