/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #2C323B;
	color: white;
	scrollbar-face-color: #3E434A;
	scrollbar-highlight-color: #545C65;
	scrollbar-shadow-color: #3E434A;
	scrollbar-3dlight-color: #545C65;
	scrollbar-arrow-color:  #FFFFFF;
	scrollbar-track-color: #2C323B;
	scrollbar-darkshadow-color: #98AAB1;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif; }
a:link,a:active,a:visited { color : #FFFFFF; }
a:hover		{ text-decoration: underline; color : #FFFFFF; }
hr	{ height: 0px; border: solid #545C65 0px; border-top-width: 0px;}

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #545C65; border: 0px #98AAB1 solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #545C65; border: 0px #788088 solid; }

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #2C323B; }
td.row2	{ background-color: #3E434A; }
td.row3	{ background-color: #545C65; }
#rowFractal {
	background-color: #2C323B;
	padding:7px 0px 7px 10px;
}
/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
		background-color: #545C65;
		background-image: url(images/DAR_cellpic1.jpg);
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #FFFFFF; font-size: 11px; font-weight : bold;
	background-color: #FFFFFF; height: 25px;
	background-image: url(images/DAR_cellpic2.jpg);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(images/DAR_cellpic3.jpg);
			background-color:#545C65; border: #788088; border-style: solid; height: 28px;
}

td.centerHead {
	font-weight: bold;
	text-align: center;
}

td.paddingCells {
	padding: 0.1em 1em 1em 1em;
}

.forcedWrapText {
	word-break: break-all;
}

/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: #545C65; border-style: solid; height: 28px;
}
td.row3Right,td.spaceRow {
	background-color: #545C65; border: #788088; border-style: solid;
}

th.thHead,td.catHead { font-size: 12px; border-width: 0px 0px 0px 0px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 0px 0px 0px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 0px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 0px; }
th.thBottom,td.catBottom  { border-width: 0px 0px 0px 0px; }
th.thTop	 { border-width: 0px 0px 0px 0px; }
th.thCornerL { border-width: 0px 0px 0px 0px; }
th.thCornerR { border-width: 0px 0px 0px 0px; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle	{
	font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; line-height : 120%; color : #FFFFFF;
}

/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #FFFFFF; }
a.gen,a.genmed,a.gensmall { color: #FFFFFF; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #FFFFFF; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #FFFFFF }
a.mainmenu		{ text-decoration: none; color : #FFFFFF;  }
a.mainmenu:hover{ text-decoration: underline; color : #FFFFFF; }

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #FFFFFF}
a.cattitle		{ text-decoration: none; color : #FFFFFF; }
a.cattitle:hover{ text-decoration: underline; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #FFFFFF; }
a.forumlink 	{ text-decoration: none; color : #FFFFFF; }
a.forumlink:hover{ text-decoration: underline; color : #FFFFFF; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color : #FFFFFF;}
a.nav			{ text-decoration: none; color : #FFFFFF; }
a.nav:hover		{ text-decoration: underline; }

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2	{ font-weight: bold; font-size: 11px; color : #FFFFFF; }
a.topictitle:link   { text-decoration: none; color : #FFFFFF; }
a.topictitle:visited { text-decoration: none; color : #FFFFFF; }
a.topictitle:hover	{ text-decoration: underline; color : #FFFFFF; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #FFFFFF;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #FFFFFF; }

/* The content of the posts (body of text) */
.postbody { font-size : 12px; line-height: 18px}
a.postlink:link	{ text-decoration: none; color : #FFFFFF }
a.postlink:visited { text-decoration: none; color : #FFFFFF; }
a.postlink:hover { text-decoration: underline; color : #FFFFFF}

/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #BDC1C5;
	background-color: #545C65; border: #545C65; border-style: solid;
	border-left-width: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #e5e5e5; line-height: 125%;
	background-color: #545C65; border: #545C65; border-style: solid;
	border-left-width: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px
}

/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #e5e5e5; letter-spacing: -1px;}
a.copyright		{ color: #e5e5e5; text-decoration: none;}
a.copyright:hover { color: #FFFFFF; text-decoration: underline;}

/* Form elements */
input,textarea, select {
	color : #FFFFFF;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #FFFFFF;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #242931; 
	border-width: 1px;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #2C323B;
	color : #FFFFFF;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #545C65;
	border-width: 1px;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #545C65;
	font-weight : normal;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #3E434A; border-style: none; }

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
/*@import url("formIE.css");




/* This is for the sliding menus */
.ssmHdr {
color: white;
font: bold 12px verdana;
	}

.ssmHdr:link {
color: white;
text-decoration: none;
	}

.ssmHdr:visited {
color: white;
text-decoration: none;
	}

.ssmHdr:hover {
color: white;
text-decoration: underline;
	}

.ssmHdr:active {
color: white;
text-decoration: underline;
	}

.ssmItem {
color: white;
font: 12px verdana;
	}

.ssmItem:link {
color: white;
text-decoration: none;
	}

.ssmItem:visited {
color: white;
text-decoration: none;
	}

.ssmItem:hover {
color: white;
text-decoration: underline;
	}

.ssmItem:active {
color: white;
text-decoration: underline;
	}

.ssmBar {
color: white;
font: bold 12px verdana;
	}
	
/* Extra */

A.portal { text-decoration: none; }
a.portal:hover	{ text-decoration: underline;}
.portalSmall { font-size: smaller }



/*             styles for the star rater                */	
.star-rating{
	list-style:none;
	margin: 10px 0px 0px 0px;
	_margin: 0px;
	padding:0px;
	width: 120px;
	height: 20px;
	position: relative;
	background: url(images/star_rating.gif) top left repeat-x;		
}
.star-rating li{
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
.star-rating li a{
	display:block;
	width:20px;
	height: 20px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
.star-rating li a:hover{
	background: url(images/star_rating.gif) left center;
	z-index: 1;
	left: 0px;
	border:none;
}
.star-rating a.one-star{ left: 0px; }
.star-rating a.one-star:hover{ width:20px; }
.star-disponly a.one-star:hover{ width: 0px; }
.star-rating one-star{ left: 0px; }

.star-rating a.two-stars{ left:20px; }
.star-rating a.two-stars:hover{ width: 40px; }
.star-disponly a.two-stars:hover{ width: 0px; }
.star-rating two-stars{ left:20px; }

.star-rating a.three-stars:hover{ width: 60px; }
.star-rating a.three-stars{ left: 40px; }
.star-disponly a.three-stars:hover{ width: 0px; }
.star-rating three-stars{ left:40px; }

.star-rating a.four-stars{ left: 60px; }	
.star-rating a.four-stars:hover{ width: 80px; }
.star-disponly a.four-stars:hover{ width: 0px; }
.star-rating four-stars{ left:60px; }

.star-rating a.five-stars{ left: 80px; }
.star-rating a.five-stars:hover{ width: 100px; }
.star-disponly a.five-stars:hover{ width: 0px; }
.star-rating five-stars{ left:80px; }

.star-rating a.six-stars{ left: 100px; }
.star-rating a.six-stars:hover{ width: 120px; }
.star-disponly a.six-stars:hover{ width: 0px; }
.star-rating six-stars{ left:100px; }

.star-rating li.current-rating{
	background: url(images/star_rating.gif) left bottom;
	position: relative;
	height: 20px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}

.small-star{
    width:50px;
    height:10px;
}
/* for an inline rater */
.inline-rating{
    display:-moz-inline-block;
    display:-moz-inline-box;
    display:inline-block;
    vertical-align: middle;
}
.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating{
    background-image: url(images/star_small.gif);
    line-height: 10px;
    height: 10px;
}
.gensmallCopy {
font-size : 36px;
}

.release_title { font-weight: bold; font-size: 11px; color : #FFFFFF; }
.release_title a { font-weight: bold; font-size: 11px; color : #FFFFFF; }
.pagination {
	float: left;
}