﻿/* ====== Custom LOOK ========= */

/* ------ ban list --------- */
.requestResult
{
	text-align:center;
}
.resultUnknown
{
}
.resultBanned
{
	color:red;
	font-weight:bold;
}
.resultExpired
{
	color: green;
}
.resultClosed
{
	color:#aaaa00;
}

/* ====== General LOOK ========= */

/* ------ HEADER --------- */

#header
{
		clear:both;
		width:auto;
		background:#e0e0ff;
		border-bottom:1px solid #000;
		padding:0px;
		margin:0px;
}
#headersection
{
	padding:5px;	
}
#headermain
{
	font-size:48px;
	font-weight:bold;
}
#headermain a, #headermain a:visited, #headermain a:hover, #headermain a:active
{
	text-decoration: none;
	color: black;
	border: 0px;
}

#headersub
{
	padding: 0 0 0 40px;
	vertical-align:bottom;
	font-size:x-large;
	font-weight:bold;
	font-style:italic;
	display:inline-block;
}

/* ------ SECTION SELECTOR --------- */

.sectionselector {
	background: #fff0f0;
	width:100%;
	border-bottom:1px black solid;
	border-left:1px gray solid;
	border-right:1px gray solid;
}
.sectionselector ul {
	padding: 5px;
	margin: 0px;
	border-bottom:1px gray solid;
}
.sectionselector li {
	list-style-type: none;
	display: inline;
	padding: 0 20px 0 0;
}
.sectioninfo {
	width:100%;
	border-bottom:1px gray solid;
	padding: 2px;
}

/* ------ MENU --------- */

#mainmenu
{
	list-style-type:none;
	font-size:medium;	
	font-weight:bold;
	padding-left: 0px;
	margin:0px 5px 0px 10px;
}
span.downloadnow  {
	font-weight:bolder;
	font-style:italic;
	color:green;
}
#mainmenu a:hover .downloadnow  {
	color:#3333FF;
}
span.menuinfo  {
	font-weight:normal;
	font-style:italic;
	font-size:small;
	color:black;
}
.menuinfoimp {
	font-weight:bold;	
}
#mainmenu li
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width:100%;
	border: 1px #f0f0f0 solid;
	float:left;
}
#mainmenu li:hover
{
	border: 1px black solid;
	color:red;
	background: #d0ffd0;
}
#mainmenu a, #mainmenu a:active, #mainmenu a:visited, #mainmenu a:hover, #mainmenu a:focus
{
	text-decoration:none;
	padding: 5px 5px 5px 5px ;
	margin: 0px 0 0 0;
	width: 100%;
	float:left;
}
#mainmenu a, #mainmenu a:active, #mainmenu a:visited, #mainmenu a:focus
{
	color:black;
}
#mainmenu a:hover
{
	color:red;
}

.mainsubmenu
{
	list-style:none;
	font-size:small;
}

/* ------ CONTENT --------- */

#main {
	padding: 2px;
}

#footer
{
	background: #d0d0ff;
	clear:both;
	width:100%;
	border-top:1px solid #000;	
	float: left;
}
#footer p {
		padding:10px;
		margin:0;
}

.copyright {
	display:inline;
	float:left;
	padding: 0px 0px 0px 10px;
}
.copyright span {
	font-weight:bold;	
}
.pagestats {
	float:right;
	display:inline;
	border-left: 1px solid black;
	padding: 0 0 0 10px;
	font-style:italic;
	font-size:80%;
}

p.querytime {
	font-size: small;
	color: gray;
	text-align: right;
}
.roomstatsvalues {
	font-weight: bold;	
}

p.targetstats {
	font-size: 18px;
	font-style:italic;
}

p.targetstats b {
	font-style:normal;
	font-weight:bold;
}

/* -------------- TABLES --------------------- */

table.general {
	border-width: 3px 3px 3px 3px;
	border-spacing: 1px;
	border-style: double double double double;
	border-color: rgb(54, 95, 145) rgb(54, 95, 145) rgb(54, 95, 145) rgb(54, 95, 145);
	border-collapse: collapse;
	background-color: white;
}
table.general th {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: rgb(54, 95, 145) rgb(54, 95, 145) rgb(54, 95, 145) rgb(54, 95, 145);
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.general td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: rgb(54, 95, 145) rgb(54, 95, 145) rgb(54, 95, 145) rgb(54, 95, 145);
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

/* -------------- columns table (used for easy columns at overview) --------------------- */

.columns {
}
.columns td {
	padding-right: 30px;
}
