﻿@import url("../../minisite/core.css");

body
{
    background: #F8F8FF;
}

a:link, a:visited, a:active
{
    color: #000066;
}

a:hover
{
    color: #000099;
}

h1, h2, h3, h4, h5, h6
{
   color: #000039;
}

#header { background: #FEFFD5; }
#headerleft { width: 125px; background: #FEFFD5 url(images/hleft.png) center no-repeat; }
#headerright { width: 125px; background: #FEFFD5 url(images/hright.png) center no-repeat; }
#headermain { height: 130px;  background: #FEFFD5 url(images/HeaderLogo.gif) center center no-repeat; background-position: center 20px; }

#navtop
{
	background: #F8F8FF url(images/TopNavBar.gif) repeat-x;
}

#navtop a:link, #navtop a:visited
{
    color: #000033;
}

#navtop a:active
{
    color: #000033;
}

#navbottom { display: none; }

.outerpanel
{
	background-color: #E0E2FF;
	border: solid 1px #000033;
}

.eventmonthtable { border: 1px solid #000022; }
.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;
}


.Xwebtext { font-family: Zapfino Arial Sans-Serif; }
.Xmain p { font-family: Zapfino Arial Sans-Serif; }

.webtext p
{
	font-size: 12pt;
	font-weight: normal;
	margin-bottom: 10px;
}	

.webtext table 
{
	font-size: 10pt;
	font-weight: normal;
}

.
.webtext table p { margin: 0; padding: 0; }

.webtext hr { margin-bottom: 10px; }

.webtext h1 { font-weight: normal; font-size: 18pt; text-align: center; color: Blue; text-transform: uppercase; }
.webtext h2 { font-weight: bold; font-size: 16pt; text-align: center; color: Red; margin-top: 20px; }
.webtext h3 { font-weight: bold; font-size: 12pt; text-align: center; color: Red; margin-bottom: 20px; }

.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; }

.minisitelinks { font-size: 10pt; }
.minisitelinks tr { vertical-align: top; }
.minisitelinks td.link { width: 200px; padding-bottom:8px; }
.minisitelinks td.linkdesc { padding-bottom:8px; }

