/******************************
** template: 62 - Tabs 
** theme: 11205 - Blue
*******************************/
body {
	background-color: #ffffff;
}
hr {
	color: #6ea9be;
}
.divider-cell {
	background-color: #d7d7d7;
}
.login-link:hover {
	color: #6ea9be;
}
.crumb-trail-container a:hover {
	color: #6ea9be;
}
.welcome-message {
	color: #6ea9be;
}
.footer-container {
	background-color: #d7d7d7;
	border-top: solid 1px #6ea9be;
	border-bottom: solid 1px #6ea9be;
	border-left: solid 1px #6ea9be;
	border-right: solid 1px #6ea9be;
}
.footer-container a:hover {
	color: #6ea9be;
	text-decoration: none;
}
.login-panel {
	background-color: #d7d7d7;
	border-top: solid 1px #6ea9be;
	border-bottom: solid 1px #6ea9be;
	border-left: solid 1px #6ea9be;
	border-right: solid 1px #6ea9be;
}
.left-menu ul {
	background-color: #d7d7d7;
	border-top: solid 1px #6ea9be;
	border-bottom: solid 1px #6ea9be;
	border-left: solid 1px #6ea9be;
}
.left-menu ul li {
	border-top: solid 1px #d7d7d7;
	border-bottom: solid 1px #d7d7d7;
	border-left: solid 1px #d7d7d7;
	border-right: solid 1px #6ea9be;
}
.left-menu ul li.menu-spacer {
	border-width: 0px;
	background-color: #d7d7d7;
	border-right: solid 1px #6ea9be;
	height:20px;
}
.left-menu ul li a, .left-menu ul li span {
	background-color: #6ea9be;
	color: #115269;
}
.left-menu ul li a:hover, .left-menu ul li span:hover {
	background-color: #d7d7d7;
}
.left-menu ul li.selected-menu-item {
	border-right: solid 2px white !important;
}
.left-menu ul li.selected-menu-item a {
	background-color: white;
	color:  #115269;
	text-decoration: bold;
}
.left-menu ul li ul {
	border-color: #d7d7d7;
}
.left-menu ul li.menu-separator {
	background-color: #d7d7d7;
}
.content-header, h1 {
	font-family: Verdana,Sans-Serif;
	font-size: 16px;
	color: white;
	background-color: #6ea9be;
}
.content-sub-header-1, h2 {
	font-size: 14px;
	padding-left: 0px;
	color: #115269;
}
.content-sub-header-2, h3 {
	color: #115269;
}
.instruction-text {
	border-color: #6ea9be;
}
.button-bar {
	border-top: #6ea9be 1px solid;
}
.admin-table th {
	background-color: #6ea9be;
	color: white;
}