body, html {margin:0; padding:0; height:100%;}
#container {
	/*width:680px;
	height:375px;*/
	width:100%;
	height:100%;
	font-size:12px;
	/*border:solid black 1px;*/
}
#left {
	width:150px;
	width:20%;
	height:100%;
	float:left;
	background:#ebe6d3;
}
#right {
	width:530px;
	width:80%;
	height:100%;
	/*float:right;*/
	margin-left:20%;
}

#subdirs {
	height:200px;
	height:60%;
	overflow:auto;
	/*border-right:solid black 1px;*/
	/*background:#ebe6d3;*/
}
#preview {
	height:175px;
	height:40%;
	overflow:auto;
	/*border-right:solid black 1px;*/
	/*background:#ebe6d3;*/
	text-align:center;
}
#preview img {border:solid black 1px; max-width:130px;}
#header {
	height:50px;
	height:8%;
	background:#5b8492;
	/*border-bottom:solid black 1px;*/
}
#images {
	height:275px; overflow:auto;
	height:78%;
}
#panel {
	background:#ebe6d3;
	height:48px;
	height:13.8%;
	/*border-top:solid black 1px;*/
}

/* Appearance CSS */
#header h2 {margin:0;
	font-size:20px;
	padding:5px 10px 5px 10px;
	color:white;
}

#header h2 span {font-size:12px;}
#header h2 a {color:#ffcc00;}
#header h2 a:hover {text-decoration:none;}
#message {
	padding:1px 10px 1px 10px;
	background:#ffcc00;
	border-bottom:solid black 1px;
}

table {
	border-collapse: collapse;
	border: none;
	text-align:left;
	clear:both;
	margin:10px;
}
td, th {vertical-align:top;}
td {
	border: 1px solid #f1efe2;
	padding: 3px 5px;
}
tr.row_odd  {background: #ffffff;}
tr.row_even {background: #f0f0f0;}
th {
	background: url('./images/table_headbg.gif') repeat-x bottom #eaebdb;
	border-right: solid 1px #ACA899;
	border-top: none;
	border-bottom: 1px solid #f1efe2;
	padding:3px 5px;
	color: #000;
}
a img {border:none;}

ul {list-style-type:none; 
	margin:8px;	padding:0;
}
li {
	padding-left:15px;
	background:url('./images/arrow.gif') no-repeat left 3px;
}
li a {
	text-decoration:none;
	color:black;
}
li a:hover {
	text-decoration:underline;
	color:#ff4500;
}

form {
	font-size:12px;
	margin:1px 5px 1px 5px;
}
input {font-size:11px;}
input.button {
	background:url('./images/button_xp.gif') no-repeat;
	border:none;
	height:18px;
	width:60px;
}
.dim {width:20px;}
acronym {font-variant:normal; font-weight:normal;}
