* html body { behavior: url(csshover.htc); } /* IE Hover Hack */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em; 
	color: #00466F;
}
/* table { font-size: .9em; } */
p { text-indent: 1em; padding: .5em 0 .5em 0; margin: 0; }

.FooterText {
	font-size: 8pt;
	color: #70A6D6;
	text-align: center;
}
#divFooterLinks {
	font-size: 1.3em;
	padding: 0 0 6px 0;
}

#divFooterLinks a {
	color: #9EC9F0;
}

.SmallText { display: inline; font-size: .8em; }
.SmallTextBlock { display: block; font-size: .8em; }

/*----------------------------------------------------------*/
/* Headlines */
h1 { font-size: 1.25em; font-weight: bold; margin: 0; }
h2 { font-size: 1.10em; font-weight: bold; margin: 0; }
h3 { font-size: 1em; font-weight: bold; margin: 0; }
/*----------------------------------------------------------*/

/*----------------------------------------------------------*/
/* Hyperlinks */
a, a:link, a:visited {
	text-decoration: underline; }
a:hover, a:active {
	text-decoration: underline;
	/* font-weight: bold; */ }
/*----------------------------------------------------------*/

/*----------------------------------------------------------*/
/* Lists */
ul, ol {
	margin: 0;
	padding: 0 0 0 2.5em;
}
/*----------------------------------------------------------*/

/*-----------------------------------------------------------*/
/* Form Styles */
.Button, .Button:focus {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: .1em;
	padding-bottom: .1em;
	margin: .1em;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase; 
	font-size: .75em;
	/* color: #2970B9; */
	color: #FFFFFF;
	background-color: #5494CD; 
	border: solid 1px #5494CD;
	/* background: transparent url(images/Button1.png) repeat-y top center; */}
.Button:hover, .Button:active {
	background-color: #2F679D; 
	/* background: transparent url(images/Button1Hover.png) repeat-y top center; */}

label {
	font-weight: bold; }
.TextBox {
	padding: 1px;
	border: solid 1px #82AFDC;
	color: #00466F;
	background-color: #FFFFFF; }

/* UserForm Class */
.UserForm label {
	display: block;
	float: left;
	width: 120px;
	margin-top: 4px;
	margin-right: 2px;
	text-align: right; }
.UserForm .Label {
	display: block;
	float: left;
	margin-top: 4px;
	margin-right: 2px;
	margin-left: 2px;
	text-align: right; }
.UserForm .TextBox {
	float: left;
	margin: 2px; }
.UserForm br {
	clear: left; }
/*-----------------------------------------------------------*/

.ErrorText {
	font-size: 11px;
	text-transform: uppercase;
	color: #cc0000;
	font-family: Tahoma; }
.ErrorText a:link {
	font-size: 11px;
	text-transform: uppercase;
	color: #cc0000;
	font-family: Tahoma;
	text-decoration: none; }
.ErrorText a:visited {
	font-size: 11px;
	text-transform: uppercase;
	color: #cc0000;
	font-family: Tahoma;
	text-decoration: none; }
.ErrorText a:hover {
	font-size: 11px;
	text-transform: uppercase;
	color: #cc0000;
	font-family: Tahoma;
	text-decoration: underline; }
	
.InfoText { 
	border: solid 1px #0D7A32;
	background: #FFFEDE;
	padding: 5px; }
.InfoText p { margin-left: 0; margin-right: 0; }
.InfoText h1 { border: none; }
	

.kukcalendar {border: solid 1px #1A619E; background-color: #FFFFFF; margin: .75em auto; width: 130px; height: 50px; font-size: .8em;  }

.kukcalendar_selecteddaystyle {background-color: Navy;}

.Instructions {text-align: center; font-size: .8em;}


/******** Creates section headers and content (Online Reg, Parent's Place, etc) ********/
.TextCenter { text-align: center; }
.Section {
	margin-bottom: 1em; }
.Section h1 {
	margin: 0 0 .25em 0;
	padding: 3px;
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
	font-variant: small-caps;
	border-bottom: solid 1px #0D7A32; }
	
.nav152 ul, .nav204 ul{padding-left: 20px;}
.nav152 li, .nav204 li{padding-top: 1px; padding-bottom: 1px;}