/* huidige kleuren 
*  : 				#7ECA1F; SOS groen
*  :				#EE297B; Ruuds rose/rood/paars wat?
*  :				#00ADF2; SOS blauw
*  :				#FFFFFE; net geen wit :-)
*/

/* standaard links styling kader */
a{
	text-decoration:	none;
}

a:link, a:visited, a:hover{
	color:				#00AFF0;
}


/* links in hoofdmenu */
.aMenu, .aMenu:link, .aMenu:visited
{
	display:		block;
	margin: 		15px 20px 0px 20px;
	font: 			bold 13pt Arial;
	color:			white;
	
}

.aMenu:hover, .aMenuActive, .aMenuActive:link, .aMenuActive:visited, .aMenuActive:hover
{
	display:		block;
	margin: 		15px 20px 0px 20px;
	font: 			bold 13pt Arial;
	color:			white;
}

.divMenu
{
	margin-top:15px;
	height:51px;
	border-width: 0px 1px 0px 0px;
	border-color:#349800;
	border-style:solid;
	float:left;
}

.bottomMenu, .bottomMenu:link, .bottomMenu:visited
{
	color:#7C7C7C;
}

.bottomMenu:hover, .bottomMenuActive, .bottomMenuActive:link, .bottomMenuActive:visited, .bottomMenuActive:hover
{
	color:#7C7C7C;
}

.divMenuBottom
{
	margin-top:15px;
	height:51px;
	float:left;
	font: 			bold 13pt Arial;
	color:#7C7C7C;
}

input[type="button"], input[type="submit"]{
	color:				#EE297B;
	background-color:	#d7e8ef;
	border-style:		solid;
	border-width:		1px 2px 2px 1px;;
	border-color:		#00ADF2;
}

input[type="text"], input[type="password"], input[type="file"], select, textarea{
	color:				#000001;
	background-color:	#d7e8ef;
	border-style: 		solid;
	border-width: 		1px;
	border-color: 		#00ADF2;
	padding:			0px 0px 0px 3px;
}

.scrollStyle{
	/*scrollbar-face-color: 		#3F403E;
	scrollbar-highlight-color:	#3F403E;
	scrollbar-shadow-color:		#3F403E;
	scrollbar-arrow-color:		#b5b1a8;
	scrollbar-3dlight-color:	#b5b1a8;
	scrollbar-darkshadow-color: #b5b1a8;
	scrollbar-track-color:		#b5b1a8;*/
}

input[type="text"], input[type="password"], input[type="file"]{
	width: 200px;
}

select{
	width: 205px;
}

/* Fielset settings */
fieldset{
	margin: 10px;
}

.menudiv
{
	line-height: 81px;
	vertical-align: middle;
	text-align: left;
	background-image: 	url("../images/layout/balk_groen_back_jpeg.jpg");
	background-repeat: 	no-repeat;
	background-position: center center;	
}

.imagediv
{
	text-align: left;
	background-image: 	url(../images/layout/lekker_trappen.jpg);
	background-repeat: 	no-repeat;
	background-position:top right;	
	
}

.imagedivoranje
{
	display:	inline-block;
	text-align: left;
	background-image: 	url(../images/layout/lekker-trappen-oranje.jpg);
	background-repeat: 	no-repeat;
	background-position:	right 3px;	
	
}

.disclaimerdiv
{
	line-height: 81px;
	vertical-align:middle;
	text-align: left;
	background-image: 	url("../images/layout/bottom_back_2.jpg");
	background-repeat: 	no-repeat;
	background-position: center center;	
}

.clubImage
{
	width: 180px;
	height: 180px;
	float: left;
	
	background: transparent;
}

#playerdiv
{
	position: absolute;
	
	top: 520px;

	left: 40px;
	
	width: 75px;
	height: 50px;
	background: transparent;
}

#playbutton
{
	width: 35px;
	height: 35px;
	background-image: url("../images/layout/play_button.jpg");
	background-repeat:no-repeat;
	
	
	display: inline;
	float: left;
	
	cursor: pointer;
	margin-right: 0px;
}

#pausebutton
{
	width: 35px;
	height: 25px;
	background-image: url("../images/layout/pause_button.jpg");
	background-repeat: no-repeat;
	
	display: inline;
	float: right;
	
	cursor: pointer;
	
	margin-top: 10px;
}

.contentdiv_bal
{
	height: 450px;
	background-image: 	url("../images/layout/contentdiv_back.jpg");
	background-position: 35% 65%;
	background-repeat: no-repeat;
}

.contentdiv_roze
{
	height: 450px;
	background-image: 	url("../images/layout/roze_vlak_groot.jpg");
	background-position: 35% 65%;
	background-repeat: no-repeat;
}

.scooreenbalHolder
{
	/*
	background-image: 	url("../images/layout/scooreenbal.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	*/
}

.offerForm
{
	position: absolute;
	top: 270px;
	left: 245px;
	
	width: 250px;
	height: 200px;
	background: transparent;
}

.offerFormForm
{
	position: absolute;
	top: 30px;
	left: 25px;
}

.offerValueTitle
{
	color: #ffffff;
	font-size: 18pt;
	font-weight: bold;
	
	background: transparent;
	
	margin-bottom: 10px;
}

.offerValueInput
{
	width: 100px;
	height: 50px;
	
	font-size: 32pt;
	text-align: center;
}

.offerValueButton
{
	color: #ffffff;
	font-size: 18pt;
	font-weight: bold;
	
	background: transparent;
	
	margin-top: 15px;
	
	cursor: pointer;
}

.formError
{
	/**/
	left:200px;
	margin-top:10px;
	font-size:12pt;
	color:red;
	text-align:left;	
}

.offers
{
	position: absolute;
	right: 50px;
	top: 360px;
	width: 250px;
	height: 165px;
	background: transparent;
	
	color: #000000;
	font-size: 12pt;
}

.offer
{
	width: 250px;
	height: 40px;
	border-bottom: solid 1px #000000;
	background: transparent;
}

.offerTitle
{
	position: absolute;
	left: 0px;
	
	width: 180px;
	height: 40px;
	line-height: 40px;
	vertical-align: center;
	
	background: transparent;
	overflow: hidden;
	
}

.offerEuro
{
	position: absolute;
	left: 180px;
	width: 20px;
	height: 40px;
	line-height: 40px;
	vertical-align: center;
	
	background: transparent;
	
}

.offerValue
{
	position: absolute;
	right: 0px;
	
	width: 50px;
	height: 40px;
	line-height: 40px;
	vertical-align: center;
	
	background: transparent;
	
}

.highestOffer, .sosTitle
{
	color:#EE297B;
	font-weight:bold;
}

.sosTitle
{
	font-size: 14pt;
}

.sosPageTitle
{
	color:#EE297B;
	font-weight:bold;
	font-size: 15pt;
	line-height:20px;
}

table.ranking
{
	width: 600px;
	background: #cccccc;
	margin: 10px;
	padding: 0px;
	font-size: 10pt;
}

tr.rankingHead
{
	height: 30px;
	background: #88d12c;
	color: #ffffff;
	font-weight: bold;
	font-size: 11pt;
}

tr.ranking1
{
	height: 20px;
	background: #ffffff;
}

tr.ranking0
{
	height: 20px;
	background: #eeeeee;
}

td.rankingRank
{
	width: 35px;
	font-weight: bold;
	text-align: right;
	padding-right: 15px;
}

td.rankingClub
{
	width: 250px;
}
td.rankingNumOffers
{
	width: 150px;
	text-align: center;
}
td.rankingMaxOffer
{
	width: 150px;
	text-align: center;
}

/* tableList: kader waarbinnen bewerkbare informatie staat */ 
.tableList td{
	font-size:			12px; 
	padding: 			3px 3px 3px 3px;
}
	
.tableList{
	color: 				black;
	width:				94%;
	margin:				0px 0px 0px 2%;
}

.tableList tr
{
	text-align:left;
}

.totalAmount
{
	font-size: 12pt;
}