﻿@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: top;

	background: url(bg-image.png) top repeat-x #00000D;
	font-family: Arial, Helvetica, sans-serif;
	
	text-align: justify;
}


#wrapper {
	width: 930px; /*Original value 75%;*/
	margin-left: auto;
	margin-right: auto;
	
}

label
{ 
	color: #444;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
/*	font-size: 13px; */
}

.label
{
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.fieldLabel {
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.instructions
{ 
	color: #444;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
	font-size: 15px;
}

.popup {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	right: 25%;
	padding: 32px;
	border: thick solid #ffffff;
	background-color: #000074;
	color: white;
	z-index: 1002;
	overflow: auto;
	text-align:center;
	vertical-align:middle;
	position:fixed;	
}

.popup a {
  font: bold 11px Arial;
  text-decoration: none;
  background-color: #EEEEEE;
  color: #333333;
  padding: 2px 6px 2px 6px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
}

.popup  h2 {
	color: #fff;
}


#header {
	background: #000000 url(top-image-banner.png) center no-repeat;
	height: 213px;
	text-align: left;
}

#header a {
	color: #cccccc;
text-decoration: none;
}
#header a:hover {
	color: #FF3300;
}




#logo {
	margin-left: 40px;
	margin-right: 40px;
	padding-top: 40px;
	float:left;
}	

#logo-background {
	margin-left: 40px;
	width: 271px;
	height: 118px;
	background-color: #ffffff;
	opacity: 0.5;
	filter: alpha(opacity = 50); /* For IE8 and earlier */
	text-align: center;
	z-index: -1;
}



.nonProductionTag {
	background-color: black;
	color: white;
	font-size: 48pt;
	font-variant: small-caps;
	font-weight: bolder;
	position: absolute;
	vertical-align: middle;
	z-index: 10000;
	top: 10px;
	padding: 10px;
}

#banner-text {	
	float:left;
	line-height: 16px;
}
#banner-text p {
	color: #fff;
	padding-left: 10px;
}


.banner-h2 {
	font-size: 16pt;
	line-height: 30px;
	padding-left: 50px;
	font-weight: normal;
}

#titles {
	float: left;
}
#header h1 {
	vertical-align: baseline;
	color: #fff;
	font-weight: bold;
	font-size: 40px;
	margin-top: 60px;
	letter-spacing: -2px;
	line-height: 10px;
}

#header h1 span {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;

	color: #29ABE2;
	font-size: 14px;
	font-weight: normal;
}


#header h2 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: inherit;
	vertical-align: baseline;
	font-weight: normal;
	color: #fff;
	font-size: 12px;
}

#header h2 a {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
	
	font-weight: normal;
	color: white;
	font-size: 12px;
	text-decoration:none;
}

#header h2 a:hover {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
	
	font-weight: normal;
	color: orange;
	font-size: 12px;
	text-decoration:none;
}


#top_menu {
	/*border-top: #3F6D91 solid 1px;*/
	amargin-bottom: 10px;
	font-size:14px;
	margin-left: 20px;
	margin-right: 20px;
	background: #000074;
	
	display: block;
	float: none;
	
	
	text-align: center;
}
#top_menu li {

	display: inline;
	padding-left: 20px;
}
#top_menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;

	margin-left: -27px;
}
#top_menu li a {

	display: inline;
	text-decoration: none;
	color: #fff;
	padding: 5px;
}
#top_menu li a:hover {
	color: #0099FF;
}

#left_column {
	width: 165px;
	display: table;
	float: left;
	font-size: 14px;
	padding-left: 15px;
	/*text-transform:uppercase;*/
}
#banners {

	width: 100%;
	height: 109px;
	background: #408AC4;
	border-bottom: #000033 solid 3px;
}
#banners img {
	float: right;
}
#banners span {

	float: left;
	color: #fff;
	padding-top: 30px;
	padding-left: 10px;
}
#banners span strong {

	font-family: "Times New Roman", Times, serif;
	font-size: 27px;
	font-weight: normal;
}


#content {
	background: #fff;
	/* color: #444; */
	display: inline;
	float: left;
	margin-left: 1px;
	margin: 0px;
	min-height: 460px;
	text-align: justify;
	width: 720px;
}

#container {
	background: #fff;
	width:915px;
	margin-left:8px;
	
}




fieldset {
	padding-bottom: 0;
	padding-top: 0;
	
	border-radius: 5px;
	border-style: none;
	border-width: 0px;
	margin: 0px;
	padding: 8px;
}


fieldset {
	padding-bottom: 0;
	padding-top: 0;
	border-color: #000074;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	margin: 2px;
	padding: 8px;
	-moz-border-radius: 5pt;
}

fieldset td {
	border-color: #192b32;
}

.input_table {
	border-collapse: collapse;
	border: 0px;
}

	.input_table td,
	.input_table th {
		text-align: left;
		padding: 2px;
		border: 0px;
	}
	
	.input_table th {
		vertical-align: bottom;
	}
	
	.input_table td {
		vertical-align: top;
	}

.report_table {
	border-collapse: collapse;
	border: 0px;
}

	.report_table td,
	.report_table th {
		text-align: left;
		padding: 2px;
		border: 0px;
	}
	
	.report_table th {
		vertical-align: bottom;
	}
	
	.report_table td {
		vertical-align: top;
	}
	
.default_table {
    border-collapse: collapse;
    border: 1px solid;
}

	.default_table td,
	.default_table th {
	    padding: 2px;
	    border: 1px solid;
	    text-align: left;
	    vertical-align: top;
	}
	
	.default_table th {
	    vertical-align: bottom;
	}


legend {
	color: #192b32;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	padding-top: 0;
	font-size: 12pt;
	
}

legend {
	color: #192b32;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	padding-top: 0;
	font-size: 12pt;
}


h1 {
	color: #000074;
	font-family: Arial,Helvetica,sans-serif;
    font-style: italic;
    font-variant: small-caps;
    font-weight: bold;
    font-size: 26px;
    
}


h2 {
	color: #000074;
	font-family: arial, helvetica, sans-serif;
	font-size: 11pt;
	font-weight: inherit;
}

h3 {
	color: #000074;
	font-family: arial, helvetica, sans-serif;
	font-weight: inherit;
	font-size: 110%;
}

a {
	text-decoration: underline;
}



.message	{
	color: #009900; 
 	border: solid 1px;
 	padding: 10px;
 }
 
.message legend
{
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	width: auto;
	padding: 0px;
}

.errorMessage	{color: #FF0000;}
.warningMessage	{color: #FF00FF;}
.infoMessage	{color: #3366ff;} 

 
 


#footer {
	width: 914px;
	font-size: 11px;
	text-align: left;
	padding-top: 10px; 
	background: #fff;
	display: inline-table;
	border-top: 1px solid #EEE;
}


#footer a {
	color: #29ABE2;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}



#footer_prefix {
	width: 915px;
	font-size: 10px;
	text-align: left;
	padding-top: 5px;
	background: #000;
	color: #fff;
	
	display: inline-table;
}

.text_footer {
	margin-top: 15px;
	margin-left: 20px;
	font-size: 11px;
}

#footer img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	
	display: inline;
	float: left;
	margin-left: 20px;
	vertical-align: top;
}

.navigation {

	margin-top: 3px;
	padding-right: 10px;
}
.navigation ul {
	
	list-style: none;
	
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-align: left;

}
.navigation ul li {

	width: 100%;
	border-bottom: #ccc solid 1px;
}
.navigation ul li a {

	color: #000074;
	text-decoration: none;
	padding: 5px;
	display: block;
	height: auto;
	width: auto;
	background: none;
}
.navigation ul li a:hover {
	background: #000074;
	color: #fff;
}


.selectedLeftMenuButton {
	outline: 0;
	color: #fff;
	background-color: #000074	
}

#pageIntro {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #FF0000;
	width: 491px;
	text-align: left;
	padding-top: 8px;
	padding-left: 13px;
	font-style: normal;
}


#header h1 {
	margin-top: 80px;
}

#header h2 {
	font-size: 16px;
}