﻿@import url("../../minisite/core.css");

body
{
    background: #95C6E7;
}

a:link, a:visited, a:active
{
    color: #000066;
}

a:hover
{
    color: #000099;
}

h1, h2, h3, h4, h5, h6
{
   color: #000039;
}

#header 
{
}

#body
{
	margin: 0px;
	padding: 0px;
}

#headerleft { display:none; }
#headerright { display:none; }
#headermain { background: url(images/fodtitle.png) center no-repeat; 
		margin-left: 200px; width: 670px; height: 120px; }

#navtop
{

	position: absolute; left: 0px; top: 50px; 
	width: 200px;
	height: 500px;
	border: none;

}

#navtop ul
{
    margin: 128px 0px 0px 0px;
}

#navtop ul li
{
    display: block;
	background: url(images/fodbutton.png) no-repeat center top;
    margin:  0px 0px 5px 0px;
    font-weight: bold;
    height: 40px;
    padding: 13px 0px 0px 0px;
}

#navtop a:link, #navtop a:visited
{
    color: #000033;
}

#navtop a:active
{
    color: #000033;
}

#footer
{
	width: 600px;
	margin-left: 200px;
}

.main { margin:  10px 100px 50px 200px; 
	padding: 30px 50px 30px 50px;
	background-color: #C6DEEC;
	 width: 640px;
}
.fullwidth { margin: 10px 10px 50px 200px; width: 670px;
	padding: 30px 50px  50px 50px;
	
	
	}

.outerpanel
{
	background-color: #E0E2FF;
	border: solid 1px #000033;
}

.eventmonthtable { border: 1px solid #000022;
	     width: 670px; font-size: 8pt;
}
.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; }

.caltitlecontainer #ctl00_cph_eventView_btnPrev { position: absolute; left: 320px; top: 0px; }
.caltitlecontainer #ctl00_cph_eventView_txtTitle { position: absolute; left:355px; top: 0px; width: 120px; }
.caltitlecontainer #ctl00_cph_eventView_btnNext { position: absolute; left: 480px; top: 0px; }

.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: #95C6E7;
}

.altgriditem
{
	background: #D8E1EF;
}

.griditem td { border-bottom-color: #000066;  }
.altgriditem td { border-bottom-color: #000066; }

#sidebar
{
	display: none;
}


.webtext p
{
	font-size: 12pt;
	font-weight: normal;
	margin-bottom: 10px;
	line-height:22pt;
	width: 400pt;
}	


.webtext h1 { font-weight: bold; font-size: 18pt; }
.webtext h2 { font-weight: bold; font-size: 16pt; }
.webtext h3 { font-weight: bold; font-size: 12pt; }

.webtext ul { font-size: 12pt; }

.webtext li { line-height: 18pt; }

.webtext table { width: auto; }
.webtext table tr { vertical-align: top; }
.webtext table td { font-size: 10pt; line-height: 14pt;}
.webtext table p { font-size: 10pt; line-height: 14pt; margin-bottom: 0px; width: auto; }

.calendarlegend
{
	height: 64px;
}

.webtext img { padding: 5px; border: solid 1px #000; }
.listitem { width: 600px; }

.minisitelinks { font-size: 10pt; }
.minisitelinks tr { vertical-align: top; }
.minisitelinks td.link { width: 200px; padding-bottom:8px; }
.minisitelinks td.linkdesc { padding-bottom:8px; }
