/******************************
** template:14 - Regency
** theme: 1536 - Purple over Gold
*******************************/
body {
	background-color: #DAB449;
}

.outer-box {
	background-color: #660087;
}

.theme-frame {
	background-color: #660087;
}

.footer-container {
	background-color: #DAB449;
	border-top: solid 1px #660087;
	border-left: solid 1px #660087;
	border-bottom: solid 1px #660087;
	border-right: solid 1px #660087;
}

.footer-container a:hover {
	color: #660087;
}

.crumb-trail-container a:hover {
	color: #660087;
}
.login-link:hover {
	color: #660087;
}
.welcome-message {
	color: #660087;
}

	
.left-menu ul {
	border-top: solid 1px #660087;
	background-color: white;
}
.left-menu ul li {
	border-bottom: solid 1px #660087;
}
.left-menu ul li a, .left-menu ul li span {
	color: #660087;
}

.left-menu ul li a:hover, .left-menu ul li span:hover {
	color: #660087;
}

.left-menu ul li.selected-menu-item a {
	background-color: #660087;
	color: white;
}
.left-menu ul li.menu-separator {
	background-color: #DAB449;
}
.left-menu ul li ul {
	border-color: #660087
}

hr {
	color: #660087;
}
.content-header, h1 {
	color: white;
	background-color: #660087;
}

.content-sub-header-1, h2 {
	color: #333333;
	border-bottom: solid 1px #660087;
}

.content-sub-header-2, h3 {
	color: #666666;
}

.instruction-text {
	border-color: #660087;
}
.button-bar {
	border-top: #660087 1px solid;
}

.admin-table th {
	background-color: #660087;
	color:White;
}