/* CSS Document */

html {
	_overflow: scroll;
	overflow: -moz-scrollbars-vertical; 
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #eeeeee;
	color: #000000;
	min-width: 0px; }

#bigframe {
	display:block;
	text-align:left; }

#hd {
	display: block; 
	border: 0px;
	padding: 0px;
	margin: 0px;
	background: #bbbbbb url(../images/cdflare.jpg) repeat-x;
	height: 80px;
	border-bottom: 1px solid #888888; }
.header {
	background: #ddddee;
	color: #000000;
	text-decoration: none;
	font: bold 13pt Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 20px;
	border: 1px solid black; }

.main {
	background: #ffffff;
	border: 1px solid black;
	border-top: none;
	margin: 0;
	padding: 20px; }

.footer {
	background: #444455;
	color: #eeeeee;
	border: 1px solid black;
	border-top: none;
	margin: 0;
	padding: 10px 20px;
	font: 8pt Verdana, Arial, Helvetica, sans-serif; }
	
.footer a {
	color: #aaaaff; }
	
.footer a:hover {
	color: #eeeeff; }

#tab { 
	text-align: right;
	display: block;
	position: absolute;
	top: 58px;
	right: 20px; }

#tab a {
	display: inline;
	background: #cccccc;
	padding: 5px 10px 4px 10px;
	margin: 0;
	margin-left: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px ! important;
	text-decoration: none;
	border: 2px solid #888888;
	border-bottom: 1px;
	color: #000000; }

#tab a:hover {
	background: #ffffff;
	color: #000000; }

#tab a.active {
	background: #eeeeee;
	color: #000000;
	border-bottom: solid #eeeeee 2px; }

#tab a.active:hover {
	background: #eeeeee;
	color: #000000; }

#ui {
	position: absolute;
	right: 20px; top: 10px;
	text-align: right;
	background: #E8EFEF;
	border: 1px #556 solid;
	padding: 4px 8px;
	display: block;
	color: #000;
	font: bold 9px Tahoma, Arial, Helvetica, sans-serif; }
	
.catt {
	display: block;
	background: #DDE;
	color: #000;
	text-decoration: none;
	font: bold 10pt Tahoma,Arial,Helvetica,sans-serif;
	padding: 3px 20px 5px 20px;
	border-top: 1px solid #89A;
	border-bottom: 2px solid #889;
	margin-bottom: 10px; }

.ind {
	margin: 1em 2em; }

.uberstandard {
	color: black;
	background: white;
	display: block;
	margin: 0;
	padding: 1em 0 0;
	border-top: none;
	border-right-style: none;
	border-right-width: 0;
	border-bottom-style: none;
	border-bottom-width: 0;
	border-left-style: none;
	border-left-width: 0; }

a:link {color: #0033aa;}
a:active {color: #ff5500;}
a:visited {color: #0033aa;}
a:hover {color: #ff5500; }