/******************************
** template: 61 - Recessed 
** theme: 11130 - Pastel Orange
*******************************/
hr {
	color: #E89856;
}
.login-link:hover {
	color: #E89856;
}

.crumb-trail-container a:hover {
	color: #E89856;
}

.welcome-message {
	color: #E89856;
}

.footer-container {
	background-color: #d7d7d7;
	background-repeat: no-repeat;
	background-position: left top;
}

.footer-container a:hover {
	color: #E89856;
}

.left-menu ul {
	background-color: white;
	padding-bottom: 40px;
	text-align: left;
}
.left-menu ul li {
}
.left-menu ul li a {
	color: gray;
	text-decoration: bold;
}

.left-menu ul li a:hover, .left-menu ul li span:hover {
	color: #E89856;
}

.left-menu ul li.selected-menu-item a {
	background: url(images/61_dot.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #E89856;
	color: white;
	text-decoration: bold;
}
/*
.left-menu ul li.selected-menu-item a:hover {
	color: black;
}
*/
.left-menu ul li ul {
	border-color: #E89856;
}
.left-menu ul li.menu-separator {
	background-color: #E89856;
}

.content-header, h1 {
	text-align: left;
	color: white;
	background: url(images/61_white_fade.png);
	background-color: #E89856;
	background-repeat: repeat-y;
	background-position: right;
}

.content-sub-header-1, h2 {
	padding-left: 30px;
	text-align: left;
	color: #898989;
	background: url(images/61_round_corner.png);
	background-color: #d7d7d7;
	background-repeat: no-repeat;
	background-position: left;
	border-right: #363636 1px solid;
	border-bottom: #363636 1px solid;
}

.content-sub-header-2, h3 {
	text-align: left;
	color: #666666;
}

.instruction-text {
	border-color: #E89856;
}

.button-bar {
	border-top: #E89856 1px solid;
}

.admin-table th {
	background-color: #E89856;
	color: white;
}

