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: #e5e5e5;
margin: 0;
padding: 0;
}

#pagecontainer {

}

#banner {
	width: 100%;
	text-align: center;
	background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#111));
	background: -moz-linear-gradient(top,  #555,  #111);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#111111');
	color: #eee;
	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;
}

#banner h2 {
	font-size: 1em;
	font-weight: normal;
	color: #aaa;
	margin-top: 0px;
}

#navigation {
	width: 100%;
	background: #eeeeee;
	float: left;
	position: relative;
	overflow: hidden;
}

#tabbar {
	clear: left;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0px;
	text-align:center;
	left: 50%;
	position: relative;
}

#tabbar li {
	float:left;
	margin: 0;
	padding-top: 0;
	padding-left: 1em;
	padding-right: 1em;
	display: block;
	list-style: none;
	font-size: 0.8em;
	position: relative;
	right: 50%;
}

#tabbar li a {
	text-decoration: none;
	color: #666666;
		line-height: 2em;
	
}

#tabbar li a:hover {
	text-decoration: none;
	color: #333;
}

#tabbar li.active {
	position: relative;
	background-color: #e5e5e5;
	background: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#e5e5e5));
	background: -moz-linear-gradient(top,  #aaa,  #e5e5e5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaaaaa', endColorstr='#e5e5e5');
	-webkit-box-shadow:  0px 0px 3px #000;
	-moz-box-shadow:  0px 0px 3px #000;
	box-shadow:  0px 0px 3px #000;
	display: inline-block;
	z-index: 999;
}

#tabbar li.active a {
	color: #111;
}

p {
text-align: left;
}

h3 {
	font-size: 0.8em;
}

ol.references {
	font-size: 0.8em;
}



#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-top: 0.2em;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
	position: relative;
	-webkit-box-shadow:  0px 0px 3px 0px #000;
	-moz-box-shadow:  0px 0px 3px 0px #000;
	box-shadow:  0px 0px 3px 0px #000;
}

#mainsection h2 {
	font-size: 1em;
	text-shadow:0 1px 0 rgba(255,255,255,0.75); 
}

#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: #f0f0f0;  
/*	border-top: 1px solid #f6f6f6;
	border-left: 1px solid #f6f6f6;
	border-bottom: 1px solid #e0e0e0;
	border-right:1px solid #e0e0e0; */
	padding: 10px;
	margin-top: 10px;
	-webkit-box-shadow: 0 0 3px #888;
	-moz-box-shadow:  0px 0px 3px 0px #000;
	box-shadow:  0px 0px 3px 0px #000;
/*	-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: #eee; 
	border-style: solid;
	border-width: 1px; 
	border-color: #dddddd;  
	padding: 3px; 
	color: #999;
	/* -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";
}

.clearingdiv {
	font-size: 0;
	height: 1px;
	width:  1px;
	clear: both;
}

.alertheader {
	text-align: center;
}
