body
{
	text-align: center;
	background: #6699FF;
	height: 100%;
}

.layout
{
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 960px;
	height: 100%;
	background: white;
	border: thin ridge black;
	

}

.layoutTable
{
	width: 100%;
	
}
 
#header
{
	text-align: center;
}

div#header h3
{
	font-size: 20pt;
}


div.topRow
{
	font: 12pt georgia;
	color: #6699FF;
}

.titleBar
{
	text-align: right;
	background: #6699FF;
	border: thin ridge;
	width: 100%;	
}

.titleBar a
{
	text-decoration: none;
	font-weight: bold;
}



div.menuBar
{
	position: absolute;
	top: auto;
}

div.button2
{
	padding: 0px 10px 0px 10px;
	margin: 5px, 5px, 5px, 5px;
	border: thin ridge;
	display: inline;
	background: #6699FF;
}

#selected
{
	background: #F0F8FF;
}

div.button a
{
	font-weight: bold;
	text-decoration: none;
}

span.button
{
	padding: 0px 10px 0px 10px;
	border: thin solid;
	background: #6699FF;
}

.login
{
	float: right;
	font: 8pt georgia;
	
}

.login input
{
	width: 10ex;
}

div.content
{
	//float: right;
	//width: 95%;
	min-height: 350px;
	padding-left: 30px;
	padding-right: 20px;
}

div.center
{
	text-align: center;
}

.directions
{
	border: groove;
}

table.data
{
	margin-left: auto;
	margin-right: auto;

	margin: 5px;
	border: outset 5pt; 
    border-collapse: collapse;
	empty-cells: show;
}

table.data td
{
	border: black solid 1pt;

}

table.chart
{
	border: black solid 1pt;
	border-collapse: collapse;
}

table.chart td
{
	border: black solid 1pt;
	text-align: center;
}

tr.headRow
{
	font-weight: bold;
	text-decoration: none;
	background: #6699FF;
}

td.td1
{
	font-weight: bold;
	background: #99CCFF;
	width: 25%;
}

td.td2
{
	font-family: "Tekton", Arial, serif;
	text-align: center;	
}

.required
{
	background: #CCFFFF;	
}

#mesgbox
{
	color: red;
}

em
{
	color: black;
}

.bold
{
	font-weight: bold;
}

.roomHeader
{
	font-weight: bold;
	color: maroon;
}

.fakelink
{
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}

a:visited, a
{
	color: #235a8b;
}
