@charset "iso-8859-1";
#container {
	width:100%;

}
.tabs {
	width:90px;
	margin-right:10px;
	padding:4px;
	text-align:center;
	float:left;
	cursor:pointer;
	border:1px solid #ccc;
	border-bottom:0;
	background: url(../userfiles/image/dteicons/gradientbg.jpg) repeat-x;
}
#content {
	height:100%;
	clear:both;
	border:0px solid #ccc;
	background: url(../userfiles/image/dteicons/gradientbg.jpg) repeat-x;
}
#load {
	position:absolute;
	float:right;
	padding: 100px 200px;
	font:Arial, Helvetica, sans-serif;
	font-size:36px;
	font-stretch:extra-expanded;

	font-style:oblique;
	/*background-color:#040247;*/
	color:red;
	display:none;
}

