html, body, #main{	
	width: 100%;	/* make the body expand to fill the visible window */
	height: 100%;
	overflow: hidden;	/* erase window level scrollbars */
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: Myriad,Tahoma,Verdana,sans-serif;
}

/*
#fileListPane tr:hover, #fileListPane td:hover {
	background: gray;
	cursor: pointer;
}
*/
#fileListPane tr, #fileListPane td { cursor: pointer; }

tr.header {
	background-color: #a11a11; color: white; font: bold;
}

.fileDetails {
	font-size: 80%;
	color: black;
	background: #FFFFFF;
}

.fileDetailsLeftBorder {
	border-style: solid;
	border-color: #a11a11;
	border-left-width: 0px;
	border-top-width: 0px;
	border-right-width: 5px;
	border-bottom-width: 0px;
}
.fileDetailsRightBorder {
	border-style: solid;
	border-color: #a11a11;
	border-left-width: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
}

#topBar, #bottomBar {
	background: #757575;
	color: white;
}


#bottomBar ul {
padding-left: 0px;
margin-top: 2px;
}

#bottomBar ul li {
float: left;
list-style-type: none;
padding-left: 10px;
padding-right: 10px;
}


#logoDiv {
	background-image:url("/images/bg_header.jpg");
	background-repeat:no-repeat;
	height:44px;
}

body .dojoSplitPane {
	background: #bbbbbb;
	overflow: auto;
}

.dojoTree {
	padding: 5px;
}

.dojoDialog {
	background : #eee;
	border : 1px solid #a11a11;
	-moz-border-radius : 5px;
	padding : 4px;
}

.dojoMenuItem2 {
	background: #757575;
	color: white;
}