body 
{
	scrollbar-base-color: #130C1D;
	scrollbar-arrow-color: #86AFD8;
   	scrollbar-face-color: #130C1D; 
    scrollbar-shadow-color: #05244A;
    scrollbar-highlight-color: CADCEE; 
    scrollbar-3dlight-color: CADCEE; 
    scrollbar-darkshadow-color: #05244A; 
    scrollbar-track-color: #86AFD8; 
}
h1 
{
	font-family: "Courier New", Courier, mono;
	font-size: 24px;
	font-weight: bold;
	color: #6699CC;
}

form {
	margin: 0;
	padding: 0;
}
A:link
{
	COLOR: #6699CC;
	TEXT-DECORATION: none;
	font-weight: bold;
}
A:visited
{
	COLOR: #6699cc;
	TEXT-DECORATION: none;
	font-weight: bold;
}
A:hover
{
    BORDER-BOTTOM: 2px dotted #6699cc;
	font-weight: bold;
}
A:active
{
    COLOR: #01669E;
    BORDER-BOTTOM: #01669E 2px ;
	font-weight: bold;
}
.maintable {
	border: thick solid #05244A;
	top: 0px;
	width: 80%;
	background-color: #130C1D;
	color: #FFFFFF;
	padding:0;

}
.table2 {
	background-color: #130C1D;
	color: #FFFFFF;
}

.footer {
	font-family: "Courier New", Courier, mono;
	font-size: 9px;
	color: 6699cc;
}
/*
#container {
	width: 600px;
	margin-left:auto;
	margin-right:auto;
	padding: 9px;
	background-color:#130C1D;
}
*/

#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: #6699CC;
	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-family:Arial, Helvetica, sans-serif;
	font-size:small;
	text-align:right;
}

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

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


#headerfile {
	text-align:left;
	float: left;
	width: 300px; 
}

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

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

#listing a {
	display:block;
	padding: 2px 5px 2px 5px;
	font-size:small;
	color: #6285CA;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
/*	width:568px; */
	text-align:right;
	
}

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

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



#listing a strong {
	width: 280px;
	float:left;
	cursor:hand;
	cursor:pointer;
	text-align:left;
	text-decoration:none
}

#listing a em {
	float: left;
/*	width: 75px;*/
	text-align:right;
	cursor:hand;
	cursor:pointer;
	text-decoration:none
}

#listing a span {
	position: absolute;
	margin-left: -151px;
	margin-top: -2px;
	text-decoration:none
}

#listing a span img {
/*	width: 150px;*/
	background-color:#CCCCCC;
	visibility: hidden;	
	text-decoration:none
}

#listing a:hover span img {
/*	border: 1px solid #666666; */
	visibility: visible;
	text-decoration:none
}

#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; */
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:x-small;
	color: #666666;
	font-family:Arial, Helvetica, sans-serif;
}

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

.b {
	background-color: #E9F0FF;
	
}

.w {
	background-color:#FFFFFF;
}

.mod {
	float:right;
}

.size {
	float:right;
}

