/******************************
** template: 3 - chrome
** theme: 1226 - red - square corners centered
*******************************/
/*
.template-container {
	text-align: center;
}

html:not([dummy]) .template-container {
	width:750px;
	margin-left: auto !important;
	margin-right: auto !important;
}
*/
body {
	text-align: center;
}
.template-table {
	text-align: left;
	background-image: url(images/background.gif);
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}
hr {
	color: #AA3636;
}

.login-link:hover {
	color: #AA3636;
}

.crumb-trail-link {
	color: black;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
}

.footer-container a:hover {
	color: #AA3636;
}

.crumb-trail-container a:hover {
	color: #AA3636;
}
.welcome-message {
	color: #AA3636;
}

.left-menu ul {
	background-color: white;
}
/*
.left-menu ul li {
}
*/
.left-menu ul li a {
	color: black;
}

.left-menu ul li a:hover, .left-menu ul li span:hover {
	color: #AA3636;
}

.left-menu ul li.selected-menu-item a {
	background-color: #AA3636;
	color: white;
}

.left-menu ul li.selected-menu-item a:hover {
	color: black;
}
.left-menu ul li.menu-separator {
	background-color: #AA3636;
}
.left-menu ul li ul {
	border-color: #AA3636
}
.content-header, h1 {
	color: white;
	background-color: #AA3636;
}

.content-sub-header-1, h2 {
	color: #333333;
	border-top: solid 2px #AA3636;
}

.content-sub-header-2, h3 {
	color: #666666;
}

.instruction-text {
	border-color: #AA3636;
}
.button-bar {
	border-top: #AA3636 1px solid;
}
.admin-table th {
	background-color: #AA3636;
	color:White;
}