body  { font-size:10px; font-style: normal; font-family: Arial, Helvetica, sans-serif;}
th    { font-style: normal; font-family: Arial, Helvetica, sans-serif;}
td    { font-size:12px; font-style: normal; font-family: Arial, Helvetica, sans-serif;}

A
{
	text-decoration:none;
}
A:hover
{
	text-decoration:underline;
}
.locate-table
{
	background-image:url(/images/shepherd-ucc/background-fade-nav.jpg);
	background-repeat:no-repeat;
}
.dateHeader
{
	font-size: 12px;
	font-weight:bold;
	text-align:center;
}
.sloganText
{
	font-size: 13px;
	font-weight:bold;
	font-style:italic;
}
.welcomeText
{
	font-size: 12px;
}
.serviceTimes
{
	color:Blue;
}
.cal-title {
	font-size: 16px;
	font-weight: bolder;
	background-color: #CC9966;
	height:24px;
	padding:3px;
	color:White;
}
.cal-day-title {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-color: #ffcc66;
	padding:3px;
}
.cal-day-today {
	text-align: left;
	vertical-align: top;
	height: 75px;
	background-color: #FFFFCC;
	font-size: 8px;
	padding:3px;
}

.cal-next {
	font-size: 12px;
	font-weight: bold;
	background-color: Teal;
	height:24px;
	padding:3px;
	color:White;
}
.cal-day 
{
	text-align:left;
	vertical-align: top;
	height: 75px;
	font-size: 8px;
	padding:3px;
	text-decoration:none;
}
.cal-other-month
{
	background-color:silver;
	height:75px;
	text-align:left;
	vertical-align:text-top;
	font-size: 8px;
	padding:3px;
}
.cal-selector
{
	
}

.event-header
{
	font-size:14px;
	color:red;
	font-weight:bold;
}
.event-data
{
	font-size:12px;
	text-align:center;
}
.event-title
{
	font-size:14px;
	font-weight:bold;
}
.requiredField
{
color: red; font-style: normal; font-weight: normal; font-size: 11px; font-family: Helvetica, Arial;
}
.adminField
{
color: #330; font-style: normal; font-weight: normal; font-size: 11px; font-family: Helvetica, Arial;
}

/*-------------------------------------------------------*/
/* Validator styles                                      */
/*-------------------------------------------------------*/
.validatorTable
{
	border: 0px;
	padding: 2px;
	width: 390px;
}

.validatorTitle
{
	background-image: url(/images/error.gif);
	background-position: 1px 2px;
	background-repeat: no-repeat;
	color: red;
	font-size: 80%;
	font-weight: bold;
	padding-left: 20px;
}

.validatorRow1
{
	background-color: white;
	font-size:12px;
}

.validatorRow2
{
	background-color: white;
	font-size:12px;
}

.validatorEntry
{
	color: black;
	vertical-align: top;
}

a.validatorLink:hover, a.validatorLink:link, a.validatorLink:visit
{
	color: black;
	font-weight: bold;
}

input.validatorError, select.validatorError, textarea.validatorError
{
	background-color: #FF6060;
	font-family: Tahoma, Verdana, Arial;
	border: 1px #006060 solid;
}

.validatorInitial
{
	padding: 1px;
	border: 1px solid white;
	margin-top: 1px;
	text-align: left;
	background-image: url(/images/reqstar.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

.validatorError
{
	padding: 1px;
	border: 1px solid #FF6060;
	background-color: #FFA0A0;
	margin-top: 1px;
	text-align: left;
	background-image: url(/images/reqstar.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
