@charset "UTF-8";

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.header {
    height: 50px;
    width: 750px;
    margin: 0px;
    padding: 5px;
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url(images/header.jpg);
    background-repeat: repeat;
}
.sub_header {
    height: 20px;
    width: 758px;
    margin: 0px;
    padding: 0px;
    position: absolute;
    left: 0px;
    top: 60px;
    font-size: 12px;
    border: 1px solid #172837;
    background-color: #172837;
    color: #CCCCCC;
}
.sub_header_left {
    height: 15px
    width: 300px;
    position: absolute;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 8px;
    top: 0px;
    left: 0px;
}
.sub_header_right {
    height: 15px
    width: 300px;
    position: absolute;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 8px;
    top: 0px;
    right: 0px;
}
.header_text {
    height: 50px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    font-size: 42px;
    color: #CCCCCC;
    font-weight: bold;
    font-style: oblique;
}
.main_box {
    position: absolute;
    height: 640px;
    width: 748px;
    top: 80px;
    left: 0px;
    padding: 5px;
    border: 1px solid #172837;
}
.footer {
    position: absolute;
    height: 50px;
    width: 748px;
    top: 731px;
    left: 0px;
    padding: 5px;
    border: 1px solid #172837;
    font-size: 10px;
}
.top_search_container {
    position: absolute;
    height: 260px;
    width: 748px;
    top: 20px;
    padding: 0px;	
}
.bottom_search_container {
    position: absolute;
    height: 260px;
    width:748px;
    top: 300px;
}
.right0_button_container {
    position: absolute;
    right: 120px;
    bottom: 10px;
    width: 200px;
    text-align: right;
}
.right1_button_container {
    position: absolute;
    right: 20px;
    bottom: 10px;
    width: 100px;
    text-align: right;
}
.left_search_header {
    position: absolute;
    height: 15px;
    width: 220px;
    padding: 5px;
    top: 0px;
    left: 20px;
    background-image: url(images/search_header.jpg);
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #CCCCCC;
}
.center_search_header {
    position: absolute;
    height: 15px;
    width:220px;
    padding: 5px;
    top: 0px;
    left: 260px;
    background-image: url(images/search_header.jpg);
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #CCCCCC;
}
.right_search_header {
    position: absolute;
    height: 15px;
    width:220px;
    padding: 5px;
    top: 0px;
    left: 500px;
    background-image: url(images/search_header.jpg);
    font-weight: bold;
    font-size: 14px;
    color: #CCCCCC;
}
.left_search_box {
    position: absolute;
    height: 200px;
    width: 208px;
    top: 25px;
    left: 20px;
    padding: 10px;
    text-align: center;
    border: 1px solid #172837;
}
.center_search_box {
    position: absolute;
    height: 200px;
    width: 208px;
    top: 25px;
    left: 260px;
    padding: 10px;
    text-align: center;
    border: 1px solid #172837;
}
.right_search_box {
    position: absolute;
    height: 200px;
    width: 208px;
    top: 25px;
    left: 500px;
    padding: 10px;
    text-align: center;
    border: 1px solid #172837;
}
.progress_image {
	background-image: url(images/ajax-loader-2.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:100%;
	width:100%;
}
.search_list {
    width: 210px;
    height: 180px;
}

.info_box {
    position: absolute;
    height: 10px;
    width:718px;
    top: 560px;
    left: 25px;
    right: 20px;
    font-size: 12px;
}
.output_tabs {
    left: 10px;
    top: 10px;
    position: absolute;
    right: 10px;
    height: 35px;
}
.tab_spacer {
    height: 3px;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 45px;
    background: #172837;
}
.selected_tab {
    height: 10px;
    width: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    background: #172837;
    color: #CCCCCC;
    font-weight: bold;
    font-size: 12px;
}
.unselected_tab {
    height: 15px;
    width: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    background: #3E5563;
    color: #CCCCCC;
    font-weight: bold;
    font-size: 12px;
}
.output_table {
	width:736px;
}
.output_table_header {
	width:100%;
	height:20px;
}

.output_content {
    left: 10px;
    top: 60px;
    position: absolute;
    right: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.output_controls {
    position: absolute;
    bottom:10px;
    left:10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 200px;
}
.output_status {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    position: absolute;
    width: 200px;
    right: 10px;
    bottom: 10px;
    text-align: right;
}
.error_box {
    position: absolute;
	z-index:-1;
    right: 10px;
    bottom: 10px;
    width: 300px;
    text-align: right;
    font-size: 8px;
}
.result_header {
    height: 30px;
    background-color: #CCCCCC;
}
.path_display_box {
    height: 25px;
    padding-left: 3px;
}
.status_container {
    height: 20px;
	padding-top:5px;
    padding-left: 3px;
	font-size: 10px;
}

.header a:link {
    text-decoration: none;
    color: #CCCCCC;
}
.header a:visited {
    text-decoration: none;
    color: #CCCCCC;
}
.header a:hover {
    text-decoration: none;
    color: #CCCCCC;
}
.header a:active {
    text-decoration: none;
    color: #CCCCCC;
}

.nd_link a:link {
    text-decoration: none;
    color: #CCCCCC;
}
.nd_link a:visited {
    text-decoration: none;
    color: #CCCCCC;
}
.nd_link a:hover {
    text-decoration: none;
    color: #CCCCCC;
}
.nd_link a:active {
    text-decoration: none;
    color: #CCCCCC;
}


.unselected_tab a:link {
    text-decoration: none;
    color: #CCCCCC;
}
.unselected_tab a:visited {
    text-decoration: none;
    color: #CCCCCC;
}
.unselected_tab a:hover {
    text-decoration: none;
    color: #CCCCCC;
}
.unselected_tab a:active {
    text-decoration: none;
    color: #CCCCCC;
}

.popup
{
    text-decoration: none
    border: 0;
}
.logos {
	position: absolute;
	left: 420px;
	top:740px;
	width: 300px;
	text-align: left;
	font-size: 8px;
}

.faq_header {
    height: 20px;
    padding: 5px;
    left: 500px;
    font-weight: bold;
    font-size: 14px;
}
.faq_box {
    left: 20px;
    padding: 5px;
}
