html,
body,
form
{
	position: relative;
	margin:0;
	padding:0;
	height: 100%;
}

body 
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.0em;
}

h3
{
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 5px;
}

a
{
	color: #36c;
}

#maincontainer 
{
	background-image: url('../images/content_bg.gif');
	position: relative;
	margin: auto;
	width: 960px;
	height: 100%;
}

#maincontent
{
	position: absolute;
	top: 162px;
	bottom: 20px; /* sized */
	left: 20px;
	right: 20px;
	
	font-size: 8pt;
	font-family: Arial;
	margin: 0;
	padding: 0;
}

#logoheader 
{
	background-image: url('../images/bg_header.gif');
	background-repeat: repeat-x;
	height: 40px;
	width: 100%;
	position: relative;
}

#logoheader .welcomeuser
{
	color: #fff;
	position: absolute;
	top: 7px;
	right: 15px;
	font-size: 12pt;	
}

#logo 
{
	background-image: url('../images/logo.gif');
	background-repeat: no-repeat;
	height: 40px;
}

#photoheader 
{
	background-image: url('../images/photo_header.jpg');
	height: 72px;
	background-repeat: no-repeat;
}

#globalmenu
{
	height: 20px;
	float: right;
	padding-right: 14px;
	margin-top: 1px;
}

#globalmenu .menuitemcontainer
{
	float: left;
	width: 120px;
	margin-left: 3px;
}

#globalmenu .menuitem
{
	width: 120px;
	position: absolute;
	margin-top: 2px;
	z-index: 3;	
	text-align: center;
}

#globalmenu .transparentitem 
{
	border: 1px solid #000;
	background-color:#ffdc00;
	width: 120px;
	height: 20px;
	text-align: center;
	filter:alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;

}

#globalmenu a 
{
	font-weight: bold;
	color: #000;
	text-decoration: none;
	font-size: 0.8em;
}

#localmenu 
{
	height: 30px;
	background-image: url('../images/bg_menu.gif');
	background-repeat: repeat-x;
}

#localmenu ul
{
	position: relative;
	width: 100%;
	margin:0;
	padding:0;
}

#localmenu a 
{
	color: #fff;
	text-decoration: none;
	font-size: 0.7em;
	display: block;
	font-weight: bold;
	margin-top: 8px;
}

#localmenu a:hover 
{
	color: #F7DE08;
	text-decoration:none;
}

#localmenu ul li
{
	list-style-type: none;
	margin: 0;
	float: left;
	padding: 0;
	background-image: url('../images/menu_rightline.gif');
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0px 29px 0px 29px;
	height: 29px;
}

.infocenterlist ul
{
	list-style-type: none;
}

#localmenu ul li.right
{
	float: right;
	background-position: left top;
}

#localmenu ul li.selected
{
	background-color: #333;
	filter: alpha(opacity=70);
	-moz-opacity: .70;
	opacity: .70;
}

#localmenu ul li.right-selected
{
	float: right;
	background-position: left top;
	background-color: #333;
	filter: alpha(opacity=70);
	-moz-opacity: .70;
	opacity: .70;
}

#footer
{
	background-image: url('../images/footer_bg.gif');
	height: 102px;
	padding: 6px;
}

.chart
{
	height: 85px;
	width: 145px;
	border: 1px solid #939394;
	float: left;
	margin-right: 30px;
	color: #fff;
}

.chart h3
{
	background-image: url('../images/chartheader_bg.gif');
	background-repeat: repeat-x;
	margin: 0;
	padding:0;
	height: 16px;
	font-size: 0.7em;
	padding:2px;
	color: #fff;
}

.chart .baritem .bar1
{
	background-color: #F7DE08;
	width: 54px;
	height: 7px;
	font-size: 0.1em;
}

.chart .baritem .bar2
{
	background-color: #E68400;
	width: 50px;
	height: 7px;
	font-size: 0.1em;
}

.chart .baritem .bar3
{
	background-color: #96BC0D;
	width: 40px;
	height: 7px;
	font-size: 0.1em;
}

.chart .baritem .bar4
{
	background-color: #E4004F;
	width: 35px;
	height: 7px;
	font-size: 0.1em;
}

.chart .baritem .bar5
{
	background-color: #C9E3FC;
	width: 27px;
	height: 7px;
	font-size: 0.1em;
}


.chart .baritem
{
	clear: both;
	font-size: 0.6em;
}

.chart .barcontent
{
	width: 100px;	
} 

.chart .baritem div
{
	float: left;
	margin: 0;	
	padding: 0;
	height: 13px;
}

.clear
{
	clear: both;
}

/*Modal popup*/
.modalpopup
{
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 20;
	left: 0;
	top: 0;
	opacity: .40;
	-moz-opacity: .40;
	filter: alpha(opacity = 50);
	background-image: url(../images/content_bg.gif);
}

.modalpopupcontainer
{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
}

.modalcontent
{
	width: 100%;
	border: 2px;
	position: absolute;
	top: 0;
	margin: auto;
	z-index: 25;
}

.modalcontrolplaceholder
{
	margin: auto;
	border: 1px solid;
	background-color: #ffdc00;
}
/*End modal popup*/

/*Mailbox*/
.maillistcontainer
{
	position: absolute;
	width: 100%;
	height: 100%;
}

.maillist
{
	background-color: #bbe6f9;
	width: 250px;
	height: 100%;
	float: left;
	font-size:13px;
	overflow: auto;
	border: 1px solid #fff;
	/*
	background-color: #bbe6f9;
	width: 250px;
	height: 350px;
	float: left;
	padding: 15px;
	font-size: 13px;
	overflow: auto;
	border: 1px solid #fff;
*/
}

.maillist ul
{
	list-style-type: none;
	margin: 0;
	padding:0;
}

.maillist li
{
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: 1px solid #fff;
	font-size: 0.85em;
}

.maillist li a
{
	text-decoration: none;
	color: #000;
}

.maillist li.readTrue
{
	background-image: url(../images/messageread.jpg);
}

.maillist li.readTrueSelected
{
	background-image: url(../images/messageread.jpg);
	background-color: #fff;
}

.maillist li.readFalse
{
	background-image: url(../images/messageunread.jpg);
}

.maillist li span
{
	display: block;
}

.maillist li span.sender
{
	width: 150px;
	float: left;
	color: #000;
	font-weight: bold;
}

.maillist li span.date
{
	width: 70px;
	float:right;
}

.maillist li span.subject
{
	clear: both;
}

.mailcontentcontainer
{
	position: absolute;
	height: 100%;
	width: 645px;
	background-color: #fff;
	left: 270px;
}

.mailcontentcontainer .mailcontentheader
{
	height: 75px;
	background-image: url(../images/inbox_gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.mailcontentcontainer .mailcontentheaderinner 
{
	padding: 10px;
}

.mailcontentcontainer .mailcontentheader .mailsubject
{
	color: #f7de08;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 4px;
}

.mailcontentcontainer .mailcontentheader .mailfrom
{
	color: #fff;
	font-size: 1em;
	font-weight: bold;
}

.clear
{
	clear:both;
}

#mailcontentfield
{
	position: absolute;
	width: 100%;
	top: 75px;
	bottom: 0px; /* Sized*/
	overflow: auto; 
}

#mailcontentfieldinner
{
	padding: 10px;
}

#mailcontentfield ul
{
	margin: 20px;
	padding: 2px;
	list-style-type: disc;
}

#mailcontentfield ul ul
{
	margin: 20px;
	padding: 2px;
	list-style-type: circle;
}

/*End mail*/

/*info center*/
.infocenterlistcontainer
{
	padding: 10px;
}

.infocenterlist
{
	background-color: #bbe6f9;
	width: 250px;
	height: 100%;
	float: left;
	font-size:12pt;
	font-weight:bold;
	overflow: auto;
	border: 1px solid #fff;
}

.infocentertoc {
	padding: 15px;
}

.infocentertoc ul
{
	margin: 0;
	padding: 0;
}

.infocentertoc li 
{
	margin: 4px 0 4px 7px;
	padding: 0;
}

.infocentertoc li li 
{
	margin-left: 15px;
}

.infocentertoc li span 
{
	display: block;
	text-indent: -20px;
	margin-left: 20px;
}

.infocentertoc li a 
{
	text-decoration: none;
	color: #005E63;
} 
.infocentertoc li a:hover
{
	text-decoration: none;
	color: #fff;
}

/* root elements */
.infocentertoc li span 
{
	font-size: 16px;
}
/* sub elements */
.infocentertoc li li span 
{
	font-size: 13px;
}

.infocentertoc span.root,
.infocentertoc span.root a
{
	font-weight: bold;
	color: #005E63;
}
.infocentertoc span.root a:hover 
{
	font-weight: bold;
	color: #fff;
}

.infocentertoc span.parentofselected,
.infocentertoc span.parentofselected a
{
	font-weight: bold;
	color: #000;
}

.infocentertoc span.parentofselected a:hover
{
	font-weight: bold;
	color: #fff;
}

.infocentertoc span.selected, 
.infocentertoc span.selected a
{
	font-weight: bold;
}

.infocentertoc span.selected a:hover 
{
	font-weight: bold;
	color: #005E63;
}

.infocentercontentcontainer
{
	height: 100%;
	width: 645px;
	background-color: #fff;
	margin-left: 270px;
	position: relative;
}

.infocentercontentcontainer .infocentercontentheader
{
	height: 40px; 
	background-image: url(../images/infocenter_gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
}

.infocentercontentcontainer .infocentercontentheader ul
{
	margin: 0;
	padding: 0;
}

.infocentercontentcontainer .infocentercontentheader li 
{
	margin: 0;
	padding: 10px;
	display: block;
	float: left;
	font-size: 10pt;
}

.infocentercontentcontainer .infocentercontentheader li.startofinfoitemlist
{
	padding: 0;
}

.infocentercontentcontainer .infocentercontentheader li.infoitemparent
{
	padding-right: 15px;
	background: transparent url(../images/infocenter_gradient_seperator.png) no-repeat scroll right center;
}
.infocentercontentcontainer .infocentercontentheader li.infoitemparent,
.infocentercontentcontainer .infocentercontentheader li.infoitemparent a
{
	color: #ccc;
	text-decoration: none;
}
.infocentercontentcontainer .infocentercontentheader li.infoitemparent a:hover
{
	color: #f7de08;
	text-decoration: none;
}

.infocentercontentcontainer .infocentercontentheader li.infoitemtitel 
{
	color: #fff;
}

.clear
{
	clear:both;
}

#infocentercontentfield
{
	top: 40px;	/* Sized */
	bottom: 0px;
	width: 100%;
	position: absolute;
	overflow: auto; 
}

#infocentercontentfieldinner 
{
	padding: 10px;
}

#infocentercontentfield h4 
{
	font-size: 12pt;
	font-weight: bold;
	color: #000;	
}

/*End info center*/

/*Mail notification*/
.mailnotification
{
	display: none;
	width: 120px;
	height: 80px;
	border: 1px solid;
	z-index: 80;
	background-color: #000;
	position: absolute;
	right: 5px;
	bottom: 0;
	border-left: 1px solid #ffdc00;
	border-right: 1px solid #ffdc00;
	border-top: 1px solid #ffdc00;
	padding: 3px;
}

.mailnotification a
{
	color: #ffdc00;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
}

.mailnotification a:hover
{
	text-decoration: underline;
}
/*End Mail notification*/

.financeoverzicht 
{
	margin-top: 20px;
}
/*
roi_text
roi_waarde*/

.financeoverzicht table,
.financeoverzicht table tr,
.financeoverzicht table td,
.financeoverzicht table th
{
	border-style: none;
}

.financeoverzicht .groepkolom,
.financeoverzicht .totaalkolom 
{
	text-align: right;
}

/*
.profit_left
.profit_lefttotal
.profit_right
.profit_righttotal
.cost_left
.cost_lefttotal
.cost_right
.cost_righttotal
*/
.financeoverzicht .cost_left,
.financeoverzicht .cost_lefttotal,
.financeoverzicht .cost_right,
.financeoverzicht .cost_righttotal 
{
/*	background-color: #ffcccc;*/
}

.financeoverzicht .profit_left, 
.financeoverzicht .profit_lefttotal, 
.financeoverzicht .profit_right, 
.financeoverzicht .profit_righttotal 
{
/*	background-color: #ccffcc;*/
}

/*.financeoverzicht .profit_lefttotal td.postkolom,*/
.financeoverzicht .profit_lefttotal td.groepkolom,
/*.financeoverzicht .profit_righttotal td.postkolom,*/
.financeoverzicht .profit_righttotal td.groepkolom,
.financeoverzicht .profit_righttotal td.totaalkolom,
/*.financeoverzicht .cost_lefttotal td.postkolom,*/
.financeoverzicht .cost_lefttotal td.groepkolom,
/*.financeoverzicht .cost_righttotal td.postkolom,*/
.financeoverzicht .cost_righttotal td.groepkolom,
.financeoverzicht .cost_righttotal td.totaalkolom 
{
	border-top-style: solid;
	border-top-width: 1px;
}

.financedetails table,
.financedetails table tr,
.financedetails table td,
.financedetails table th
{
	border-style: none;
}

.financedetails .bedragkolom
{
	text-align: right;
}

.financedetails .totaal td {
	border-top-style: solid;
	border-top-width: 1px;
}

.financedetails h3 span.totaalbedrag 
{
	position: absolute;
	left: 330px;
}

/*End finance scherm*/

/*Rankings scherm*/

.ranking tr.ourteam td
{
	background-color: #eef;
	font-weight: bold;
	color: #333;
}

.ranking .rankingkolom
{
	width: 6%;
}
/*
.ranking .teamkolom
*/
.ranking .scorekolom 
{
	width: 25%;
	text-align: right;
}

.ranking .usercore
{
}
/*
.ranking .naamkolom
*/

/*End Rankings scherm*/

/*PoolEdit scherm*/

.pooledit h3 span.right
{
	position: absolute;
	right: 4px;
	top: 2px;
}

.pooledit td span.right
{
	float: right;
}

.ranking td 
{
	padding-top: 4px;
	padding-bottom: 4px;
}

.teamrankings div 
{
	margin-bottom: 15px;
}

.ranking .rankingkolom span 
{
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	min-height: 20px;
	background-position: left center;
	background-repeat: no-repeat;
}

.ranking .rankingkolom span.rank_1 
{
	background-image: url(../images/medal_gold_3.png);
}

.ranking .rankingkolom span.rank_2 
{
	background-image: url(../images/medal_silver_3.png);
}

.ranking .rankingkolom span.rank_3 
{
	background-image: url(../images/medal_bronze_3.png);
}

/*End PoolEdit scherm*/

/*Login scherm*/
body .loginpage table td 
{
	border-style: none;
}

body.login .transparentbackground 
{
	display: none;
}	

/*
.loginpage 
{
	background-image: url(../images/login-image.gif);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 10px center;
	width: 800px;
	height: 330px;
	position: relative;
}

.loginpage .loginpanel
{
	position: absolute;
	left: 150px;
	top: 30px;
	width: 250px;
	border: solid 1px black;
	background-color: #fff;
}

/* BIERTJE? */
.loginpage 
{
	background-image: url(../images/login_image.jpg);
	background-color: transparent;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

.loginpage .right 
{
	position: absolute;
	right: 5px;
}

.loginpage .loginpanel
{
	position: absolute;
	left: 300px;
	top: 25px;
	width: 300px;
	border: solid 1px black;
	background-color: #EDFFE9; 
	min-height: 110px;
}
/* eind bierje*/

.loginpage .sponsorpanel
{
	position: absolute;
	left: 0;
	top: 190px;
	width: 100%;
	background-color: #FFFFFF; 
	border-top: 1px solid #000000;
}

.sponsor 
{
	border: 0;
	margin-left: 5px;
	margin-right: 5px;
	margin-top:5px;
}

.loginpage table 
{
	width: auto;
}

body .loginpage table th
{
	background-color: transparent;
}

.loginpage .loginerrorrow td 
{
	color: Red;
}
/*End Login scherm*/

/*Admin user power tools */
#adminuserpowertools 
{
	position: absolute;
	top: 20px;
	width: 200px;
	right: -225px;
	z-index: 100;
	margin: 0;
	padding: 5px;
	border: solid 1px black;
	background-color: #ff99ff;
	font-size: 8pt;
}
#adminuserpowertools h1 
{
	margin: 2px 5px;
	font-size: 12pt;
}
#adminuserpowertools h3.collapsibleheaderup,
#adminuserpowertools h3.collapsibleheaderdown
{
	background-color: #cc66cc;
}

/*End Admin user power tools*/

#flashcontent 
{
	position: relative;
	height: 100%;
	width: 960px;
	left: -20px;
	top: -20px;
}

/* Messages */
.messagewrapper
{
	font-size: 80%;
	position: relative;
	z-index: 100;
}

.messagebox
{
	color: #369;
	border: 1px solid #99c;
	margin: 0px;
	padding: 5px 10px 5px 30px;
	background: #cef url(../images/information.gif) no-repeat 8px 5px;
}

.errorbox
{
	color: #c00;
	border: 1px solid #c00;
	margin: 0px;
	padding: 5px 10px 5px 30px;
	background: #fcc url(../images/error.gif) no-repeat 8px 5px;
}
/* End Messages */

.negative
{
	color: #900;
}

#getflash
{
	padding:10px; 
	margin: 10px; 
	background-color: #fff;
}

.trialinfo
{
	position: absolute;
	width: 99%;
	top: 75px;
	background-color: #fff;
	border: 1px solid #333;
	padding: 3px;
	margin: 1px;
	font-weight: bold;
}

.fullwidth
{
	width: 100%;
}

.financecontainer
{
	overflow: auto; 
	position:absolute; 
	height: 100%;
	width: 100%;
}

#waitmessage
{
	display: none; 
	position: absolute; 
	z-index: 10; 
	width: 100%;
	height: 100%; 
	margin: auto; 
	background-color: #000;
}

#waitmessage h3
{
	color:Yellow; 
	text-align:center; 
	margin-top: 150px; 
	border: none; 
	background-color: #000;
}

li.carouselitem
{
	width: 200px;
/*	height: 100px;*/
}

.carouselcontainer
{
	position: absolute;
	top: 400px;
	z-index: 10;
	background-color: #fff;
	width: 100%;
	padding-left: 60px;
}
