/* default styles */
*{ margin: 0; padding: 0; }
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 1.7em; 
	color: #454545;
	text-align:center; }
a { 
	color: #333300; 
	background: inherit; 
	text-decoration: none; }

a:hover {
 	color: #999966; 
	background: inherit; 
}
input {
	border: #999966 solid 1px;
	background-color: #FFFFFF;
	color:#454545;
}
textarea {
	border: #999966 solid 1px;
	background-color: #FFFFFF;
	color:#454545;
}
select {
	border: #999966 solid 1px;
	background-color: #FFFFFF;
	color:#454545;
}
.columnHeader {
	background-color: #E5E0C6;
}
.columnData {
	background-color: #f1efe4;
}	
.row1 {
	background-color: #FFFFFF;	
}
.row2 {
	background-color: #454545;
}
.errorMessage {
	background-color: #FFCC66;
}
.bhImage {
	border: 1px solid #CCC496;

}
#mainTable {
	width: 764px;
	border: 0px solid #333333;
	padding: 0px;
	margin: 0px;
}
.navContainer {
	border-bottom: 1px solid #999966;	
}
.footerContainer {
	border-top: 1px solid #999966;	
}
ol#toc {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol#toc li {
    background: #bdf url(../images/tab.png);
    float: left;
    margin: 0 1px 0 0;
    padding-left: 10px;
}

ol#toc a {
    background: url(../images/tab.png) 100% 0;
    color: #333333;
    display: block;
    float: left;
    height: 2em;
    line-height: 2em;
    padding-right: 10px;
    text-decoration: none;
}

ol#toc li.current {
    background-color: #48f;
    background-position: 0 -60px;
}

ol#toc li.current a {
    background-position: 100% -60px;
    color: #fff;
    font-weight: bold;
}

div.content {
    border: #48f solid 3px;
    clear: left;
    padding: 1em;
}
/* gallery styles */

/* end gallery styles */

/* lightbox */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
/* end lightbox */

/* calendar */
.year {
	border-style: outset;
	border-width: 1px;
	background-color: #E5E0C6;
	text-align: center;
}
.month {
	border-style: none;
	background-color: #E5E0C6;
	text-align: center;	
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}f
.monthname {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background-color: #E5E0C6;
	color: #454545;
	border-style: solid;
	border-width:0px
}
.dayname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #667171;
	border-style: none;
	border-width:1px
}
.weeknumtitle {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #667171;
	border-style: none;
	border-width:1px
}
.weeknum {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #CD5C5C;
	background-color: #FAEBD7;
}
.week {
	border-style: none;
	background-color: #EEDFCC;
	text-align: center;
}
.monthweek {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #667171;
	border-style: solid;
	border-width:1px
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #FFFFFF;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
}
.monthpicker {
	font-size: 11px;
	background-color: #FFFFFF;
}
.yearpicker {
	font-size: 11px;
	background-color: #FFFFF;
}
.pickerbutton {
	border-style: solid;
	border-width: 1px;
	background-color: #FFFFFF;
}
.nomonthday {
	text-align: center;
	font-size: 14px;
	height:85px;
	width:85px;
	color: #aaaaaa;
}
.monthday {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #000000;
	height:85px;
	width:85px;
}
.today {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	background-color: #EFF9FF;
	color: #FFFF;
	height:85px;
	width:85px;
}
.selectedday {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border-width: 1px;
	border-style: none;
	background-color: #CDC9C9;
	height:85px;
	width:85px;
}
.sunday {
	background-color: #FFFCEF;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #667171;
	height:85px;
	width:85px;
}
.sunday a {
	color: #667171;
}
.saturday {
	background-color: #FFFCEF;
	text-align: center;
	font-size: 14px;font-size: 14px;
	font-weight: bold;
	color: #667171;
	height:85px;
	width:85px;
}
.saturday a {
	color: #667171;
}
.event {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color: #EFD1D2;
	height:85px;
	width:85px;
}
.event a {
	color: #000000;
}
.selectedevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: #000000;
	background-color: #CDC9C9;
	height:85px;
	width:85px;
}
.selectedevent a {
	background-color: #EFD1D2;
	color: #000000;
}
.todayevent {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color: #EFD1D2;
	height:85px;
	width:85px;
}
.todayevent a {
	background-color: #EFD1D2;
	color: #000000;
}
.eventcontent {
	font-size: 10px;
	border-style: solid;
	border-width: 0px;
	width: 100%;
	
}

/* end calendar */