/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #cc0000;
	text-decoration:none;
	font-weight:normal;
	}
	
a:hover {

	}
	
/* ID Styles */
	
#navigation a {
	color: #000000;
	text-decoration:none;
	letter-spacing:.1em;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	}
	
#navigation a:hover {
	color: #663300;
	text-decoration:underline;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#weekdays th {
	font:10px arial;
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	font:12px Times New Roman;
	color: #333300;
	letter-spacing:.1em;
	font-weight:normal;
	}

.sidebarText {
	font:12px georgia;
	color: #336666;
	line-height:18px;
	}
	
.bodyText {
	font:11px arial;
	line-height:24px;
	color:#333333;
	}
	
.pageName {
	color: #CC3300;
	letter-spacing:.1em;
	line-height:26px;
	font-family: georgia;
	font-size: 27px;
	}
	
.subHeader {
	font:14px georgia;
	color: #669999;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:10px arial;
	color: #333300;
	letter-spacing:.1em;
	}
	
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
	}
	
/* GALLERY */

ul.gallery li {
	margin: 0 11px 11px 0;
	padding: 0;
	float: left;
	clear: right;
	height: 100px;
	width: 100px;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	list-style: none;
}

ul.gallery li a img {
	border: 4px solid #FFC;
}

ul.gallery li a:hover img {
	border: 4px solid #C00;
}


/* LIGHTBOX */

#lightbox {
	background-color:#eee;
	padding: 10px;
}
	
#lightboxDetails {
	color: #333;
	font-size: 1em;
	line-height: 1.4em;
	padding-top: 0.4em;
}
		
#lightboxCaption { 
	float: left; 
	font:11px arial;
	line-height:14px;
	color:#333333;
}

#keyboardMsg { 
	float: right;
	font:11px arial;
	line-height:14px;
	color:#333333;
}

#closeButton { 
	bottom: 5px; right: 5px;
}

#lightbox img { 
	border: none; clear: both;
} 

#overlay img { 
	border: none;
}


#overlay {
	background-image: url(/eric/ericImages/overlay.png);
}

* html #overlay {
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(/eric/ericImages/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/eric/ericImages/overlay.png", sizingMethod="scale");
}
