body {
font-family: Verdana,Arial, Helvetica, Sans-Serif;
color: #666666;
/* background-image: url('/bg.png');
background-repeat: repeat-x;
background-attachment: fixed;
background-color: #111111; */
background-color: #ffffff;
margin: 0;
padding: 0;
}

#pagecontainer {

}

#banner {
	width: 100%;
	height: 75px;
	text-align: center;
	background-image: url('headerbg.png');
	background-color: white;
	color: white;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 5px;
	overflow: hidden;
}

#banner h1 {
	font-size: 2em;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
}



/*
#navigation {
	width: 700px; 
	background: #eeeeee;
	clear: both;
	padding:0;
}
*/

#tabbar {
	background: #eeeeee;
	margin: 0;
	padding: 0px;
	text-align: center;
}

#tabbar li {
	margin: 0;
	padding-top: 0;
	padding-left: 5px;
	padding-right: 5px;
	display: inline;
	list-style-type: none;
	font-size: 0.8em;
	line-height: 28px;
}

#tabbar li a {
	text-decoration: none;
	color: #666666;
	padding: 5px;
}

#tabbar li a:hover {
	text-decoration: none;
	color: #333;
}

#tabbar li.active a {
	color: #111;
}

p {
text-align: left;
}

h3 {
	font-size: 0.8em;
}

ol.references {
	font-size: 0.8em;
}

#banner h2 {
	font-size: 1em;
	font-weight: normal;
	color: #aaa;
	margin-top: 0px;
}

#banner a {
	text-decoration: none;
	color: #666666;
}

#banner a:hover {
	color: #6666ff;
	text-decoration: underline;
}

#banner p {
	text-align: center;
	margin-top: 0px;
}

#mainsection {
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}

#mainsection h2 {
	font-size: 1em;
}

#panetitle {
	width: 100%;
}

#panetitle h2 {
	font-size: 1em;
	text-align: center;
	color: #555555;
	font-weight: normal;
	margin: 0px;
}

.pane {
	font-family: Verdana,Arial, Helvetica, Sans-Serif;
	color: #555555;
	text-align: center;
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	background: #e5e5e5;  
	border-color: #cccccc;
	border-style: solid; 
	border-width: 1px;
	padding: 10px;
	margin-top: 10px;
	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	border-radius: 1.6em;
}

.input {
	width: 50%;
	float: left;
	font-size: 0.8em;
	width: 50%;
}

.output {
	width: 49%;
	float: right;
}

.outputbox {
	margin-left: 8px;
	margin-right: 8px;
	background: #eeeeee; 
	border-style: solid;
	border-width: 1px; 
	border-color: #dddddd; 
	padding: 3px;
	color: #666666;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
}

.resultheader {
	font-size: 0.8em;
}

.resultfooter {
	font-size: 0.8em;
	color: #333333;
}

#adviceoutput {
	font-size: 0.8em;
	text-align: center;
	clear: both;
}

#adviceoutput p {
	margin-top: 0px;
	text-align: center;
}


#footer {
	font-size: 0.8em;
	color: #999999;
	border-top: 1px solid #dddddd;
	margin-top: 10px;
}

#footer p {
	margin-top: 3px;
}

.hints {
	clear: both;
	font-size: 0.8em;
	text-align: center;
}


.fieldlabel {
	float: left;
	clear: left;
	width: 50%;
	height: 35px;
	text-align: right;
	padding-top: 3px;
}

.fielddiv {
	width: 49%;
	height: 35px;
	padding-top: 0px;
	text-align: left;
	float: right;
}

.fieldblock {
	padding: 0;
	margin: 0;
	height: 35px;
}

.radiosection {
	width: 100%;
	clear: both;
	text-align: center;
	margin-bottom: 8px;
}

.shortcuthilight {
	text-decoration: underline; 
}

.panenotes p {
	font-size: 0.8em;
	clear: both;
}

.sitename {
	color: #555555;
}

.sitename a {
	color: #555555;
	text-decoration: none;
}

.sitename a:hover {
	color: #111111;
	text-decoration: underline;
}

.journaltitle {
	font-style: italic;
}

.disabled {
	color: #cccccc;
}

.warning {
	color: #dd0000;
}

.formula {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	background: #ddddff;
	border: 1px solid #ccccee;
	text-align: center;
	padding: 5px;
	
}

.numeric {
	-wap-input-format: "*N";
}