/******************************
** template: 63 - Retro 
** theme: 11335 - Grey & Blue
*******************************/
body {
	background-image: url(images/63_background.jpg);
	background-repeat: repeat;
	margin: 0;
}
.header_cell {
	padding: 10px 10px 10px 10px;
	background-color: #bcd1df;
	border-bottom: #222222 1px solid;
	border-top: #ffffff 1px solid;
}
.login-panel {
	background: url(images/63_login_panel.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #bcd1df;
}

.nav_background {
	background-image: url(images/63_nav_background.png);
	background-repeat: repeat-y;
	background-color: #ffffff;
}

.login-link:hover {
	color: #ffffff;
}

.crumb-trail-container a:hover {
	color: #7694CA;
}

.welcome-message {
	color: #7694CA;
}

.footer-container {
	background-color: #bcd1df;
	border-bottom: #6d8795 1px solid;
	border-top: #ffffff 1px solid;
}

.footer-container a:hover {
	color: #7694CA;
}

.left-menu ul {
	background-repeat: repeat-y;
	background: url(images/63_tab_back.png);
	width: 220px;
	text-indent: 20px;
}
.left-menu ul li {
	text-align: left;
	background: url(images/63_button_tab.png);
	background-repeat: no-repeat;
	background-position: right;
	white-space: nowrap;
}
.left-menu ul li a {
	color: #01253d;
	text-decoration: bold;
}

.left-menu ul li a:hover, .left-menu ul li span:hover {
	color: #333333;
	background: url(images/63_button_tab_up.png);
	background-repeat: no-repeat;
	background-position: right;
	white-space: nowrap;
}

.left-menu ul li.selected-menu-item a {
	color: black;
	font-weight: bold;
}

.left-menu ul li.selected-menu-item a:hover {
	color: white;
}

.left-menu ul li ul {
	background: url(images/63_tab_end_left.png);
	background-repeat: repeat-y;
	text-indent: 20px;
	padding-left: 20px;
}

.left-menu ul li.menu-separator {
	background: url(images/63_nav_background.png);
	background-repeat: repeat-y;
}
.content-header, h1 {
	text-align: left;
	color: #01253d;
	background-color: #ffffff;
}

.content-sub-header-1, h2 {
	font-weight: bolder;
	padding-left: 30px;
	text-align: left;
	color: #01253d;
}

.content-sub-header-2, h3 {
	font-weight: bolder;
	text-align: left;
	color: #01253d;
}

.box-1-container {
	background: url(images/63_content_panel.png);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #bcd1df;
	border-bottom: #6d8795 1px solid;
}

.instruction-text {
	border-color: #56809b;
}

.button-bar {
	border-top: #56809b 1px solid;
}

.admin-table th {
	background-color: #56809b;
	color: white;
}

