BODY, TD, .NormalText { font-weight: normal; text-decoration: none; font-style: normal; color: #000000; font-family: Verdana, Arial, Helvetica, Trebuchet MS; font-size: 13px; line-height: 18px; }

.Header		{ color: #000000; font-size: 16px; font-weight: bold; }
.Subheader	{ color: #441FF5; font-size: 13px; font-weight: bold; }

.Red		{ color: #FF0000; }
.Orange		{ color: #FF9919; }
.Yellow		{ color: #FFFF00; }
.LightBlue	{ color: #8CB9F0; }
.Blue		{ color: #441FF5; }
.Black		{ color: #000000; }
.White		{ color: #FFFFFF; }
.Gray		{ color: #666666; }

.SmallText	{ font-size: 10px; line-height: 13px; }
.MediumText	{ font-size: 16px; line-height: 16px; }
.LargeText	{ font-size: 24px; line-height: 24px; }

.Highlight	{ background: #FFFF00; padding: 3px; }
.BrownBG	{ background: #743700; color: #FFF; padding: 3px; }

div.FloatLeft	{ float: left; }
div.FloatRight	{ float: right; }

/* login styles */

input.Login 	{ height: 16px; width: 125px; border-right: 1px solid #C9C9CA; border-bottom: 1px solid #C9C9CA; border-left: 1px solid #707070; border-top: 1px solid #707070; font-size: 10px; font-family: Verdana; color: #000000; }
input.Submit 	{ height: 17px; width: 52px; border: 0; background: url('../pics/login.jpg') no-repeat; }
input.Text 		{ width: 166px; }
input.SearchGo	{ height: 23px; width: 24px; border: 0; background: url('../pics/go.gif') no-repeat; }

div#message { width: 230px; padding: 10px; border: 1px solid #000; background-color: #FFFFCC; margin: 20px auto 0 auto; text-align: left; font-weight: bold; font-size: 10px; }
* html div#message { width: 250px; }
div#message ul { padding-left: 15px; margin-top: 0; margin-bottom: 0; }
* html div#message ul { padding-left: 0; margin-left: 15px; }

/* calendar styles */

table#Detail td					{ line-height: 18px; vertical-align: top; text-align: left; }

div#Calendar					{ width: 615px; }
div#Calendar table 				{ width: 100%; background: #FFFFFF; }
div#Calendar table td 			{ font-family: Verdana; color: #666666; font-size: 10px; padding: 2px; height: 75px; vertical-align: top; text-align: left; }
div#Calendar table tr.header td { background: #FDF3B9; text-align: center; height: 20px; }
div#Calendar table td.inactive	{ background: #EEF0F1; }

div#Calendar table td.Yellow 	{ background: #FDF3B9; }
div#Calendar table td.Green	 	{ background: #BDE1AB; }
div#Calendar table td.Gray	 	{ background: #EEF0F1; }

div.day		{ width: 25px; text-align: center; border: 1px solid #C0C0C0; border-width: 1px 2px 2px 1px; padding: 2px; margin: 1px 0 2px 1px; background: #FFF; }
div.event	{ margin: 0 0 10px 0; }

form#jump	{ margin: 5px 0; }

/* links */

div.event a.CalEvent		 { text-decoration: none; color: #666666; font-size: 10px; font-family: Arial; }
div.event a.CalEvent:hover	 { text-decoration: none; }

div.event a.RedEvent		 { text-decoration: none; color: #FF0000; font-size: 10px; font-family: Arial; }
div.event a.RedEvent:hover	 { text-decoration: underline; }

div.event a.BlueEvent		 { text-decoration: none; color: #0000FF; font-size: 10px; font-family: Arial; }
div.event a.BlueEvent:hover	 { text-decoration: underline; }

div.event a.BrownEvent		 { text-decoration: none; color: #7A4B00; font-size: 10px; font-family: Arial; }
div.event a.BrownEvent:hover { text-decoration: underline; }

div.event a.BlackEvent		 { text-decoration: none; color: #000000; font-size: 10px; font-family: Arial; }
div.event a.BlackEvent:hover { text-decoration: underline; }

div.event a.GreenEvent		 { text-decoration: none; color: #008000; font-size: 10px; font-family: Arial; }
div.event a.GreenEvent:hover { text-decoration: underline; }

a.WhiteLink			{ color: #FFF; text-decoration: underline; }
a.WhiteLink:hover	{ color: #FFF; text-decoration: underline; }

div.pagination a:link,
div.pagination a:visited	{ color: #000000; text-decoration: none; }
div.pagination a:active,
div.pagination a:hover		{ color: #0000FF; text-decoration: none; }

div.pagination a.Current:link,
div.pagination a.Current:visited,
div.pagination a.Current:active,
div.pagination a.Current:hover	{ color: #000000; text-decoration: none; font-weight: bold; font-size: 11px; }
