/* basic */
body {
    color: black;
    margin: 0 0 0 0;
    background-color: #094066;
    FONT-FAMILY: arial,sans-serif,helvetica;
    FONT-SIZE: 10pt;
    FONT-STYLE: normal;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none;
}

h3 {
	margin-top:0px;
	margin-bottom: 0px;
}

#mainheader TD, #mainheader TD A, #maincontent TD, #maincontent TD A
{
    COLOR: #99ccff;
    FONT-FAMILY: arial,sans-serif,helvetica;
    FONT-SIZE: 10pt;
    FONT-STYLE: normal;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none;
}
#mainheader TD A:hover, #maincontent TD A:hover
{
    COLOR: #FFFFFF;
    FONT-FAMILY: arial,sans-serif,helvetica;
    FONT-SIZE: 10pt;
    FONT-STYLE: normal;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none;
}
#mainfooter TD, #mainfooter TD A
{
    COLOR: #99ccff;
    FONT-FAMILY: arial,sans-serif,helvetica;
    FONT-SIZE: 8pt;
    FONT-STYLE: normal;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none;
}
#mainfooter TD A:hover
{
    COLOR: #FFFFFF;
    FONT-FAMILY: arial,sans-serif,helvetica;
    FONT-SIZE: 8pt;
    FONT-STYLE: normal;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none;
}

.roundedblue {
-moz-border-radius: 9px;
border-radius: 9px;
border: #bbbbdd 1px solid;
background-color:#eeeeff;
width: 100%;
padding: 6px 4px 6px 4px;
} 

.roundedred {
-moz-border-radius: 9px;
border-radius: 9px;
border: #ddaaaa 1px solid;
background-color:#ffdddd;
width: 100%;
padding: 6px 4px 6px 4px;
} 

.roundedgreen {
-moz-border-radius: 9px;
border-radius: 9px;
border: #aaccaa 1px solid;
background-color:#ddffdd;
width: 100%;
padding: 6px 4px 6px 4px;
} 

.roundedyellow {
-moz-border-radius: 9px;
-webkit-border-radius: 10px;
border-radius: 9px;
border: #cccc99 1px solid;
background-color:#ffffcc;
width: 100%;
padding: 6px 4px 6px 4px;
} 

.roundedgray {
-moz-border-radius: 9px;
border-radius: 9px;
border: #bbbbbb 1px solid;
background-color:#eeeeee;
width: 100%;
padding: 6px 4px 6px 4px;
} 

.roundedwhite {
-moz-border-radius: 9px;
border-radius: 9px;
border: #dddddd 1px solid;
background-color:#ffffff;
width: 100%;
padding: 6px 4px 6px 4px;
} 

/* defaults */

/* form fields */
.button {
    border: black 1px solid;
    font: bold 10px Verdana;
    color: #ffffff;
    height: 18px;
    background-color: #333366;
}
.buttonlight {
    border: black 1px solid;
    font: bold 10px Verdana;
    color: #333333;
    height: 18px;
    background-color: #90a4c2;
}
.required {
    background-color: #ffffcc
}

/* footer */
.footer {
    font: normal 10px Verdana;
    color: black;
}
.footer TD {
    font: normal 10px Verdana;
    color: black;
}
.footer A {
    font: normal 10px Verdana;
    color: blue;
}
.footer A:hover {
    color: maroon;
    text-decoration: underline;
}

.navform {
    border: #333366 1px inset;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}
.navform table th {
    font: bold 10px Verdana;
    color: #ffffff;
    background-color: #333366;
    text-align: center;
}
.navform table td {
    font: normal 10px Verdana;
    color: #000000;
    background-color: #C5C5EA;
}
.navform p {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px;
}

/* table listings */
.dataTable {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #d6d3ce;
	border-collapse: collapse;
	background-color: white;
	font-family: arial,sans-serif,helvetica
}
.dataTable a {
	color: #FFFFFF;
	font-size: 12px;
	font-weight : bolder;
}
.dataTable a:hover {
	color: #FFFFFF;
	font-size: 12px;
	font-weight : bolder;
}
.dataTable th {
	color: #FFFFFF;
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #d6d3ce;
	background-color: #333366;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
}
.dataTable td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #d6d3ce;
	background-color: #ffffff;
}
.dataTableAlternate td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #d6d3ce;
	background-color: #C5C5EA;
}
.dataTableFooter {
	color: #d6d3ce;
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #d6d3ce;
	text-align: right;
}
.dataTableFooter a {
	color: #000000;
	font-weight: normal;
}
.dataTableFooter a:hover {
	color: #000000;
	font-weight: normal;
}

/* navigation */
.menu1 table {
    font: bold 11px Verdana;
    color: #ffffff;
    border: none;
    background-color: #58ACFA;
    width: 100%;
}
.menu1 th {
    text-align: center;
    border-left: #666699 1px solid;
    background: #333366 url(/images/menu1ptr.gif) bottom center no-repeat;
}
.menu1 td {
    text-align: center;
    border-left: #666699 1px solid;
    background-color: #333366;
}
.menu1 A {
    padding: 5px 0px 5px 0px;
    display: block;
    font: normal 11px Verdana;
    color: #ffffff;
    text-decoration: none;
    width: 100%;
}
.menu1 th A {
    color: #ffffff;
    text-decoration: none;
}
.menu1 A:hover {
    color: #ffffff;
    text-decoration: none;
    background: #333366 url(/images/menu1ptr.gif) bottom center no-repeat;
}

/**/
.menu2 div tr{
    font: bold 11px Verdana;
    color: #ffffff;
    border: none;
    background-color: #58ACFA;
    height: 20px;
}
.menu2 th {
    text-align: center;
    border-left: #666699 1px solid;
    background: #7473A8 url(/images/menu1ptr2.gif) bottom center no-repeat;
	white-space:nowrap;     
}
.menu2 td {
    text-align: center;
    border-left: #666699 1px solid;
    background-color: #7473A8;
	white-space:nowrap;     
}
.menu2 A {
    display: block;
    font: normal 11px Verdana;
    padding: 5px 0px 5px 0px;    
    color: #ffffff;
    text-decoration: none;
}
.menu2 th A {
    color: #ffffff;
    text-decoration: none;
}
.menu2 A:hover {
    color: #ffffff;
    text-decoration: none;
    background: #7473A8 url(/images/menu1ptr2.gif) bottom center no-repeat;
}

.menu2 {
	border: 0;
	border-collapse:collapse;
	padding:0;
	margin: 0;
	width: 100%;
}

.menuLevelTwo {
	text-align: left;
}
.menuLevelTwoHidden {
	text-align: left;
    display: none;
}

.menuLevelTwoPlaceholder {
    font: normal 11px Verdana; 
	text-align: left;
}
.menuLevelTwoPlaceholder A {
    color: #7473A8;  
    background: #7473A8;
}
.menuLevelTwoPlaceholder A:hover {
    color: #7473A8;  
    background: #7473A8;
}
.menuLevelTwoPlaceholderHidden {
	text-align: left;
    display: none;	
}

.menuLevelTwoHighlight {
    font: normal 11px Verdana;  
	text-align: left;
}
.menuLevelTwoHighlight th {
    text-align: center;
    border-left: #666699 1px solid;
    background: #C5C5EA url(/images/menu1ptr2.gif) bottom center no-repeat;
	white-space:nowrap;     
}
.menuLevelTwoHighlight td {
    text-align: center;
    border-left: #666699 1px solid;
    background-color: #C5C5EA;
	white-space:nowrap;     
}
.menuLevelTwoHighlight A {
    color: #000000;  
    background: #C5C5EA;
}
.menuLevelTwoHighlight A:hover {
    color: #000000;  
    background: #C5C5EA url(/images/menu1ptr2.gif) bottom center no-repeat;
}

.menuLevelTwoPlaceholderHighlight {
    background-color: #C5C5EA;    	
    font: normal 11px Verdana; 
	text-align: left;
	width: 100%;
}
.menuLevelTwoPlaceholderHighlight A {
    color: #C5C5EA;  
    background: #C5C5EA;
}
.menuLevelTwoPlaceholderHighlight A:hover {
    color: #C5C5EA;  
    background: #C5C5EA;
}

.menu3 {
margin: 0;
padding: 0;
width: 148px;
white-space: nowrap;
}

.menu3 ul {
margin: 0;
margin-left: 0px; /*menu offset from left edge of window*/
float: left;
padding: 0px;
width: 100%;
}

.menu3 ul li {
display: inline;
}

.menu3 ul li a {
display: block;
color: #000000;
font: normal 11px Verdana;
padding: 4px 0px 4px 3px;
text-align: left;
text-decoration: none;
background-color: #C5C5EA; 
border: #5A5996 1px inset;
margin-bottom: 5px;
width:97%;
}

.menu3 ul li a:visited {
color: #000000
}

.menu3 ul li a:hover, .menu3 ul li a#menu3select { /*hover and selected link*/
color: #ffffff;
text-decoration: none;
background-color: #8F8DC8; 
}

.menu4 {
margin: 0;
padding: 0;
width: 148px;
white-space: nowrap;
}

.menu4 ul {
margin: 0;
margin-left: 0px; /*menu offset from left edge of window*/
float: left;
padding: 0px;
width: 100%;
}

.menu4 ul li {
display: inline;
}

.menu4 ul li a {
display: block;
color: #000000;
font: normal 11px Verdana;
padding: 4px 0px 4px 3px;
text-align: left;
text-decoration: none;
background-color: #C5C5EA; 
border: #d9def4 1px inset;
margin-bottom: 5px;
width:97%;
}

.menu4 ul li a:visited {
color: #000000;
}

.menu4 ul li a:hover, .menu4 ul li a#menu4select { /*hover and selected link*/
color: #ffffff;
text-decoration: none;
background-color: #8F8DC8; 
}

.menu5 {
margin: 0;
padding: 0;
width: 148px;
white-space: nowrap;
}

.menu5 ul {
margin: 0;
margin-left: 0px; /*menu offset from left edge of window*/
float: left;
padding: 0px;
width: 100%;
}

.menu5 ul li {
display: inline;
}

.menu5 ul li a {
display: block;
color: #000000;
font: normal 11px Verdana;
padding: 4px 0px 4px 3px;
text-align: left;
text-decoration: none;
background-color: #C5C5EA; 
border: #d9def4 1px inset;
margin-bottom: 5px;
width:97%;
}

.menu5 ul li a:visited {
color: #000000;
}

.menu5 ul li a:hover, .menu5 ul li a#menu5select { /*hover and selected link*/
color: #ffffff;
text-decoration: none;
background-color: #8F8DC8; 
}

/* main display area */
.mainarea {
    float: left;
    font: normal 2px Verdana;
}
.mainarea table {
    color: #000000;
    width: 100%;
    margin: 0;
    padding: 0;
}
.mainarea td {
}
.contentarea table {
    font: normal 12px Verdana;
    color: #000000;
    width: 100%;
}
.contentarea td {
    font: normal 12px Verdana;
    color: #000000;
}
.required {
    background-color: #ffffcc;
}

TD,P,B,INPUT,TEXTAREA,DIV{font-family:arial,sans-serif,helvetica; font-size:12px}