html, body{ height: 98%;}
body{
        font-size: 65%;
	font-family: Verdana, Trebuchet, Lucida, Arial, sans-serif;}

.floatright
{
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
}

.floatleft
{
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}

div.clearer
{
	height: 0px;
	line-height: 0px;
	clear: both;
}
ul.simpleblockul,
ul.simpleblockul li{margin: 0;padding: 0;display: block;}

ul.simpleinlineul,
ul.simpleinlineul li{margin: 0;padding: 0;display: inline;}

.hide { display: none; }

.footerValidityLastUpdate
{
        padding: 0px 20px 0px 20px;
        font-size: 1.1em;
        position: absolute;
        bottom:10px;
        left:2px;
        right:2px;
}

.footer{
        color: #FFF;
        margin: 0 30px 0 30px;
        padding: 3px 10px 0 10px;
        font-family: Verdana, Trebuchet, Lucida, Arial, sans-serif;
        font-size: 1.1em;
        position:relative;
        height: 10px;
	white-space:nowrap;
	min-width: 730px;}
a.footerLinks, a.footerLinks:link, a.footerLinks:visited, a.footerLinks:active {color: #FFF;}
a.footerLinks:hover {background: red; color: white; border:none;}

a,a:link,a:visited,a:active{color: #5680A6; text-decoration:none;}
a:hover{color: #003366;text-decoration: none;}


.bold{
	font-weight:bold;}

span.settingsbarSeperator{
	font-size: 1.8em;
	font-family: Times New Roman, serif;
	vertical-align: middle; 
	color: red;}

.fullTable{
	border: none;
	width:100%;
	height:100%;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;}

.roundCorners{
	-moz-border-radius: 10px;
	border-radius: 10px;}

.topLeftRoundCorners{
	-moz-border-radius: 12px 0 0 0;
	border-radius: 12px 0 0 0;}

.downRoundCorners{
	-moz-border-radius: 0 0 12px 12px;
	border-radius: 0 0 12px 12px;}

.topRoundCorners{
	-moz-border-radius: 12px 12px 0 0;
	border-radius: 12px 12px 0 0;}

.smallRoundCorners{
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 3px;}


a img{border: none;}
