/*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 {
	color: #FF6633;
}

/* body: describes page background color and all non-table text not governed by any other style */
BODY {
	background-image : none;
	background-color : #000033;
}

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

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

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

.fieldnameback {
        background-color: #333366;
        /*these 2 lines added in 5.0*/
        border-right: 1px solid #777;
        border-bottom: 1px solid #777;
}

a.lightlink4:link, a.lightlink4:visited {
        color: #666666;
        text-align: left;
        font-weight: bold;
        border-left-width: 5px;
        border-left-style: solid;
        border-left-color: #EBEC9C;
        padding-left: 3px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        line-height: 15px;
}

a.lightlink4:hover, a.lightlink4:active {
        color: #849CB5;
        text-align: left;
        background-color: transparent;
        width: 98%;
        border-left-width: 5px;
        border-left-style: solid;
        border-left-color: #FF9900;
}

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

/* mouseoverback: background color for admin menu items while active*/
.mouseoverback {
	background-color: #000033;
}

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

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

/* Added after upgrade to 7.1.0 - renek */

/* line: is defined to replace the bgcolor="#999966" used with a line gif image (khaki.gif in template 4)*/
.line {
    background-image: url(img/khaki.gif);
    height: 1px;
    border-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
    padding: 0px;
}

a.footer:link  {color: #333399;} 
a.footer:visited  {color: #333399;} 
a.footer:hover  {
	color: #339999;
}

/* menuback: left nav menu background color with no right and bottom border */
.menuback {
	background-color: #333399;
	border-right: 0px; 
	border-bottom: 0px;
	width: 170px;
	margin-left: 10px;
	vertical-align: top;
}

/*inactive tab*/
#tngnav a {
        color:#444;
        background: url(../img/mytngtab.png) no-repeat;^M
}

/*active tab*/
#tngnav a:hover {
        color:#FFFFFF;
        background: url(../img/mytngtabactive.png) no-repeat;
}

/*active tab*/
#tngnav a.here {
        color:#FFCC00;
        background: url(../img/mytngtabactive.png) no-repeat;
}

/* emphasisyellow: added to replace <strong> for welcome message */
.emphasisyellow {
	font-weight: bold;
	color: yellow;
}

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

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

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

.LB_closeAjaxWindow{
	background-color:#333366;
}
/* end of templatestyle.css for template 4 */

