@import url('public.monthcalendar.css');
.asterisk
{
	color: red;
}
.fieldLabel
{
	text-align: right;
	color: black;
}
p.disclaimer
{
	font-weight: bold;
	margin-left: 30px;
}
table {
	font-size: 11px;
	font-family: Arial, sans-serif;
}


.calendartable {
	background-color: #FFFFFF;
	border: 1px solid #BDBDBD;
}

.calendartable td {
	border: 1px solid #BDBDBD;
	width: 72;
	height:170px;
}

.calendartable .calendarhead {
	height:17px;
	background-color: #929292;
}

.seminarshead {
	font-size: 10px;
	height:17px;
	background-color: #BDBDBD;
}

.calendartable tbody {
	font-size: 11px;
	color:#BDBDBD;
	text-align: top;
	vertical-align:top;
}

.tbleven {
	background-color: #F1F0EF;

}
.tblodd {
	background-color: #FFFFFF;
}

.datediv {
	color:#707070;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

.specsmessage {
	text-align: center;
	color: #CC0000;
	font-weight: bold;
	font-size: 11px;
}
.notification {
	text-align: center;
	color: #00AA00;
	font-weight: bold;
	font-size: 11px;
}

.loginbg {
	background: url("../images/public/login.gif")
}

.logininput {
	border: 1px solid #E4E4E4
}

.regtable {
	color: #999999;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}

.regtable input {
	border: 1px solid #999999;
}
.CatTableCaption
{
	text-align: left;
	font-family: Century Gothic,Arial,Verdana;
	font-weight: bold;	
}
.undecoredLink
{
	color: blue;
	text-decoration: none;
}

.siteSectionLink
{
	text-decoration: none;
	height: 20px;

	line-height: 25px;
	vertical-align: middle;
}
.siteSectionLink img
{
	margin-bottom: -3px;
	_margin-bottom: -9px;
}