
html {
	overflow: hidden;
	font-family: Arial;
	font-size: 13px;
	margin:0px;
	padding: 0px;
}

q {
	display: block;
	font-size: 1.8em;
	text-align: center;
	margin: 10px;
	color: orange;
}

img {
	padding: 0px;
	margin: 0px;
}

a {
	color: #C7007D;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.warning {
	color: red;
	font-weight: bold;
}

.fullimage,
.halfimage,
.quarterimage {
	margin-left: 10px;
	margin-right: 10px;
}

#search {
	margin-bottom: 0px;
	background-color: white;
	border: 1px solid #595959;
}

#search #q {
	border: none;
	margin: 2px;
	padding-left: 3px;
	width: 165px;
	background-color: transparent;
	color: #666666;
}

.formselect {
	width: 100%;
	padding: 2px;
}


/* ---------------------------------------- Header ------------------- */

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 80px;
	border-top: 1px solid #EE1A6F;
	background-color: #E3004A;
}

#lineLeft {
	position: absolute;
	width: 2px;
	height: 70px;
	background-color: white;
	top: 10px;
	left: 175px;
}

#header #fotoLinks {
	position: absolute;
	top: -1px;
	left: 655px;
}

#header #fotoHomeLeft {
	position: absolute;
	top: -1px;
	left: 175px;
}

#header #pageTitle {
	position: absolute;
	top: 49px;
	left: 192px;
	color: white;
	font-size: 20px;
}

/* ---------------------------------------- Crumbs ------------------- */

#crumbs {
	position: absolute;
	top: 91px;
	left: 192px;
	height: 20px;
	margin: 0px;
	padding: 0px;
}

#crumbs ul {
}

#crumbs li {
	display: inline;
	font-size: 12px;
	font-weight: bold;
}

#crumbs a {
	font-size: 12px;
	font-weight: bold;
	color: #C7007D;
}


/* ---------------------------------------- Logo blok ------------------- */

#SLOintranet {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 175px;
	height: 160px;
	background-color: #E3004A;
}

#SLO	{
	position: absolute;
	left: 9px;
	font-size: 72px;

	width: 90px;
	color: white;
}

#intranet {
	position: absolute;
	top: 14px;
	left: 112px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	width: 80px;
}


/* ---------------------------------------- Extra bar rechts ------------------- */

#extrabar {
	position: absolute;
	top: 81px;
	left: 830px;
	right: 0px;
	bottom: 0px;
	background-color: #e2e3e5;
}

#extrabar #systeminfo {
	font-size: 10px;
	background-color: #cecece;
	border: 1px solid white;
	border-collapse: collapse;
	empty-cells: show;
	border-spacing: 1px;
	margin-left: 15px;
	margin-top: 80px;
}

#extrabar #systeminfo th {
	width: 40%;
	padding: 2px;
	text-align: left;
	font-weight: normal;
	color: #303030;
	border-bottom: 1px dotted white;
}

#extrabar #systeminfo td {
	padding: 2px;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px dotted white;
}

/* ---------------------------------------- bonus bar rechts ------------------- */

#bonusbar {
	position: absolute;
	top: 81px;
	left: 655px;
	width: 159px;
	bottom: 0px;
	background-color: #f4f4f5;
	padding-left: 8px;
	padding-right: 8px;
	z-index: 10;
}

#bonusbar .header {
	position: relative;
	top: 10px;
	color: #8b8d90;
	font-weight: bold;
	margin-bottom: 65px;
}

#bonusbar h3 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#bonusbar .list {
	margin-bottom: 10px;
}

#bonusbar .leader {
	margin-top: 0px;
}

#bonusbar .archief {
	margin-top: 10px;
	text-align: right;
}


/* ---------------------------------------- Menu links ------------------- */

#sideMenu {
	position: absolute;
	top: 160px;
	left: 0px;
	width: 175px;
	bottom: 0px;
	background-color: #e2e3e5;
}

#sideMenu #fotoHomeSide {
	margin-top: 00px;
}

#sideMenu #fotoSide {
	margin-top: 80px;
	border-bottom: 1px solid #595959;
}


#sideMenu #menuhomepage {
	padding: 0px;
	margin:0px;
	margin-top: 0px;
}

#sideMenu #menu {
	padding: 0px;
	margin:0px;
	margin-top: -3px;
}

#sideMenu #submenu {
	padding: 0px;
	margin:0px;	
	margin-left: -10px;
	margin-top: 4px;
	border-bottom: 1px solid #595959;
}

#sideMenu #menu li,
#sideMenu #menuhomepage li {
	display: block;
	min-height: 21px;
	border-top: 1px solid #e2e3e5;
	background-color:#E3004A;
	color: white;
}

#sideMenu #menu li a.special,
#sideMenu #menuhomepage li a.special {
	background-color: #A80000;
}

#sideMenu #menu li a:hover.special,
#sideMenu #menuhomepage li a:hover.special {
	background-color: white;
}


#sideMenu #menuhomepage #sideSelect {
	background-color: white;
	color: #313131;
}

#sideMenu #sideSelect a {
	color: #313131;
	font-weight: bold;
}

#sideMenu #subSelect a {
	background-color: white;
	color: #595959;
}


#sideMenu #menu li ul {
	margin-top: 0px;
}

#sideMenu #menu li ul li {
	display: block;
/*	height: 21px;*/
	background-color: #e2e3e5;
	color: #535353;
	padding-left: 9px;
}

#sideMenu li a {
	color: white;
	font-weight: bold;
	display: block;
	height: 100%;

	line-height: 1.5em;
	padding-top: 5px;
	padding-bottom: 5px;
 	padding-left: 9px;
}

#sideMenu li a:hover {
	background-color: white;
	color: black;
	text-decoration: none;
}


#sideMenu li ul li a {
	color: #535353;
	font-weight: bold;
}

/*----------------------------- content normale paginas---------------------- */

#scrollableArea {
	position: absolute;
	top: 161px;
	left: 192px;
	right: 0px;
	bottom: 0px;
	overflow: auto;
	line-height: 1.4em;
}

#page {
	width: 600px;
}

#bonuspage {
	width: 425px;
}



h1,h2,h3 {
	margin: 0px;
	padding: 0px;
	line-height: 1.4em;
}

h2 {
	color: black;
	font-weight: bold;
	font-size: 20px;
}

h3 {
	color: black;
	font-weight: bold;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h4 {
	color: black;
	font-weight: bold;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.list {
	margin-bottom: 10px;
}

#bonuspage ul,
#page ul {
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 25px;
}

#page p, #bonuspage p {
	margin-top: 0px;
}

/*---------------------------------- ABC ---------------------------------*/

#abcAlphabet {
	position: absolute;
	width: 660px;
	height: 25px;
	top: 107px;
	left: 177px;
	margin: 0px;	
	background-color: #979da7;	
}

#abcAlphabet a,
#abcAlphabet .grayedout {
	display: block;
	width: 23px;
	height: 20px;
	float: left;
	text-align: center;
	padding-top: 3px;
	border: 1px solid #595959;
	background-color: #979da7;
	color: #e2e3e5;
}

#abcAlphabet .grayedout {
	color: black;
}


#abcAlphabet a:hover,
#abcAlphabet .selected  {
	background-color: #b43317;
	color: white;	
	text-decoration: none;
}

#abc h4 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 3px;
}

#abc .header {
	border-bottom: 1px solid #595959;
	font-size: 20px;
	margin-bottom: 5px;
	padding-bottom: 0px;
	margin-top: 10px;
}

#abc .header a {
	color: #595959;
}

/*---------------------------------- zoeken ---------------------------------*/
#zoekresultaten .header {
	border-bottom: 1px solid #595959;
	font-size: 20px;
	margin-bottom: 5px;
	padding-bottom: 0px;
	margin-top: 10px;
}



/*---------------------------------- Telefoongids ---------------------------------*/

#zoekform {
	position: absolute;
	top: 108px;
	left: 177px;
	width: 660px;
	height: 40px;
	background-color: #e2e3e5;
	padding-top: 18px;
	padding-left: 18px;
}

#Z0, #Z1, #Z2 {
	width: 250px;
}

#Z1, #Z2 {
	display: none;
}



#gidsAlphabet {
	position: absolute;
	width: 660px;
	height: 25px;
	top: 162px;
	left: 177px;
	margin: 0px;	
	background-color: #979da7;	
}

#gidsAlphabet a,
#gidsAlphabet .grayedout {
	display: block;
	width: 23px;
	height: 20px;
	float: left;
	text-align: center;
	padding-top: 3px;
	border: 1px solid #595959;
	background-color: #979da7;
	color: #e2e3e5;
}

#gidsAlphabet .grayedout {
	color: black;
}


#gidsAlphabet a:hover,
#gidsAlphabet .selected  {
	background-color: #b43317;
	color: white;
	text-decoration: none;	
}

.leaveWhite {
	background-color: white;
}

.makeSilver {
	background-color: #eeeeee;
}
	

#gidsTable {
	width: 100%;
	empty-cells: show;
	border-collapse: collapse;
	margin: 2px;
}

#gidsTable tr {
	height: 57px;
	border: 1px solid #595959;
	border-top: none;
	vertical-align: top;
}

#gidsTable td {
	padding: 3px;
}

#gidsTable tr.header {
	background-color: #979da7;
	color: white;
	height: 26px;
	font-size: 13px;
	border: none;
	border-bottom: 1px solid #595959;
}

#gidsTable tr.header td {
	border-bottom: 1px solid #595959;
	padding: 5px;
}	


#gidsTable tr.results {
	background-color: white;
	height: 43px;
	text-align: right;
	vertical-align: middle;
	border: none;
	font-size: 14px;
	font-weight: bold;
	color: #595959;
}


#gidsTable .photo,
#gidsTable .name,
#gidsTable .telephone,
#gidsTable .roomno,
#gidsTable .function,
#gidsTable .department {
	font-weight: bold;
	border-bottom: 1px solid #595959;
}

#gidsTable .photo {
	text-align: center;
	color: #e2e3e5;
	border-top: 1px solid #595959;
	border-left: 1px solid #595959;
}	

#gidsTable .photo img {
	border: 1px solid #EEEEEE;
}

#gidsTable .department {
	border-right: 1px solid #595959;
}

/* ----------------------------- persoon tabel */

.persoonTable {
	width: 100%;
	empty-cells: show;
	border-collapse: collapse;
	margin: 2px;
	margin-bottom: 30px;
}

.persoonTable tr {
	border: 1px solid #EEEEEE;
	border-top: none;
	vertical-align: top;
	height: 18px;
}

.persoonTable tr.header {
	background-color: #979da7;
	color: white;
	font-size: 13px;
	border: none;
	border-bottom: 1px solid #EEEEEE;
}

.persoonTable tr.header td {
		border-bottom: 1px solid #EEEEEE;
		padding: 5px;
}	

.persoonTable th  {
	font-weight: bold;
	color: #969da7;
	text-align: left;
	border-bottom: 1px solid #EEEEEE;
}
.persoonTable td  {
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: top;
	border-bottom: 1px solid #EEEEEE;
}

.persoonTable .photo {
	background-color: #EEEEEE;
	color: #979da7;
	vertical-align: middle;
	text-align: center;
}

.persoonTable .photo img { 
	border: none;
}	




/* ----------------------- newspaper ------------------- */

.newspaper {
	width: 100%;
	border-collapse: collapse;
	empty-cells: show;
}

.newspaper tr {
	vertical-align: top;
}

.newspaper td {
	padding-bottom: 5px;
}

.newspaper a {
	font-weight: bold;
}

.newspaper .date {
	color: #C7007D;
}

.newspaper a {
	color: black;
}

.newspaper h4 {
	margin-top: 0px;
}

/* ----------------------- Calendar ------------------- */

.newscalendar {
	width: 153px;
	color: silver;
	background-color: white;
	border: 1px solid white;
	border-collapse: collapse; 
	empty-cells: show;
	margin-left: auto;
	margin-right: auto;
}

.newscalendar img {
	margin-top: auto;
	margin-bottom: auto;
	border: none;
}

#now {
	background-color: #bcc0c6;
}

.newscalendar td {
	height: 20px;
	font-size: 11px;
	background-color: #e2e3e5;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	border: 1px solid white;
}



.newscalendar .calheader td {
	background-color: #979da7;
	font-size: 12px;
	font-weight: bold;
	color: white;
	border: 1px dotted white;
	border-bottom: none;
}

.newscalendar .caldays td {
	background-color: #bcc0c6;
	color: black;
	border: 1px dotted white;
	border-top: none;
}

#today {
	background-color: #b43317;
	color: white;	
}

.subtitle {
	color: black;
	font-size: 0.6em;
	font-weight: normal;
}

.calToday {
	color: white;
}

/*--------------------- Gallery -------------------*/

.gallery .thumb {
	float: left;
	width: 250px;
	height: 250px;
	background-color: #EEEEEE;
	margin: 10px;
	text-align: center;
}

.gallery .thumb img {
	margin-top: 25px;
	border: none;
}

.full {
	background-color: #EEEEEE;
	text-align: center;
	padding: 25px;
}

.full img {
	border: none;
}

.galleryinfo {
	width: 100%;
	margin-top: 20px;
	text-align: right;
}


.formclass {
	margin-top: 10px;
}	

fieldset {
	padding: 10px;
	border: 1px solid #F0F0F0;
}

legend {
	color: #888888;
	margin-bottom: 10px;
}

label {
	display: -moz-inline-box;
	display: inline-block;
	width: 25%;
	vertical-align: middle;
}

label.obligatory {
	font-weight: bold;
}

.pfTopFiller {
	margin-top: 15px;
}

.formelement {
	border: 1px solid black;
	padding: 2px;
	margin-top: 5px;
	width: 70%;
	background-color: #F0F0F0;
}

.pftextarea {
	width: 100%;
	height: 150px;
}

.pfHidden {
	background-color: red;
	color: white;
}

.pfcheckbox {
	width: 20px;
}

.pfselect {
	width: 71%;
}

.pfcheckbox {
	width: 20%;
	margin-right: 5%;
}

.checkboxLabel {
	width: 70%;
}

.textboxLabel {
	margin-top: 10px;
	width: 100%;
}


// message styles

.error {
	color: red;
	font-size: 1.3em;
	margin-top: 40px;
}

.formOkMsg,
.formNotOkMsg {
	margin-top: 40px;
}


/*
	.formLabelError is used to error-style those form fields which can't be styled directly. For now this is only
						 the checkbox
	.formError		 is used for all other fields
*/

.formError {
	border: 1px solid red;
}

.formLabelError {
	border-bottom: 1px solid red;
}