body { 
	background-color: #252525;
}

h1 {
	color: #CCCC99;
	font-family: 'Lucida Grande', 'Lucida Sans', Verdana, Helvetica, sans-serif;
	/*font-weight:bold;*/
	font-size: medium;
	margin: 0 0 10px 0;
	padding:0;
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

#container {
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	border: none;
	padding: 9px 9px 9px 9px; /*top padding was 99px*/
	background-color:#252525;
	/*background-image: url(dglogo.jpg);
	background-position: top center;
	background-repeat: no-repeat;*/
}

#breadcrumbs {
	color: #CCC;
	font-family: 'Lucida Grande', 'Lucida Sans', Verdana, Helvetica, sans-serif;
	font-size:small;
	margin: 0 0 8px 0;
	height: 160px;
}

#breadcrumbs a, #breadcrumbs a:visited, #breadcrumbs a:link, #breadcrumbs a:active {
	color: #707070;
	text-decoration:none;
}

#breadcrumbs a:hover {
	text-decoration:underline;
}

#listingcontainer {
	background-color: #252525;
	padding: 10px;
	border: 1px solid #111;
}

#listingheader {
	color: #CCC;
	font-weight:bold;
	font-family:'Lucida Grande', 'Lucida Sans', Verdana, Helvetica, sans-serif;
	font-size:small;
	text-align:right;
}

#listingheader a, #listingheader a:active, #listingheader a:visited, #listingheader a:link {
	text-decoration: none;
	color: #CCCC99;
}

#listingheader a:hover {
	text-decoration: underline;
	color: #CCC;
}


#headerfile {
	text-align:left;
	float: left;
	width: 420px; 
	padding-bottom:8px;
}

#headersize {
	text-align:right;
	width: 75px;
	float: left;
}

#listing {
	border-top: 1px solid #444;
}

#listing a {
	display:block;
	padding: 8px 5px 2px 5px;
	font-size:small;
	color: #CCCC99;
	font-family:'Lucida Grande', 'Lucida Sans', Verdana, Helvetica, sans-serif;
	text-decoration:none;
	width:768px;
	text-align:right;
	
}

#listing a:hover {
	background-color:#333;
	color: #fff;
}

#listing a img {
	float:left;
	margin-right: 4px;
}



#listing a strong {
	width: 400px;
	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: -241px;
	margin-top: -2px;
}

#listing a span img {
	width: 50px;
	background-color:#444;
	visibility: hidden;	
}

#listing a:hover span img {
	border: 1px solid #666666;
	visibility: visible;
}

#upload {
	border: 1px solid #E3DEA3;
	display:block;
	margin-top: 10px;
	font-size:small;
	color: #6285CA;
	font-family:'Lucida Grande', 'Lucida Sans', Verdana, Helvetica, sans-serif;
	text-decoration:none;
	width:568px;
	background-color: #E3DEA3;
}

#uploadtitle {
	background-color: #E3DEA3;
	padding: 2px 5px 2px 5px;
	border-bottom: 1px solid #E3DEA3;
	
}

#uploadcontent {
	padding: 2px 5px 2px 5px;
}


#copy {
	width: 800px;
	margin-top: 15px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:x-small;
	color: #666666;
	font-family:'Lucida Grande', 'Lucida Sans', Verdana, Helvetica, sans-serif;
}

#copy a {
	text-decoration: underline;
	color: #666666;
}

.b {
	background-color: #222;
	height:40px;
}


.w {
	background-color:#252525;
	height:40px;
}


.mod {
	float:right;
}

.size {
	float:right;
}

