body {
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: top center;
  margin: 0px;
  padding: 0px;
  text-align: center;
 	overflow: -moz-scrollbars-vertical;
}

#page {
	width: 775px;
	margin-right: auto;
	margin-left: auto;
}

#page td, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	line-height: 16px;
}

.topBar {
	background-image: url(../images/bg_topbar.jpg);
	background-repeat: repeat-x;
	height: 33px;
	width:775px;
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	-moz-box-sizing: border-box;
}

.navigation {
	background-image: url(../images/bullet_blue.gif);
	background-repeat: repeat-y;
	background-position: right;
}

a.a-menu:link, a.a-menu:visited {
	color: #00AEEF;
	font-size: 11px;
	text-decoration: none;
	line-height: 17px;
}
a.a-menu:hover {
	color: #2E3192;
	font-size: 11px;
	text-decoration: underline;
	line-height: 17px;
}
	a.a-menu:active {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	line-height: 17px;
}

img {border: 0px}

h1 {font-size: 14px; color: #000000; font-weigth: bold; margin-top: 0px}

.blue11pxbold {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #00AEEF; font-weight: bold}

.formTextbox {border: 1px solid #00AEEF; height: 18px; margin: 1px; font-size: 11px}

.formTextboxLarge {border: 1px solid #00AEEF; height: 18px; margin: 1px; font-size: 11px; width:175px; }

/*CASE STATUS*/
.caseStatus1 {
	width: 94px;
	height: 33px;
	background-image: url('../images/case1_n.gif');
	background-repeat: no-repeat;
	color: #CCEFFC;
	font-weight: bold;
	margin-top: 0px;
	padding-left: 32px;
}

.caseStatus1H {
	width: 94px;
	height: 33px;
	background-image: url('../images/case1_h.gif');
	background-repeat: no-repeat;
	color: #00AEEF;
	font-weight: bold;
	margin-top: 0px;
	padding-left: 32px;
}

.caseStatus2 {
	width: 94px;
	height: 33px;
	background-image: url('../images/case2_n.gif');
	background-repeat: no-repeat;
	color: #CCEFFC;
	font-weight: bold;
	margin-top: 0px;
	padding-left: 32px;
}

.caseStatus2H {
	width: 94px;
	height: 33px;
	background-image: url('../images/case2_h.gif');
	background-repeat: no-repeat;
	color: #00AEEF;
	font-weight: bold;
	margin-top: 0px;
	padding-left: 32px;
}

.caseStatus3 {
	width: 94px;
	height: 33px;
	background-image: url('../images/case3_n.gif');
	background-repeat: no-repeat;
	color: #CCEFFC;
	font-weight: bold;
	margin-top: 0px;
	padding-left: 32px;
}

.caseStatus3H {
	width: 94px;
	height: 33px;
	background-image: url('../images/case3_h.gif');
	background-repeat: no-repeat;
	color: #00AEEF;
	font-weight: bold;
	margin-top: 0px;
	padding-left: 32px;
}

.caseStatus4 {
	width: 94px;
	height: 33px;
	background-image: url('../images/case4_n.gif');
	background-repeat: no-repeat;
	color: #CCEFFC;
	font-weight: bold;
	margin-top: 0px;
	padding-left: 32px;
}

.caseStatus4H {
	width: 94px;
	height: 33px;
	background-image: url('../images/case4_h.gif');
	background-repeat: no-repeat;
	color: #00AEEF;
	font-weight: bold;
	margin-top: 0px;
	padding-left: 32px;
}

.scroll{
  background-color: #FFFFFF;
	scrollbar-base-color:white;
	scrollbar-arrow-color:#00AEEF;
	scrollbar-track-color:white;
	scrollbar-3dlight-color:#00AEEF;
	scrollbar-highlight-color:white;
	scrollbar-darkshadow-color:#00AEEF;
	scrollbar-shadow-color:white;
	scrollbar-face-color:white;
}


ul {
	list-style-image: url(../images/bullet_blue.gif);
	margin: 0px 22px;
	padding: 0px;
}

a.reageer:link, a.reageer:visited {
	text-decoration: none;
	background-color: #00aeef;
	color: #FFFFFF;
	width: 152px;
	padding: 2px 20px 3px 20px;
}

a.reageer:active, reageer:hover {
	text-decoration: none;
	background-color: #00aeef;
	color: #FFFFFF;
	width: 152px;
	padding: 2px 20px 2px 20px;
}
input{
	border: 0px solid #00aeef;
}
.selection{
	border: 0px solid #00aeef;
	width: 20px;
}
.tdGrijs {
	background-color: #EAEAF4;
	border: 1px solid white;
}
.tdLichtGrijs {
	background-color: #E0E0EF;
	border: 1px solid white;
}

.popupField {
	position: absolute;
	left: 155px;
	top: 0px;
	width: 440px;
	z-index: 99; display: none;
	background-color: #E0E0EF;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}

.popupHeader {
	color: #ffffff;
	background-color: #00aeef;
	width: 440px;
	padding: 5px 5px 6px 5px;
	margin-bottom: 5px;
	font-size: 11px;
}

.popupContent {
	width: 440px;
	margin: 0px;
	padding: 5px;
}

.popupFooter {
	border-top: 1px solid #89A2B0;
	border-bottom: 1px solid #89A2B0;
	width: 440px;
	padding: 5px;
	margin-top: 5px;
}

.popupFooter input {
	background-color: #00aeef;
	height: 18px;
	border: 0px;
	color: #FFFFFF;
	font: 11px verdana;
}

.input-large {
	color: #000000;
	border: 1px #E8E8E8 solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 280px
}
.input-textarea {
	color: #000000;
	border: 1px #E8E8E8 solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 280px;
	height: 150px
}
.divMultival {
	color: #000000;
	border: 1px #E8E8E8 solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 280px;
	height: 150px;
	overflow-y: auto;
	overflow-x: auto;

}
/*STYLES VAN OUDE SITE*/
td {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; line-height: 12px}
.black12pxbold {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; font-weight: bold}
.blue12pxbold {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #2EA1DB; font-weight: bold}
.green12pxbold {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #00B034; font-weight: bold}
.datum {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #00B034}
.white10px {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; line-height: 12px}
.green10px {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #00B034; line-height: 12px}
.onderschrift {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #2EA1DB; line-height: 12px}


a:visited {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #00AEEF; line-height: 12px; text-decoration: none}
a:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #2E3192; line-height: 12px; text-decoration: underline}
a:active {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #2E3192; line-height: 12px; text-decoration: underline}
a:link {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #00AEEF; line-height: 12px; text-decoration: none}

a.linkwhite10px:visited {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; line-height: 12px; text-decoration: none}
a.linkwhite10px:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; line-height: 12px; text-decoration: underline}
a.linkwhite10px:active {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; line-height: 12px; text-decoration: underline}
a.linkwhite10px:link {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; line-height: 12px; text-decoration: none}

/* ####### GLASKAART  ##########*/
.gswvKaart {width: 100%; text-align: center; position: relative}
.gswvNaam {position: absolute; color: #13007D; font-weight: bold; font-family: verdana; font-size: 10px}

a.glasNaam:visited, a.glasNaam:link {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #13007D; text-decoration: none; line-height: 18px; padding: 3px; padding-top: 0px; }
a.glasNaam:hover, a.glasNaam:active {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #13007D; text-decoration: none; line-height: 18px; padding: 2px; padding-top: 0px; border: 1px solid #1FB8E9; background-color: #FFFFFF;}

.gswv_dataCell {width: 200px}
.gswv_input-small {width: 50px; border: 1px solid #CACACA}
.gswv_input-medium {width: 100px; border: 1px solid #CACACA}
.gswv_input-large {width: 240px; border: 1px solid #CACACA}
.gswv_input-xlarge {width: 420px; border: 1px solid #CACACA}
.gswv_textarea {width: 420px; height: 100px; border: 1px solid #CACACA}


.bB {border-bottom: 1px dotted #CACACA; padding-bottom: 8px;}
.gswv_dataCell_bB {width: 200px; border-bottom: 1px dotted #CACACA; padding-bottom: 15px}
.gswvVraag {padding-top: 10px;}
.gswvVraag_bB {padding-top: 10px; border-bottom: 1px dotted #CACACA; padding-bottom: 15px}


th {text-align: left; font-size: 12px}
.pTop10 {padding-top: 10px;}

.plaatsnaam {visibility: hidden;position: absolute; top: 0px; left: 0px; width: 150px; background-color:#FFFFFF; border: 1px solid #13007D; padding: 3px; padding-top: 0px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #13007D;}
a.plnm:visited, a.plnm:link {font-size: 10px; margin-top: 3px;}
a.plnm:active, a.plnm:hover {font-size: 10px}

.crossLinkTekst {background-color:#EAEAF4; padding:5px 3px 5px 8px; line-height: 16px}

.sleeppointer { cursor: wait }