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