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