﻿@import url("../../minisite/core.css");

body
{
    background: #AFEEEE;
}

#aspnetForm
{
	position: relative;
	margin: 10px auto 10px auto;
	width: 770px;
	padding: 10px;
	min-height: 800px;

}

a:link, a:visited, a:active
{
	text-decoration: none;
    color: #000066;
}

a:hover
{
    color: #000099;
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6
{
   color: #000039;
}

#header { background: #B0E0E6; }
#headerleft { width: 125px; background:  url(images/hleft.png) center no-repeat; }
#headerright { width: 125px; background:  url(images/hright.png) center no-repeat; }
#headermain { height: 130px;  background:  url(images/newHeaderLogo.gif) center center no-repeat; background-position: center center; }

#navtop
{
	position: absolute; left: 10px; top: 150px; 
	width: 150px;
	height: 800px;
	border: none;
	
}


#navtop ul
{
	padding: 5px;
	background: #B0E0E6;
    margin: 5px 0px  5px 0px;
    height: 660px;
}

#navtop ul li
{
    display: block;
    text-align: left;
    margin:   0px 0px 0px 0px;
    font-weight: bold;
    height: 20px;
    width: 140px;
    padding: 0px 0px 0px 0px;
}


#navtop a
{ 
	display:block;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 5px;
	color: #9C1873; 
	font-size: 14px;
	font-weight: normal;
	height: 20px; 
	text-decoration: none;
}

#navtop a:link
{
	text-decoration: none;
}

#navtop a:visited
{
	text-decoration: none;
}

#navtop a:hover { 	font-weight: bold; background-color: #fff; }
#navtop a:active { 	font-weight: bold; }


#navtop li.menulevel1 a:hover  { width: 115px; }

#navtop ul li .sl { font-size: 10px; padding-left: 20px; padding-top:3px;}
#navtop ul li.menulevel1 { padding-left: 20px; padding-top:2px;}
#navtop ul li.menulevel1  a { font-size: 10px; padding-bottom: 0px; }



#navbottom { display: none; }

.outerpanel
{
	background-color: #E0E2FF;
	border: solid 1px #000033;
}

.eventmonthtable { border: 1px solid #000022; width: 600px; }
.dayNumber { border-bottom: 1px solid #000033; border-left: 1px solid #000033; }
.caldays { border: 1px solid #000066; background-color: #7777AA; }
.calcurrentmonth , .calothermonth , .calcurrentday , .calweekend, .calinpast { border: 1px solid #000033; }
.calcurrentmonth { background-color: #F8F8FF; }
.calothermonth { background-color: #CCCCDD; }
.calcurrentday { background-color: #FFFFBB; }
.calweekend { background-color: #EAEAFF; }
.calinpast { background-image:  url(images/smallcross.gif); background-repeat: repeat; }


.buttonsmall, .buttonsmall-ovr
{
    background: #9999DD;
	border: solid 1px #000066;
}
.buttonsmall-ovr
{
    background: #99A2DD;
}



/* tabstrip */

.tabstripbar
{
	border-top: 4px solid #7777CC;
}

.tabstrip ul.tab li
{
	background: #ADAADD;
}

.tabstrip ul.tab li.select
{
	background: #7777CC;
}

.tabstrip ul.tab a:hover, .tabstrip ul.tab a:visited, .tabstrip ul.tab a:link
{
	color: #000;
}

.tabstrip ul.tab a:hover
{
 text-decoration: underline;
}



.gridheader
{
	background: #c2c2eb;
	color:#000066;
}

.gridheader a:link, .gridheader a:active, .gridheader a:visited
{
	color:#000066;
}

.griditem
{
	background: #FDFDFF;
}

.altgriditem
{
	background: #E8F1FF;
}

.griditem td { border-bottom-color: #000066;  }
.altgriditem td { border-bottom-color: #000066; }

#sidebar
{
	display: none;
}

.main
{
	margin: 0px auto 0px 150px;
	padding: 0px 0px 0px 20px ;
	width: 600px;
	color: #000;
}

.webtext
{
	font-size: 12pt;
}


.webtext p
{
	font-size: 12pt;
	font-weight: normal;
	margin-bottom: 10px;
}	

.webtext hr { margin-bottom: 10px; }

.webtext table { font-size: 11pt; font-weight: normal; margin-bottom: 10px; }
.webtext table p { font-size: 11pt; margin: 0; padding: 0; }
.webtext table tr { vertical-align: top; }
.webtext table td { padding: 5px; border: solid 1px #B0E0E6;  }


.webtext h1 { font-weight: bold; font-size: 18pt; text-align: left; color: #9C1873; }
.webtext h2 { font-weight: bold; font-size: 16pt; text-align: left; color: #9C1873; margin-top: 20px; }
.webtext h3 { font-weight: bold; font-size: 12pt; text-align: left; color: #9C1873; margin-bottom: 20px; }

.webtext ul { margin-bottom: 10px; margin-left: 10px; list-style-type: none; }

.pagehome .webtext h2 { font-size: 24pt; text-align: center; margin-top: 20px; margin-bottom: 30px; color: #000; }
.pageclasses h2 { font-weight: normal; text-align: left; }
.pageownevents table em { color: Red; }
.pageownevents table { margin-left: auto; margin-right: auto; }
.pageownnews h2 { text-align: left; }

.pagecontactus .fullwidth { margin: 0px 0px 0px 150px; width: 600px; }

.pagecontactus p { font-size: 12px; }


.minisitelinks { font-size: 10pt; }
.minisitelinks tr { vertical-align: top; }
.minisitelinks td.link { width: 200px; padding-bottom:8px; }
.minisitelinks td.linkdesc { padding-bottom:8px; }


#footernav {  padding-left: 150px; }