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

/*COLOUR GUIDE 
Maroon #990000; Black #000000; White #FFFFFF; Blue (fieldnameback) #3366CC; Grey (databack) #E3E3E3; Lt Blue #A3C1F5; Lt Grey #eeeeee */

/* header: heading text - color changed from #990000 */
.header {
	color: #3366CC;
}

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

/* fieldnameback: background color for column and row title sections - color changed from #990000 */
.fieldnameback {
	background-color: #3366CC;
}
/* databack: background color for data areas - color changed from #CCCC99 */
.databack {
	background-color: #E3E3E3;
}
/* sideback: background color for side and top frames - color changed from #990000 */
.sideback {
	background-color: #3366CC;
	background-image: none;
}
/* background color for admin menu items while active - color changed from #cc6666*/
a.admincell:hover, a.leftlink:hover {
	background-color: #A3C1F5;
}
#mnav li { /* all list items - color changed from #CCCC99 */
	background: #E3E3E3; /*same as "databack" background color */
	border-top:1px solid #E3E3E3; /*same as "databack" background color */
	border-left:1px solid #E3E3E3; /*same as "databack" background color */
}

#mnav li ul li { /*inactive dropdown menu color - color changed from #eeeecc */
	background: #eeeeee; 
}
/* menuback: left nav menu background color with no right and bottom border - color changed from #990000 */
.menuback {
	background-color: #3366CC;
	border-right: 0px; 
	border-bottom: 0px;
	width: 170px;
	margin-left: 10px;
	vertical-align: top;
}
/* color changed from #CCCC99 to #E3E3E3 */
.snlink {
	border-bottom:1px solid #aaa;
	border-right:1px solid #aaa;
	background-color:#E3E3E3;
	color:black;
}

/* color changed from #990000 to #3366CC */
a.snlink:hover, .snlinkact, .adminnav .snlinkact {
	background-color:#3366CC;
	color:#fff;
}

/* color changed from #CCCC99 to #E3E3E3 and #000000 to #3366CC */
.LB_window {
	background: #E3E3E3;
	border: 2px solid #3366CC;
	color:#000000;
}
/* color changed from #990000 to #3366CC */
.LB_closeAjaxWindow{
	background-color:#3366CC;
}
/* end of templatestyle.css for template 4 */

/* color changed from #990000 to #3366CC */
.bar {
	background-color:#3366CC;
}
/* color changed from #990000 to #3366CC */
.fieldnamebacksave {
	background-color:#3366CC;
}
/* color changed from #CCCC99 to #E3E3E3 */
.databacksave {
	background: #E3E3E3;
}
