.cmsform input { width:400px; }
.cmsform textarea { width:400px; }
.cmsform .button { width:100px; }
.cmsform select { width:200px; }

div#content { z-index:5; }
div#navigation { z-index:10; position:absolute; }
.error li {
	list-style-type:circle;
	width:100%;
	line-height:1.5em;
	display:block;
}

.notgood {
	color:#161;
	border-top:1px solid #DD0;
	border-bottom:1px solid #DD0;
	background-color:#FF9;
}

.notgoodtext {
	color:#0b0;
	
}

.good {
	color:#161;
	border-top:1px solid #0F0;
	border-bottom:1px solid #0F0;
	background-color:#DFD;
}

.goodtext {
	color:#0b0;
	
}
.badtext {
	color:#d00;
	
}

.rpthead {
	font-size:16px;
	text-decoration:underline;
}

.rptsub {
	font-size:14px;
}

#wholepage .redirect {
	margin:100px auto;
	border:1px solid #999;
	color:#555;
	background-color:#CCC;
	width:430px;
	height:200px;
	line-height:2em;
	font-size:12px;
}

.bad {
	color:6AA;
	border-top:1px solid #F00;
	border-bottom: 1px solid #F00;
	background-color:#FAA;
}

body {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#000000;
	margin:5px;
}
#registration  { 	background-image:url(img/bb_reg.png); }
#scheduling { background-image:url(img/bb_schedule.png); }
#instructor { background-image:url(img/bb_instruct.png); }
#reporting { background-image:url(img/bb_rpt.png); }
#management { background-image:url(img/bb_mgmt.png); }
#administration { background-image:url(img/bb_admin.png); }
#myfunctions { background-image:url(img/bb_myfunc.png); }

#myfunctions li, #administration li, #management li, #reporting li, #instructors li, #scheduling li, #registration li {background-image:none; }

ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

ol.nothing li
{
	float:none;
	position: relative;
	width:575px;
	padding-left:0px;
	background-repeat:no-repeat;
	background-position:none;
	line-height: 15px;
	font-size:	10px;
	font-weight: normal;
	list-style-type: decimal;
	top:auto;
	left:auto;
	display: list-item;
}
li { 
	float: left;
	position: relative;
	width:74px;
	padding-left:27px;
	background-repeat:no-repeat;
	background-position:2px center;
	line-height:32px;
	font-size:	10px;
	font-weight:bold;
	color:#333;
}

li ul { 
	display: none;
	position: absolute;
	top:32px;
	left:26px; 
	background:#DEE2EA;
	border:1px solid #464646;
	padding:0;
	line-height:18px;
	margin-left:-26px;
width:200px;
}
li li {
	font-weight:normal;
	padding:0;
	width:200px
}
li li a {
	background-image:url(img/sb_create.png);
	background-repeat:no-repeat;
	background-position:5px center;
	padding:0px 5px 0px 28px;
	display:block;
}
li li a:hover { background-color:#ACB8CB }
li>ul {
	top: auto;
	left: auto;
}
li:hover ul, li.iehover ul { display: block; }
#content { clear: left; }
a {
	text-decoration:underline;
	color:#333;
}
a:hover {
	color:#000;
}
a img { border: 0; }
#header p { display:none; }
#header {
	height:70px;
}
#wholepage {
	width:960px;
	margin:auto;
	background-color:#FFFFFF;
}
#header h1 span { float:left; }
#header h1 img { float:right; }
#header { height:70px; padding:10px 20px 0 20px; }
#content {
	margin-top:32px;
		padding:20px 40px 40px 40px;

}
table {
	border:1px solid #ACB8CB;
	border-top:0;
	width:100%;
	margin-bottom:2em;
}
caption {
	border:1px solid #ACB8CB;
	width:100%;
	font-size:20px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:60px;
}
caption .title {
	width:50%;
	text-align:left;
	display:block;
	float:left;
	padding:2px;
}
caption .help {
	width:40%;
	float:right;
	font-size:10px;
	color:#aaa;
	font-weight:normal;
	text-align:right;
	padding:0 5px;
	line-height:1.5em;
}

th, td {
	text-align:left;
	padding-right:2em;
	line-height:1.3em;
	color:#333;
	font-size:11px;
}
.darktablerow th, .darktablerow td {
	background-color:#DEE5F1;
}

table#cal {	border:1px solid #ACB8CB; }
table#cal td {
	height:8em;
	vertical-align:top;
}
table#cal .month td { height:1em; text-align:center; font-size:12px; vertical-align:middle;}
table#cal .days td { height:1em; }
table table .darktablerow td {
	background-color:#FFF;
}
table#cal table { margin:0; }
table#cal table td { height: 1em; }
table#cal a { display:block; margin:0.05em; }
td.receipt_title
{
	font-weight:bold;
	font-size:8pt;
}
td.receipt_header
{
	font-weight:bold;
	font-size:10pt;
	padding-top:8pt;
}
span.s_receipt_title
{
	font-weight:bold;
	font-size:8pt;
}