

/* ALL MENU AREA STYLES */
div.menu{
	width: 160px;
}
div.menu ul{
	list-style: none;
	text-indent: 0px;
}
div.menu li{
	margin-top: 3px;
}
div.menu a{
	font: 14px Verdana;
	padding: 4px;
	color: #0a4e9b;
	display:block;
	padding: 6px 4px;
	height: 20px;
	text-decoration: none;
	background: url('images/background.gif');
}
div.menu a1{
	font: 14px Verdana;
	padding: 4px;
	color: #000000;
	display:block;
	padding: 6px 4px;
	height: 20px;
	text-decoration: none;
	background: url('images/background.gif');
}


div.menu a:hover{
	background: url('images/highlight.png') no-repeat right;
	padding: 6px 4px;
}
div.menu a1:hover{
	/*background: url('images/highlight.gif') no-repeat right;*/
	padding: 6px 4px;
}


/*  ALL CONTENT AREA STYLES */


body  {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#container { 
	width: 854px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/* this is the main holding block */
#main_container { 
	width: 854px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url('images/middle.png');
	margin-left: auto ;
  	margin-right: auto ;
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


#main_container p { 
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
	color: #0a4e9b;
	}
	
#main_container label { 
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
	color: #0a4e9b;
	}
	

	


#header { 
	background: #ffffff; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 


#sidebar_left {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
}

#content_area { 
	margin: 0 0 0 170px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#content_area h1{
	font: 12pt Verdana, Arial, Helvetica, sans-serif;
	color: #0a4e9b;
} 

#content_area em{
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
	color: #0a4e9b;
	padding: 0 10px;
} 
#content_area p{
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0 0px;
} 





#footer { 
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff; 
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* image blocks */
.img_left {
	width: 300px;
	float: left;
	
	color: white;
	background: #fff;
	padding: 0px;
	margin-right:10px;
	margin-left:0px;
	margin-top:0px;
}

.img_right {
	width: 300px;
	float: right;
	

	background: #fff;
	padding: 0px;
	margin-right:20px;
	margin-left:10px;
	margin-top:0px;
}







/* other useful classes */

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



/*   FROM UPLOAD SCRIPT PAGE    */

td {
	
	height:20px;
}

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

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}




#listingcontainer {
	background-image:url(bg.gif);
	padding: 10px;
	background-color:#fff;
}

#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: underline;
	color: #476BB3;
}


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

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


/*  LISTING AREA */

#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:560px;
	text-align:right;
	
}

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

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



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

#listing a em {
	float: left;
	width: 150px;
	text-align:left;
	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;
}




#listing form {
	float:right;
	
}

#listing input {
	float:right;
	
}



#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:622px;
	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;
}



/*  OPTIONS FOR THE TABLE OF FILES */


#mytable {
	border: 1px solid #A7C5FF;
	width: 620px;
	height: 200px;
	/*  clip: rect(0px,00px,300px,0px); */
	overflow:scroll;
	overflow-x: hidden;
	
}

#mytable a {
	/* display:block; */
	/* padding: 2px 5px 2px 5px; */
	/* padding-left: 10px; */
	color: #6285CA;
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	/* width:560px; */
	
}

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

#mytable a img {
	float:left;
	margin-right: 4px;
	padding-left: 10px;
}


#mytable em {
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	color:#aac;
	
	text-decoration:none;
}

#tabletitle {
	width: 620px;
}

#tabletitle em {
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	color:#aac;
	
	text-decoration:none;
}

