/*h1 {
	display: block;
	color: black;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: medium;
	padding: 0px;
	margin: -8px -8px 8px -8px;
	background-color: #CCCCCC;
}*/

img { border: none !important}
pre { margin: 10px 0px 0px 0px }
#container {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #CCCCCC;
	padding: 8px;
	background-color: #FFFFFF;
}


#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;
}


#listingheader {
	color: black;
	background-color: #D5DAE0;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: right;
	border: 1px solid black;
	border-bottom: none !important;
}
#listingheader a, #listingheader a:active, #listingheader a:visited, #listingheader a:link {
	text-decoration: none;
	color: black;
}
#listingheader a:hover {
	text-decoration: underline;
	color: #476BB3;
}
#headerfile {
	text-align: center;
	float: left;
	width: 505px; 
}
#headersize {
	text-align: center;
	width: 70px;
	float: left;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
#headermodified {
	text-align: center;
}


#listing {
	border: 1px solid #AAAAAA;
	border-top: none !important;
}
#listing a {
	padding-left: 5px;
	display: block;
	padding: 2px 5px 2px 5px;
	font-size: small;
	color: black;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: right;
	overflow: hidden;
}
#listing a:hover {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 1px 5px 1px 5px;
}
#listing a img {
	float: left;
	margin-right: 4px;
	width: 16px;
	height: 16px;
}
#listing a strong {
	width: 480px;
	float: left;
	cursor: pointer;
	text-align: left;
	font-weight: normal;
}
#listing a em {
	border-right: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	padding-right: 5px;
	float: left;
	width: 65px;
	text-align: right;
	cursor: pointer;
}
.b { background-color: #F0F1F2 }
.w { background-color: #FFFFFF }


#upload {
	border: 1px solid #AAAAAA;
	border-top: none !important;
	font-size:small;
	font-family:Arial, Helvetica, sans-serif;
	padding: 2px 5px 2px 5px;
}
#upload img {
	float: left;
	margin-right: 4px;
	width: 16px;
	height: 16px;
}


#copy {
	width: 750px;
	margin: 5px auto 5px auto;
	text-align:center;
	font-size:x-small;
	color: #666666;
	font-family:Arial, Helvetica, sans-serif;
}

#copy a {
	text-decoration: underline;
	color: #666666;
}

#copy img {
	margin: 0px 3px -3px 3px;
}

#login {
	text-align: center;
	margin-bottom: 25px;
	margin-top: 30px;
	padding: 0px;
}

#login #pass {
	border: 1px solid black;
	background-color: white;
	text-align: center;
	width: 100px;
	height: 16px;
}

#submit {
	border: 1px solid black;
	background-color: #D5DAE0;
	width: 80px;/*
	height: 20px;*/
	padding: 0px;
	cursor: pointer;
}
#submit:hover {
	background-color: #E5EAF0;
}