html {
	height:100%;
}
body {
	/*background-image:url(../../images/fileman/bg.gif);*/
	background-attachment:fixed;
	height: 100%;
	background-color:#022640;
	font-family:arial,tahoma,helvetica,sans-serif;
	font-size:11px;
	cursor:default;
}
table {
	font-family:arial,tahoma,helvetica,sans-serif;
	font-size:11px;
}

#feedback-div {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 999;
	background-color:whitesmoke;
	visibility:hidden;
	font-size:12px;
	font-family:Arial;
	border:1px solid silver;
	font-weight:bold;
	color:dimgray;
}

.feedbackError {
	border-bottom:1px solid red;
	padding-bottom:2px;
	margin-left:0px;
	margin-bottom: 10px;
}
.feedbackMessage {
	border-bottom:1px solid green;
	padding-bottom:2px;
	margin-left:0px;
	margin-bottom: 10px;
}

#spaceQuotaIndicator .x-progress-text {
	font-size:9px;
	line-height:9px;
}

table.niceborder {
	background-color: silver;
}
table.niceborder a {
	color: white;
}
table.niceborder tr.header td {
	background-color: whitesmoke;
	font-weight:bold;
}
table.niceborder td {
	background-color: white;
	padding:2px;
}
table.niceborder td.header {
	background-color: whitesmoke;
	font-weight:bold;
}