body {
   /*
   color: #000066;
   */
   background: #FFFEFE;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
   /*margin: 0;
   padding: 0;*/
   /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
   /*text-align: center;*/
}

#headertitle {
	font-size: 26px;
	font-weight: bold;
	text-align:left;
}

#headersubtitle {
	font-size: 14px;
	font-weight: normal;
	text-align:right;
}

#pathname {
	font-size: 20px;
	font-weight: normal;
	color: #000000;
	text-align:center;
}

#pagetitle {
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-align:center;
}

#pageheaders {
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-align:center;
}

#sidemenu {
	font-size: 16px;
	font-weight: normal;
}

#heading {
	font-size: 16px;
	font-weight: bold;
}

#subheading {
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}

a:link    {
	color: #D60000;
	text-decoration: none;
}

a:visited    {
	color: #D60000;
	text-decoration: none;
}

a:hover    {
	color: #FE0000;
	text-decoration: none;
}

a:active    {
	color: #FE0000;
	text-decoration: none;
}

/* mini calendar */

div.dayfont    {
	color: #000000; /* #884422; */
	font-family: Arial,sans-serif,Helvetica;
	font-size: 13;
	font-style: normal;
	font-weight: normal;
}

td.todayclr    {
	background-color: #FFFFC0;
}

/* small event font (rollover event) */
div.smallcalev    {
	color: #0020A0;
	font-family: Arial,sans-serif,Helvetica;
	font-size: 10;
}

/* rollover time */
div.smallcalevtime    {
	color: #000000;
	font-family: Arial,sans-serif,Helvetica;
	font-size: 10;
	width: 42px;
	text-align: right;
}

a.smallcalev    {
	color: #D60000; /* #D60000; */ /* #5C0000; */ /* #0020A0; */
	font-family: Arial,sans-serif,Helvetica;
	font-size: 10;
	/* background-color: #FF0000; */
}

a.smallcalev:hover    {
	color: #FE0000; /* #FE0000; */ /* #FF2040; */
	font-family: Arial,sans-serif,Helvetica;
	font-size: 10;
}

/* small cal month font */
table.smallcalmth    {
	/* color: #000000; */
	font-family: Arial,sans-serif,Helvetica;
	font-size: 13;
	width: 98%;
}

div.smallcalmth    {
	/* color: #000000; */
	font-family: Arial,sans-serif,Helvetica;
	font-size: 14;
}

a.smallcalmth    {
	/* color: #000000; */
	font-family: Arial,sans-serif,Helvetica;
	font-size: 14;
}

a.smallcalmth:visited    {
	/* color: #000000; */
	font-family: Arial,sans-serif,Helvetica;
	font-size: 14;
}

td.smallcalmth    {
	background-color: #F4F4F4;
	border:#884422 thin solid;	
}

/* format event borders in calendar month view */
table.eventborder    {
	border: solid #D0C0C8;
	border-bottom-width: 1px;
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 0;
}

td.eventborder    {
	border: solid #D0C0C8;
	border-bottom-width: 0;
	border-top-width: 0;
	border-left-width: 1px;
	border-right-width: 0;
	padding: 2px;
	/* background-color: #FF0000; */
}

td.eventtimeborder    {
	border: solid #884084;
	border-bottom-width: 0;
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	padding: 2px;
}

#miniCal {
	float: right;
	margin: 0px 0px 10px 10px;
	border: 1px solid #000000;
	padding: 5px 5px 5px 5px;
	width: 250px;
}
#miniCalInline {
	border: 1px solid #000000;
	padding: 5px 5px 5px 5px;
	width: 250px;
}
