﻿@import url("../../minisite/core.css");

body
{
    background: #676767;
}

#mastercontainer { width: 800px; margin: 20px auto 30px auto; 
	background-color: #fff; }

a:link, a:visited, a:active
{
    color: #000066;
}

a:hover
{
    color: #000099;
}

h1, h2, h3, h4, h5, h6
{
   color: #000039;
}

#headerleft { background: url(images/hleft.png) center no-repeat; }
#headerright { background: url(images/hright.png) center no-repeat; }
#headermain { height: 79px; background: url(images/HeaderLogo.gif) center center no-repeat; background-position: center 20px; }

#navtop
{
	background: #F8F8FF url(images/TopNavBar.gif) repeat-x;
	font-size: 14px;
	border: none; 
}

#navtop a:link, #navtop a:visited
{
    color: #000033;
}

#navtop a:active
{
    color: #000033;
}

.main { width: 650px; }
.main p { clear: none; }

.outerpanel
{
	background-color: #E0E2FF;
	border: solid 1px #000033;
}

.eventmonthtable { width: 650px; 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; }

.calendarlegend { padding: 10px; width: 450px; margin-top: 30px; margin-bottom: 30px; margin-left: auto; margin-right: auto;  border: none;}

.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;
}

.webtext p
{
	font-size: 10pt;
	line-height: 13pt;
	font-weight: normal;
	margin-bottom: 10px;
}	

.webtext table td { font-size: 12pt; padding: 5px; }
.webtext tr { vertical-align: top; }

.webtext img { text-align: center; margin: 10px auto 10px auto; }
.pagegallery .webtext table { margin-left: auto; margin-right: auto; }
.pagegallery .webtext h1 { text-align: center; }

.webtext h1 { font-weight: bold; font-size: 16pt; margin-top: 0px; }
.webtext h2 { font-weight: bold; font-size: 14pt; margin-top: 0px; }
.webtext h3 { font-weight: bold; font-size: 12pt; margin-top: 0px; }

.minisitelinks { font-size: 10pt; }
.minisitelinks tr { vertical-align: top; }
.minisitelinks td.link { width: 200px; padding-bottom:8px; }
.minisitelinks td.linkdesc { padding-bottom:8px; }

#footernav h1 a { color: #393C77; text-decoration: none; }
#footernav h1 a:hover { text-decoration: underline; }

/*.webtext p { margin-bottom: 10px; font-size: 1.3em; line-height: 1.5em; }*/

#footer { color: #393C77; }
#footer a { font-weight: bold; }

.webtext .floatright { float: right; margin-left: 10px; margin-bottom: 10px; }

