a:link {
	color: blue;
}
a:visited {
	color: blue;
}
a:hover {
	color: blue;
}

body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
.secHeadline {
	font-size: 20px;
	font-weight: bold;
	margin: 10px;
	border-bottom: 5px solid #CC0000;
	text-align: left;
}
.secBody {
	margin: 10px;
	text-align: left;
}

.sbButton {
	text-align: center;
	font-weight: bold;
	color: white;
}
.sbButton a:link {
	text-decoration: none;
	color: white;
}
.sbButton a:visited {
	text-decoration: none;
	color: white;
}
.sbButton a:hover {
	text-decoration: none;
	color: #CC0000;
}

.formField {

}
.formError {
	font-size: small;
	color: #990000;
}

/* WIDGET STYLES */

.calWidget {
	border: 1px solid #CCCCCC;
	background-color: #F5F5F5;
}
.calWidget .calHeader {
	background-image: url(images/header_fade-down.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
	vertical-align: middle;
}
.calWidget .calGrid {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.calWidget .calGrid td {
	width: 28px;
	height: 20px;
	background-color: white;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	font-size: 10px;
	text-align: left;
	vertical-align: top;
}
.calWidget .calFooter {
	border: 1px solid #CCCCCC;
	background-color: white;
}

/* END OF WIDGET STYLES */