/* A fluid template for business or fun */
/* By Dave Reeder, www.davereederdesign.com */

body { margin: 0; padding: 0; background: #262626; }

* {margin: 0; padding: 0; border: 0; font-family: "Trebuchet MS", Arial, sans-serif; }


/*------------Basic styles------------*/

p, h1, h2, h3, span#copyright, span#design { margin: 0 10px; color: #fff; font-weight: normal; text-decoration: none; background: transparent }

p { font-size: 0.8em; line-height: 1.4em; text-align: justify }
h1 { font-size: 1.3em; line-height: 1.4em; letter-spacing: 0.25em; margin-bottom : 1em; }	/* site heading */
h2 { font-size: 1.0em; line-height: 1.4em; color: #FFA000; margin-bottom : 1em; }	/* site heading */
h3 { font-size: 0.8em; line-height: 1.4em; color: #FFA000; }				/* sub headings */
span#copyright { font-size: 13px; line-height: 35px }  /* sets the copyright styles */
span#design {  float: right; font-size: 13px; line-height: 35px }  /* floats the design link into position */
span#gototop { float: right; font-size: 7pt; font-weight: bold; }
span.validation {  float: right; margin-right: 10px; } /* floats the validation buttons */
.validation img {  margin: 0; } /* floats the validation buttons */

div { padding: 10px 0;}

#hdrimg a {color: #06FF00; text-decoration: none; font-weight: normal;}
#hdrimg a strong {color: #fff; text-decoration: none; font-weight: normal;}
#hdrimg a:hover {color: #fff; text-decoration: none; font-weight: normal;}
#hdrimg a:hover strong {color: #06FF00; text-decoration: none; font-weight: normal;}

a {color: #06FF00; text-decoration: none}
a:hover {color: #fff; text-decoration: underline}


/*-------------Layout----------------*/
#page {
	padding: 0;
	margin: 0;
	border: 0;
}

#hdrimg {			/* Large image */
	float: left; 			
	width: 100%;
	margin-bottom: 5px;
	background: url('images/hdr.jpg') repeat-x;
	height: 170px;  	/* ie5x hack begins here */     
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 150px;
}
html>body #hdrimg {
	height: 150px;        /* ie5x hack ends here */
}

.rowcontainer {						/* Used to keep the divs in a row.  you can use this for any size of divs */
	float: left;
	margin-bottom: 5px;
	width: 100%;
	overflow: hidden;
	background: #333;
}

#bttmbar { float: left; width: 100%; height: 35px; background: url('images/hdr.jpg') bottom repeat-x }    /* Bottom copyright bar */


/*-------Columns: Note they dont add up to 100%, this is intentional to avoid problems!----------*/

.fullcolumn { float: left; width: 99%;}		/* Full width column for a one column site */

.halfcolumn { float: left; width: 49%;}		/* Half width column for a two column site. */

.onethirdcolumn { float: left; width: 33%; }		/* One third width column for a three column site */

.quartercolumn { float: left; width: 24.5% }		/* One quarter width column for a four column site */


/*------------------------------Main Navigation--------------------------------------------------*/

#nav { position: absolute; top: 145px; left: 0px; height: 25px; width: 100% }

ul#nav  { margin: 0 }

#nav li  /* Main nav list items */
{
	font-size: 13px;
	float: left;
	list-style: none;
	text-align: center
}

#nav li a {   /* Main nav styles for all links */
	display: block; /* Although display:block suggests a vertical list the float:left property under #nav li causes the menu to float inline */
	margin-left: 5px; /* adds a gap between the tabs */
	width: 90px; 	/* width of the tab */
	line-height: 25px; /* height of the tab */
	text-decoration: none;
}
	 
#nav a:link, #nav a:visited  { background: url('images/tab.gif') no-repeat 0 -25px }

#nav a:hover, #nav a:active { background: url('images/tab.gif') no-repeat 0 0 }

#nav a#current { background: url('images/tab.gif') no-repeat 0 0 }


/*------------------------------Other tags-------------------------------------------------------*/

acronym { border-bottom: 1px dashed #999; cursor: help }

/* lists */
ul { margin: 5px 0 5px 35px; list-style: url('images/bullet.gif') }
ol { margin: 5px 0 5px 35px; list-style: decimal }
ol li, ul li { color: #fff; font-size: 0.8em; line-height: 1.4em }

hr { margin: 10px 0px; height: 1px; background: #444; color: #444 }  /* rule styling */

img {margin: 0 10px} /* all images styling */
img.right {float: right}  /* right floating images */
img.left {float: left}   /* left floating images */


/*------------------------------About Page-------------------------------------------------------*/ 

div#about,
div#faq,
div#poll
{
	margin : 0;
	padding : 0;
	border: none;
}

div#about p,
div#faq p,
div#poll p
{
	margin-bottom: 0.6em;
}

div#poll span#statistics
{
	font-style: italic;
	margin-right: 5em;
}

/*------------------------------Form Containers--------------------------------------------------*/

div#categories,
div#options
{
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

div#categories,
div#options { width: 80%; min-width: 50em; }


div#categories,
div#categories_container,
div#all_container,
div#options,
div#options_container
{
	padding: 0;
	margin-top: 0;
	margin-bottom: 0
}

div#categories_container
{
	width: 88%;
	float: left;
}

div#all_container
{
	width: 10%;
	float: left;
}


/*------------------------------Categories-------------------------------------------------------*/

#categories_container ul li   /* categories checkbox */
{
	width: 10em;
	float: left;
}

#all_container ul li   /* all categories checkbox */
{
	width: 7em;
	margin-left: 2em;
	float: left;
}

div#poll input.pollRadios,
div#categories input.ccb
{
	vertical-align: middle;
	border: none;
	background: inherit;
	padding-left: 0.4em;
}

div#poll label,
div#categories label
{
	vertical-align: middle;
	padding-left: 0.2em;
}

/*------------------------------Form's Options---------------------------------------------------*/

div#options div#display_mode,
div#options div#date_range,
div#options div#name_filter,
div#options div#actions,
div#options div#actions2
{
	margin-left: 0.5em;
	margin-right: 0.5em;
	padding: 0;
	text-align: center;
}

div#options div#display_mode { width: 11em; float: left; }
div#options div#date_range { width: 9em; float: left; }
div#options div#name_filter { width: 40%; float: left;}
div#options div#actions { width: 5em; float: right; }

div#poll input#vote,
div#options input,
div#options select
{
	height: 1.4em;
	border: 1px solid #666;
	background-color: #444;
	color: #888;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10pt;
	text-align: center;
	margin: 2px auto;
}

div#poll input#vote:hover,
div#poll input#vote:focus,
div#options input:focus,
div#options select:focus,
div#options input:hover,
div#options select:hover
{
	background-color: #555;
	border-color: #777;
	color: #999;
}

div#options select#num,
div#options select#mode
{
	height: 1.5em;
	width: 11em;
}

div#options div#date_range div#fromfield,
div#options div#date_range div#tofield
{
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0px;
}

div#options div#date_range div input#trig_from,
div#options div#date_range div input#trig_to
{
	position: absolute;
	bottom: 2px;
	left: 15px;
	width: 21px;
	height: 15px;
	border: none;
	z-index: 2;
}

div#options div#date_range div input#from,
div#options div#date_range div input#to
{
	width: 9em;
	position: relative;
	top: 0px;
	left: 0px;
	text-align: right;
	padding-right: 1em;
	z-index: 1;
}

div#options input#inc,
div#options input#exc
{
	min-width: 9em;
	width: 100%;
}

div#poll input#vote,
div#options input#list,
div#options input#reset
{
	width: 5em;
	height: 1.5em; /* correct a strange behaviour where the buttons are a bit smaller thant the other input fileds */
}

div#options input#hidelang,
div#options input#marklang
{
	width: 11em;
	height: 1.5em; /* correct a strange behaviour where the buttons are a bit smaller thant the other input fileds */
}
/*------------------------------Releases---------------------------------------------------------*/

#rlzContent,
#rlzTable_container
{
	padding: 0;
	margin-top: 0;
	margin-bottom: 0
}



#rlzTable_container
{
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

table.rlz
{
	border-collapse: collapse;
	width: 100%;
	background-color: #333;
}

table.rlz * {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
}

table.rlz tbody {
	border-top: 5px solid #333;
}

tr
{
	background-color: transparent;
	color: #fa0;
}

tr:hover
{
	background-color: #222;
	color: #fa0;
}

table.rlz td
{
	padding: 3px;
}

col.rlzdate
{
	width: 13em;
}
col.rlztype
{
	background-color: #2c2c2c;
	width: 7em;
}
col.rlzname
{
	width: auto;
}


