﻿body 
{
	font-family:verdana;
	font-size: .8em;
	background-color:Black;
	color:White;
	margin:0;
	width:100%;
	min-width:990px;
}
li
{
	font-size:.8em;
	margin-left: 0;

}
ul
{
	margin-left:0;
	padding-left:5px;
}
.label
{
	width:150px;
	font-weight:bold;
	float:left;
	text-align:right;
	height:20px;
}
label
{
	vertical-align:top;
}
.input, select
{
	width:200px;
	font-size:.8em;
	vertical-align:bottom;
}
textarea
{
	font-family:verdana;
	width:200px;
	
}
.button
{
	width:100px;
}
.buttonBank
{
	width:300px;
	text-align:center;
}
thead
{
	font-weight:bold;
}
.rdo
{
	width:300px;
}
#ctl00_main_rdoPointType_0, #ctl00_main_rdoPointType_1, #ctl00_main_rdoPointType_2, #ctl00_main_chkCookie, #ctl00_main_chkFinished, #ctl00_main_rdoPM, #ctl00_main_rdoAM, #ctl00_main_chkAlt
{
	width:25px;
	display:inline;
}
.normalCell
{
	border-bottom:solid 1px white;
	border-right:solid 1px white
}
.normalTable
{
	border-left:solid 1px white;
	border-top:solid 1px white
}
a
{
	text-decoration:underline;
	color:white;
}
.subTitle
{
	font-size:1.5em;
	text-align:center;
	width:100%;
	font-weight:bold;
	margin-bottom:10px;
}
.mainTitle
{
	width:100%;
	height:66px;
	text-align:center;
	font-size:2em;
	font-weight:bold;
	font-family:Papyrus;
}
td
{
	text-align:left
}
.row
{
	text-align:left;
	margin-top: 5px;
}
.NumberCol
{
	text-align:center;
}
.number
{
	text-align:right;
}
.baseClassRowClass
{
	
}
.subClassRowClass
{
}
.classRowClass
{
}
.baseClassCellClass
{
	text-align:center;
	font-weight:bold;
	border-top: solid 1px white;
	border-left: solid 1px white;
}

.subClassCellClass
{
	text-align:center;	
	font-weight:bold;
	border-top: solid 1px white;
	border-left: solid 1px white;
	
}

.classCellClass
{
	text-align:center;
	width:125px;
	border-top: solid 1px white;
	border-left: solid 1px white;
	vertical-align:top;
	
}
.classTable
{
	padding:0px;
	border-bottom: solid 1px white;
	border-right: solid 1px white;
}
.smallDDL
{
	width:125px;
	height:20px;
}