/**
###############################################################################
#  koala.css
#
#  General stylesheet for all browsers 
#  (see special Fixes for IE7 and IE6 in separate stylesheet files)
#
#  Author: Johan Smits
#  Copyright: Koala Software Productions
#  Project: Aanmelden bij EventLogin
#  Creation date: Oktober 2009
#  Last change: May 2011
#  History:
#
#
###############################################################################
**/
* {margin: 0; padding: 0}
html{
/*
	background: #fff url('../images/backgrounds/background.jpg') center top no-repeat;
*/	
	background: #de3024;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: normal;
	margin: 0; 
	padding: 0;
}
body{
	/*  url('../images/backgrounds/background.gif')  */
	background: #fff;
//	background: rgba(100%,100%,100%,1) ;
/*	background: #fff url(../images/backgrounds/body_bg.png) center top repeat-x; 
*/
	margin: 0 auto 10px auto;
	padding: 32px 0px 5px 5px;
	width: 954px;
	z-index:1;
}
body.index {
/*  url('../images/logos/KlantLogo.jpg')  */	
/*	background: rgba(100%,100%,100%,.75) url('../images/logos/KlantLogoKlein.png') 375px 10px no-repeat;		*/
}
body.authenticate {
	padding: 2px 15px 60px 15px;
	width: 450px;
}
.authenticate #header {
/*  url('../images/logos/KlantLogo.jpg') 
	background: #FFF url('../images/backgrounds/header.jpg') center top no-repeat;
*/
	background: url('../images/logos/KlantLogoKlein.jpg') center 20px no-repeat; 
	height:124px;
	margin-top:2px;
	text-align: center;
}
.index #header {
	background: url('../images/logos/KlantLogo.jpg') center top no-repeat; 
	height: 150px;
}
.authenticate table {
	margin: 2px auto;
}
.admin {
	width: 783px;	
}
.configuratiescherm {
	width:1200px;	
}
.toonTeamsamenstelling {
	width: 483px;	
}
.toonTeamsamenstelling fieldset {
	width: 470px;
}
.toonTeamsamenstelling ol {
	list-style: none;
}
.toonTeamsamenstelling li {
	list-style: none;
	padding-bottom:0.5em;
	padding-left: 1.5em;
	padding-top: 0.5em;
}

.fotostrook {
	background: url(../images/backgrounds/fotostrook.jpg) no-repeat 522px 200px; 
}
h1 {
	color: #de3024;
	font-size: 15pt;
	font-weight: bold;
	margin: 10px 165px 25px 50px;
	padding-top: 2px;
}
.authenticate h1 {
	margin: 0;
	padding-top: 10px;
}
.configuratiescherm h1 {
	margin-top: 30px;
	margin-bottom: 50px;
}
h2 {
	color: #de3024;
	font-size: 10pt;	
	margin: 10px 200px 5px 2px;
	text-align: left;
}
h3 {
	color: #de3024;
	font-style: italic;
	font-size: 11pt;
	text-align: center;
}
p, dd, dt, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
}
p, dd {
	line-height: 1.35em;
/*	margin: 2px 25px 7px 2px; */
	margin: 5px 25px 20px 2px;
}
dt {
	display:block;
	width: 5em;
}
dd {
	display:block;
	margin: -1.45em 25px 10px 7em;
}
td p {
	line-height: 1.2em;
	margin: 2px 5px 2px 2px;
}
.intro {
	margin-right: 200px;
}
p.vraag {
	margin: 5px 15px 5px 2em;
	clear: both;
}
.klein{
	font-size:8pt;
	margin: 0px 30px 0px 11em;
}
.klein2{	
	color: #777;
	font-size:8pt;
	margin: 0px 10px 0px 5em;
}
p.waarde {
	background: #FFFFCC;
	display:block;
	font-weight:400;
	padding: 2px;
	width: 20em;
}

ul {
	list-style: none;
	margin-left: 30px;
}
fieldset ul.methoeve li {
	padding: 0;	
}

a{
	color:#000;
	font-weight: bold;
	text-decoration:none;
}
.klant {color: #de3024;}
.eventlogin {color: #de3024;}
a:hover{
	text-decoration:underline;
}
img{
	border:none;
}
img.mini-album {
  border: #de3024 solid;
  border-width: 1px 2px 2px 1px;
  float: left;
  height: 200px;
  margin: 3px;
}

img.opstapplaats {
	margin: 3px auto;
	width: 150px;
}
.activiteit img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);;
	margin-bottom: 3px;
}
#divMain {
/*	background: url(../images/backgrounds/mainfooter.jpg) left bottom no-repeat; */
	padding-bottom: 70px;	
	position: relative;
}
#divWelkomstekst {
	background: url(../images/backgrounds/eigen-fotos.jpg) left bottom no-repeat; 
	padding-bottom: 70px;	

}
#KlantLogo {
	position: absolute;
	right: 11px;
	top: 0px;
	display: block;
}
#EventLoginLogo {
	position: absolute;
	top: 0px;
	right: 13px;
}
fieldset {
	background: rgba(240,236,234,.9);
	width: 500px;
	margin: 0 0 1.5em 0;
	padding: 0;
	border: 1px solid #de3024;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
fieldset.wide {
	width: 620px;
}
fieldset.submit {
	text-align: center;
	padding: 10px 0;
}
legend {
	color: #de3024;
	font-weight: bold;
	margin-left: 1em;
	padding: 0.2em 0.75em;
}
fieldset ol.tekstvak {
	padding: 0.8em 1em 0 1em;
	list-style: none;
}
label.tekstvak, span.label {
	float: left;
	font-size: 8pt;
	width: 10em;
	margin-right: 1em;
	text-align: right;
}
fieldset select {
	margin-left: 10em;
	font-size: 9pt;
	width: 20em;
}
fieldset ol.radio, fieldset ol.radio2 {
	padding: 0.5em 0 0 2.0em;
	list-style: none;
}
fieldset li {
	padding-bottom: 1em;
}
fieldset ol.radio li {
	display: block;
	float: left;
	width: 7em;
}
fieldset ol.radio2 li {
	display: block;
	float: none;
	clear: both;
	width:	40em;
}
fieldset ol.radio2 {
	float: left;
	width: 180px;
}
fieldset ol.radio2 li.buslocatie {
	border-right: 2px #de3024 solid;
	border-bottom:	2px #de3024 solid;
	clear: none;
	height: 165px;
	width: 220px;
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
	padding-left:20px;
	padding-right: 5px;
}
fieldset ol.radio li.activiteit {
	border-right: 2px #de3024 solid;
	border-bottom:	2px #de3024 solid;
	clear: none;
	float: left;
	height: 133px;
	padding: 5px 0px 1px 9px;
	margin: 3px 3px 10px 0;
	width: 165px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);;

}
fieldset ol.radio li.workshop{
	clear:none;
	border-bottom: 3px solid #de3024;
	float: left;
	height: 117px;
	margin-bottom: 10px;
	margin-right: 0px;
	width: 175px;
}
fieldset ol.radio2 li.workshop{
	clear:none;
	border-bottom: 3px solid #de3024;
	float: left;
	height: 117px;
	margin-bottom: 10px;
	margin-right: 0px;
	width: 175px;
}
fieldset ol.radio2 li.workshop2{
	clear:none;
	border-bottom: 3px solid #00a0e9;
	float: left;
	height: 121px;
	margin-bottom: 10px;
	margin-right: 1px;
	width: 175px;
}
li.workshop label {
	font-size: 11pt;	
}
li.workshop label em{
	font-size: 8pt;	
}
fieldset ol.radio2 li.selected {
	background: #d0faba;	
}
fieldset ol.radio2 li.kolomkop{
	clear:none;
	float: left;
	height: 20px;
	margin-bottom: 10px;
	margin-right: 1px;
	width: 175px;
}
label.radio {
	float: none;
	width: 4em;
	padding-left: 5px;
	text-align: left;
}
label.radio2 {
	padding-left: 0.75em;
	text-align: left;
}
li span.captain {
	padding-left: 2.5em;
}
li span.teamnaam {
	color: #de3024;
	font-weight: bold;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: normal;
	width: 30em;
}
.error {
	border-left: solid 20px red;
}
.clear {
	clear:both;
}

/* Stijlcodes voor Admin Page */
ol.menu {
	clear:left;
	list-style:none;
	padding: 3px 0;
}
ol.menu li {
	background: #de3024;
	display: block;
	float: left;
	list-style: none;
	padding: 2px 12px;
}
ol.menu li a {
	color: #FFF;
}
#divTabelStatistieken {
	clear:both;
	margin: 20px 0px 40px;
	padding-top:20px;
}
#divTabel {
	clear:both;
	margin: 20px 0px 40px;
	padding-top:20px;
}
div.StatTabel {
	margin-top: 25px;
	padding-top: 35px;
	border-top: 2px solid #de3024;
}
table {
	background: rgba(240,236,234,.9);
	border: 1px solid #de3024;}
table.wide {	
	width: 479px;
}
thead {
    background-color:#029ddf;
    color:#fff;
    font-size: 9pt;
    font-weight: bold;
    cursor: default;
}
th {
	background: #de3024;
	color:#FFF;
	padding: 4px 5px 1px 3px;
	text-align: left;
}
th.mover {
    background-color:#fff;
    color:#029ddf;		
}
tr.odd {
	background:#eee;
}
tr.even {
	background:#85d0f0;
}
td {
	border-top: 1px solid #de3024;
	padding: 4px 5px 2px 5px;
}
.authenticate td {
	border: none;	
}
td.statistiek {
	padding-left:30px;
	text-align: right;
}
.over-inline {
	background-color: #FFFACD;	
}
.editable-punten {
	text-align: center;
}

/* Styles for table in config.tpl */
th.w25  {width: 25px; text-align: left;}
th.w50  {width: 50px; text-align: left;}
th.w75  {width: 75px; text-align: left;}
th.w100 {width:100px; text-align: left;}
th.w150 {width:150px; text-align: left;}
th.w200 {width:200px; text-align: left;}



/*  STYLES FOR JQUERY FEATURES */
.over-inline {
  background-color: #FFFACD;
}

body .active-inline {
  background-color: inherit;
}
.ui-autocomplete-loading { 
	background: lemonchiffon url('images/ui-anim_basic_16x16.gif') right center no-repeat; }
.ui-widget { 
	font-size: 1em;
}

p#vtip { 
	display: none; 
	position: absolute; 
	padding: 10px; left: 5px; 
	font-size: 0.9em; 
	background-color: white; 
	border: 1px solid #a6c9e2; 
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	width: 300px;
	z-index: 9999 
}
p#vtip #vtipArrow { 
	position: absolute; 
	top: -10px; 
	left: 5px 
}