body { 
	background-color: gainsboro /*#E6E6E6*/;
}

h1 {
	color: #6699FF;
	font-weight:bold;
	font-size: medium;
	margin: /* 0 0 10px 8px */ 0 0 2ex 0.5em;
	padding:0;
}

form {
	margin: 0;
	padding: 0;
}

#container {
	width: 37.5em;/* 600px */ 
	margin-left:auto;
	margin-right:auto;
	border: 1px solid silver;
	padding: 1ex; /* 9px */
	background-color:white;
	font-family:Arial, Helvetica, sans-serif;
}

#breadcrumbs {
	color: #6699FF;
	font-size:small;
	margin: 0 0 1.5ex 0.6em;/* 0 0 8px 8px */ 
}

#breadcrumbs a, #breadcrumbs a:visited, #breadcrumbs a:link, #breadcrumbs a:active {
	color: dodgerblue;
	text-decoration:none;
}

#breadcrumbs a:hover {
	text-decoration:underline;
}

#listingcontainer {
	background-image:url(bg.gif);
	padding: 10px;
	background-color:#E0DEDE;
}

#listingheader {
	color: #476BB3;
	font-weight:bold;
	font-size:small;
	text-align:right;
	padding: 0 5px 0 5px;
}

#listingheader a, #listingheader a:visited, #listingheader a:link {
	text-decoration: none;
	color: inherit;
	color: #476BB3;/* inherit doesn't work in IE6 */
}

#listingheader a:active, #listingheader a:hover {
	text-decoration: underline;
}


#headerfile {
	text-align:left;
	float: left;
	width: 23em; 
	margin-left:5px;
	margin-right:23px;
}

#headersize {
	text-align:right;
	width: 75px;
	float: left;
}

#listing {
	border: 1px solid #A7C5FF;
	background-color:white;
}

#listing div {
	clear:left;
}

#listing a {
	display:block;
	padding: 2px 5px 2px 5px;
	font-size:small;
	color: #6285CA;
	text-decoration:none;
	text-align:right;
}

#listing a:hover {
	background-color:#DBE6FE;
}

#listing a img {
	float:left;
	margin-right: 4px;
	border: 0;
}



#listing a strong {
	width: 23em; /*300px*/
	float:left;
	cursor:hand; /* cursor inheritance broken in IE6 */
	text-align:left;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis; -o-text-overflow:ellipsis; /*Opera 9*/
}

#listing a em {
	float: left;
	width: 75px;
	text-align:right;
	cursor:hand; /* cursor inheritance broken in IE6 */
}

#listing a img.thumbnail {
	position: absolute;
	margin-left: -151px;
	margin-top: -2px;

	width: 150px;
	/* background-color:lightgray; */
	visibility: hidden;	
}

#listing a:hover img.thumbnail {
	border: 1px solid dimgray;
	visibility: visible;
        background-image: url(../Icons/Loader%20Rotation.gif);
        background-repeat:no-repeat;
        background-position: center center;
}

#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;
}


#copy {
	width: /* 600px */ 60em;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:x-small;
	color: #666666;
}

#copy a {
	color: inherit;
}

.b {
	background-color: aliceblue; /*#E9F0FF*/
}

.mod {
	float:right;
}

.size {
	float:right;
}
