/******* GLOBAL ELEMENTS *******/
BODY {
	margin-top: 16px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	
	font-family: Verdana, Arial, Times New Roman;
	color: #000000;

	/*background-image: url(images/blue_bg.gif);
	background-color: #DDDDDD; */
}
TABLE {
	font-size: 12px;
}
TABLE TD {
	padding: 3px;
}
TH {
    font-size: 14px;
    text-align: left;
    font-weight: bold;
}
DIV {
	padding: 3px;
}
A {
    color: #000077;
    text-decoration: none;
    padding: 2px;
}
A:hover {
    color: #CC0000;
    text-decoration: underline;
}
IMG {
    border: none;
}
INPUT {
    /*border: 1px solid #999999; */
    font-family: Verdana, Arial, Times New Roman;
}
FIELDSET {
    padding: 5px;
}
LEGEND {
    color: #000000;
}
HR {
    width: 75%;
    color: #DDDDDD;
}

/******* HEADER ELEMENTS *******/
.header_area {
    background-color: #FFFFFF;
    padding: 5px;
    padding-bottom: 10px;
	text-align: center;
}
.site_header {
    font-family: 'Times New Roman';
    text-transform: uppercase;
    color: #4682B4 /*SteelBlue*/;
    font-size: 28px;
}
.header_link:hover {
    background-color: transparent;
}

/******* CONTENT ELEMENTS *******/
.main_table {
	border-collapse: collapse;
	background-color: white;
	width: 800px;
	border: 3px solid #B0C4DE /*LightSteelBlue*/;
}
.main_table td {
	padding: 4px;
}
.shadow_1 {
	border-collapse: collapse;
	width: 802px;
	border: 1px solid #B0C4DE /*LightSteelBlue*/;
}
.shadow_2 {
	border-collapse: collapse;
	width: 802px;
	border: 1px solid #B0C4DE /*LightSteelBlue*/;
}
	
.content_area {
    border-collapse: collapse;
    font-size: 12px;
    vertical-align: top;
    padding: 10px;
    width: 660px;
}
.page_header {
    font-size: 20px;
	padding-top: 10px;
    padding-bottom: 6px;
    font-family: 'Times New Roman';
    text-transform: uppercase;
    color: #4682B4 /*SteelBlue*/;
}
.section_header {
    font-size: 15px;
    font-weight: bold;
    color: #4682B4 /*SteelBlue*/;
	padding-top: 10px;
}

.info_label {
    white-space: nowrap;
    vertical-align: top;
    font-weight: bold;
}
.info_field {
	vertical-align: top;
	width: 90%;
}
.log_date {
	white-space: nowrap;
    vertical-align: top;
    color: #777777;
    font-family: 'Tahoma';
    font-size: 14px;
}
.doc_filename {
	white-space: nowrap;
    vertical-align: top;
    color: #555555;
}
.notice_name {
	white-space: nowrap;
    vertical-align: top;
    color: #555555;
}
.contact_role {
	white-space: nowrap;
    vertical-align: top;
    font-weight: bold;
}
.spacer {
	width: 30px;
}
.odd {
    background-color: #FFFFFF;
}
.even {
    background-color: #FFFFFF;
    /*background-color: #E0E0D0;*/
}
.breadcrumbs {
	color: red;
	font-size: 13px;
}
.breadcrumbs a {
	color: red;
	font-size:11px;
}

/******* LIST ELEMENTS *******/
.list {
    width: 100%;
    padding: 3px;
    border-collapse: collapse;
    font-size: 12px;
}
.list_header {
	font-weight: bold;
	color: black;
	text-decoration: underline;
	padding-right: 5px;
}
.list td {
    border-top: 1px solid #CCCCCC;
}
.d1 {
	background-color: #ffffff;
	padding: 3px;
	border-bottom: 1px dotted #dddddd;
}
.d2 {
	background-color: #EEEEFF;
	padding: 3px;
	border-bottom: 1px dotted #dddddd;
}
.list_section {
    font-size: 14px;
    font-weight: bold;
    background-color: #DDDDDD;
    padding-left: 10px;
}
.item_addl_info {
    text-transform: uppercase;
    color: red;
    font-size: 10px;
}
/******* USER INTERACTION ELEMENTS *******/

.disclaimer {
    width: 90%;
    border: 2px solid #990000;
    background-color: #DDDDDD;
    padding: 5px;
    text-align: center;
}

/******* FORM ELEMENTS *******/
.form {
    width: 100%;
}
.form_label {
    padding-top: 3px;
    padding-left: 20px;
    font-size: 12px;
    white-space: nowrap;
    vertical-align: middle;
    text-align: right;
    font-weight: bold;
}
.form_field {
    vertical-align: top;
}
.form_note {
    vertical-align: top;
    color: #666666;
    font-size: 10px;
}
.form_note_red {
    vertical-align: top;
    color: red;
    font-size: 10px;
}
.radioButtonSet {
    font-size: 12px;
    border: 1px solid #CCCCCC;
}
.required_indicator {
    color: #FF0000;
    font-family: Arial;
    font-size: 11px;
}
.error_msg {
    color: red;
    font-size: 12px;
}
/******* MAIN MENU ELEMENTS *******/
.menu_area {
    background-image: url(images/grey_grad_bg.gif);
    background-repeat: repeat-x;
    vertical-align: top;
    padding-top: 3px;
    padding-bottom: 20px;
	vertical-align: bottom;
}
.menu {
    width: 400px;
    border-collapse: collapse;
    font-family: Arial, Verdana;
    font-size: 13px;
    color: #4682B4 /*SteelBlue*/;;
    border-bottom: 1px solid #4682B4 /*SteelBlue*/;
}
.menu a {
    color: #4682B4 /*SteelBlue*/;;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
}
.menu a:hover {
    color: white;
    background-color: #68A4D6 /*SteelBlue+2*/;
}

/******* FOOTER ELEMENTS *******/
.footer_area {
	padding: 5px;
	padding-top: 10px;
	vertical-align: bottom;
	font-size: 12px;
	text-align: center;
}
