/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/

/* header: heading text */
.header {
	font-family: Brush Script MT;
	font-size: 40px;
	color: #660000;
}
/* header: heading text */
.header {
	color: #660000;
}
/* link: normal links, active: links in use */
a:link, a:active {
	color : #660000;
}

/* fieldnameback: background color for column and row title sections */
.fieldnameback {
	background-image: url(../img/dbred.jpg);
}
/* sideback: background color for side and top frames */
.sideback {
	background-image: url(../img/dbred.jpg);
}
/* menuback: left nav menu background color with no right and bottom border */
.menuback {
	background-image: url(../img/dbred.jpg);
	border-right: 0px; 
	border-bottom: 0px;
	width: 170px;
	margin-left: 10px;
	vertical-align: top;
}

/* additional styles added for XHTML 1.0 Strict validation */
/* featureimg defined to replace width="40" height="45" border="1" hspace="8" align="left" in index.php for feature images */
.featureimg {
	width: 40px;
	height: 45px;
	margin-left: 8px;
	margin-right: 8px;
	float: left;
	border: 1px;
	border-color: black;
	border-style: solid;
}
/* searchimg added to replace width="109" height="35" vspace="0" border="0" search4.gif */
.searchimg {
	width: 109px;
  	height: 35px;
  	padding: 0px;
	border: 0px;
}
a.snlink:hover, .snlinkact, .adminnav .snlinkact {
	background-color:#660000;
	color:#fff;
}
.LB_closeAjaxWindow{
	background-color:#660000;
}
/* end of templatestyle.css for template 4 */

.bar {
	background-color:#660000;
}