/******************************
** template: 23 - top menu
** theme: 1705 - blue
*******************************/
body {
	background-color: #eeeeee;
}

hr {
	color: #495271;
}

.header-cell {
	border-bottom: solid 1px #495271;
}
.template-table {
	background-color: #eeeeee;
}

.content-table {
	background-color: White;
	text-align: left;
	padding-top: 3px;
}

.header-spacer {
	overflow: hidden;
	height: 1px;
	color: white;
	font-size: 30px;
	visibility: hidden;
}

.add-me-link {
	display:inline;
	color: black;
	font-family: Arial, Sans-Serif;
	font-style:italic;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
}

.footer-container a:hover {
	color: #495271;
}

.crumb-trail-container a:hover {
	color: #495271;
}

.welcome-message {
	color: #495271;
}
.login-link:hover {
	color: #495271;
}

.footer-container {
	border-top: #495271 1px solid;
	background-color: white;
	padding-top: 6px;
	padding-bottom: 3px;
}

.top-menu-cell {
	background-color: #737994;
	background-image: url(images/nav_background.jpg) !important;
	background-repeat: repeat-x;
}
.top-menu ul  {
}
.top-menu ul li a, .top-menu ul li span {
	color: white;
}

.top-menu ul li a:hover, .top-menu ul li span:hover {
	text-decoration:underline;
}

.top-menu ul li.selected-menu-item a {
	background-color: #C0C0C0; 
	color: white;
}

.top-menu ul li ul  {
	background-color: #737994;
	border-color: white;
}

/* top menu separator */
.top-menu ul li.menu-separator {
	background-image: url(images/menu_separator.GIF);
}
/* sub-menu separator */
.top-menu ul li ul.sub-menu li.menu-separator {
	background-color: #495271; 
}

.content-header, h1 {
	color: white;
	background-color: #495271;
}

.content-sub-header-1, h2 {
	color: #495271;
	border-bottom: double 4px #C0C0C0;
}

.content-sub-header-2, h3 {
	color: #666666;
}

.instruction-text {
	color: #495271;
	border-color: #71778F;
}

.button-bar {
	border-top: #495271 1px solid;
}

.admin-table th {
	background-color: #495271;
	color:White;
}
.header-text-1 {
	color: #71778F;
}
.header-text-2 {
	color: white;
	background-color: #71778F;
}
.header-text-3 {
	color: #71778F;
	border-color: #495271;
}