/* Plaza Master Style Sheet */
* {
	color: #685f51;
	font-family: "Times New Roman";
}
body { background-color: #FFFFFF; }
img { padding: 0px; margin: 0px; border: none; }
img.titleimg { padding-bottom: 10px; padding-top: 30px; }
a, a:visited, a:active { text-decoration: none; font-weight: bold; color: #0a2245; }
a:hover { text-decoration: underline; color: #6c584e; }
td { font-size: 11pt; }
hr { color: #aa9c88; background-color: #aa9c88; }
.footnote {
    position:relative;
    font-size:85%;
    top:-0.9ex;
    margin-left:0.2em;
    margin-right:0.1em;
}

ul {
	margin-left: 5px;
	padding-left: 5px;
}

li {
	margin-bottom: 12pt;
	margin-left: 10pt;
	text-indent: -11pt;
	
    font-size: 11pt;
	list-style: none;
	text-align: justify;
}

img.bullet {
	padding-right: 3px;
	vertical-align: middle;
}

p {
	font-size: 13pt;
	font-style: normal;
	letter-spacing: 1pt;
	line-height: 120%;
	text-align: justify;
}

.fl {
	position: relative;
	top: -5px;
	float: left;
	font-size: 45pt;
	font-weight: bold;
	color: #798b9d;
	padding-right: 2pt;
	padding-bottom: 0pt;
	line-height: 42px;
	
}

table.cabins tr {
	text-align: left;
}

table.cabins tr td {
	font-size: 14pt;
	padding: 4px 10px 4px 10px;
}

tr.cabinheading td {
	padding: 2px 4px 2px 4px;
	background-color: #ede9e0;
	vertical-align: middle;
	text-align: center;
	font-size: 15pt;
	font-weight: bold;
	border-right: 1px solid white;
}

.alt {
	background-color: #f5f5f5;
}

td.dollarcell {
	text-align: right;
}

.textheading {
	text-align:center;
	font-size: 16pt;
	font-weight: bold;
}

.activityheading {
	text-align:left;
	font-size: 16pt;
	font-weight: bold;
	font-style:italic; 
}

#dropmenudiv{
position:absolute;
border:2px solid #002c4e;
border-top-width: 0;
font: normal 10pt Helvetica;
z-index:100;
filter: alpha(opacity=100);
-moz-opacity: 1;
background-color: #002c4e;
}

#dropmenudiv a{
width: 100%;
display: block;
padding: 3px 5px 3px 5px ;
margin-left: -2px;
line-height:18px;
text-decoration: none;
font: bold 10pt Helvetica;
color: #FFFFFF;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #004981;
text-decoration: none
color: #FFFFFF;
filter: alpha(opacity=100);
-moz-opacity: 1;
}

INPUT, TEXTAREA, SELECT, .bginput {
	FONT-SIZE: 11px;
	FONT-FAMILY: Arial,Helvetica,sans-serif;
	FONT-WEIGHT: bold;
	COLOR: #555555;
	BACKGROUND-COLOR: #e6e6e6;
	SCROLLBAR-BASE-COLOR: #fffffff; 
	SCROLLBAR-ARROW-COLOR: #666666;
	border-color: #cccccc;
	border-top-width : 1px; 
	border-right-width : 1px; 
	border-bottom-width : 1px; 
	border-left-width : 1px; 
	border-style   : solid;
	padding: 2px 3px 2px 3px;
}

.formbg {
	BACKGROUND-COLOR: #f9f9f9;

}

table.tableleft tr td { text-align: left; }
