/* CSS Document */

/*				HEADER MENU CLASSES		*/
table.headmenu {
	width: 100%;
	font-weight: bold;
	font-size:12pt;
	background-color:#660000;
	border: 1px solid;
}
table.headmenu a:link {color: #996600}
table.headmenu a:visited {color: #996600}
td.headleft {
	padding-right: 20px; 
	padding-top: 10px; 
	padding-bottom: 10px;
	width: 40%;
	vertical-align: text-top;	
}
td.headcenter {
	border: 2px solid #006666;
	background-color:#FFFFFF;
	height: 150;
}
td.headright {
	padding-left: 20px; 
	padding-top: 10px;
	padding-bottom: 10px;
	width: 40%;
	vertical-align: text-top;	
}

/*			CALENDAR MENU CLASSES		*/
table.cal {
	background-color: #FFCC33; 
	width: 180;
	font-size: 9pt;
	border: 1px solid;
	vertical-align: top;
}
table.cal a:link {color: #000000}
table.cal a:visited {color: #333333}

/*			PHOTO GALLERY CLASSES		*/
.photo A:link {
	text-decoration: none;
	color: #666666;;
	font-family: Arial;
}
.photo A:visited {
	text-decoration: none;
	color: #666666;;
}
.photo A:active {
	text-decoration: none;
	color: #666666;;
}



/* 				UNIVERSAL CLASSES		*/
body {
	background-color:#996600;
}
div.bodyedges {
	margin: 20px;
}
img.borderless_image {
	border-style: none;
}
p.credit {
	font-family: "Helvetica", Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 0.65em;
}




/*				COMMON CLASSES			*/

.blacklink a:link {color: #000000}		/*	black/grey links	*/
.blacklink a:visited {color: #000000}
.dark a:link {color: #330000}		/*	black/grey links	*/
.dark a:visited {color: #663300}
.blacktogray a:link {color: #000000}
.blacktogray a:visited {color: #333333}

.infofield {	/*	Bordered Brown Field for broad fields against background	*/
	background-color:#996633; 
	padding: 15px; 
	border: 1px solid;
}




/*		edit panel specific classes		*/
div.deletepanel {
	background-color: #CC3300; 
	border: 1px dashed; 
}



