@charset "utf-8";
/* CSS Document */
html {
}
body {
	margin: 0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#000;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;


} 
A {
	color:#000;
}
A:hover {
	color:#F00;
}
h1 {
	font-size:13px;
	padding:0px;
	margin:0px;
	padding-bottom:10px;
}
.formTable td {
}
td {
	white-space:normal;
	vertical-align:top;
}
#file {
	font-size:10px;	
	text-align: left;

}

#submit {
	font-size:10px;
}
#UploadDiv {
	position:absolute;
	text-align:center;
	top:0px;
	left:0px;
	margin-top:0px;
	margin-left:30px;
	margin-top:10px;
	text-align:left;
}
.up {
	color:#F00;
}
#UploadDiv ol {
	margin:0px;
	padding:0px;
}
#result {
	position:relative;
	float:left;
	width:300px;
	height:150px;
	vertical-align:top;
}
#resultFileName {
	width:170px;
	white-space:normal;
}
#contentPane {
	background:url(/images/contentBG.png) top center repeat-y;
	padding:20px;
}
#footer {
	background:url(/images/footer.png) top center no-repeat;
	height:27px;
}
#beta {
	position:absolute;
	right:0px;
	top:0px;
	margin-right:5%;
}
.copyrighted {
	color:#fff;
	font-weight:bold;
	width:100%;
	text-align:center;
}
.copyrighted A {
	color:#fff;
}
.copyrighted A:hover {
	color:#CCC;
}
.searchResults LI {
	padding-bottom:20px;
}
.searchResults A {
	text-decoration:none;
}
#SearchResultFile {
	width:550px;
	text-align:left;
	background:#FFE8E8;
	padding:3px;
}
#SearchResultDescription {
	width:550px;
	text-align:left;
}
#search {
	position:absolute;
	left:50%;
	margin-left:50px;
	margin-top:8px;
	z-index:10;
	width:313px;
	height:44px;
	background:url(images/search.png) top left no-repeat;
}
.field {
	border:0px;
	width:190px;
	background:none;
	color:#FFF;
	font-weight:bold;
	font-size:11px;
	margin:0px;
	padding:0px;
	margin-left:10px;
	margin-top:10px;
}
.searchButton {
	background:none;
	margin-left:10px;
	width:94px;
	border:0px;
}