/***************************
** 3FMFAN V2 CSS 'SCREEN' **
***************************/

/* Algemene elementen */
* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

body {
	background: #151515;
}

a img {
	border: 0px;
}

h2 {
	font-size: 24px;
	height: 40px;
	
	color: #3b3b3b;
}

h3 {
	font-size: 16px;
	height: 25px;
}

hr {
	margin: 3px auto;
	width: 90%;
	color: #e2e2e2;
	background-color: #e2e2e2;
	border: 1px solid #e2e2e2;
}

#middle_right h4 {
	font-size: 15px;
	height: 23px;
}

#middle_left h4 {
	font-size: 22px;
	height: 50px;
	
	color: #85D3EA;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.moreLink {
	text-align: right;
	font-style: italic;
}

ul {
	margin-left: 15px;
}

input[type=text], input[type=password], select, textarea {
	background-color: #edeff1;
	border: 1px solid #cccccc;
	padding: 3px;
	margin-top: 3px;
}

input[type=submit], input[type=reset], input[type=button], button {
	font-weight: bold;
	font-size: 15px;
	padding: 5px;
	
}

select.trackOptions {
	margin: 0px;
	width: 150px;
}

fieldset {
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}


/* Algemeen: tabel-opmaak */
table tr.first td {
	font-weight: bold;
	font-size: 16px;
}

table.data {
	border-collapse: collapse;
	width: 100%;
	margin-top:	3px;
	_width: 99%;
}

table.data tr th {
	border-left: 1px solid #3b3b3b;
	border-right: 1px solid #3b3b3b;
	border-bottom: 1px solid #3b3b3b;
	padding: 7px 3px;
}

table.data tr td {
	border-left: 1px solid #3b3b3b;
	border-right: 1px solid #3b3b3b;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 3px;
}

table.data tr:first-child td {
	border-top: 1px solid #3b3b3b;
}

table.data tr:last-child td {
	border-bottom: 1px solid #3b3b3b;
}

table.data tr.nowOnAir td {
	background: maroon;
	color: white;
}

/* De hele pagina */
#wrap {
	margin: 0px auto;
	width: 950px;
}

/* Header */
#header {
	margin-top: 15px;
	min-height: 143px;
	
	background: url(../img/header_background.png) no-repeat;
}

#header #logo {
	padding-top: 15px;
	padding-left: 25px;
	width: 427px;
	height: 79px;
}

#didYouKnow {
	float: right;
	margin-right: 25px;
	margin-top: 15px;
	padding: 5px;
	
	width: 400px;
	height: 80px;
	
	color: white;
	
	font-size: 12px;
}

#didYouKnow a:link, #didYouKnow a:visited, #didYouKnow a:hover {
	color: white;
	text-decoration: underline;
}   

#topmenu {
	margin-top: 25px;
	height: 41px;
}

#topmenu ul {
	margin-left: 5px;
	list-style: none;
}

#topmenu ul li {
	float: left;
	margin-left: 30px;
}

#topmenu a:link, #topmenu a:visited {
	display: block;
	width: 99px;
	height: 41px;
	padding-top: 10px;
	
	background: url(../img/topmenu_background.png) no-repeat;
	color: #433C02;
	
	text-align: center;

	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

#topmenu a:hover {
	background: url(../img/topmenu_hover_background.png) no-repeat;
	text-decoration: none;
}

/* Zoekbalk */
#searchBox {
	text-align: right;
}

#searchBox input[type=text], #searchBox select, #searchBox textarea {
	border: 1px solid #cccccc;
	padding: 3px;
	margin-top: 0px;
	background-color: #3b3b3b;
	color: #fff;
}

#searchBox input[type=submit], #searchBox input[type=reset], #searchBox input[type=button], #searchBox button {
	font-weight: bold;
	font-size: 12px;
	padding: 3px;
	background: #3b3b3b;
	color: #fff;
	border: 1px solid #cccccc;
}

/* Middendeel */
#middle {
	margin-top: 5px;
	
	background: #ffffff url(../img/sidebar_background.gif) repeat-y;
}

/* Sidebar */
#middle #middle_left {
	float: left;
	width: 220px;
	padding: 5px;
	
	background: #3b3b3b;
	
	font-size: 11px;
	color: #ffffff;
}

#middle #middle_left a {
	color: #3A9FBD;
}

/* Content */
#middle #middle_right {
	margin-left: 230px;
	padding: 4px 10px;
	
	font-size: 12px;
}

#middle #middle_right a {
	color: #aa0202;
}

#middle .divider {
	height: 16px;
	margin: 10px 0px;
	
	background: url(../img/divider_background.gif) repeat-x;
}

.leftColumn {
	width: 340px;
	float: left;
}

.rightColumn {
	margin-left: 350px;
}

.clear {
	clear: both;
}

.postInfo {
	border: 1px solid #cccccc;
	padding: 2px;
	margin: 2px;
	
	color: #636363;
}

/* Footer */
#footer {
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 4px;
	
	background: #710f11;
	color: #ffffff;
	
	font-size: 11px;
	text-align: center;
}

#footer a {
	color: #767676;
}

/* Poll */
table.voteResults tr td, table.voteResults tr th {
	padding: 2px;
}

.percentageBalk {
	width: 200px;
	height: 15px;
	border: 1px solid black;
	background: #ffffff;
}

.percentageBlok {
	height: 15px;
	background: maroon;
}

.flexpoll_form input {
	margin-bottom: 15px;
}

/* Input validation */
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: maroon;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

/* CSS MouseOver */
a.info{
    position:relative; /*this is the key*/
    z-index:24;
}

a.info:hover{
	z-index:25;
	background-color:#ff0;
}

a.info span{
	display: none;
}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:5em; width:20em;
    border:1px solid maroon;
    background-color:#fff;
    color:#000;
    text-align: center;
    text-decoration: none;
}

/* Prototype TableSort */
.sortcol {
	cursor: pointer;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;
}
.sortasc {
	background-color: #FFCCCC;
	background-image: url(../../../includes/tablesort/up.gif);
}
.sortdesc {
	background-color: #FFCCCC;
	background-image: url(../../../includes/tablesort/down.gif);
}
.nosort {
	cursor: default;
}

/* Serious Request */
.srblok {
	margin: 15px auto;
	width: 200px;
	background-color: #4d410d;
	padding-bottom: 10px;
}

/* Youtube video's */
.videoThumb {
	float:		left;
	
	width:		160px;
	height:		175px;
	
	margin:		6px;
	
	overflow:	hidden;
}

.youtubeNewestVideos {
	margin:		0;
	padding:	0;
	list-style:	none;
	
	height:		90px;
	width:		700px;
}

.youtubeNewestVideos li {
	float:		left;
	
	padding:	5px 10px;
}

/** TWITTERSEARCH **/
ul.twittersearch, ul.twittersearch li {
	margin:		0;
	padding:	0;
	list-style: none;
}

ul.twittersearch li {
	padding:	5px 0;
}

ul.twittersearch .image  {
	float:		left;
}

ul.twittersearch .image  img {
	width:		35px;
	height:		35px;
}

ul.twittersearch .tweet {
	padding-left:40px;
}

ul.twittersearch .tweet_name {
	font-weight:bold;
}

ul.twittersearch .tweet_date {
	font-size:	10px;
	color:		#9f9f9f;
}