/*  HTML BLUE  */
a {
	color:#1A50B8;
}
a:visited {
	color:#1A50B8;
}
a:hover {
	color:#1A50B8;
}


/*  GLOBAL DEFAULTS  */

.saveSection {
	background:#EEEEEE;
}
.saveSection input, .smallButton, .largeButton {
	color:#686868;
}


/*  CONTAINER BLUE  */

.headerBar {
	background:#67655B;
}
.headerButtons {
	background:#E8E7E6;
}
.headerButtons .lightButtons {
	background:#E8E7E6;
	color:#56504C;
}
	.headerButtons .lightButtons .lineItem a {
		color:#56504C;
		text-decoration:none;
	}
	.headerButtons .lightButtons .lineItem a:visited {
		color:#56504C;
		text-decoration:none;
	}
	.headerButtons .lightButtons .lineItem a:hover {
		color:#56504C;
		text-decoration:underline;
	}
	.headerButtons .darkButtons {
		background:url("../images/header_buttons_gray_background.gif") repeat-x;
	}
.headerTabs .active {
	background:url("../images/header_tabs_graylive_background.gif") repeat-x #AAA79F;
}
.navBar {
	background:#AAA79F;
}
	.navActions {
		background:url("../images/nav_actions_gray_background.gif") #AAA79F bottom repeat-x;
	}
		.navActions .importBox {
			border:#D5D3D0 1px solid;
			background:url("../images/import_box_gray_background.gif") repeat-x bottom;
		}
.contentPanel {
	background:#D8D8D8;
}


/*  BODY BLUE  */

#bodyPanel {
	border:1px solid #676767;
}
.innerNav {
	background:#ECECEC;
}
.innerNavactive {
	background:url("../images/inner_nav_gray_background.gif") repeat-x bottom right #AAAAAA;
}
.innerTabs .menuTabActive {
	background:url("../images/header_tabs_graylive_background.gif") repeat-x #AAA79F;
}
.innerTabs .menuTab {
	background:url('../images/header_tabs_gray_background.gif');
}
.innerTabs .tabBar {
	background:#AAA79F;
}
.box {
	border:1px solid #DCDCDC;
}
.title, .title td {
	color:#686868;
}
.inputTable .header, .listTable .header {
	background:url("../images/table_header_gray_background.gif") repeat-x bottom #8B8880;
}
	.header .help {
		background:url("../images/table_header_gray_help_icon.gif") no-repeat left;
	}
.inputTable .button, .listTable .button, .innerTabs .button {
	border:1px solid #7F9DB9;
}
	.inputTable .button a, .listTable .button a, #bodyPanel .innerTabs td .button a {
		color:#565656;
	}
	.inputTable .button a:visited, .listTable .button a:visited, #bodyPanel .innerTabs td .button a:visited {
		color:#565656;
	}
	.inputTable .button a:hover, .listTable .button a:hover, #bodyPanel .innerTabs td .button a:hover {
		color:#565656;
	}
.listTable .actionBar {
	background:#F2F2F2;
	border-bottom:#BCBCBC 1px solid;
}	
