body {
	margin: 0px;
	background: url(/images/header_bg.gif) repeat-x 0px -3px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
}
#header {
	height: 140px;
	background: url(/images/header.jpg) no-repeat 0px -1px;
	border-bottom: 1px solid #0066B2;
}
#user_bar {
	padding: 2px 4px 3px;
	font-size: 9px;
	color: #0066B2;
	border-bottom: 1px solid #0066B2;
	background: url(/images/user_bar.gif) repeat-x;
	}
#menu {
	width: 144px;
	position: absolute;
	top: 169px;
	left: 8px;
}
#releases {
	width: 144px;
	float: right;
	margin: 10px 8px 8px;
	_margin-left: 4px;
}
#main_home {
	margin: -1px 162px;
	_margin-right: 170px;
	text-align: justify;
}
#main {
	margin: 0px 10px -1px 162px;
	text-align: justify;
}
/*-- Top Search Box --*/
#top_search_box {
	position: absolute;
	top: 20px;
	left: 20px;
	color: #000;
	}
#top_search_box input[type=text] {
	margin: 3px 0px 4px;
	padding: 2px;
	background: url(/images/searchboxbg.gif);
	border: 1px solid #0066B2;
	font-size: 11px;
	}
#top_search_box select {
	margin-top: 3px;
	}
#top_search_box input[type=submit] {
	margin-top: 3px;
	padding: 2px 21px 3px 2px;
	border: 1px solid #0066B2;
	background: url(../images/searchsubmitbg.gif);
	font-size: 11px;
	}
input, textarea, select	{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 4px;
	}
textarea {
	margin: 8px 0px 0px;
	}
form {
	margin: 0px;
	padding: 0px;
	}
input[type=submit] {
	margin: 0px;
	}
img	{
	border: none;
	}
/*-- Tabs --*/
#tabs {
	position: absolute;
	right: 6px; top: 123px;
	text-align: right;
	}
#tabs a {
	margin: 0px 2px 5px;
	padding: 4px 6px;
	background: #B1D3EC;
	text-decoration: none;
	border: 1px solid #0066B2;
	display: inline;
	}
#tabs a#module {
	background: #0066B2;
	color: #FFF;
	}
#tabs a:hover {
	background: #AADBFF url(/images/tabhover.gif);
	color: #FFF;
	}
a {
	color: #0066B2;
	}
p {
	margin: 0px;
	padding: 0px 2px;
	text-align: justify;
	line-height: 14px;
	}
h3 {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 3px 5px 4px;
	background: #EBF4FA url(/images/story.gif) repeat-x;
	color: #0066B2;
	border: 1px solid #0066B2;
	margin: 10px 0px 0px;
	}
#hub_status {
	float: right;
}
/*-- Gems --*/
#gems {
	background: url(/images/gems.jpg) no-repeat;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 15px;
	right: 20px;
	}
#menu a {
	color: #222;
	text-decoration: none;
	}
#menu a:hover {
	color: #0066B2;
	}
#menu ul {
	padding: 7px 9px 6px;
	margin: 0px 0px 10px;
	line-height: 16px;
	border: 1px solid #0066B2;
	border-top: none;
	}
#menu li {
	list-style: square inside;
	margin: 0px 0px 2px;
	}
#menu #login input[type=text] {
	width: 122px;
	}
#menu input[type=password] {
	margin: 0px 0px 7px;
	width: 122px;
	}
#menu select {
	width: 122px;
	}
#menu div.white {
	text-align: center;
	_padding-bottom: 4px;
	}
#menu div.blue {
	margin: 0px 0px 10px;
	padding: 8px 10px 8px 8px;
	}
#menu h3, #releases h3 {
	text-align: center;
	margin: 0px;
	}
#releases a {
	color: #222;
	text-decoration: none;
	}
#releases a:hover {
	color: #0066B2;
	}
#releases ul {
	padding: 7px 9px 6px;
	margin: 0px 0px 10px;
	line-height: 16px;
	border: 1px solid #0066B2;
	border-top: none;
	}
#releases li {
	list-style: square inside;
	margin: 0px 0px 2px;
	padding-bottom: 4px;
	border-bottom: 1px dashed #CCC;
	}
#releases li:first-line	{
	font-size: 9px;
	}
#donate	{
	text-align: center; margin-bottom: 10px;
	}
#shoutbox {
	text-align: left;
	height: 200px;
	overflow: auto;
	margin: 0px;
	width: 124px;
	}
#shoutbox a	{
	text-decoration: underline;
	}
#shoutbox a.admin {
	text-decoration: none;
	}
#post {
	margin: -10px 0px 10px;
	}

/*-- Footer --*/
#footer {
	padding: 8px;
	color: #0066B2;
	text-align: center;
	font-size: 9px;
	clear: both;
	}
#footer a {
	text-decoration: none;
	}
#footer a:hover	{
	color: #111;
	}

/*-- General display classes/IDs --*/
.blue {
	background: #EBF4FA;
	border: 1px solid #0066B2;
	border-top: none;
	padding: 8px;
	text-align: justify;
	line-height: 16px;
	}
.white {
	background: #FFF;
	border: 1px solid #0066B2;
	border-top: none;
	padding: 8px;
	_padding: 6px 8px 9px;
	line-height: 16px;
	}
.white ul, .blue ul {
	padding: 9px 9px 4px;
	margin: 0px;
	line-height: 16px;
	}
.white li, .blue li	{
	list-style: square inside;
	margin: 0px 0px 2px;
	}
#image {
	padding: 5px;
	background: #FFF;
	height: 100px;
	width: 100px;
	float: right;
	border: 1px solid #0066B2;
	margin: 3px 1px 0px 13px;
	}
#search input {
	margin: 0px;
	}
.posted	{
	margin-top: -10px;
	float: right;
	}
#desc_image	{
	min-height: 118px;
	}
.magnet	{
	background: url(/images/magnet_small.gif) no-repeat;
	height: 20px;
	width: 20px;
	float: right;
	margin: 15px;
	}
#welcome_title {
	text-align: center;
	margin: 2px 0px 5px;
	font-weight: bold;
	}
.get {
	font-size: 9px;
	}
/*-- Homepage welcome message --*/
#welcome {
	background: #EBF4FA url(/images/dino3.png) no-repeat bottom left;
	border: 1px solid #0066B2;
	padding: 7px 8px 8px;
	padding-left: 100px;
	text-align: justify;
	margin: 11px 0px 9px;
	}
.order_by {
	float: right;
	}
.file {
	padding: 4px 8px 8px;
}
tr.blue td, tr.white td, td#picture, div#picture {
	border-right: 1px solid #0066B2;
	border-bottom: 1px solid #0066B2;
	padding: 7px;
	_padding: 6px 7px 8px;
}
tr#title { 
	margin: 0px;
	padding: 0px;
}
tr.blue td {
	background: #EBF4FA;
}
td#picture {
	width: 110px;
	text-align: center;
	background: #EEE;
	padding: 6px;
}
div#picture {
	position: absolute;
	top: 224px;
	_top: 223px;
	right: 10px;
	width: 110px;
	text-align: center;
	background: #EEE;
	padding: 7px 6px 6px;
}
#metadata table {
	border-left: 1px solid #0066B2;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
div#metadata {
	margin-right: 123px;
}
div#file_list {
	background: url(../images/top_blue_fade.gif) repeat-x;
	border-left: 1px solid #0066B2;
	border-right: 1px solid #0066B2;
	padding: 0px;
	margin: 0px;
}
div#file_list table {
	margin: 0px;
	padding: 0px;
	background: url(../images/bottom_blue_fade.gif) bottom repeat-x;
}
tr.file td {
	margin: 0pc;
	padding: 2px 4px 3px;
	border-bottom: 1px solid #EEE;
}
tr.file:hover {
	background: #DEF;
	cursor: pointer;
}
tr.file_last td {
	padding: 2px 4px 3px;
	border: none;
	cursor: pointer;
}
tr.file_last:hover {
	background: #DEF;
}
tr.title td {
	border: none;
	padding: 3px 5px 4px;
	margin: 0px;
}
tr#download td {
	border-bottom: 1px solid #0066B2;
	text-align: center;
	font-weight: bold;
	padding: 4px 0 4px;
}
tr#download td a:hover {
	padding: 2px 16px 2px;
	background: url(/images/downloadfiles.gif) 0px 2px no-repeat;
}
input[type=checkbox] {
	margin: 0;
}
td.check {
	text-align: center;
	width: 20px;
}
#metadata td {
	width: 50%;
}
#release_form td {
	padding-right: 16px;
}
label	{
	font-weight: bold;
}
#critical_msg {
	border: 1px solid #E23C14;
	background: #FCDDD8;
	padding: 4px 7px 4px;
	margin-top: 11px;
}
#critical_msg h2 {
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}
#critical_msg p, #critical_msg h2 {
	padding: 2px 0px;
}
.news {
	border: 1px solid #447400;
	background: #F5FBED;
	padding: 0px 0px 2px;
	margin-top: 11px;
}
.news h2 {
	border-bottom: 1px solid #447400;
	padding: 2px 5px 3px;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 2px;
	background: url(/images/story.gif) repeat-x;
	color: #203600;
}
.news p {
	padding: 4px 6px;
	line-height: 15px;
}
.details {
	float: right;
	font-size: 9px;
	margin: 4px 5px; 
	font-weight: bold;
	color: #203600;
}
#critical_msg .details {
	margin: 0px;
	font-weight: normal;
}
.poll_bar {
	height: 6px;
	background: #F5FBED url(/images/poll_bar.jpg);
	border: 1px solid #0066B2;
	margin: 2px;
}
.radio {
	padding: 0px;
	margin: 0px;
}

div#description ul {
	padding: 0;
}
div#description li {
	padding: 0;
	margin: 3px 6px;
}
