/*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  Template 4*/
.header {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 21px;
	color: #800000;
}

.bar {
	background-color:#800000;
}

.fieldnamebacksave {
	background-color:#800000;
}

/* fieldnameback: background color for column and row title sections  Template 4*/
.fieldnameback {
	background-color: #8C96B1;
}

.LB_closeAjaxWindow{
	background-color:#800000;
}

/* databack: background color for data areas */
.databack {
	background-color: #ffffff;
	/*these 2 lines added in 5.0*/
	border-right: 1px solid #bbb; 
	border-bottom: 1px solid #bbb;
}
/* menuback: left nav menu background color with no right and bottom border  for Template 4*/
.menuback {
	background-color: #800000;
}

/* sideback: background color for side and top frames  Template 4*/
.sideback {
	background-color: #800000;
	background-image: none;
}

/*inactive tab*/
#tngnav a {
	color:#fff;
	background:#800000;
}

/*active tab Template 4*/
#tngnav a:hover {
	background:#000000;
	color:#ffffff;
}

/*active tab Template 4*/
#tngnav a.here {
	position:relative;
	z-index:10;
	background:#000000;
	color:#ffffff;
}

/*inactive tab*/
#tabs a {
	background: #800000;
	color:#fff;
}

/*active tab Template 4*/
#tabs a:hover {
	background: #000000;
	color:#FFFFFF;
}

/*active tab Template 4*/
#tabs .here {
	background: #000000;
	color:#ffffff;
}

/* body: describes page background color and all non-table text not governed by any other style */
BODY {
	background-color : #8C96B1;
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;

}

/* link: normal links */
A:LINK {
	color : #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

/* visited: previously visited links */
A:VISITED {
	color: #6A4C33;
	text-decoration: none
	font-size: 12px;
	font-weight: bold;
}

A:HOVER {
	color: #800000;
	text-decoration: none
	font-size: 12px;
	font-weight: bold;
}


/* active: links in use */
A:ACTIVE {
	color: #800000;
	text-decoration: none
	font-size: 12px;
	font-weight: bold;
}


/* fieldname: background color for column and row title sections */

a.sidemenu:link {
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}

a.sidemenu:visited {
	font-family: Arial, Helvetica, sans-serif; 
	color: #800000;
	text-decoration: none;
	font-size: 12px;
}

a.sidemenu:hover {
	color: #FFB138;
	text-decoration: none;
	font-size: 12px;
}

a.sidemenu:active {
	color: #800000;
	text-decoration: none;
	font-size: 12px;

a.topmenu:link {
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000;
	text-decoration: none;
}

a.topmenu:visited {
	font-family: Arial, Helvetica, sans-serif; 
	color: #800000;
	text-decoration: none;
}

a.topmenu:hover {
	color: #800000;
	text-decoration: none;
}

a.topmenu:active {
	color: #800000;
	text-decoration: none;

