body {
	background-image: url('/common/images/interface/bg-outside-page.jpg');
	background-repeat:repeat-x;
	background-color:#1E252D;
}

div.container {
	margin: auto;
	width: 780px;
	border: solid white 1px;
}

div.header div.header_left {
	background-image: url('/common/images/interface/header-content_logo.gif');
	width: 329px;
	height: 70px;
	float: left;
}

div.header div.header_right {
	background-image: url('/common/images/interface/header-content_right.jpg');
	padding-left: 170px;
	padding-top: 10px;
	width: 281px;
	height: 60px;
	float: right;
	vertical-align: middle;
	color: #ffffff;
}

div.header_right a {
	font-weight:bold;
	text-decoration:underline;
	color:#66CCFF;
}

div.top_nav {
	background-image: url('/common/images/interface/bg-nav.jpg');
	background-repeat: repeat-x;
	height: 34px;
	padding-left: 15px;
	width: 765px;
}

div.divider {
	background-image: url('/common/images/interface/bg-divider_middle_thick.gif');
	background-repeat: repeat-x;
	height: 33px;
}

div.divider div.left {
	width: 262px;
	height: 18px;
	float: left;
	font-weight: bold;
	padding-top: 15px;
	padding-left: 15px;
	white-space: nowrap;
	overflow: visible;
}

div.divider div.right {
	float: right;
	width: 503px;
}

div.divider div.right div.squares {
	background-image: url('/common/images/interface/divider-middle_thick_square.gif');
	background-repeat: no-repeat;
	width: 25px;
	height: 5px;
	margin-top: 5px;
	margin-left: 468px;
}

div.main {
	padding-top: 4px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	background-color: #ffffff;
}

table.list {
	width:100%;
}

table.list tr td {
	padding-bottom:5px;
	padding-right:8px;
}


table.list tr th {
	text-align:left;
	border-bottom:1px solid #3d6187;
}

table.list tr th img {
	display:inline;
}

/*input.scl_button, input.alternate_scl_button {
	border:1px solid #2e3b3f;
	background-color:#3d6187;
	color:#c4cfdb;
}

input.alternate_scl_button {
	background-color:#c4cfdb;
	color:#3d6187;
}

input.scl_button:hover {
	background-color:#c4cfdb;
	color:#3d6187;
}

input.alternate_scl_button:hover {
	color:#fff;
}*/

div.top_search_bar {
	float: right;
	padding-right: 10px;
}

.search_box, .go {
	height: 28px;
	padding-top: 6px;
}

div.go input {
	background: url('/common/images/scl/button-search.gif');
	width: 97px;
	height: 20px;
	border: none;
	cursor: pointer;
	position: relative;
}

.search_box, .search_box #search_box_results a {	
	color:#3d6187;
	font-weight:bold;
}

.search_box input {
	height: 13px;
	width:250px;
	background-color: #f4eddb;
}

.search_box #search_box_results {
	width:264px;	
	font-weight:normal;
}

#search_box_results {
	position:absolute;	
	z-index:20;
}

.search_box #search_box_results table {
	border:1px solid #3d6187;
	background-color:#fff;
	margin:5px 0px 5px 48px;
	width:265px;
}

.search_box #search_box_results table tr td {
	padding: 5px;
}

.search_box #search_box_results table tr td.title {
	width:172px;
}

.search_box #search_box_results table tr.alternate, table.list tr.alternate {
	background-color: #c4cfdb;
}

/*.search_box #search_box_results table tr:hover {
	background-color:#99CCFF;
} */

img {
	border:0px;
	display:block;
}
