body { 
	background-color: #01032c;  /*  #F5F5F5 */
}

#container h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: xlarge;
	margin: 0 0 10px 8px;
	padding:0;
	color: dimgray;
}


img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

#container {
	width: 80%;
	margin-left:auto;
	margin-right:auto;
	border-style: solid;
        border-width: 1px;
	padding: 9px;
	background-color:#F5F5F5;  /* #F5F5F5 */
	border-radius: 20px;
	border-color: dimgray;
}

#breadcrumbs {
	color: #6699FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	margin: 0 0 8px 8px;
}

#breadcrumbs a, #breadcrumbs a:visited, #breadcrumbs a:link, #breadcrumbs a:active {
	color: #6699FF;
	text-decoration:none;
}

#breadcrumbs a:hover {
	text-decoration:underline;
}

#listingcontainer {
	color: #01032c;  /* #476BB3 */
	border-radius: 10px;
	padding: 10px;
	background-color:#F5F5F5;
}

#listingheader {
	color: #476BB3;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	text-align:right;
}

#listingheader a, #listingheader a:active, #listingheader a:visited, #listingheader a:link {
	text-decoration: none;
	color: #476BB3;
}

#listingheader a:hover {
	text-decoration: underline;
	color: #476BB3;
}


#headerfile {
	text-align:left;
	float: left;
	width: 57%; 
}

#headersize {
	text-align:right;
	width: 75px;
	float: left;
}

#listing {
	border: 1px solid gray;  /* #A7C5FF file list border*/
}

#listing a {
	display:block;
	padding: 2px 2px 2px 2px;
	font-size:small;
	color: #6285CA; 
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	width:99.7%;
	text-align:right;
	
}

#listing a:hover {
	background-color:01dffe;  /* #DBE6FE    hover over listings*/ 
}

#listing a img {
	float:left;
	margin-right: 4px;
}



#listing a strong {
	width: 55%;
	float:left;
	cursor:hand;
	cursor:pointer;
	text-align:left;
}

#listing a em {
	float: left;
	width: 75px;
	text-align:right;
	cursor:hand;
	cursor:pointer;
}

#listing a span {
	position: absolute;
	margin-left: -151px;
	margin-top: -2px;
}

#listing a span img {
	width: 150px;
	background-color:#CCCCCC;
	visibility: hidden;	
}

#listing a:hover span img {
	border: 1px solid #666666;
	visibility: visible;
}

#upload {
	width: 100%;
	border-radius: 10px;
	border: 1px solid lightgray;
	display:block;
	margin-top: 10px;
	font-size:small;
	color: #6285CA;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	background-color: lightgray;
}

#uploadtitle {
	background-color: lightgray;
	padding: 2px 5px 2px 5px;
	border-bottom: 1px solid lightgray;
	border-radius: 10px;
}

#uploadcontent {
	
	padding: 2px 5px 2px 5px;
}

#copy {
	width: 600px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:x-small;
	color: #666666;
	font-family:Arial, Helvetica, sans-serif;
}

#copy a {
	text-decoration: underline;
	color: #666666;
}

#wrapper {
	margin: 0 auto;
	float: none;
	width:95%;
}
.header {
	padding:10px 0;
	width:100%;
}
.title {
	padding: 0 3px 0 0;
	float: left;
	margin:0;
	
}


.b {
	background-color: lightgray;  /* #E9F0FF */
	
}

.w {
	background-color:#FFFFFF;
}

.mod {
	float:right;
}

.size {
	float:right;
}

.upload-error{
	padding:2px 0;
}

.upload-error strong{
	color:#993333;
}

hr{
 background-color: dimgray;	

}

#pre1 {
	background-color: #d9534f;
}

#d01{
	background-color: dimgray;
	color:white;
	border-radius: 25px;
	width: 100%;
	margin: 0 auto;
}

#d02 {
background-color: dimgray;
color:white;
}
	
#nav1 a{
color:white;
}

#nav1 a:hover {
    color: #000;
    background-color: white;
}