/* 
 * Global.css
 *
 * @version 1.0
 * @purpose Default Color Styles
 *
 * The following styles are used for globally changing the skin of the site
 * Only define the colors here. No positioning, no layout, no fonts.
 *
 */

/* 
 * body background 
 */
body {
  	background-color:		#D0E208;
}

/*
 * nav on state
 * right nav ad box
 */
.colorNavOnState, .tabs a.selectedTab, .tabs a.selectedTab:hover {
	background-color:		#007700;
}

/*
 * nav off state
 * section header bars
 * rounded borders
 * page titles
 */
.colorNavOffState, .tabs a, .tabs span, .colorSectionHeader, .sectionHeader, #pageLayoutMiddleColumn .sectionHeaderBar, table_header_bg, .searchBarContent, .tabs a.linkItem:hover, .tabledContentHeader {
	background-color:		#7CA503;
}

.colorTitle {
	color:					#7CA503;
}

/*
 * link hover
 */
a:hover, .txtColorLink:hover, .txtColorB:hover  {
	color:					#FEA500;
}

/* 
 * button hover
 */
.colorNavHoverState, .button:hover, .tabs a:hover, .buttonLogin:hover {
	background-color:		#FEA500;
}

/*
 * links
 * buttons
 */
.colorNavLinks, a, .txtColorLink, .txtColorB {
	color:					#006600;
}
.button {
	background-color:		#006600;	
}

/*
 * border 1px boxes
 */
.border {
	border-color:			#999999;
}

/*
 * login background
 */
.colorLogin {
	background-color:		#FEDD65;
}

/*
 * login buttons
 */
.colorLoginOffState, .buttonLogin {
	background-color:		#007700;
}