body{
	margin: 0 auto;
}

form{
	width: 100%;
}

td{
	font-family: verdana;
	font-size: 10pt;
	padding: 1px;
}

.container{
	margin-top: 10px;
}

#newCOURSE{
	position: absolute;
	visibility: hidden;
	width: 99%;
	height: 300px;
	background: white;
	top: 11px;
}

.newCOURSEtable{
	border: 1px solid #c4d0d7;
}

.formDIV{
	position: relative;
	background: white;
	width: 100%;
	border: 1px solid #c4d0d7;
}

.adminwindow{
	position: absolute;
	background: white;
	padding: 1px;
	border: 1px solid #c4d0d7;
}

.adminwindow a{
	text-decoration: none;
}

.adminwindowtable{
	border: 1px solid #C4D0D7;
}

.textinput{
	width: 100%;
}

/* Date Picker */
.datepickertable{
	background: #ffffff;
	border: 1px solid #cccccc;
}

.datepickerspan{
	font-family: verdana;
	font-size: 9pt;
}

.datepickerspan a{
	text-decoration: none;
}
/* END */

.disable{background: #e4f087 !important;}

.textinput, .selectbox, .dateinput{
	background: url('../img/input_bg.png') repeat-x;
	border: 1px solid #c4d0d7;
}

.submitbg{
	background: url('../img/button_blue.png') repeat-x;
	width: 66px;
	height: 24px;
	font-family: verdana;
	font-size: 8pt;
}

.submit{
	background: none;
	border: none;
	width: 66px;
	height: 22px;
}

.line{
	height: 1px;
	width: 100%;
	border: none;
	background: #c4d0d7;
}

.smalltd td{
	font-size:1px;
}

.titletr td{
	height: 25px;
	background: #C4D0D7;
}

.maintitletr{
	background: url('../img/hometd_bg.png') repeat-x;
	color: white;
	font-weight: bold;
}

.maintitletr td{
	height: 18px;
}

.listtabletr td{
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 3px;
	background: url(../img/td2x_bg.png) repeat-x;
}

.listtabletr td a{
	text-decoration: none;
	color: #bb2d00;
}

.listtabletr td a:hover{
	text-decoration: underline;
}

.listtable{
	border: 1px solid #bb2d00;
}

.headlinks{
	font-size: 8pt;
}

.headlinks a{
	color: red;
}