/*  #0000FF	#4040FF	#8080FF	#BFBFFF	#E6E6FF
    #0000D9	#0000BF	#000080	#000040	#00001A */
body {
	background: #ffffff;
	color: #000000;
	font-size: 12pt;
	line-height: 12pt;
	margin:	0px;
	padding: 0px;
}

a {
	color: #0000D9;
	text-decoration: none;
}

a:hover { 
	color: #8080FF; 
}

/* Remove all image borders! */
img {
	border: 0px;
}

/***** BANNER *****/
#banner {
	margin: 0px;
	padding: 0px;
	height: 95px;
	width: 100%;
/*	background-color: #BFBFFF;*/
	background-image: url(bg-banner.png);
	background-attachment: scroll;
	background-repeat: repeat-x;
}

#banner img {
	display: block;
	/* IE6 centering */
	text-align: center;
	/* Firefox centering */
	margin-left: auto;
	margin-right: auto;
}

/***** SIDEBAR *****/
#sidebar {
	position: absolute;
	top: 7px;
	left: 15px;
	font-weight: bold;
	font-size: 10pt;
	background-color: #E6E6FF;
	border-width: 1px 2px;
	border-style: solid;
	border-color: black;/*#8080FF;*/
}

#sidebar a {
	display: block;
	padding: 1px 10px;
	border-width: 1px 0px;
	border-style: solid;
	border-color: black;/*#8080FF;*/
}

#sidebar a:hover {
	color: #E6E6FF;
	background-color: #0000D9;	
}

/***** NAVBAR *****/

#navbar {
	position: absolute;
	top: 7px;
	right: 15px;
	font-weight: bold;
	font-size: 10pt;
	background-color: #E6E6FF;
	border-width: 1px 2px;
	border-style: solid;
	border-color: black;/*#8080FF;*/
}

#navbar a {
	display: block;
	padding: 1px 10px;
	border-width: 1px 0px;
	border-style: solid;
	border-color: black;/*#8080FF;*/
}

#navbar a:hover {
	color: #E6E6FF;
	background-color: #0000D9;	
}

#page {
	width: 100%;
	display: block;
}

/***** latest additions *****/
#latest {
	width: 49%;
	padding: 0px;
	margin: 5px;
	float: left;
}

#latest h1 {
	text-align: center;
	text-decoration: underline;
	font-weight: bold;
	font-size: 14pt;
}
#latest table {
	width: 100%;
}

#latest table tr td {
	text-align: center;
	width: 50%
}

a.itemname {
	font-size: 14pt;
	font-weight: bold;
	display: block;
}

#latest span.author {
	font-size: 10pt;
	display: block;
}

/***** image of the month *****/

/*#imageofthemonth {
	width: 49%;
	padding: 0px;
	margin: 0px;
	text-align: center;
	float: left;
}

#imageofthemonth h1 {
	text-decoration: underline;
	font-weight: bold;
	font-size: 14pt;
}*/


#top5 {
	width: 49%;
	padding: 0px;
	margin: 0px;
	text-align: center;
	float: left;
}

#top5 table {
	width: 100%;
	border: 1px dashed #8080FF
}

#top5 h1 {
	text-decoration: underline;
	font-weight: bold;
	font-size: 14pt;
}

#top5 tr.top5listing {
	background: #E6E6FF;
}

#top5 tr.nottop td {
	border-top: 1px dashed #8080FF
}

#top5 td.top5image {
	text-align: center;
	width: 64px;
}

#top5 td.top5rating {
	width: 120px;
}

/***** copyright *****/

#copyright {
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: 8pt;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	background-color: #E6E6FF;
	border-width: 1px 0px;
	border-style: dashed;
	border-color: #8080FF;
}

#copyright p {
	margin: 0px;
	padding: 0px;
}

span.filesize {
	font-size: 10pt;
}

img.item {
	cursor: pointer;
}

/***** listings *****/
#sidelist {
	float: left;
	font-size: 8pt;
	font-weight: bold;
	width: 15%;
	background-color: #E6E6FF;
	border: 1px dashed #8080FF;
	margin-left: 5px;
	margin-right: 5px;
}

#sidelist a {
	display: block;
	color: #0000D9;
}

#sidelist a:hover {
	background-color: #8080FF; 
	color: #E6E6FF;
}

#listingstable {
	width: auto;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

tr.item td {
	border-top: 1px solid #000;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
/*	vertical-align: top;*/
}

tr.item td.info {
	width: 99%;
}

tr.item td.bottom {
	border-bottom: 1px solid #000;
}

#bigpreview {
	position: absolute;
	float: none;
	z-index: 1000;
	left: 10px;
	top: 10px;
	display: none;	
	border: 1px dashed;
}

td.preview img {
	cursor: pointer;
	display: block;
	/* IE6 centering */
	text-align: center;
	/* Firefox centering */
	margin-left: auto;
	margin-right: auto;
}

span.itemname {
	font-size: 16pt;
	font-weight: bold;
}
span.filesize, span.dlcount {
	font-size: 10pt;
}

span.desc {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

span.rating img.vote {
	cursor: pointer;
}

span.rating {
	margin-bottom: 10px;
}

span.categories, span.date {
/*	display: block;*/
	float: left;
	font-size: 10pt;
}

span.date {
	float: right;
}

span.pagelist {
	width: 99%;
	display: block;
	text-align: right;
	font-size: 10pt;
}

/***** NEWS STUFF *****/
div.news {
	float: left;
	width: 70%;
	/*border: 2px #006666 solid;*/
	margin-bottom: 20px;
	padding-top: 10px;
}

div.header {
	color: #eee;
	background: #55f;
	font-size: 14pt;	
}

div.news div.header {
	float: left;
/*	display: block;*/
	width: 100%;
	border: 0px;
	border-bottom: 1px #999 solid;
}

div.news div.header div.title {
	float: left;
}

div.news div.header div.date {
	float: right;
}

div.news div.article {
	display: block;
	background-color: #E6E6FF;
	border: 1px dashed #8080FF;
	color: #000;
	padding-left: 10px;
}

div.news div.article ul {
	display: block;
	margin-bottom: 0px;
	padding-bottom: 15px;
	padding-top: 15px;
}

/**
	HELP
**/
font.helph1 {
	text-decoration: underline;
	font-weight: bold;
	font-size: 14pt;
}

font.helph2 {
	text-decoration: underline;
	font-weight: bold;
	font-size: 12pt;
}

font.helph3 {
	text-decoration: underline;
	font-size: 12pt;
}
