body { 
background-color:#000000;
background-image:url(http://img.maxofs2d.net/website/homeportal_background_wildlife.jpg);
background-repeat:no-repeat;
background-position:center center;
background-attachment:fixed;
}

A:link {text-decoration: none; color:steelblue;}
A:visited {text-decoration: none; color:steelblue;}
A:active {text-decoration: none}
A:hover {text-decoration: none; color:darkred;}

h1 {
	color: #6699FF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 0em;
	margin: 0 0 0px 0px;
	padding:0;
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

#container {
	width: 600px;
	margin-top: 24px ;
	margin-left: auto ;
	margin-right: auto ;
	margin-bottom: 32px ;
	border: 1px solid #202020;
	border-radius: 6px;
    box-shadow: 0px 0px 8px #000;
	padding-top: 14px;
	padding-bottom: 16px;
	padding-left: 16px;
	padding-right: 16px;
	background-color:rgba(32,32,32,0.8);
	background-repeat:repeat;
	background-position:center center;
	background-attachment:fixed;
}

#breadcrumbs {
	color: #6699FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:big;
	margin: 0px 0px 14px 12px;
	text-shadow: 0px 0px 8px #000;
}

#listingcontainer {
	background-image:url(bg.gif);
	padding: 10px;
	background-color:#E0DEDE;
	box-shadow: 0px 0px 8px #CCC;
	border-radius: 3px;
}

#listingheader {
	color: #476BB3;
	font-weight:bold;
	font-family:Courier New;
	font-size:small;
	text-align:right;
}

#listingheader a {
	text-decoration: none;
	color: #476BB3;
}

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


#headerfile {
	padding-left:6px;
	text-align:left;
	float: left;
	width: 320px; 
}

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

#listing {
	border: 1px solid #A7C5FF;
	border-radius: 1px;
}

#listing a {
	display:block;
	padding: 2px 5px 2px 5px;
	font-size:small;
	color: #6285CA;
	font-family:Courier New;
	text-decoration:none;
	width:568px;
	text-align:right;
	
}

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

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



#listing a strong {
	width: 300px;
	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 {
	border: 1px solid #A7C5FF;
	display:block;
	margin-top: 10px;
	font-size:small;
	color: #6285CA;
	font-family:Arial, Helvetica, sans-serif;
	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;
}

hr {
	color: #333;
 }

#copy {
	width: 600px;
	padding-top:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:0.70em;
	color: #BBBBBB;
	font-family: Tahoma;
	border: 1px solid #202020;
	border-radius: 6px;
    box-shadow: 0px 0px 8px #000;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 16px;
	padding-right: 16px;
	background-color:rgba(32,32,32,0.8);
	background-repeat:repeat;
	background-position:center center;
	background-attachment:fixed;
	text-shadow: 0px 0px 2px #000;
}

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

.b {
	background-color: #E9F0FF;
	
}

.w {
	background-color:#FFFFFF;
}

.mod {
	float:right;
}

.size {
	float:right;
}
