﻿/* CSS layout */
body {
    min-height: 400px;
    min-width: 780px;
    height: 100%; /*text-align: center;*/
    overflow: auto;
    width: 100%;
    margin: 0px auto 4px auto;
    border: 0px;
    font-size: 0.9em;
    font-family: "Times New Roman" , Times, serif;
}
body a {
	font-weight: bold; color: #FFFFFF
}
a:active {
	font-weight: bold; color: #FF8000
}

body a:hover {
	font-weight: bold; color: #FF8000
}

#masthead {
	background-color: #0080C0;
	font-weight: bold;
	color: #FFFFFF; max-height:90px; height:60px; 
	vertical-align: middle;
	min-height: 57px;
}

#header_left {
	width:400px; float:left; padding-top:15px; padding-bottom:10px;
}
#header_right {
	margin-left: 400px;
	margin-right: 4px;
	text-align: right;
	font-weight: normal;
	border-collapse: collapse;
}
#header_right tr {
	height:18px
}

#top_nav {
    background-color: #FF8000;
    height: 30px;
    color: #FFFFFF; width: 100%;
}
a:active {
	font-weight: bold;
	color: #008000
}

#top_nav a:hover {
	font-weight: bold;
	color: #FF8000
}

#container {
	position: relative;
	width: 100%;
	height: 100%;
}

#left_col {
	width: 130px;
	position: absolute;
	left: 0px;
	top: 0px;
	color: #FFFFFF;
	background-color: #0080C0;
	height: 100%;
}
#left_col .inner_content {
	padding:2px
}
#right_col {
	width: 60px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #ff8000;	
	height: 100%;
}

#page_content {
	margin-right: 60px;
	margin-left: 130px;
	height: 100%;
}
#page_content a {
	font-weight: bold; color: #0080C0
}
#page_content .inner_content {
	padding: 4px; height: 100%; min-height:400px;
}

#footer {
    background-color: #0080C0;
    width: 100%;
    bottom: 0px;
    clear: both;
    text-align: center;
    margin-bottom: 0px; color:White; 
}


.div_center {
	margin-right: 20%;
	margin-left: 20%;
}

input.button, input.reset {
	font-family: Tahoma;
	font-size: 9pt;
	background: #ffffff url('images/buttons/button_bkg2.png') repeat-x left center;
	border: solid 1px #8E8F8F;
	padding-left: 3px;
	padding-right: 3px;
}

input.button:hover {
	background: #ffffff url('images/buttons/button_hover_bkg2.png') left center repeat-x;
	border: solid 1px #3C7FB1;
}

.float_right {
	float: right;
}

.float_left { float:left;
}
.nav_bar_text { text-align:left; }
.curve_left {
}
.paragraph_header {
    font-size: 1.2em;
    color: #0099FF;
}

.red_txt_bld { color:Red; font-size:1.0em; font-weight:bold; }
.red_text {
    font-size: 12px;
    color: #FF0000;
}

#div_400_orange {
    background-position: top;
    float: none;
    width: 400px;
    background-image: url( 'images/boxcorners/orangeish/400-dntrorangetop.gif' );
    background-repeat: no-repeat;
    background-color: #ff8000;
}

#roundboxorange {
    text-align: left;
    width: 400px;
}

#roundboxorange .roundcontent {
	width: 400px;
	background-color: #ff8000;
	color: #fff;
}
#roundboxorange .roundcontent p {
	margin: 0 10px;
}
#roundboxorange .roundtop {
    background: url(images/boxcorners/orangeish/400-dntrorangetop.gif) no-repeat top;
    height: 10px;
}
#roundboxorange label {
    width: 50px;
}
.rnd_box_row_10px {
    height: 10px;
}
.rnd_box_body {
    padding: 3px;
    color: #FFFFFF;
    font-family: "Times New Roman" , Times, serif;
    font-weight: bold;
    text-align: left;
}

.text_bold_div {
    font-weight: bold;
}

.hidden_div {
    visibility: hidden;
}

.popup_help {
    padding: 2px;
    border: 2px solid #FFCC00;
    width: 200px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #000000;
    background-color: #FFFF99;
    visibility: hidden;
    display: none;
}

.fieldset_500
{
   width: 500px;
}

label.fieldset_500 {
    display: block; /* block float the labels to left column, set a width */
    float: left;
    width: 160px;
    padding: 0;
    margin: 5px 0 0;
    color: #000000;
    font-size: medium;
    font-family: 'Times New Roman' , Times, serif;
    font-weight: bold;
}
input.fieldset_50{ margin: 5px 0 0 0px; }

.fake_header_500 {
    width: 500px;
    background-color: #507CD1;
    color: #FFFFFF;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 4px;
    vertical-align: middle;
    text-indent: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.hidden_none { visibility: hidden; display: none; }

.px20 { width:20px; }

