/******************************
** template: 6 - top menu
** theme: 1300 - black
*******************************/
body {
	background-color: #eeeeee;
}

hr {
	color: #737373;
}

.header-cell {
	border-bottom: solid 1px #737373;
}
.template-table {
	background-color: #eeeeee;
}

.footer-container a:hover {
	color: #666600;
}

.crumb-trail-container a:hover {
	color: #737373;
}

.welcome-message {
	color: #737373;
}
.login-link:hover {
	color: #737373;
}

.footer-container {
	border-top: #737373 1px solid;
	background-color: white;
	padding-top: 6px;
	padding-bottom: 3px;
}

.top-menu-cell {
	background-color: #737373;
	background-image: url(images/nav_background.jpg) !important;
	background-repeat: repeat-x;
	padding:0px;
}
.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: #737373;
	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: #C0C0C0; 
}

.content-header, h1 {
	color: white;
	background-color: #737373;
}

.content-sub-header-1, h2 {
	color: #737373;
	border-bottom: double 4px #C0C0C0;
}

.content-sub-header-2, h3 {
	color: #666666;
}

.instruction-text {
	border-color: #C0C0C0;
}

.button-bar {
	border-top: #737373 1px solid;
}

.admin-table th {
	background-color: #737373;
	color:White;
}
.header-text-1 {
	color: #737373;
}
.header-text-2 {
	color: white;
	background-color: #737373;
}
.header-text-3 {
	color: #737373;
	border-color: #737373;
}