body{
	background-color: #65659C;
}
/* CSS Document */
label {
	margin-right: 12px;
	margin-left: 0px;
	margin-bottom: 3px;
	margin-top: 3px;
	width: 200px;
	float:left;
	text-align:right;
	/* clear:left; */
	font-size:11px;
}

input {
	float:left;
	
}

textarea {
	float:left;
	
}

.error{
	color:#FF0000;
	font-size:9px;
}

#header{
	background: url(../images/upload/header.gif) top left no-repeat;
	border-bottom: none;
}

#blockContainer{
	background: url(../images/upload/footer.gif)  left bottom
	 no-repeat;
}


.cellInner{
	color: #000;
}

#mPanel{
	padding: 20px 0 10px 10px;
	padding-left: 10px;
	padding-right: 10px;
	width:580px;
	height: 370px;
	overflow-y: auto;
}

.cellInner{
	height:auto;
}
	
table {
	border-collapse:collapse;
}

td {
border:solid 1px #666666;
padding:3px;
font-size:11px;
}

td.head{
	background:#666666;
	color:#FFF;
	font-weight:bold;
	font-size:11px;
	text-align:center;
}

#nav {
	clear:both;
	margin:0 auto 40px auto;
	color: #FFF;
	height:40px;
	padding:10px;
	/*
border-top: solid 1px #666666;
	border-bottom: solid 1px #666666;

	background:url(../images/logo_upload.gif) #333366 97% 1% no-repeat;1*/

}
#navLinks{
	position:absolute;
	top:85px;
	left:10px;
}

#nav a{
	color:#94A0F8;
	text-decoration:none;
}
#nav a:hover{
	color:#CCCCCC;
}
#uploadBody{

}

.clearBoth{
	clear:both;
	height:26px;
	margin:0;
	padding:0;
}


#mainNav{
	left: 120px;
	position: absolute;
	top: 145px;
}	

#mainNav li{
	font-size: 14px;
}
#loggedAs{
	font-size: 0.7em;
	position: absolute;
	right: 24px;
	text-align: right;
	top: 15px;
}

#spinner{
	background:url(../../images/spinner.gif) top center no-repeat;
	padding-top:34px;
	margin-top:40px;
	visibility:hidden;
}
