/** Add css rules here for your application. */


/*
iframe {
	overflow: scroll;
	width: 850px;
	height: 1000px;
}
*/

h1 {
  font-size: 2em;
  font-weight: bold;
  color: #777777;
  margin: 40px 0px 70px;
  text-align: center;
}

a h1 {
	font-size: 2em;
  	font-weight: bold;
  	color: white;
  	margin: 40px 0px 70px;
 /*	text-align: center;*/
}

a h3 {
	font-size: 2em;
  	font-weight: bold;
  	color: white;
  	margin: 40px 0px 70px;
}

.titel {
	padding: 20px 0 px 0px 0px;
	margin: 20px 0px 0px 0px;
}

.aanmeldingstekst {
	padding: 10px 10px 10px 20px;
	font-size: 16px;
}

.homeTekst {
	font-size: 16px;
}

.titel h1 {
	font-family: "Lucida Bright";
	padding: 0;
	margin: 0;
	font-size: 2em;
  	font-weight: bold;
  	color: white;
  	text-align: center;
}

.titel p {
	padding: 0;
	margin: 0;
	color: rgb(208, 208, 208);
	font-style: italic;
	font-size : 20px;
	text-align: center;
}

.groenTextBox {
	margin: 0px 10px 0px 20px;
	background-color: rgb(147, 252, 126);
}

.blauwTextBox {
	margin: 0px 10px 0px 20px;
	background-color: rgb(163, 253, 255);
}

.paarsTextBox {
	margin: 0px 10px 0px 20px;
	background-color: rgb(237, 163, 255);
}

.roodTextBox {
	margin: 0px 10px 0px 20px;
	background-color: rgb(255, 126, 117);
}

.jtimage {
	margin: 20px 0px 20px 20px;
}

.sendButton {
  display: block;
  font-size: 16pt;
}

/** Most GWT widgets already have a style name defined */
.gwt-DialogBox {
  width: 400px;
}

.dialogVPanel {
  margin: 5px;
}

.serverResponseLabelError {
  color: red;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
  margin: 15px 6px 6px;
}

.header {
	background-color: grey;
}

.sidebar {
	background-color : rgb(227, 231, 232);
}

.centerPanel {
	padding: 20px;
}

.mainMenu {
	padding: 0px;
	align: center;
	background-color : rgb(227, 231, 232);
}

.menuItem {
	padding: 0px 8px 0px 8px;
	background-color: blue;
	color: white;
	font-size: 13px;
}

.menuItem:hover{
	background-color: lightblue;
	color: white;
}

.menuItemDisabled {
	padding: 0px 8px 0px 8px;
	background-color: gray;
	color: white;
	font-size: 13px;
}

.fotoimageklein {
	padding: 0px 10px 10px 0px;
	width: 180px;
	height: 120px;
}

.fotoimagegroot {
	padding: 20px 20px 0px 20px;
	width: 850px;
	height: 550px;
}

.fotobuttonPanel {
	padding: 0px;
	margin: 0px;
	position: relative;
	left: 45%;
}

.gwt-MenuItem {
	background-color: blue;
	color: #123456;
	font-style: italic;
}
.gwt-MenuBar gwt-MenuBar-horizontal {
color: white;
}
.gwt-HTML {
}

.gwt-DatePicker {
   border: 1px solid #ccc;
   border-top:1px solid #999;
   cursor: default;
}
.gwt-DatePicker td,
.datePickerMonthSelector td:focus {
   outline: none;
}
.datePickerMonthSelector td:focus {
   outline: none;
}
.datePickerDays {
   width: 100%;
   background: white;
}
.datePickerDay,
.datePickerWeekdayLabel,
.datePickerWeekendLabel {
   font-size: 85%;
   text-align: center;
   padding: 4px;
   outline: none;
   font-weight:bold;
   color:#333;
   border-right: 1px solid #EDEDED;
   border-bottom: 1px solid #EDEDED;
}
.datePickerWeekdayLabel,
.datePickerWeekendLabel {
   background: #fff;
   padding: 0px 4px 2px;
   cursor: default;
   color:#666;
   font-size:70%;
   font-weight:normal;
}
.datePickerDay {
   padding: 4px 7px;
   cursor: hand;
   cursor: pointer;
}
.datePickerDayIsWeekend {
   background: #f7f7f7;
}
.datePickerDayIsFiller {
   color: #999;
   font-weight:normal;
}
.datePickerDayIsValue {
   background: #d7dfe8;
}
.datePickerDayIsDisabled {
   color: #AAAAAA;
   font-style: italic;
}
.datePickerDayIsHighlighted {
   background: #F0E68C;
}
.datePickerDayIsValueAndHighlighted {
   background: #d7dfe8;
}
.datePickerDayIsToday {
   padding: 3px;
   color: #00f;
   background: url(images/hborder.png) repeat-x 0px -2607px;
}
.datePickerMonthSelector {
   width: 100%;
   padding: 1px 0 5px 0;
   background: #fff;
}
.datePickerPreviousButton,
.datePickerNextButton {
   font-size: 120%;
   line-height: 1em;
   color: #3a6aad;
   cursor: hand;
   cursor: pointer;
   font-weight: bold;
   padding: 0px 4px;
   outline: none;
}
td.datePickerMonth {
   text-align: center;
   vertical-align: middle;
   white-space: nowrap;
   font-size: 100%;
   font-weight: bold;
   color: #333;
}
.gwt-DateBox {
   padding: 5px 4px;
   border: 1px solid #ccc;
   border-top: 1px solid #999;
   font-size: 100%;
}
.gwt-DateBox input {
   width: 8em;
}
.dateBoxFormatError {
   background: #ffcccc;
}
.dateBoxPopup {
}
.gwt-Button {
	margin: 0px 100px 0px 0px;
}
.gwt-Button-new {
	margin: 0px 0px 0px 190px;
}
.gwt-Button-left {
	margin: 0px 190px 0px 0px;
}

.maand-jaar {
	width:100px;
}

.chooseMonthPanel {
	margin: 20px 0px 1px 0px;
}

.gwt-Label-Login {
	margin: 10px 30px 10px 10px;
	width: 160px;
	color: White;
	font-size: 12px;
	font-style: normal;
	font-family: Arial;
	font-weight: bold;
	background-color: blue;
}
.gwt-Login-Button {
	color: blue;
	vertical-align: middle;
	line-height: normal;
	text-indent: 1em;
	letter-spacing: normal;
	text-align: center;
	white-space: normal;
}

.webmasterButton {
		margin: 0px 0px 0px 400px;
}

.gwt-Label-Login-Title {
	color: White;
	font-size: 12px;
	font-style: normal;
	font-family: Arial;
	font-weight: bold;
	text-indent: 5px;
	background-color: blue;
}
.gwt-Label-naam {
	color: White;
	font-size: 12px;
	font-style: normal;
	font-family: Arial;
	font-weight: bold;
	text-indent: 5px;
	background-color: blue;
}

/* results list header row */
.resultsListHeader {
	color: white;
	font-style: italic;
	background-color: Navy;
}

/* results list flex table */
.resultsList {
  border: 1px solid silver;
  padding: 2px;
  margin-bottom:6px;
}

/* results list numeric fields */
.resultsListNumericColumn {
  text-align: center;
  width:2em;
}

/* results list names column */
.resultsListNameColumn {
  text-align: center;
  width:20em;
}

/* results list names big column */
.resultsListNameBigColumn {
  text-align: center;
  width:30em;
}

/* results list names small column */
.resultsListNameSmallColumn {
  text-align: center;
  width:10em;
}

/* results list names very small column */
.resultsListNameVerySmallColumn {
  text-align: center;
  width:5em;
}

.resultsListTelefoonColumn {
	text-align: center;
  	width:25em;
}

.greenColoredCell {
	background-color: green;
	color: green;
	text-align: center;
	border: 2px solid green;
}

.blueColoredCell {
	background-color: blue;
	color: blue;
	text-align: center;
	border: 2px solid blue;
}

.redColoredCell{
	color: red;
	font-weight: bold;
	font-style: italic;
}

.sponsorPanel {
	margin: 10px 50px 10px 10px; 
}

.sponsorImg {
	margin: 10px 100px 10px 10px;
}

.datumPanel {
	padding: 0px 50px 0px 0px;
	margin: 0px 50px 0px 0px;
}

.postcodenrPanel {
	padding: 5px 30px 5px 0px;
	margin: 5px 30px 5px 0px;
}

.postcodenrPanel2 {
	padding: 5px 5px 5px 0px;
	margin: 5px 5px 5px 0px;
}

.naamkolom {
	 text-align: left;
	 width: 80px;
}

.schoolnaamkolom {
	 text-align: left;
	 width: 260px;
}

.voornaamkolom {
	 text-align: left;
	 width: 75px;
}

.straatkolom {
	 text-align: left;
	 width: 120px;
}

.schoolstraatkolom {
	 text-align: left;
	 width: 160px;
}

.schoolnrkolom {
	 text-align: left;
	 width: 60px;
}

.nrkolom {
	 text-align: left;
	 width: 30px;
}


.plaatskolom {
	 text-align: left;
	 width: 100px;
}

.schoolplaatskolom {
	 text-align: left;
	 width: 130px;
}

.stichtingkolom {
	 text-align: left;
	 width: 145px;
}

.postcodekolom {
	 text-align: left;
	 width: 60px;
}

.telnrkolom {
	 text-align: left;
	 width: 110px;
}

.sncodekolom {
	 text-align: left;
	 width: 100px;
}

.stemailkolom {
	 text-align: left;
	 width: 125px;
}

.emailkolom {
	 text-align: left;
	 width: 180px;
}

.schoolemailkolom {
	 text-align: left;
	 width: 240px;
}

.lgkolom {
	 text-align: left;
	 width: 20px;
}

.inzetbaarkolom {
	 text-align: left;
	 width: 200px;
}

.afwezigkolom {
	 text-align: left;
	 width: 300px;
}
