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

.topmenu {
	font-family: Verdana,Arial, Helvetica, sans-serif; 
	font-size: 75%;
	color: #000000;
	text-decoration : none;
}

.topmenu:Link  {text-decoration : none; color: #000000;} 
.topmenu:Visited  {text-decoration : none; color: #666666;} 
.topmenu:Active  {text-decoration : none;}
.topmenu:Hover  {
	color: #b60e23;
	text-decoration : none;
} 

.subhead {
	font-size: 125%;
}

BODY {
	font-size: 100%;
}

.normal {
	font-size: 100%;
}

.smfieldname {
	font-size: 90%;
}

/* header: heading text */
.header {
	font-size: 150%;
}

.subhead {
	font-size: 110%;
}

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

/* visited: previously visited links */
A:VISITED {
	color: #666666;
}

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

/* databack: background color for data areas */
.databack {
	background-color: #F5EDD7;
    text-align: left;
}

a.lightlink:hover, a.lightlink:active {
	color: #b60e23;
}

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

.whitesubhead {
	font-size: 125%;
}

/* smaller: small body text */
.smaller {
	font-size: 95%;
}

a.lightlink3:link, a.lightlink3:visited, a.lightlink3:hover, a.lightlink2:active {
	color: #b60e23;
}

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

.media-prev {
	text-align: left;
}

/*/ from tngtabs2.css /*/
/*inactive tab*/

#tngnav a {
	color:#000;
	background:#F3DCAB;
}
/*active tab*/
#tngnav a:hover {
	background:#438543;
	color:#FFFFFF;
}
/*active tab*/
#tngnav a.here {
	background:#438543;
	color:#FFFFFF;
}

/*inactive tab*/
#tabs a {
	background: #F3DCAB;
	color:#000;
}

/*active tab*/
#tabs a:hover {
	background: #438543;
}

/*active tab*/
#tabs .here {
	background: #438543;
	color:#FFFFFF;
}

.snlink {
	padding:0px 1px 0px 1px;
	border-bottom:0px;
	border-right:0px;
	border-top:0px;
	border-left:0px;
	background-color:#F5EDD7; /*same as "databack" background color */
	text-decoration: underline;
}

a.snlink:hover, .snlinkact {
	background-color:#F5EDD7; 
	color:#000;
	text-decoration: none;
}
.LB_window {
	background: #F5EDD7; /*same as "databack" background color */
	border: 2px solid #438543; /*same as "fieldnameback" background color */
}
.LB_closeAjaxWindow{
	background-color:#438543; /*same as "fieldnameback" background color */
}
