/*  THEME SELECTOR  */
body {
    font-family: Helvetica, sans-serif;
    font-size: 9px;
    color: #5a66b0;
    background-color: #282248;
    font-style:normal; font-variant:normal; font-weight:normal; line-height: 18px; font-size: 12px; font-family: "Trebuchet Ms", "Lucida Grande", sans-serif;
}

body a {
   color: #00ffff;
   
}  

a {

	height: 16px;

	margin-top: 0;

	font-size: 11px;

	color: #CC66CC;
	
	}
	
a:visited{

	color: #f993ce;

	text-decoration:none;
}

	
h1 a{

	text-transform:uppercase;

	text-decoration:none;

	color:#ccc;

	font: 15px Arial, Helvetica, sans-serif;

	margin:0px;

	padding:13px 0px 0px 10px;

	letter-spacing: -1px;

	float: left;

}

h1 a:hover{

	text-decoration:underline;
  
}



h3, h4 {

	padding-top: 5px;

	padding-bottom: 15px;

}


.header {
	
	font-size: 16px;
	font-weight: Bold;
}

.search_for {
	font-size: 9px;
	font-weight: normal;
}

.sort_by {
	font-size: 9px;
	font-weight: normal;
}

.go_button {
	font-size: 13px;
	font-weight: bold;
	color: white;
	
	border: solid 1px white;
}

.displaying_files {
	font-size: 9px;
	font-weight: normal;
}

.download_link {
	font-size: 12px;
	font-weight: normal;
  text-decoration: underline;
	}
	
a.download_link:link {
    color: #fa7ff1;
    text-decoration: underline;
}

a.download_link:hover {
     
     text-decoration: none;
}

.description {
	font-size: 10px;
	font-weight: normal;
}

.filesize {
	font-size: 10px;
	font-weight: normal;
}

.downloads {
	font-size: 10px;
	font-weight: normal;
}

.upload_date {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000;
}

.page_borders {
  font-size: 13px;
	font-weight: normal;
  border-top: solid 1px #808080;
  border-bottom: solid 1px #808080;
}

.page_numbers {

	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
  text-decoration: none;
	}
	
.page_number_links {
	font-size: 10px;
	font-weight: bold;
	
  text-decoration: underline;
	}

a.page_number_links:link {
    
    text-decoration: underline;
}

a.page_number_links:hover {
     color: #FFFFFF;
     text-decoration: underline;
}

.footer_text {

	font-size: 9px;
	font-weight: bold;
	
    text-decoration: none;
	}
	
a.footer_text:link {
    
    text-decoration: underline;
}

a.footer_text:hover {

     text-decoration: underline;
}

.info {

	font-size: 9px;
	font-weight: normal;
	
    text-decoration: none;
	}
	
a.info:link {
    text-decoration: underline;
}

a.info:hover {
     text-decoration: underline;
}


.changed {
    font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	}
	
a.changed:link {
    text-decoration: underline;
}

a.changed:hover {
     text-decoration: underline;
}

.download {
	font-size: 12px;
	font-weight: normal;
	color: red;
    text-decoration: none;
	}
	
a.download:link {
    text-decoration: underline;
}

a.download:hover {
     color: silver;
     text-decoration: underline;
}

