/*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*/

.indexpage {
	background-color : #EAFBCB;
	margin: 0;
	padding: 0;
	border: none;
}

.bodyText {
	font:12px Verdana, Helvetica, sans-serif;
	color:#251813;
	font-weight:bold; 
	line-height:16px;
	padding: 0;
	margin-bottom: 1em;
	margin-top: 0;
	}

/* link: normal links, active: links in use */
a:link, a:active {
	color : #000000;
}

/* visited: previously visited links */
a:visited {
	color: #000000;
}

/* style definitions in index.php moved here in 7.0.0 */

.sidelink {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	text-decoration : none;
	color: #000000;
}
.sidelink:Hover  {
	text-decoration : underline;
	color: #000000;
} 

/* searchimg added to replace width="100" height="38" vspace="5" border="0" for search.gif in index.php */
.indexsearch {
	width: 100px;
  	height: 17px;
	border: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* indexsubmit added to replace hspace="0" vspace="0" width="74" height="76" border="0" in index.php for button.jpg */
.indexsubmit {
	margin-top: 0px;
	margin-left: 0px;
	width: 34px;
	height: 41px;
}

/* footer added to replace footer fonts and links */
.footer {
	color: #000000;
	font: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	font-weight: normal;
	margin: 0;
	padding: 0;
	border: 0;
}
a.footer:link  {text-decoration : underline; color: #000000;} 
a.footer:visited  {text-decoration : underline; color: #000000;} 
a.footer:hover  {
	text-decoration : underline; 
	color: #000000;
}

/*..................DONE WITH INDEX PAGE........................*/
/*..................THE FOLLOWING IS FOR SUBSEQUENT PAGES.................*/

/* body: describes page background color and all non-table text not governed by any other style */
.bodytopmenu {
    /* next 5 lines added in 7.0.0 to replace bgcolor="#676037" leftmargin=0 topmargin=0 rightmargin=0 bottommargin=0 marginwidth=0 in topmenu.php of template2 */
	background-color: #EAFBCB;
	margin: 0 0 0 0;
}

/* page: is defined to replace the bgcolor=#676037; */
.page {
	background-color : #EAFBCB;
}

.tablebkground {
	background-color: #D6EBB7;
}

/* header: heading text */
.header {
	color: #251813;
}

/* fieldnameback: background color for column and row title sections */
.fieldnameback {
	background-color: #000000;
}

/* databack: background color for data areas */
.databack {
	background-color: #A6C488;
}

/* sideback: background color for side and top frames */
.sideback {
	background-color: #000000;
}

#mnav li { /* all list items */
	background: #A6C488; /*same as "databack" background color */
	border-top:1px solid #A6C488; /*same as "databack" background color */
	border-left:1px solid #A6C488; /*same as "databack" background color */
}

#mnav li ul li {
	background: #A6C488; /*inactive dropdown menu color*/
}

#mnav li:hover, #mnav li.sfhover { /* lists nested under hovered list items */
	background-color: #EAFBCB;
	border-top:1px solid #aaa;
	border-left:1px solid #aaa;
}

.snlink {
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	background-color:#A6C488;
	color:black;
}

a.snlink:hover, .snlinkact {
	background-color:#000000;
	color:#fff;
}


.pboxname a {
	font-size: 8pt;
	text-decoration: none;
}

.pboxname a:hover {
	text-decoration: underline;
}

.LB_window {
	background: #A6C488;
	border: 2px solid #000000;
	color:#000000;
}