/* 
 * 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:		#DBE4D6;
  	background-image:		url(../images/bg.jpg);
  	background-position:	top center;
  	background-repeat:		no-repeat;
}

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

/*
 * 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, .tabs a:hover {
	background-color:		#628A68;
}

.colorTitle {
	color:					#628A68;
}

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

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

/*
 * links
 * buttons
 */
.colorNavLinks, a, .txtColorLink, .txtColorB {
	color:					#4E7227;
}

.button {
	background-color:		#334F37;	
}

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

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

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