img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

#container {
	margin-left:auto;
	margin-right:auto;
	
}


#listingcontainer {
}

#listingheader {
	padding-left: 25px;
	font-size: 10px;
	text-align: left;
}

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

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



#listing {
	clear: both;
}

#listing a {
	display:block;
	padding: 2px 5px 2px 5px;
	text-decoration:none;
	text-align: left;
	
}

#listing a:hover {
	background-color: #f0f0f0;
}

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

#headerfile {
	float:left;
	text-align:left;
}

#headersize{
	float: left;
	text-align: left;
}

#headermodified {
}

#bar {
	text-align: left;
	padding-bottom: 2px;
	padding-top: 2px;
}



#listing a strong {
	font-size: 12px;
	font-weight: bold;
	width: 250px;
	float:left;
	cursor:hand;
	cursor:pointer;
	text-align:left;
}

#listing a em {
	font-size: 10px;
	padding-left: 20px;
	clear: both;
	float: left;
	width: 40px;
	text-align: left;
	cursor:hand;
	cursor:pointer;
}

#listing a span {
	clear: both;
	position: absolute;
	margin-left: -151px;
	margin-top: -2px;
}

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

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

#upload {
	border: 1px solid #A7C5FF;
	display:block;
	margin-top: 10px;
	font-size:small;
	color: #6285CA;
	text-decoration:none;
	width:568px;
	background-color: #E9F0FF;
}

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

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


#copy {
	width: 600px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:x-small;
	color: #666666;
}

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

	
.b {
	background-color: #d4dbe9;
	
}

.w {
	background-color:#e1e6f0;
}

.mod {
	float:right;
}

.size {
	float:right;
}

