@charset "utf-8";
/* CSS Document */

.headerBarFont {
/*	color:#FFFFFF;				didn't change link color even with subclass below so set in head.html and head-gal.html*/
	font-weight:bold; 
	font-size:14px; 
	font-family:Arial, Helvetica, sans-serif;
}

/*a.headerBarFont:link {
	color:#fff;
}*/

.boxLeftOld {
	padding: 5px;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dashed;
	text-align: left;
	border-left-color: #555555;
}

.boxLeft {
	padding: 5px;
	border-left-width: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
/*	border-left-color: #555555; */
}

.galleryImgCaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #ffffff;
/*	border: thin dashed #cccccc;  */
	font-weight: bold;
}

.galleryDesc {
	padding: 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #333333;
/*	border: thin dashed #cccccc;  */
	font-weight: bold;
	margin: 3px;
}

a:link {color:#CCCCCC; text-decoration: none}
a:visited {color:#CCCCCC; text-decoration: none}
a:hover {color: #FFFFFF; text-decoration: none}
a:active {color: #FFFFFF; text-decoration: none}

td.off {
/*background: #FFCC33; */
background: #101010; 
}

td.on {
background: #5e5e5e;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.leftpad {
	padding-left: 4px;
}
