body
{
	background: #ffffff;
	font: 9pt/15pt 'Lucida Grande', Verdana, Helvetica, sans-serif;
	color: #000000;
	margin: 10px 0px;
	padding: 0px;
	text-align: center;
}

.error {
	font-weight: bold;
	color: #C00
}

A:link
{
	color: #1819F4;
	text-decoration: underline;
}

A:hover
{
	color: #00A3E4;
	text-decoration: overline;
}

A:active
{
	color: #1819F4;
	text-decoration: underline;
}

A:active:hover
{
	color: #00A3E4;
	text-decoration: overline;
}

A:visited
{
	color: #1819F4;
	text-decoration: underline;
}

A:visited:hover
{
	color: #00A3E4;
	text-decoration: overline;
}

h4
{
	color: #000000;
	font-size: 10pt;
}

h3
{
	color: #000000;
	font-size: 11pt;
}

h2
{
	color: #000000;
	font-size: 11pt;
	font-weight: bold;
	border-top: 1px solid #1819F4;
}

#title
{
	font-family: 'Futura','Arial Narrow', Helvetica, sans-serif;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}

#head
{
	width: 962px;
	border-bottom: 1px solid #1819F4;
	padding-left: 10px;
}

fieldset
{
	border: 1px #000 solid;
	margin-bottom: 10px;
}

legend { margin: 5px 15px 5px 15px; }

/*display any php errors red*/
.error
{
	color: red;
}

p.error
{
	font-weight: bold;
}

ul li input.error
{
	/*background-color: red;*/
	color: #000;
	border: 1px red solid;
}

ul li select.error
{
	color: #000;
	border: 1px red solid;
}

#form_body fieldset ul, p, h2
{
	margin: 10px;
	padding: 0px;
}

#form_body fieldset ul li
{
	list-style: none;
	margin-bottom: 7px;
	text-align: left;
	text-indent: 0em;
}

#form_body fieldset ul li label
{
	width: 200px;
	float: left;
	text-indent: 0em;
	font-weight: bold;
}

#form_body fieldset ul li input
{
	width: 300px;
	text-indent: 0em;
}

#bodyPan
{
	width: 962px;
	margin: 0px auto;
	text-align: left;
	padding: 25px 0 0;
}

#bodyLeftPan
{
	width: 152px;
	float: left;
	padding: 12px 12px 12px 0px;
	border-right: #1819F4 1px solid;
}

#bodyRightPan
{
	width: 750px;
	padding: 12px 12px 0px 20px;
	margin-left: 162px;
}

#navlist
{
	padding: 0 1px 1px;
	font: bold 12px Verdana, sans-serif;
	text-align: left;
}

#navlist li
{
	list-style: none;
	margin: 0;
	border-bottom: #1819F4 1px solid;
}

#navlist li a
{
	display: block;
	padding: 0.25em 0.5em 0.25em 0.75em;
	text-decoration: none;
}

#navlist li a:link { color: #1819F4; }
#navlist li a:visited { color: #1819F4; }

#navlist li a:hover
{
	border-color: #1819F4;
	color: #000000;
	background: #8BACF4;
}

#footermainPan
{
	height: 85px;
	clear: both;
	padding: 10px 0 0;
	text-align: center;
}

#footer
{
	font-size: 75%;
	font-weight: bold;
	width: 952px;
	color: #1819F4;
	top: 23px;
	left: 40px;
	border-top: 1px solid #1819F4;
}

/* Calendar */

.border { /* Border of images */
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}


.header { /* Header Text */
	color: #000000;
	text-decoration: none;
	font-family: Arial;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
}

.smalltext{ /* Tiny Text */
        color: #111111;
        text-decoration: none;
        font-color: #111111;
        font-family: Arial;
        font-size: 10px;
        font-style: normal;
        font-weight: normal;
}


.default { /* Default Text */
	color: #111111;
	text-decoration: none;
	font-color: #000000;
	font-family: Arial;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
}

.outside { /* This is the invisible table around everything */
	border-width: 1px;
	border-style: solid;
	border-color: #1819F4;
}

td.busyday {
	background-color: #D9DFEF;
}
td.emptyday {
	background-color: #E7E9F5;
}
td.fillday {
	background-color: #CDCDCD;
}
td.today{
	background-color: #feffe8;
}
