body{
	background-color:#FFFAF0;
}

#mainContainer{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:#FFFAF0;
}
#topBar{
	background-color:#ECE8EA;
	width:100%;
	height:35px;
	padding-top:15px;
	border-bottom:1px solid lightgrey;
	color:#404040;
	text-align:center;
	font-family:ABeeZee;
}
#iconRooster{
	position:relative;
	background-image:url('rooster.png');
	width:30px;
	height:30px;
	top:-26px;
	left:12px;
}
#iconRooster.active{
	box-shadow: 0px 7px 12px 0px rgba(255,0,0,1);
}

#adjTxtDown{
	position:relative;
	background-image:url('btnTxtDown.png');
	background-color:white;
	border-radius:5px;
	width:23px;
	height:23px;
	top:-54px;
	left:310px;
	border:1px solid grey;
	box-shadow: 1px 1px #888888;
	display:none;
}
#adjTxtUp{
	position:relative;
	background-image:url('btnTxtUp.png');
	background-color:white;
	border-radius:5px;
	width:23px;
	height:23px;
	top:-79px;
	left:345px;
	border:1px solid grey;
	box-shadow: 1px 1px #888888;
	display:none;
}
#wkNr{
	font-weight:bold;
	border-top:1.25px solid grey;
	border-bottom:1.25px solid grey;
	position:relative;
	top:-8px;
	padding-top:3px;
	padding-bottom:3.25px;
	background-color:white;
}

#wkPick{
	width:103px;
	margin:auto;
}
#isAdmin{
	position:relative;
	background-color:white;
	border-radius:5px;
	width:23px;
	height:23px;
	top:-79px;
	left:320px;
	border:1px solid grey;
	box-shadow: 1px 1px #888888;
}

#pageIndex{
	width:100%;
	height:100%;
	display:none;
	background-color:#FFFAF0;
}

#pageRooster{
	width:90%;
	height:100%;
	margin:auto;
	display:none;
	background-color:#FFFAF0;
	font-size:14px;
	font-family:Roboto Condensed;
}
.roosterDag{
	font-weight:bold;
	text-align:center;
}
.locMW{
	font-size:13px;
	font-family:Roboto Condensed;
	color:#737171;
}
#toggleSwitch{
	position:relative;
	top:17px;
	left:5px;
	height:15px;
	width:25px;
	background-color:lightgrey;
	border-radius:10px;
}
#toggleSwitch.active{
	background-color:lightgreen;
}
#switch{
	position:relative;
	top:2px;
	left:2px;
	height:11px;
	width:11px;
	background-color:grey;
	border-radius:25px;
	transition: left .5s;
}
#switch.active{
	left:12px;
	background-color:green;
}

.indexTable{
	margin:auto;
	font-family: "Palatino Linotype", Palatino;
	width:100%;
	text-align:center;
}

#indexTitle{
	width:100%;
	text-align:center;
	font-family: Helvetica;
	font-size:18px;
}
#subTitle{
	width:100%;
	text-align:center;
	font-family: Helvetica;
	font-size:14px;
	font-weight:bold;
}

#buttonLight{
	background-color: #F8F5F7;
    border: 1px solid lightgrey;
    border-radius: 5px;
    width: 60%;
    padding: 5px;
    margin: auto;
    text-align: center;
    font-family: tahoma;
    color: #404040;
    font-size: 18px;
    box-shadow: 2px 2px #888888;
}

#buttonDark{
	color:white;
	border:1px solid lightgrey;
	border-radius:5px;
	width:90%;
	padding:10px;
	margin:auto;
	text-align:center;
	font-family:tahoma;
	background-color:#404040;
	font-size:20px;
}
#pageContent{
	position:relative;
	width:95%;
	height:85%;
	padding-left:2%;
	padding-right:2%;
	font-family: "Palatino Linotype", Palatino;
	overflow:scroll;
	background-color:#FFFAF0;
}

h1{ /*KOP STD*/
	font-family:tahoma;
	font-size:20px;
	font-weight:bold;
	color:black;
}
h2{ /*KOP UNDERLINED*/
	font-family:tahoma;
	font-size:20px;
	font-weight:bold;
	color:black;
	text-decoration:underline;
}
h6{ /*DEFAULT TEKST*/
	font-family: "Palatino Linotype", Palatino;
	font-size:17px;
	font-weight:normal;
	color:black;
	margin-top:10px;
	margin-bottom:10px;
}

ol.a {
  list-style-type: numeric;
}
ol.b {
  list-style-type: lower-alpha;
}

ul.b {
  list-style-type: circle;
}


#modeTitle{
	width:100%;
	text-align:center;
	font-weight:bold;
	font-family: Helvetica;
	margin-bottom:5px;
}
#pageBottomBar{
	position:fixed;
	bottom:0px;
	background-color:#ECE8EA;
	width:100%;
	height:10%;
	border-top:1px solid grey;
	text-align:center;
	font-family:tahoma;
	font-size:14px;
}
#pageBottomBarPrev{
	width:40%;
	height:100%;
	border-right:1px solid grey;
	float:left;
}
#pageBottomBarIndex{
	width:20%;
	height:100%;
	float:left;
}
#pageBottomBarNext{
	width:39%;
	height:100%;
	border-left:1px solid grey;
	float:right;
}
#pageBottomBarNext.inActive{
	color:black;
	font-weight:bold;
	background-color:grey;
}
#stats{
	display:none;
	position:absolute;
	left:0px;
	top:0px;
	width:100px;
	height:100px;
}