/* CSS Document */
html{
	background:url(/_images/background.png) repeat fixed top left;
}
body{
	font:13px georgia, palatino, sans-serif;
	color:#eeeeee;
}
a{
	font:13px georgia, palatino, sans-serif;
	color: #dddddd;
	text-decoration:none;
}
a:hover{
	color: #eeeeee;
	text-decoration:underline;
}
#innerWrapper{
	width:100%;
}
#header{
	background:#fff url(/_images/header.bg.png) repeat-x top left;
	height:120px;
	padding:22px 0 0 19px;
	position:relative;
}
#content{
	padding:50px 0 0 19px;
}
#form1{
	width:270px;
	height:200px;
}
#form1 #loginTitle{
	background:url(/_images/dashes.gif) repeat-x bottom left;
	height:41px;
	margin:0 0 6px;
}
#form1 p{
margin: 22px 0 0;
}
#form1 p img{
	margin:0 0 -6px;
}
#form1 p.submit{
	background:url(/_images/dashes.gif) repeat-x top left;
	text-align:right;
	padding:25px 7px 0 0;
	margin:25px 0 0;
}
#upload{
	width:500px;
	overflow:auto;
}
#upload fieldset{
	padding:13px;
	background:#666;
	display:none;
}
#upload p{
	margin:5px 0;
	height:22px;
	width:400px;
}
#upload p label{
	display:block;
	float:left;
	margin:0 10px 0 0;
	text-align:right;
	width:145px;
}
#upload .uploadSubmit, #upload #addNew{
	margin:10px 0 10px 310px;
}
#showLink{
	background:url(../_images/add.gif)no-repeat left top;
	padding:0 0 0 17px;
	float:right;
	margin:5px;
	cursor:pointer;
	height:17px;
}
a#showLink.open{
	background:url(../_images/hide.gif)no-repeat left top;
}
#upLink{
	padding:0 0 0 4px;
	margin:0;
}
span#txtFileList{
	font:13px georgia, palatino, sans-serif !important;
	color:#eeeeee;	
}
#txtFileList table{
	background:#666;
	width:500px;
}
td{
	padding:2px;
	height:26px;
}
td.fileNames{
	width:70%;
}
#txtFileList table img{
	margin:1px 3px;
}
.hover{
	background:#777;
}