/* default styles */

html,body {
	font-size: .90em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 0px 3px 0px 3px;
	padding: 0px;
	background-color: #ffffff;
}
body {
	text-align: center;
}
h1 {
	font-size: 1.8em;
	font-weight: normal;
	text-align: center;
	padding-top: 0em;
	margin: 0em;
	color: #404040;
}
h2,h3 {
	font-size: 1.2em;
	text-align: center;
	padding-top: .6em;
	padding-bottom: 1em;
	margin: 0em;
	color: #404040;
}
br {
	clear:left;
}
table.list {
  	width: 50%;
  	margin-top: 0em;
  	margin-bottom: 2em;
  	margin-left:auto; 
  	margin-right:auto;
  	border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
}
th.list{
	background-color: #cccccc;
	margin-left:auto; 
  	margin-right:auto;
}
td.list {
	height: 2.0em;
	padding: .5em 1em .5em 1em;
}
.message {
	color: blue;
	font-weight: bold;
	text-align: center;
	padding-bottom: 1em;
}
.links {
	font-size: 1.1em;
	text-align: right;
	padding-top: .5em;
	padding-right: 1em;
}
body.help {
	text-align: left;
}
.invisible {
	position: absolute;
	left: 0px;
	top: -1000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.helpquestion {
	font-weight: bold;
	margin-left: 2em;
}
.helpanswer {
	margin-left: 2em;
	margin-bottom: 1em;
}
.helpbanner {
	background-color: #e5e5e5;
	width: 100%;
	height: 1.7em;
	text-align: center;
	padding-top: .6em;
	padding-bottom: .5em;
}
h2.helptopic {
	text-align: left;
	padding-bottom: .5em;
}

tr.helpdefs{
	font-weight: bolder;
}
td.helpdefterm{
	text-align: left;
	vertical-align: top;
	width: 13em;
	font-weight: bold !important;
}
td.helpdef{
	text-align: left;
	vertical-align: top;
	padding-bottom: 1em;
}
.helpcontent {
	text-align: left;
	margin-left: 2em;
	margin-bottom: 1em;
}
.righttext {
	position: relative;
	display: block;
	float: right;
}
.lefttext {
	position: relative;
	display: block;
	text-align: left;
}
.clear {
	clear: both;
}
legend.menu {
	color: #08215A;
    font-weight: bold;
    font-variant: small-caps;
    padding-bottom: 0.75em;
}
fieldset.bordered {
	width: 35%;
	text-align: right;
	white-space: nowrap;
	padding: 2em 1em 1em 1em;
	border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    margin-right: auto;
    margin-left: auto;
}
fieldset.noborder {
	width: 25%;
	text-align: center;
	white-space: nowrap;
	border-color: #000;
	border-width: 1px;
	border-style: none none none none;
	padding: 1.5em 0em 0em 0em;
	margin-right: auto;
    margin-left: auto;
}
#leftPanel {
	float: left;
	width: 20%;
}
#mainPanel {
	float: left;
	width: 60%;
}
#rightPanel {
	float: right;
	width: 15%;
}
#footerPanel {
	margin-top: 4em;
	margin-bottom: 1em;
	margin-left: 1.5em;
	float: left;
	font-size: smaller;
}
#navLayout {
	width: 16em;
 	white-space: nowrap;
  	border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    padding-bottom: .2em;
}
#navLayout h5 {
	text-align: center;
	font-size: 90%;
	padding: 5px 2px 5px 2px;
	margin-top: 0px;
	background-color: #efefef;
  	border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
}
#navLayout ul {
	margin: 0; 
	padding: 0;
	margin-top: -8px;
	text-align: left;
}
#navLayout li {
 	line-height: 1.5em;
 	list-style-position: inside;
 	padding-right: 2px;
 	padding-bottom: 2px;
 	padding-left: 5px;
}
#navLayout li a {
	text-decoration: none;
 	color: #000000;
}
#navLayout li a:hover {
	font-weight: bold;
}
#navLayout li a:visited {
	text-decoration: none;	
}
#loginInfoLayout {
	width: 16em;
	margin-top: 1em;
 	white-space: nowrap;
  	border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    line-height: 1.4em;
    padding: 0.5em 0em 0.5em 0em;
}
.separator {
	width: 100%;
	height: 2px;
	display: none;
	margin-top: 0px;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 0px;
}
.centerbutton{
	margin-left: auto;
	margin-right: auto;
}
.submitbutton{
	font-size: 100%; 
}