/*
	main color scheme file
	should pretty much contain only colors and bg images used to apply colors
	some common stuff from styles and menus should be here as well, to avoid needing moe specific files
*/
#layout_wrapper {
border-color:#000000;

}
.color-1 {
	color:#FFFFFF;
}
header,footer,body, .bg-color-1 {
	background-color:#FFFFFF;
}
.bg-color-2 {
	background-color:#0169b2;
}
.color-2 {
	color:#0169b2;
}
.bg-color-3 {
	background-color:#92c28e;
}
.color-3 {
	color:#92c28e;
}
.bg-color-4 {
	background-color:#ededed;
}
.color-4 {
	color:#ededed;
}
.manager-table th, .admin-table th {
background-color:#0169b2;
color:#FFFFFF;
}
h1 {
background-color:#ededed;
color:#0169b2;
}
h2 {
background-color:#ededed;
color:#0169b2;
}
h3 {
color:#0169b2;
}

#panel_links a:hover {
	background-color:#ededed !important;
}
#vertical_container {
	background-color:#0169b2;
}
.control-panel-link {
	color:#000000;
}
header { color:#0169b2; }
.footer-container, .footer-container a, .footer-container span { color:#0169b2; }