/* MAIN STYLESHEET */


/* Main Structure */
body {
	background-color: white;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #002261;
	font-size: 0.75em;
}

p, .normal, .pre {
	font-size: 0.75em;
	letter-spacing: 0.08em;
	line-height: 1.5em;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

h1 {
	font-size: 1.1em;
	color: #002261;
	font-weight: bold;
	letter-spacing: 0.1em;
}

h2 {
	font-size: 1.0em;
	color: #002261;
	font-weight: bold;
	letter-spacing: 0.1em;
}


hr {
	color: #00A086;
	height: 1px;
}

li {
	line-height: 1.5em;
	color: #00A086;
	font-size: 0.75em;
}

li.center {
	line-height: 1.5em;
	color: #00A086;
	font-size: 0.85em;
	text-align: center;
}

a {
	color: #00A086;
	font-weight: bold;
	text-decoration: none;
}
	
a:hover {
	color: #002261; 
	text-decoration: none;
}

.footer {
	font-size: 0.65em;
}

a.foot {
	color: #002261;
	font-weight: normal;
}

a.foot:hover {
	color: #00A086;
}

.black {
	color: #000000;
}


td.standfree{
	background-color: #ffffff;
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	color: #019C7D;
	text-align: center;
	font-weight: bold;
	font-style: normal;
	border: 1px #003777 solid;
	height: 30px;
	width: 30px;
}

td.standpending{
	background-color: #E6E6E6;
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	color: #3A287E;
	text-align: center;
	font-weight: bold;
	font-style: normal;
	border: 1px #003777 solid;
	height: 30px;
	width: 30px;
}

td.standbooked{
	background-color: #019C7D;
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-style: normal;
	border: 1px #003777 solid;
	height: 30px;
}


.tablehead {
	font-size: 1em;
	color: #003777;
	text-align:center;
	font-weight: bold;
	font-style: normal;
}

.tablesubhead {
	font-size: 0.9em;
	color: #003777;
	text-align:left;
	font-weight: bold;
}

.tablebkgndhead {
	background-color: #003777;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}

.tablebkgndheadleft {
    font-size: 0.85em;
	background-color: #003777;
	color: #ffffff;
	text-align: left;
	font-weight: bold;
}

.tablebkgndnormal {
	font-size: 0.75em;
	background-color: #ffffff;
	color: #003777;
	font-weight: normal;
	font-style: normal;
}

.tablebkgndsub {
	background-color: #E6E6E6;
	font-size: 0.75em;
	color: #003777;
	font-weight: normal;
	font-style: normal;
}



.tablebkgndsub12 {
background-color: #E6E6E6;
font-family: verdana, arial, sans-serif;
font-size: 12pt;
color: #3A287E;
font-weight: normal;
font-style: normal;
}


.tablebkgndgreen {
background-color: #008E81;
font-family: verdana, arial, sans-serif;
font-size: 12pt;
color: #ffffff;
text-align: center;
font-weight: bold;
font-style: normal;
}

.tablebkgndgreenleft {
background-color: #008E81;
font-family: verdana, arial, sans-serif;
font-size: 12pt;
color: #ffffff;
text-align: left;
font-weight: bold;
font-style: normal;
}

.tablebkgndgreenhand {
background-color: #008E81;
font-family: verdana, arial, sans-serif;
font-size: 12pt;
color: #ffffff;
text-align: center;
font-weight: bold;
font-style: normal;
cursor: hand;
}