@charset "UTF-8";
/* CSS Document */

html {
height:99%;
}

body {
	height:99%;
	width:99%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	/* background-image: url(/source/images/backgrounds/rotate.php); */
	background-repeat:no-repeat;
	background-position:50% top;
	margin-bottom:1px;
	margin:0; padding:0;
}




.marq, .componentheading
{
	font-size: 18px;
	padding:10px;
}
.container
{
	width:99%;
}



.mainlevel
{
padding:10px;
}


#controlbox
{
	width:670px;
	vertical-align:top;
	position:absolute;
	top:0px;
	z-index:1;
	height:auto;	
	font-size:10px;
	color: #000;
	background-color:#FFF;
	filter:alpha(opacity=75);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	padding: 10px 40px 10px 40px;
			-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-left-radius: 15px;
	
	box-shadow: 1px 1px 8px #818181;
-webkit-box-shadow: 1px 1px 8px #818181;
-moz-box-shadow: 1px 1px 8px #818181;
filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=1, offY=1, positive=true);
	
}

.bottompanel
{
	width:100%;
	vertical-align:top;
	position:fixed;
	bottom:0px;
	z-index:1;
	height:auto;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background-color:#FFF;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	padding:10px;
	
}


.sectiontableheader
{
	padding:5px;
}
tr.sectiontableentry1 td , td.sectiontableentry1  {
padding: 3px;
}

#dialog-modal
{

}

.icon
{
	-moz-opacity:0.45;
	-khtml-opacity: 0.45;
	opacity: 0.45;
	width:48px;
}
.icon:hover {
-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}