html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend
{
    margin: 0;
    padding: 0;
}

body
{
    background: #FFFFFF url(../images/bg.gif) left top repeat-x;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

html, body
{
    margin: 0;
    padding: 0;
}

/* IMG */

img
{
    border: 0;
}
/* LINKS */

a
{
    color: #06417f;
    text-decoration: underline;
}
a:hover
{
    color: #e6542c;
}

a:focus,
inputs:focus {
	outline: 0;	
}

small.meta {
	font-size: 11px;
	width: 70%;
	display: block;
	margin-top: 5px;
}
/* HEADERS */

h1
{
    font-weight: normal;
    font-size: 2em;
    color: #e6542c;
    margin-bottom: 10px;
    font-family: Arial;
}

h2
{
    font-weight: normal;
    font-size: 1.5em;
    color: #06417f;
    font-family: Arial;
}

h3
{
    font-weight: normal;
    font-size: 1em;
    color: #00b395;
}

address {
font-style: normal;	
}
/* LAY-OUT */

#wrapper
{
    margin: 0 auto;
    position: relative;
    width: 970px;
}

#header
{
    height: 92px;
    position: relative;
}

#logo
{
    z-index: 99;
    position: absolute;
    left: 0px;
    top: 5px;
}

#container
{
    width: 100%;
}

#content
{
    border-left: 1px dashed #E1E7EE;
    margin-left: 240px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-top: 40px;
    width: 510px;
    position: relative;
}

#content-left
{
    width: 240px;
    float: left;
    margin-top: 43px;
    padding-bottom: 30px;
}

#content-left h2
{
    font-size: 14px;
    font-weight: bold;
    font-family: Arial;
    margin-bottom: 5px;
}
#content-right
{
    float: right;
    margin-top: 40px;
    padding-bottom: 30px;
    padding-right: 5px;
    text-align: right;
    width: 175px;
}
#content p {
margin-bottom: 10px;	
/*text-align: justify;*/
line-height:18px;
}
#content ul {
margin-bottom: 10px;
}
#content ul li {
margin-left: 20px;
list-style-image: url(../images/icon_li.gif);
}
/* META */

#meta
{
    float: right;
    height: 35px;
    line-height: 35px;
    margin-right: 5px;
    margin-top: 3px;
}
#meta a
{
    text-decoration: none;
    font-family: Arial;
    padding: 0 10px;
}

/* LOGIN */

#login
{
    position: absolute;
    right: 146px;
    top: 0px;
    z-index: 9999;
    width: 253px;
    display: none;
}
#login .tab span.title
{
    background: url("../images/login_tab.gif") left top;
    height: 43px;
    padding: 18px 20px 22px 25px;
    line-height: 43px;
    font-family: Arial;
    color: #06417F;
    position: relative;
    cursor: pointer;
}
#login .tab span.tab-right
{
    background: url("../images/login_tab_right.gif") left top no-repeat;
    height: 59px;
    width: 23px;
    position: absolute;
    right: 0;
    top: -3px;
    z-index: 9;
}
#login .wrapper
{
    padding: 17px 17px 20px 18px;
    background: url("../images/login_bg.png") left top no-repeat;
    margin-top: -19px;
}
#login .bottom
{
    background: url("../images/login_bottom.png") left bottom no-repeat;
    padding: 0px 17px 20px 18px;
}
#login input.text
{
    width: 100px;
    margin-right: 0;
}
#login fieldset
{
    display: block;
    border-bottom: 1px solid #E1E7EE;
    margin-bottom: -35px;
}
#login fieldset a
{
    margin-right: 5px;
}
#login .fields
{
    border: 0;
    margin: 2px 0px 0px;
    padding-bottom: 10px;
    background: url("../images/login_transparent.png") left bottom repeat-x;
    line-height: 10px;
}
#login label
{
    font-size: 0.9em;
}
#login .row
{
    border-bottom: 1px dashed #e1e7ee;
    padding: 6px 0px 6px 2px;
    min-height: 14px;
}
#login .row div
{
    margin-left: 105px;
}
#login .row span.error
{
    color: #E6542C !important;
    font-size: 0.8em;
    margin-top: 3px;
    width: 105px;
}
#login .save
{
    bottom: -23px;
    line-height: 10px;
    padding-top: 12px;
    position: absolute;
    right: 5px;
    z-index: -1;
    padding-bottom: 6px;
}
#login .cancel
{
    bottom: -23px;
    line-height: 10px;
    padding-top: 12px;
    position: absolute;
    right: 83px;
    z-index: -1;
    padding-left: 12px;
    padding-bottom: 6px;
}
.login .reqCorrect span
{
    font-size: 0.8em;
}
.login fieldset .button
{
	bottom: -5px !important;
}
#registerUser a.button
{
	bottom: -23px !important;
}
#registerUser input.button
{
	bottom: -23px !important;
	padding-bottom: 3px;
	padding-top: 6px;
}

/* SEARCH */

#search
{
    float: right;
    width: 177px;
    height: 35px;
    background: url(../images/search_bg.gif) right top no-repeat;
    margin-top: 3px;
}
#search .search
{
    border: none;
    background: transparent;
    margin-top: 8px;
    margin-left: 10px;
    width: 130px;
    height: 22px;
    color: #778b9d;
    font-size: 12px;
    font-family: Arial;
}
#search .searchgo
{
    width: 26px;
    height: 25px;
    background: transparent;
    cursor: pointer;
    border: none;
    margin-top: 5px;
}
#search .searchgo:hover
{
    background: url(../images/search_bg_hover.gif) left top no-repeat;
}

/* NAVIGATION */

#navigation {
padding-top: 53px;
width: 100%;
}

#navigation li {
height: 37px;
display: block;
float: left;
margin-right: 3px;
}
#navigation li a {
height: 37px;
text-indent: -3000px;	
position: absolute;
}
#navigation li a:hover,
#navigation li.selected a,
#navigation li.hover a{
position: absolute;
z-index: 9;
height: 37px;
}
#navigation li.hover a {
margin-left: -13px;
height: 60px;
margin-top: -9px;
}

/* Tab 1 */
#navigation li#nav01 {
background: url(../images/nav_01.gif) center top no-repeat;
width: 61px;
}
#navigation li#nav01 a {
width: 61px;
}
#navigation li#nav01.selected a {
background: url(../images/nav_01.gif) center bottom no-repeat;
}
#navigation li#nav01 a:hover,
#navigation li#nav01.hover a {
background: url(../images/nav_01_selected.jpg) center bottom no-repeat;
width: 88px;			
}

/* Tab 2 */
#navigation li#nav02 {
background: url(../images/nav_02.gif) center top no-repeat;
width: 102px;
}
#navigation li#nav02 a {
width: 102px;
}
#navigation li#nav02.selected a {
background: url(../images/nav_02.gif) center bottom no-repeat;
}
#navigation li#nav02 a:hover,
#navigation li#nav02.hover a{
background: url(../images/nav_02_selected.jpg) center bottom no-repeat;
width: 129px;
}

/* Tab 3 */
#navigation li#nav03 {
background: url(../images/nav_03.gif) center top no-repeat;
width: 158px;
}
#navigation li#nav03 a {
width: 158px;
}
#navigation li#nav03.selected a {
background: url(../images/nav_03.gif) center bottom no-repeat;
}
#navigation li#nav03 a:hover,
#navigation li#nav03.hover a{
background: url(../images/nav_03_selected.jpg) center bottom no-repeat;
width: 184px;
}

/* Tab 4 */
#navigation li#nav04 {
background: url(../images/nav_04.gif) center top no-repeat;
width: 68px;
}
#navigation li#nav04 a  {
width: 68px;
}
#navigation li#nav04.selected a{
background: url(../images/nav_04.gif) center bottom no-repeat;
}
#navigation li#nav04 a:hover,
#navigation li#nav04.hover a {
background: url(../images/nav_04_selected.jpg) center bottom no-repeat;
width: 95px;
}

/* Tab 5 */
#navigation li#nav05 {
background: url(../images/nav_05.gif) center top no-repeat;
width: 112px;
}
#navigation li#nav05 a {
width: 112px;
}
#navigation li#nav05.selected a {
background: url(../images/nav_05.gif) center bottom no-repeat;
}
#navigation li#nav05 a:hover,
#navigation li#nav05.hover a{
background: url(../images/nav_05_selected.jpg) center bottom no-repeat;
width: 140px;
}

/* Tab 6 */
#navigation li#nav06 {
background: url(../images/nav_06.gif) center top no-repeat;
width: 156px;
}
#navigation li#nav06 a  {
width: 156px;
}
#navigation li#nav06.selected a {
background: url(../images/nav_06.gif) center bottom no-repeat;
}
#navigation li#nav06 a:hover,
#navigation li#nav06.hover a{
background: url(../images/nav_06_selected.jpg) center bottom no-repeat;
width: 182px;
}

/* Tab 7 */
#navigation li#nav07 {
width: 132px;
float: right;
margin-right: -5px;
}
#navigation li#nav07 a {
margin-left: -13px;
height: 60px;
margin-top: -9px;
background: url(../images/nav_07.jpg) right top no-repeat;
width: 148px;
}
#navigation li#nav07.selected a {
background: url(../images/nav_07.jpg) right bottom no-repeat;
}
#navigation li#nav07 a:hover,
#navigation li#nav07.hover a{
background: url(../images/nav_07.jpg) right bottom no-repeat;
width: 148px;
}

/* Tab 8 */
#navigation li#nav08 {
width: 99px;
float: right;
}
#navigation li#nav08 a  {
margin-left: -23px;
height: 60px;
margin-top: -9px;
background: url(../images/nav_08.jpg) left top no-repeat;
width: 112px;
}
#navigation li#nav08.selected a {
background: url(../images/nav_08.jpg) left bottom no-repeat;
}
#navigation li#nav08 a:hover,
#navigation li#nav08.hover a {
background: url(../images/nav_08.jpg) left bottom no-repeat;
width: 115px;
}

/* Tab 8 authenticated */
.authenticated li#nav08 {
width: 115px !Important;
}
.authenticated li#nav08 a  {
background: url(../images/nav_08b.jpg) left top no-repeat !Important;
width: 128px !Important;
}
.authenticated li#nav08.selected a {
background: url(../images/nav_08b.jpg) left bottom no-repeat !Important;
}
.authenticated li#nav08 a:hover,
.authenticated li#nav08.hover a {
background: url(../images/nav_08b.jpg) left bottom no-repeat !Important;
width: 130px;
}

/* SUBNAVIGATION */

.subnavigation {
position: absolute;
clear: both;
z-index: 999;
left: 0;
top: 38px;
padding-top: 7px;
display: none;
text-align: center;
margin: 55px auto 0 auto;
width: 100%;
}
.subnavigation ul {
text-align: center;
margin: 0 auto;
display: inline-block;
background: transparent;
}
.subnavigation li {
list-style: none;
display: inline;
height: 20px !important;
line-height: 20px !important;
}
.subnavigation li a,
.subnavigation li a:hover{
padding-right: 10px;
padding-left: 10px;
border-right: 1px solid #E1E7EE;
text-decoration: none;
font-size: 12px;
text-indent: 0 !important;
position: relative !important;
width: auto !important;
height: auto !important;
margin-left: 0px !important;
background-image: none !important;
}
.selected .subnavigation {
top: 43px;	
}


/* SUBMENU */

#submenu {
margin-bottom: 20px;
margin-left: -6px;
}
#submenu li {
list-style: none;
display: block;
padding-left: 5px;
}
#submenu li {
list-style: none;
display: block;
width: 242px;
padding-left: 5px;
}
#submenu li.parent {
background: url(../images/subnav_li_hover.gif) left 1px no-repeat #FFF;	
}
#submenu li a.selected{
background: url(../images/subnav_li.png) left top no-repeat #FFF;
font-weight: bold;
}

#submenu li a {
display: block;
height: 30px;
line-height: 30px; /* Text in middle */
padding: 0 0 0 15px;
background: url(../images/subnav_li.png) left bottom no-repeat #FFF; 
border-right: 1px solid #e1e7ee;
border-left: 1px solid #e1e7ee;	
border-bottom: 1px solid #e1e7ee;
/* Font styling */
font-family: Arial;
text-decoration: none;
font-size: 12px;
}
#submenu li a:hover {
background: url(../images/subnav_li.png) left top no-repeat #FFF;
}
#submenu li a.resetborder {
border-bottom: 1px dashed #F5DDDF;
}

/* submenu level 2 */

#submenu li ul {
margin-left: -5px;
}

#submenu li ul li {
padding-left: 5px;
}
#submenu li ul li a {
padding-left:25px;
background: #f9fafc !important;
font-size: 12px;
margin-left: 0px;
border-bottom: 1px dashed #e1e7ee;	
border-right: 1px dashed #e1e7ee;
border-left: none;
}
#submenu li ul li.parent {
background: none;	
}
#submenu li ul li a.selected {
border-top: 1px dashed #e1e7ee;	
color: #E6542C;
}
#submenu li ul li a:hover {
background-image: none;
}

/* submenu level 3 */
#submenu li ul li ul{
margin-left: 0px;
}
#submenu li ul li ul li {
padding-left: 0px;
}
#submenu li ul li ul li a {
padding-left:37px;
background: #FFF !important;
margin-left: 0px;
border-bottom: 1px dashed #fff;	
border-right: 1px dashed #e1e7ee;
}
#submenu li ul li ul li a.selected {
background: none;
border: none;
font-weight: bold;
border-bottom: 1px dashed #e1e7ee;	
border-right: 1px dashed #e1e7ee;
border-left: 1px dashed #e1e7ee;
}


/* User Menu */
#usermenu {
width: 184px;
background: url("../images/user_menu_bg.gif") left top no-repeat;
margin-top: -7px;
}
#usermenu  ul{
padding: 15px 15px 0px 15px;
}
#usermenu .bottom {
background: url("../images/user_menu_bottom.gif") left top no-repeat;
width:184px;
height:32px;
margin-top: -15px;
}
#usermenu li {
list-style: none;
text-align:left;
position: relative;
background-repeat: no-repeat;
}
#usermenu li a {
text-decoration: none;
padding: 5px 0px 5px 30px;
display: block;
}
#usermenu li.selected a{
color: #E6542C;
}
#usermenu li.mijn_gegevens {
background-image: url("../images/icon_usermenu.gif");
background-position: 3px -3px;
}
#usermenu li.mijn_gegevens:hover,
#usermenu li.mijn_gegevens.selected{
background-position: 3px -112px;
}
#usermenu li.afsprakenoverzicht {
background-image: url("../images/icon_usermenu.gif");
background-position: 3px -30px;
}
#usermenu li.afsprakenoverzicht:hover,
#usermenu li.afsprakenoverzicht.selected{
background-position: 3px -139px;
}
#usermenu li.mijn_meldingen{
background-image: url("../images/icon_usermenu.gif");
background-position: 3px -59px;
}
#usermenu li.mijn_meldingen:hover,
#usermenu li.mijn_meldingen.selected{
background-position:3px -167px;
}
#usermenu li.e-mail_abonnementen{
background-image: url("../images/icon_usermenu.gif");
background-position: 3px -86px;
}
#usermenu li.e-mail_abonnementen:hover,
#usermenu li.e-mail_abonnementen.selected{
background-position:3px -195px;
}

/* ADVISOR */
#advisor {
position: relative;
background: url("../images/advisor_bg.png") left 21px no-repeat;
margin-left: -8px;
margin-right: -8px;	
}
#advisor .tab span.title {
background:url("../images/advisor_tab.gif") left top;
height: 43px;
padding: 21px 20px 22px 25px;
line-height: 43px;
font-family: Arial;
font-weight: normal;
font-size: 14px;
color: #06417F;
position: relative;
}
#advisor .tab span.tab-right {
background: url("../images/advisor_tab_right.gif") left top no-repeat;
height: 59px;
width:23px;
position: absolute;
right: 0;
top: -3px;
z-index: 9;
}


#advisor .wrapper {

padding: 8px 17px 20px 18px;
background: url("../images/advisor_bottom.png") left bottom no-repeat;
}

#advisor .info {
	margin-left: 9px;
}
#advisor .info img {
border: 1px solid #e1e7ee;
width: 87px;
float: left;
background:#FFFFFF;
margin-right: 12px;
border:1px solid #E1E7EE !important;
margin-top:1px;
padding:2px;
}
#advisor .info img.office {
width:215px;
}

#advisor .info .clearboth {

border-bottom: 1px dashed #e1e7ee;
padding-bottom: 7px;
margin-bottom: 8px;	
margin-left: -8px;
margin-right: -8px;
}
#advisor .info  a{	
margin: 5px 0px;
display: block;

















}
#advisor .info #advisor_call a {

background: url(../images/advisor_li.gif) left top no-repeat;
}
#advisor .info #advisor_call a:hover {

background: url(../images/advisor_li.gif) left -69px no-repeat;
}
#advisor .info #advisor_email a {

background: url(../images/advisor_li.gif) left -23px no-repeat;
}
#advisor .info #advisor_email a:hover {

background: url(../images/advisor_li.gif) left -92px no-repeat;
}
#advisor .info #advisor_appointment a {

background: url(../images/advisor_li.gif) left -46px no-repeat;
}
#advisor .info #advisor_appointment a:hover {

background: url(../images/advisor_li.gif) left -115px no-repeat;
}

#advisor address {

border: 1px solid #e1e7ee;
background: #FFF;
color: #06417f;
padding: 10px;
font-size: 0.9em;
margin-bottom: 2px;
font-style: normal;
}
#advisor address small {

color: #333;	
margin-top: 5px;
display: block;
}
#advisor address strong {

font-size: 1.1em;	
}
#advisor address small span.open {
color: #00B395;	

}
#advisor address small span.closed {

color: red;	
}

#advisor ul {	

}
#advisor ul li {

list-style: none;
margin-bottom: 2px;
}
#advisor ul li a {
cursor: pointer;
border: 1px solid #e1e7ee;
display: block;
height: 30px;
line-height: 30px;
background: url(../images/arrow_li.gif) left bottom no-repeat #FFF;
/* Font styling */
font-family: Arial;
text-decoration: none;
font-size: 12px;
padding-left: 35px;
color: #06417f;
}
#advisor ul li a:hover {
background: url(../images/arrow_li.gif) left top no-repeat #FFF;
color: #E6542C;
}

#advisor #callme {

height:47px;
width:185px;
background: url(../images/callme_bg.png) left top no-repeat;
border: 1px solid #df522b;
position: absolute;
top: 32px;
right: -78px;
padding: 10px;
display: none;
z-index: 10;
}
#advisor #callme span {

text-transform: uppercase;
display: block;
font-size: 0.8em;
color: #e6542c;
font-weight: bold;	
margin-bottom: 5px;
}
#advisor #callme a {

width: 12px;
height: 12px;
line-height: 14px;
background: #E6542C;
position: absolute;
right: 0px;
top: 0px;
color: #FFF;
font-size: 16px;
text-align: center;
text-decoration: none;
cursor: pointer;
}
#advisor #callme input.text {

border: 1px solid #e1e7ee;
font-size: 1.3em;
height: 23px;
padding-top: 4px;
width: 113px;
background: #FFF;
}
#advisor #callme input.button {

float: right;
}


/* FOOTER */

#footer
{
    border-top: 1px dashed #e1e7ee;
    padding: 10px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #06417f;
}
#footer li
{
    list-style: none;
    display: inline;
    padding-right: 5px;
}


/* ADDITIONAL TAGS */

.clearboth
{
    clear: both;
}
.noborder
{
    border: none !important;
}

/* BUTTONS */

.button
{
    display: inline-block;
    margin: 0 0 0 5px;
    background-image: url(../images/button_bg.gif);
    background-position: center;
    background-repeat: repeat-x;
    background-color: transparent;
    border: 1px solid #d63e15;
    border-top: 1px solid #df6848;
    border-left: 1px solid #df6848;
    font-family: Arial, Verdana, sans-serif; /*background-repeat: no-repeat; background-position: 5px center;*/
    font-size: 90%;
    line-height: 120%;
    text-decoration: none !important;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
    padding: 5px 10px 6px 7px;
    text-align: center;
}
input.button
{
    padding: 2px 10px 7px 7px;
    background-color: transparent;
}
button
{
    width: auto;
    overflow: visible;
    padding: 4px 10px 3px 7px; /* IE6 */
}
button[type]
{
    padding: 5px 10px 5px 7px; /* Firefox */
    line-height: 17px; /* Safari */
}
*:first-child + html button[type]
{
    padding: 4px 10px 3px 7px; /* IE7 */
}

button:hover, .button:hover
{
    background: #eb7a5a;
    color: #FFF;
}
.button:active
{
    background-color: #eb7a5a;
    border: 1px solid #d63e15;
    color: #fff;
}


/* Loading class in button */

.button.loading
{
    background-image: url(../images/button_loading.gif) !important;
    background-position: center 5px !important;
    background-repeat: no-repeat;
    background-color: #eb7a5a;
    border: 1px solid #d63e15;
    color: transparent !important; /* FF Hide value txt */
    color: #eb7a5a !important; /* IE7 Sort of Hide can't get rid of the input value */
}
.editmode .button.loading,
.login .button.loading,
.login .loading,
#login .button.loading,
#registerUser  button.loading
{
	background-position: center 9px !important;
}
.button.loading span
{
    visibility: hidden;
}
.button.loading:hover
{
    cursor: progress;
}

/* Links */

a.link
{
    display: block;
    font-size: 0.9em;
}


a.link:hover
{
    color: #e6542c;
    text-decoration: underline;
}

/* FORMS */

input.text, select.text, textarea
{
    border: 1px solid #ddd;
    font-size: 1.0em;
    background: #FFF;
    padding: 2px;
}
textarea
{
    font-family: Arial, Helvetica, sans-serif;
    color: #999;
}
input.text:focus, select.text:focus
{
    border: 1px solid #e1e7ee;
}
input.text.small
{
    width: 60px;
}
input.text.medium
{
    width: 175px;
}
input.text.medium[disabled="disabled"]{
	border:none;
	color:#000;
	background-color:transparent;
	cursor:default;
}
input.text.large
{
    width: 250px;
}

select.text.small
{
    width: 60px;
}
select.text.medium
{
    width: 180px;
}
input.text.medium[disabled="disabled"]{
	border:none;
	color:#000;
	background-color:transparent;
	cursor:default;
}
select.text.large
{
    width: 250px;
}

.checkbox-loader {
	background-image: url("../images/ajax-loader-small.gif") !important;
	background-position:  left 1px !important;
	background-repeat: no-repeat;
	background-color: transparent;
	display:inline-block;
	height:16px;
	width:16px;
	margin-right: -3px !important;
}
input.checkbox.loading 
{
background-image: url(../images/ajax-loader-small.gif) !important;
background-position:  left top !important;
background-repeat: no-repeat;
display:block;
float:left;
height:17px;
width:20px;
margin-top:-2px;
}
input.radio {
}
.rbFix label{
	float:none !important;
}
fieldset
{
    border: 0;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

fieldset a.link
{
    float: right;
    color: #e6542c;
    text-decoration: underline;
    margin-top: 5px;
}
fieldset a.link:hover
{
    text-decoration: none;
}

fieldset .fields
{
    border-top: 1px solid #e1e7ee;
    border-bottom: 1px solid #e1e7ee;
    margin-top: 5px;
    background: url("../images/white_transparent.png") left top repeat;
}

fieldset .row
{
    border-bottom: 1px dashed #e1e7ee;
    padding: 6px 10px;
    min-height: 14px;
}
fieldset .row.last
{
    border-bottom: 0px !important;
}
fieldset .row div
{
    margin-left: 200px;
    position: relative;
}
fieldset .row label
{
    color: #06417f;
    float: left;
}
fieldset .row .updatePanelFix input,
fieldset .row .updatePanelFix .userNameCheck
{
	margin-left: -200px;
}
fieldset .row textarea {
	height:100px;
	width:100%;
}
fieldset .row small
{
    clear: both !important;
    display: block;
    color: #a3b5ca;
}
fieldset .row small.availability 
{
	left:200px;
	position:absolute;
	top:1px;
	color: Red;
}

fieldset .row span.checked
{
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    left: 212px;
    background: url(../images/icon_checked.gif) left 3px no-repeat;
    text-indent: -3000px;
}
fieldset .row span.unchecked
{
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    left: 212px;
    background: url(../images/icon_unchecked.gif) left 2px no-repeat;
    text-indent: -3000px;
}


fieldset .row .error input
{
    border: 1px solid #e6542c;
    background: #FBE3E4;
}
fieldset .row .error input.checkbox
{
    border: 0px solid #e6542c;
    background: none;
}
fieldset .row .error span
{
    color: #E6542C !important;
}
fieldset .row span
{
    float: right;
    font-size: 0.8em;
    margin-top: 3px;
    width: 105px;
}
fieldset .row span.checkbox
{
    float: none;
}
span.checkbox input
{
    margin-right: 6px;
}
fieldset .row .emailCheckOk 
{
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/icon_valid.gif) no-repeat scroll left 6px;
	position: absolute !important;
	left: -15px;
}
fieldset .row .emailCheckError 
{
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/icon_unvalid.gif) no-repeat scroll left 6px;
	position: absolute !important;
	left: -15px;
}
fieldset .cbVal.error
{
    border: 1px solid #e6542c;
}

.validationGroup .row span.error
{
    color: #E6542C !important;
    display: none;
}
.validationGroup input.error
{
    border: 1px solid #e6542c;
    background: #FBE3E4;
}
.validationGroup .row select.error
{
    border: 1px solid #e6542c;
    background: #FBE3E4;
}

/* Alternative formfield styling */
fieldset#contactpreferences .row div
{
    margin-left: 220px;
}

/* forms hover */

fieldset.hover h2
{
    color: #e6542c;
}
fieldset.hover label
{
    color: #e6542c !important;
}
fieldset.hover div
{
    color: #000 !important;
}
fieldset.hover .fields
{
    border-color: #e6542c;
}
fieldset.hover .row
{
    border-color: white;
}

/* forms editmode */

fieldset.editmode
{
    display: none;
    margin-bottom: 50px;
}
#registerUser fieldset.editmode, #upgradeUser fieldset.editmode, #forgotPassword fieldset.editmode, #resetPassword fieldset.editmode, #cancelAccount fieldset.editmode
{
    display: block !important;
}
#upgradeUser .cancel
{
    right: 128px;
}
.login 
{
	min-width: 510px;
}
.login fieldset.editmode
{
    display: block !important;
}
.login div.error
{
    color: #E6542C !important;
}
fieldset.editmode.selected
{
    display: block;
}
fieldset.editmode h2
{
    color: #e6542c;
}
fieldset.editmode label
{
    color: #06417f !important;
}
fieldset.editmode div
{
    color: #000 !important;
}
fieldset.editmode small.forcheckbox
{
    margin-left: 20px;
}
fieldset.editmode .fields
{
    border-color: #e6542c;
    background: url(../images/white_transparent.png) left top repeat;
    padding-bottom: 10px;
    margin-bottom:-5px;
}
fieldset.editmode .row
{
    border-color: white;
    padding-bottom: 0px;
}
fieldset .button.save {
	bottom:-29px;
	line-height:10px;
	padding-top:12px;
	position:absolute;
	right:10px;
	z-index:-1;
}
fieldset .button.cancel
{
    bottom: -29px;
    line-height: 10px;
    padding-top: 12px;
    position: absolute;
    right: 78px;
    z-index: -1;
    padding-left: 12px;
}

/* Fieldblock */

.fieldblock {
	margin-top: 5px;
	background:url("../images/white_transparent.png") left top repeat; 
	width: 100%;
	display: inline-block;
}
.fieldblock label {
	color:#06417F;
}

.fieldblock h2 {
	border-bottom: 1px solid #e1e7ee;
	margin-top: 20px;
}
.fieldblock a.edit {
	float: right;
	color: #e6542c;
	text-decoration: underline;
	margin-top: 5px;	
}
.fieldblock small 
{
	margin: 0px;
	font-style: italic;
	display: block;
	font-size: 11px;
	color: #666;
	margin-left: 20px;
}

/* PRODUCT PAGE */

/* product overview */

#product_overview
{
}
div.loading
{
    background: #FFF url(../images/ajax-loader.gif) center 0px no-repeat;
    width: 100%;
    height: 50px;    
    z-index: 9999;
   
}
div.loading .loadtext
{
    text-align: center;
    color: #00B395;
    font-size: 11px;
    width: 100%;
    padding-top: 40px;
}

#product_overview .changed, #product_overview .current, #product_overview .progress
{
    border-top: 1px solid #E1E7EE;
    border-bottom: 1px solid #E1E7EE;
    margin-top: 5px;
    margin-bottom: 30px;
}
#product_overview .product
{
    padding: 15px 0px;
    border-bottom: 1px dashed #E1E7EE;
}
#product_overview .last
{
    /*padding: 15px 0px;*/
    border-bottom: 0px;
}
#product_overview h3.title
{
    color: #00B395;
    display: block;
    float: none;
    font-family: Arial;
    font-size: 1.5em;
    font-weight: normal;
    line-height: 20px;
    text-decoration: none;
    width: 330px;
    margin-bottom: 5px;
}
#product_overview dl.details
{
    margin-top: 20px;
}
#product_overview dl.details dt
{
    color: #06417f;
    float: left;
    margin-bottom: 10px;
}
#product_overview dl.details dd
{
    display: block;
    margin-left: 175px;
    margin-bottom: 10px;
    min-height: 15px;
}
#product_overview .description
{
    margin: 25px 0px 5px 0px;
}
#product_overview .description strong
{
    display: block;
}

/* documents */
#product_overview .documents
{
}
#product_overview .documents ul
{
    display: inline-block;
}

#product_overview .documents li
{
    list-style: none;
    display: block;
    padding-left: 25px;
    background: url("../images/icon_pdf.gif") left center no-repeat;
    padding-right: 10px;
}
#product_overview .documents li a
{
    display: block;
    color: #06417f;
    line-height: 24px;
    float: none;
}

/* product menu */
#productmenu {
    position: absolute;
    right: 3px;
    top: 68px;
    z-index:500;
}
#productmenu .product_overview
{
    display: block;
    background: url("../images/bg_otherproducts.png") left top no-repeat;
    width: 142px;
    line-height: 48px;
    padding-left: 20px;
    height: 45px;
    margin-right: -10px;
    margin-top: -2px;
}
#productmenu .single
{
    background: url("../images/bg_otherproducts.png") left -48px no-repeat;
    margin-right: -17px;
    padding-left: 27px;
}
#productmenu .product_overview span
{
    display: block;
    position: absolute;
    z-index: 999;
    width: 142px;
    text-decoration: none;
    line-height: 48px;
    height: 45px;
    color: #06417f;
    cursor: pointer;
}
#productmenu .product_overview span a
{
    text-decoration: none;
}
#productmenu .single span a
{
    text-decoration: underline;
}

#productmenu .wrapper
{
    margin-bottom: -15px;
}
#productmenu .bottom
{
    background: url("../images/bg_productmenu_bottom.png") left bottom no-repeat;
    margin-bottom: -38px;
    padding-bottom: 38px;
}
#productmenu .products
{
    display: none;
    position: absolute;
    background: url("../images/bg_productmenu.png") left top no-repeat;
    padding: 50px 0px 1px 0px;
    position: absolute;
    right: -26px;
    top: -9px;
    width: 250px;
}
#productmenu .products .product
{
    border-bottom: 1px dashed #E1E7EE;
    margin-left: 16px;
    margin-right: 27px;
    list-style: none;
    padding: 5px;
}
#productmenu .products .product div
{
    float: left;
    width: 26px;
    margin-left: 2px;
    text-indent: -3000px;
}
/* product icons */
#productmenu .products .product div.product
{
    background: url("../images/products/icon_DIV_small.png");
}
#productmenu .products .product div
{
    background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
}
#productmenu .products .product div.AP
{
    background-image: url("../images/products/icon_AP_small.png");
}
#productmenu .products .product div.HY
{
    background-image: url("../images/products/icon_HY_small.png");
}
#productmenu .products .product div.BB,
#productmenu .products .product div.BR
{
    background-image: url("../images/products/icon_BB_small.png"); /* Opstal */
}
#productmenu .products .product div.FI
{
    background-image: url("../images/products/icon_FI_small.png");
}
#productmenu .products .product div.LN
{
    background-image: url("../images/products/icon_LN_small.png");
}
#productmenu .products .product div.ZK,
#productmenu .products .product div.MV,
#productmenu .products .product div.PO
{
    background-image: url("../images/products/icon_ZK_small.png");
}
#productmenu .products .product div.OG
{
    background-image: url("../images/products/icon_MV_small.png");
}
#productmenu .products .product div.PP
{
    background-image: url("../images/products/icon_PP_small.png");
}
#productmenu .products .product div.MR,
#productmenu .products .product div.OI
{
    background-image: url("../images/products/icon_MR_small.png");
}
#productmenu .products .product div.RE,
#productmenu .products .product div.TR
{
    background-image: url("../images/products/icon_RE_small.png");
}
#productmenu .products .product div.RB
{
    background-image: url("../images/products/icon_RB_small.png");
}


#productmenu .products .product a
{
    color: #00b395;
    text-decoration: none;
    margin-left: 35px;
    display: block;
}
#productmenu .products .product a:hover
{
    text-decoration: underline;
}
#productmenu .products .product span
{
    color: #666;
    margin-left: 35px;
    display: block;
}
#productmenu .allproducts
{
    border-bottom: 1px dashed #E1E7EE;
    margin-left: 16px;
    margin-right: 27px;
    text-align: right;
    list-style: none;
    padding: 5px;
}
#productmenu .allproducts a
{
    text-align: right;
    display: inherit;
    font-size: 11px;
}

/* product icons */
#product_overview .product
{
    background: url("/images/products/icon_DIV.png") 15px 15px no-repeat;
}
#product_overview .AP
{
    background: url("/images/products/icon_AP.png") 15px 15px no-repeat;
}
#product_overview .HY
{
    background: url("/images/products/icon_HY.png") 15px 15px no-repeat;
}
#product_overview .BB,
#product_overview .BR
{
    background: url("/images/products/icon_BB.png") 15px 15px no-repeat; /* Opstal */
}
#product_overview .FI
{
    background: url("/images/products/icon_FI.png") 15px 15px no-repeat;
}
#product_overview .LN
{
    background: url("/images/products/icon_LN.png") 15px 15px no-repeat;
}
#product_overview .OG
{
    background: url("/images/products/icon_MV.png") 15px 15px no-repeat;
}
#product_overview .ZK,
#product_overview .MV,
#product_overview .PO
{
    background: url("/images/products/icon_ZK.png") 15px 15px no-repeat;
}
#product_overview .PP
{
    background: url("/images/products/icon_PP.png") 15px 15px no-repeat;
}
#product_overview .MR,
#product_overview .OI
{
    background: url("/images/products/icon_MR.png") 15px 15px no-repeat;
}
#product_overview .RE,
#product_overview .TR
{
    background: url("/images/products/icon_RE.png") 15px 15px no-repeat;
}
#product_overview .RB
{
    background: url("/images/products/icon_RB.png") 15px 15px no-repeat;
}

#product_overview .product a
{
    float: right;
    color: #E6542C;
    line-height: 18px;
}
#product_overview .product a:hover
{
    text-decoration: none;
}
#product_overview .product .icon
{
    text-indent: -3000px;
    float: left;
    width: 65px;
    height: 100%;
}
#product_overview .product .content
{
    margin-left: 90px;
}
#product_overview .product .content h3
{
    line-height: 15px;
}
#product_overview .product .content h3 a
{
    font-weight: normal;
    font-size: 1.5em;
    color: #00b395;
    text-decoration: none;
    font-family: Arial;
    width: 330px;
    display: block;
    line-height: 20px;
    float: none;
}
#product_overview .product .content small
{
    color: red;
    margin-top: 10px;
    display: block;
    font-size: 11px;
    padding-left: 18px;
    height: 14px;
    line-height: 12px;
    background: url("../images/icon_attention.gif") left top no-repeat;
}
#product_overview .product .content small span
{
    color: red;
    font-size: 18px;
}
#product_overview .progress .content small
{
    color: #666;
    margin-top: 10px;
    display: none;
    background: none;
    padding-left: 0px;
}
#product_overview .progress .content .active small{
    display: block;
}
#product_overview .product .content .company
{
    color: #666;
    font-style: italic;
    font-size: 13px;
    margin-top: 2px;
}
#product_overview .product .content table
{
    margin-top: 10px;
}
#product_overview .product .content table th
{
    font-weight: normal;
    color: #06417F;
    padding-right: 10px;
}
#product_overview .product .content table td
{
    border: 0;
}

/* questions to hypotheker */
#product_overview .questions
{
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    margin-top: -10px;
}
#product_overview .questions textarea
{
    width: 100%;
    margin-top: 10px;
    height: 40px;
    background: transparent url(../images/white_transparent.png) left top repeat;
}
#product_overview .questions a.button
{
    bottom: -23px;
    line-height: 10px;
    padding-top: 12px;
    position: absolute;
    right: 10px;
    z-index: -1;
    padding-left: 20px;
    padding-right: 20px;
}

#related li a {
display:block;
padding:2px 8px 2px 18px;
}
#related {
padding:10px 15px;
border-top: 1px dashed #E1E7EE;
}
#related ul {
margin-left:0;
}
#related ul li {
list-style-type:none;
}
#related li a:link, #related li a:visited {
background-image:url(../images/icon_li_related.gif);
background-position:0 2px;
background-repeat:no-repeat;
}

#locations {
padding:10px 15px;
border-top: 1px dashed #E1E7EE;
}
#locations div {
width: 257px;
height: 35px;
background: url(../images/search_location_bg.gif) left top no-repeat;
margin-top: 3px;
margin-left: -5px;
}
#locations .search {
border: none;
background: transparent;
margin-top: 10px;
margin-left: 10px;
width: 162px;
color: #778b9d;
margin-right: 5px;
}
#locations .searchgo {
width: 26px;
height: 25px;
background: transparent;
cursor: pointer;
border: none;
}
#locations .searchgo:hover {
background: url(../images/search_bg_hover.gif) left top no-repeat;
}

#console
{
    background-image: url(../images/tmp/console_back_top.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
    margin: 0 0 15px;
    padding: 5px 0 0;
    width: 190px;
}
#locations p.locationSearch input.text
{
    width: 100px;
}
#locations p.locationSearch input.image
{
    margin-left: -3px;
}
#console div.margin
{
    background-image: url(../images/tmp/console_back_bottom.gif);
    background-position: 0 100%;
    background-repeat: no-repeat;
    padding: 0 0 0 10px;
}
#shortcuts
{
    border-bottom: 1px solid #D7DEE8;
    padding: 0 0 0 10px;
}
#shortcuts select
{
    margin-bottom: 2px;
    width: 160px;
}

/* Vestigingen */

.vestiging_template #content {
padding-top:1px;
width:708px;
}
.vestiging_template #content-left {
margin-top: 0px;	
}
.vestiging_template .vestiging_options {
margin: 30px 0px 20px 0px;
}
.vestiging_template #contentHeader 
{	margin-bottom: 5px;
}
.vestiging_template #contentHeader img
{	margin-top: 40px;
}

.vestiging_template h1 {
font-size:2.2em;
display: inline;
margin-top:25px;
padding-right:10px;
}
.vestiging_template h2 {
margin-bottom: 5px;
}
.vestiging_template address {
font-size: 12px;
}
.vestiging_template .vestiging_options a{
display: inline-block;
color: #e6542c;
}
.vestiging_template .topbanner {	
margin-bottom: 20px;
}

.vestiging_details {
border-bottom:1px dashed #E1E7EE;
margin-bottom: 15px;
padding-bottom: 15px; 
min-height:160px;
}
.vestiging_details .details {
float: left;	
width: 353px;
height:87px;
}
.vestiging_details .map_container 
{
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #06417F;
	height:123px;
	padding:3px;
	width:347px;
}
.vestiging_details .map,
.vestiging_details #map_canvas {
float:left;
height:113px;
width:326px;
}
.vestiging_template .map .mapbg 
{
	background: url("../images/bg_routemap.png") left top no-repeat;
	width: 702px;
	height: 336px;
}
.vestiging_template .map .mapbg #searchOfficeBox 
{
	border: 0px;
	background: none;
}
.vestiging_template .map #map-container {
border: 1px solid #06417F;
padding: 2px;
background: #FFF;
}
.vestiging_template .adp-directions 
{
	width: 100% !important;
}
.vestiging_template .adp-step, 
.vestiging_template .adp-stepicon, 
.vestiging_template .adp-substep {
border-top:1px dashed #CDCDCD !important;
}
.vestiging_template .map #dir-container,
.vestiging_template #map_canvas span,
.vestiging_template #map_canvas a
{
	display: none;
}
.vestiging_template .adp-legal 
{
	visibility: hidden !important;
}
.vestiging_template .adp-placemark 
{
	border: 1px solid #E1E7EE !important;
	background: #FAFBFD !important;
}
.vestiging_details .detailsLeft {
width: auto;
min-width: 163px;
max-width: 213px;
float: left;
position: relative;
height: 100%;
}
.vestiging_details .detailsRight {
width: auto;
float: left;
position: relative;
height: 100%;
margin-right: 15px;
margin-left: 15px;
}
.vestiging_details span {
display: block;
}
.vestiging_details .button {
position: absolute;
left: -5px;
bottom: 0px;
margin: 0px;
border: none;
margin: 0px;
padding: 0px;
height:39px;
line-height:35px;
padding-left: 15px;
width: 165px;
color: #FFF;
font-family:Arial;
font-size: 1.2em;
}
.vestiging_details .details .actions {
clear: both;
margin-left: -5px;
}
.vestiging_details .details .actions .button{
padding-left:15px;
position:relative;
width:160px;
}
.actions {
margin-bottom: 20px;	
text-align: center;
}
.actions .button {
margin: 0px;
border: none;
margin: 0px;
padding: 0px;
height:39px;
line-height:35px;
padding-left: 0px;
width: 142px;
color: #FFF;
font-weight: bold;
font-family:Arial;
font-size: 1.2em;
}
#content-left .actions .makeappointment {
background: url(../images/btn_appointment_big.gif) left -1px no-repeat;
width: 220px;
margin-left:5px;
padding-left:41px;
text-align:left;
}
#content-left .actions .callmenow {
background: url(../images/btn_callmenow_big.gif) left -1px no-repeat;
width: 220px;
margin-left:5px;
padding-left:41px;
text-align:left;
}

.vestiging_details .makeappointment,
.actions .makeappointment{
background: url(../images/btn_appointment.gif) left -1px no-repeat;
}

.vestiging_details .makeappointment:hover,
.actions .makeappointment:hover{
background-position: left bottom !important; 
}
.vestiging_details .callmenow,
.actions .callmenow{
background: url(../images/btn_callmenow.gif) left -1px no-repeat;
}
.vestiging_details .callmenow:hover,
.actions .callmenow:hover {
background-position: left bottom !important; 
}
.vestiging_details h3 {
color: #E6542C;
font-family:Arial;
font-size:1.3em;
font-weight:normal;
}
.vestiging_details div {
margin-bottom: 10px;
}
.vestiging_details a.route {
color: #E6542C;
padding: 2px 0px 3px 23px;
display: block;
background: url(../images/icon_route.gif) left top no-repeat;
margin-bottom: 3px;
}
.vestiging_details a.officeHours {
color: #E6542C;
padding: 2px 0px 3px 23px;
display: block;
background: url(../images/icon_officeHours.gif) left top no-repeat;
}


/* Mijn vestigint */

.vestiging  strong {
color:#E6542C;
font-weight:normal;
}


/* Icons */
.icon
{
    display: block;
    font-size: 11px;
    height: 17px;
    line-height: 17px;
    padding-left: 23px;
    margin-bottom: 2px;
}
.callmenow
{
    background: url(../images/icon_callmenow.gif) left center no-repeat;
}
.makeappointment
{
    background: url(../images/icon_car.gif) left center no-repeat;
}
.car
{
    background: url(../images/icon_makeappoitment.gif) left center no-repeat;
}
.ov
{
    background: url(../images/icon_ov.gif) left center no-repeat;
}
.park
{
    background: url(../images/icon_park.gif) left center no-repeat;
}

.leftcol
{
    float: left;
    width: 48%;
}
.rightcol
{
    width: 48%;
    float: right;
}
.leftcol h3, .rightcol h3
{
    font-weight: normal;
    font-size: 1.3em;
    color: #00b395;
    font-family: Arial;
    margin: 0px 0px 5px 0px;
}
.textblock
{
    border-bottom: 1px solid #E1E7EE;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

#news .item
{
    border-bottom: 1px dashed #E1E7EE;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
#news .item p
{
    text-align: left;
    line-height: 15px;
}
#news .item img
{
    border: 1px solid #E1E7EE;
    margin: 0px 0px 10px 0px;
}
#news .sidebar {
float:right;
margin-left:20px;
width:165px;
}
#news .sidebar p {
margin-bottom: 0px;
}

.frame
{
    background: url("../images/frame_bg.png") left top no-repeat;
    width: 245px;
    padding: 3px;
}
.framebottom
{
    background: url("../images/frame_bottom.png") left bottom no-repeat;
    height: 15px;
    width: 247px;
}
#route
{
    margin-bottom: 20px;
}
#route .info
{
    padding: 10px 10px 0px 10px;
    line-height: 15px;
}

#visitinghours .info
{
    padding: 10px 13px 0px 10px;
    line-height: 15px;
}
#visitinghours .info h3
{
    margin-bottom: 10px;
}
#visitinghours .info dl
{
    width: 100%;
}
#visitinghours .info dt
{
    font-size: 12px;
    color: #06417f;
}
#visitinghours .info dd
{
    margin-top: -15px;
    display: block;
    text-align: right;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #E1E7EE;
    margin-left: -10px;
    margin-right: -10px;
    padding-right: 13px;
}
#visitinghours .info p
{
    font-size: 9px;
    font-style: italic;
}

h1.erkend
{
    width: 455px;
    float: left;
}
div.erkend
{
    background: url("../images/icon_erkend.gif") left top no-repeat;
    width: 50px;
    height: 34px;
    float: right;
}


#notfound h1
{
    line-height: 32px;
}
#notfound h1 img
{
    width: 35px;
    vertical-align: bottom;
}

#notfound p
{
    margin-bottom: 10px;
}


#something_wrong
{
    width: 450px;
    margin: 12% auto;
    background: url("../images/bg_wrong.jpg") left top no-repeat;
}
#something_wrong .content
{
    padding: 20px 20px 0px 20px;
    height: auto;
}
#something_wrong .bottom
{
    background: url("../images/bg_wrong_bottom.jpg") left bottom no-repeat;
    width: 450px;
    height: 27px;
    clear: both;
}
#something_wrong img
{
    margin: 4px 10px 0 4px;
    float: left;
    display: block;
    margin-right: 10px;
    width: 90px;
}
#something_wrong h1
{
    display: block;
    margin-bottom: 4px;
}
#something_wrong a
{
    display: block;
    text-align: right;
    margin-top: 10px;
}
#something_wrong p
{
    margin-top: 10px;
    font-style: italic;
    color: #666;
    margin-left: 4px;
}

/* Something Went Wrong */

.errormsg
{
    border: 1px solid #e6542c;
    color: #e6542c;
    font-size: 11px;
    padding: 10px 5px 10px 32px;
    background: #FDD url("../images/icon_wrong.gif") 7px 7px no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    display: block;
    margin: 5px 0px;
}
.errormsg h3
{
    color: #e6542c;
    font-size: 16px;
}

.errormsg a
{

}


/* Success */

.successmsg
{
    border: 1px solid #00B395;
    color: #00B395;
    font-size: 11px;
    padding: 5px 5px 5px 32px;
    background: #F4FFEF url("../images/icon_success.gif") 7px 7px no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    display: block;
    margin: 5px 0px;
}
.successmsg h3
{
    color: #00B395;
    font-size: 16px;
}


/* User Menu */
#usermenu {
width: 184px;
background: url("../images/user_menu_bg.gif") left top no-repeat;
margin-top: -7px;
}
#usermenu  ul{
padding: 15px 15px 0px 15px;
}
#usermenu .bottom {
background: url("../images/user_menu_bottom.gif") left top no-repeat;
width:184px;
height:32px;
margin-top: -15px;
}
#usermenu li {
list-style: none;
text-align:left;
position: relative;
background-repeat: no-repeat;
}
#usermenu li a {
text-decoration: none;
padding: 5px 0px 5px 30px;
display: block;
}
#usermenu li.selected a{
color: #E6542C;
}
#usermenu li.mydetails {
background-image: url("../images/icon_usermenu.gif");
background-position: 3px -3px;
}
#usermenu li.mydetails:hover,
#usermenu li.mydetails.selected{
background-position: 3px -112px;
}
#usermenu li.appointments {
background-image: url("../images/icon_usermenu.gif");
background-position: 3px -30px;
}
#usermenu li.appointments:hover,
#usermenu li.appointments.selected{
background-position: 3px -139px;
}
#usermenu li.myalerts{
background-image: url("../images/icon_usermenu.gif");
background-position: 3px -59px;
}
#usermenu li.myalerts:hover,
#usermenu li.myalerts.selected{
background-position:3px -167px;
}
#usermenu li.mysubscriptions{
background-image: url("../images/icon_usermenu.gif");
background-position: 3px -86px;
}
#usermenu li.mysubscriptions:hover,
#usermenu li.mysubscriptions.selected{
background-position:3px -195px;
}


/* searchOfficeBox */

#searchOfficeBox {
background: #FAFBFD;
border:1px solid #E1E7EE;
}
#searchOfficeBox h2 {
display: inline;	
}
#searchOfficeBox input.text {
width: 343px;
}
#map_canvas {
margin-bottom:20px;
padding:0 10px 10px;
}
#searchOfficeBox .header{
padding: 10px;
}
#searchOfficeBox .header label{
float: left;
line-height: 20px;
margin-right: 10px;
}
#searchOfficeBox .header input.fields{
border: 1px solid #e1e7ee;
font-size: 1.0em;
background: #FFF;
padding: 2px;
}
#searchOfficeBox .header input.button{
float: right;
padding: 3px 10px 4px 7px;
}
#found_offices h2 {
margin: 25px 0px 10px 0px;	
border-bottom: 1px solid #E1E7EE;
}
#found_offices li {
list-style: none;
float: left;
list-style: none !important;
margin-left: 0px !important;
}
#found_offices address {
color: #666;
width:325px;	
margin-bottom:10px;
font-style: normal;
line-height: 15px;
}
#found_offices address a{
color: #E6542C;
}
#found_offices address a:hover{
color: #E6542C;
text-decoration: none;
}

.bottomspace
{
    padding-bottom: 14px !important;
}
/* POPUP */
#popup 
{
	background: none;
}
/*#dialog,*/
.dialogIframe,
#dialog2
{
    display: none;
    z-index: 99999;
}
/*iframe#dialog,*/
.dialogIframe,
iframe#dialog2 {
	width: 100% !important;	
	display: none;
	padding: 0px;
}

/* SUBSCRIPTION */

.subscription p {
margin: 10px 0px;	
}
.subscription .fields {
padding-top: 10px;
padding-bottom: 10px;
}
.subscription .fieldblock 
{
border-top: 1px solid #e1e7ee;	
	
}
.subscription h2 
{
margin-top: 30px;
margin-bottom: 5px;
}
.subscription h2.first 
{
	margin-top: 0px;
}
.subscription .description {
color:#000;
font-weight: normal;
margin-bottom: 5px;
margin-top: 0px;
}
.subscription .fieldblock p
{
border-bottom: 1px dashed #e1e7ee;
padding-bottom: 10px;
}
.subscription .fieldblock p.last
{
border-bottom: 1px solid #e1e7ee;
}
.subscription li 
{
border-bottom: 1px dashed #e1e7ee;
width:100%;
padding-bottom: 10px;
padding-right: 10px;
margin-top: 10px;
list-style: none !important;
margin-left: 0px !important;
}
.subscription li.last
{
	border-bottom: 1px solid #e1e7ee;
}

.subscription li p {
margin: 0px;
font-style: italic;
font-size: 11px;
color: #666;
margin-left: 20px;
}
.subscription label {
color:#000;
font-weight: bold;
}

.subscription .checkbox label {
margin-left: 8px;
}
.subscription a.link {
margin-top: 0px;	
}
.subscription .settings label 
{
	display: block;
	float: left;
	width: 280px;
}


/* Progressbar */
.pbcontainer {
	margin: 10px 0px 20px 0px;	
	position: relative;
}

.pbcontainer h2 {
border-bottom: 1px solid #e1e7ee;
margin-top: 20px;
margin-bottom: 5px;
}
.pbcontainer h4 {
font-size: 12px;
}
.pbcontainer span {
position: absolute;
margin-left: 5px;
display: block;
width: 100px;
right: -40px;
top: 35px;
text-align: center;
}
.progressBar {
	margin: 10px auto 0px auto;
	text-align: center;
	/*width: 400px;
	text-align: left;
	margin: 10px 0px;*/
}

.checkpoints {
	width: 450px;
	height: 20px;
	margin: -4px auto 50px auto;
}

.checkpoints li {
	background-image: url(../images/pb_checkpoint.png);
	background-repeat: no-repeat;
	position: relative;
	height: 22px;
	float: left;
	list-style: none;
	display: inline-block;
	width: 33.3%;
	background-position: center bottom;
	margin-left: 0px !important;
	margin-top: -12px;
}
.checkpoints li.first {
	background-position: left bottom;
}
.checkpoints li.last {
	background-position: right bottom;
}
	.progress .checkpoints {
		/*margin: -14px auto 50px;*/
		/*margin-left:45px;*/
	}
	
	.progress .checkpoints li {
		width: 21.9%;
	}
	.progress .checkpoints li.first,
	.progress .checkpoints li.last{
		/*width: 14%;*/
	}
.checkpoints li small {
	position: absolute;
	top: 20px;	
	display: block;
	width: 80px;
	text-align: center;
	color: #999;
	left: 50%;
	margin-left:-40px;
	font-size: 10px !important;
}
.progress .checkpoints li small {
	top: 12px;
}

.checkpoints li.first small {
	left: 5%;
}

.checkpoints li.last small {
	left: 95%;	
}

.checkpoints li.done 
{
	background-image: url(../images/pb_checkpoint_done.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	margin-top: -13px;
}
.checkpoints li.first.done {
	background-position: bottom left;
	background-image: url(../images/pb_checkpoint_done.png);
	background-repeat: no-repeat;
}
.checkpoints li.last.done {
	background-position: bottom right;
	background-image: url(../images/pb_checkpoint_done.png);
	background-repeat: no-repeat;
}


.checkpoints li.done small,
.progress .checkpoints li.done.active small {
	color:#06417F !important;
	font-size:11px !important;
	font-weight:bold !important;
}
.progress .checkpoints li.done small {
	font-weight: normal !important;
	font-size: 10px !important;
	color: #999 !important;
}

.checkpoints .tooltip {
	position: absolute;
	top: 22px;
	width: 150px;
	left: 50%;
	right: 50%;
	left: -60px;
	padding:5px;
	border: 1px solid #00B395;
	background: #FFF;
	font-size: 11px;
	z-index: 9999 !important;
	display: none;
	color: #666;
}
.checkpoints li .tooltip h4 {
	color: #00B395;
	font-size: 11px;
}
.checkpoints li:first-child .tooltip {
	left:-75px;
}
.checkpoints li:last-child .tooltip {
	left:-20px;
}


/* Wizard Steps */
#wizardsteps {
	width: 100%;
	margin: 20px 0px;
	height: 40px;
}

#wizardsteps li {
	float: left;	
	text-align: center;
	list-style: none !important;
	margin-left: 0px !important;
}

#wizardsteps li a {
	display: block;
	height: 35px;
	width: 126px;
	background: #e1e7ee;
	margin-right: 1px;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	padding-top:5px;
	color: #06417F;
	font-weight: bold;
}
#wizardsteps li small {
	display: block;
	font-weight:normal;
}

#wizardsteps li.done a {
	background: #E1E7EE url(../images/icon_checked.gif) 25px 9px no-repeat;
	color: #06417F;
}
#wizardsteps li.done a:hover {
	background: #D1DADF url(../images/icon_checked.gif) 25px 9px no-repeat;
}
#wizardsteps li.active a {
	background: #E6542C;
	color: #FFF;
}


.right {
	float: right;	
}
span.radio 
{
	float: none !important;
	font-size: 11px !important;
}
input.radio,
.radio input {
	margin: 0px 5px 0px 0px;
}
fieldset label.radio,
fieldset .radio label {
	float: none !important;
	color: #333 !important;
	margin-right: 15px;
}

.fieldblock dl {
	
}
.fieldblock dt {
	color: #00b395;
	font-family:Arial;
	font-size:1.1em;
	font-weight:normal;
	margin: 10px 0px 3px 0px;
}
.fieldblock dd {
	margin-bottom: 3px;
}
.fieldblock h2 {
	margin-bottom: 5px;	
}

.appointmentinfo {
	margin: -5px 0px 10px 0px;
}

.appointmentinfo li {
	list-style: none;
	font-style: italic;
	color: #666;
	padding-left: 10px;
}
.appointmentinfo h4 {
	margin-top: 20px;	
}
.appointmentinfo .form {
	background: #F9F9F9;
	padding: 20px 20px 50px 20px;
	margin: 10px 0px;
	border: 1px solid #e1e7ee;	
}
.appointmentinfo .form h2 {
	border: none !important;
	margin-top: 0px;
}
.appointmentinfo div.row {
	padding: 0px;
	margin: 10px 0px;
}

.appointmentinfo div label {
	color: #06417f;
	float: left;
	display: block;
	width: 170px;
	margin-left: 10px;
}

.appointmentYesNo label{
	float: none !important;
	display: inline !important;
	margin-right:20px;
}

.appointmentinfo div label.radio {
	float: none;
	display: inline;
	margin-right:20px;
}
#changeSituation .hide
{
    display: none;
}

#changeSituation div.row {
	padding: 0px;
	margin: 5px 0px;
}
#changeSituation ul {
	margin-left: 30px;
	margin-top:10px;
	display: none;
}

#changeSituation li {
	list-style: none;
}

/* Appointment overview */
#appointment_overview {
}
#appointment_overview .current {
}
#appointment_overview .history {
	margin-top: 30px;
}
#appointment_overview #makeAppointment {
	display: none;	
}
#appointment_overview a {
	margin-top: 10px;	
}

#appointment_overview small{	
color: #666;
margin-top:10px;
display: block;
}
#appointment_overview h2 {
border-bottom: 1px solid #E1E7EE;	
}
#appointment_overview .appointment {
padding: 15px 0px;
border-bottom: 1px dashed #E1E7EE; 
}
#appointment_overview .last {
border-bottom:1px solid #E1E7EE;	
}
#appointment_overview dl{
margin-top: 10px;
}
#appointment_overview dl dt {
color: #06417f;
float: left;
margin-bottom: 10px;
}
#appointment_overview dl dd {
display: block;
margin-left: 125px;
margin-bottom: 10px;
min-height: 15px;
}
#appointment_overview dl dd.time {
font-weight: bold;
}
#appointment_overview .appointment .calendar {
float: left;
width: 120px;
height: 100px;
text-align: center;
background: url("../images/bg_calendar.png") center top no-repeat;
}
#appointment_overview .appointment .day {
display: block;
color: #FFF;
margin-top: 12px;
font-weight: bold;
font-size: 11px;
}
#appointment_overview .appointment .date {
display: block;
font-size: 36px;
font-weight: bold;
margin-top: 3px;
margin-top: 0px; /* Firefox Mac */
/*margin-top: -10px;  Firefox Windows */
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#appointment_overview .appointment .month {
display: block;
font-weight: normal;
margin-top: -10px;
}

#appointment_overview .alert .calendar {
background: url("../images/bg_calendar_alert.png") center top no-repeat;
}
#appointment_overview .alert .date,
#appointment_overview .alert .month,
#appointment_overview .alert dl dt{
color: #df4e26;
}

#appointment_overview .appointment .content {
margin-left: 90px;
}
#appointment_overview .appointment .content h3 {
line-height: 15px;
}
#appointment_overview .appointment .content h3 a {
font-weight: normal;
font-size:1.5em;
color: #00b395;
text-decoration: none;
font-family: Arial;
width: 330px;
display: block;
line-height: 20px;
float:none;
}

#quicklinks {
margin: 20px 0px;
padding: 10px 15px;
}

#quicklinks select{
width: 100%;
clear: both;
border: 1px solid #E1E7EE;
margin-bottom: 2px;
padding: 1px;
font-size: 11px;
}

.vestiging_details .times {
float:right;
width:280px;
}
.vestiging_details .times table {
width:100%;
}
.vestiging_details .times td 
{
	vertical-align: top;
}
.vestiging_details .times td.time 
{
	text-align: right;
	font-weight: bold;
}

.vestiging_details .times span{
	font-weight: bold;
	color: #E6542C;
	margin-top:10px;
}
.vestiging_template .route {
	/*height: 185px; */	
}

/* new styles */
.hidden {
	display : none;
}
#ie6msg {
	display : none;
}


/* Inbox */
#inbox li {
list-style: none;
list-style-image: none !important;	
}
#inbox .tabs {
	margin-bottom: -6px;
	margin-top: 10px;
}
#inbox .tabs li {
	list-style: none;
	display: inline;
	margin-left: 0px;
}
#inbox .tabs li a {
	display: inline-block;
	padding: 5px 8px;
	background: #F9FAFC;
	border: 1px solid #E1E7EE;
	color: #06417f;
	text-decoration: none;
}
#inbox .tabs li span {
	text-indent: -3000px;
	display: block;
	float:right;
	width: 15px;
	height: 14px;
	background: url(../images/icon_close.png) right center no-repeat;
}
#inbox .tabs li a.prefpane {
	background-image: url(../images/icon_prefpane.png);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -3000px;
	width: 9px;
}
#inbox .tabs li a:hover,
#inbox .tabs li a.active{
	background-color: #FFF;
	border-bottom: 1px solid #FFF;
}

#inbox ul.overview {	
border-top: 1px solid #E1E7EE;
border-bottom: 1px solid #E1E7EE;
margin-top:5px;
margin-bottom: 5px;
}

#inbox ul.overview li {
padding: 15px 0 5px 0px;
border-bottom: 1px dashed #E1E7EE; 
margin-left: 0px;
width: 100%;
}

#inbox li a.edit {
float: right;
color: #E6542C;
line-height: 18px;
}
#inbox li a:hover {
text-decoration: none;
}
#inbox li .icon {
text-indent: -3000px;
float: left;
height: 100%;
}
#inbox .icon.news {
width: 53px;
margin-left: 13px;
margin-top: 5px;
background: url("../images/tmp/icon_news.png") left top no-repeat;
height:60px;
}

#inbox .icon.maintenance {
width: 53px;
margin-left: 13px;
margin-top: 5px;
background: url("../images/tmp/icon_maintenance.png") left top no-repeat;
height:60px;
}

#inbox .icon.massmailing {
width: 53px;
margin-left: 13px;
margin-top: 5px;
background: url("../images/tmp/icon_massmailing.gif") left top no-repeat;
height:60px;
}

#inbox .icon.hypotheker {
text-indent: 0px;
padding-left: 10px;
}
#inbox  .icon.hypotheker img {
width: 60px;
background: #FFF;
padding: 2px;
border: 1px solid #E1E7EE;
margin-top:3px;
}
#inbox li .content {
margin-left: 90px;
}
#inbox li.last {
border-bottom: 0px solid white !important;
}
#inbox li .fullcontent {
display: none;
margin-bottom: 15px;
}
#inbox li .content h3 {
line-height: 15px;
}
#inbox li .content h3 a {
font-weight: normal;
font-size:1.2em;
color: #00b395;
text-decoration: none;
font-family: Arial;
width: 330px;
display: block;
line-height: 20px;
float:none;
}

#inbox li .content small{
color: #999;
margin-bottom:10px;
display: block;
font-size: 11px;
height: 14px;
line-height: 12px;
}
#inbox .oldMessages{
margin-top: 5px;
}
#inbox .oldMessages li {
list-style: none;	
margin-left: 0px;
border-bottom: 1px dashed #E1E7EE;
padding: 3px 0px;
}

#inbox .oldMessages li small {
font-size: 12px;	
margin-left: 20px;
color: #999;
float: right;
display: block;
}
#inbox ul.overview li.prefpane, 
#inbox ul.overview li.oldEntry {
display: none;	
}
/* New Message */

/* Make appointment */
.NewMsg {
	display: none;
	margin-bottom: 20px;
}

.NewMsg .newMsgInfo .form {
	position: relative;
	z-index: 1;
	margin-bottom:20px;
	margin-top:10px;
}
.NewMsg textarea {
	background:url("../images/white_transparent.png") repeat scroll left top transparent;
	height:40px;
	margin-top:10px;
	width:100%;	
	margin-bottom: 5px;
}
.NewMsg .newMsgInfo .form h2 {
	border: none !important;
	margin-top: 0px;
}
.NewMsg label {
	font-size: 10px;
	color: #666;
	display: inline-block;
	margin-bottom: 10px;
}
.NewMsg .form .button  {
	bottom:6px;
	line-height:12px;
	padding-left:15px;
	padding-right:15px;
	padding-top:11px;
	position:absolute;
	right:3px;
	z-index:-1;
}
.NewMsg .form .cancel  {
	right: 100px;
}
.msgActions a.link  {
	display: inline-block;
	padding-left: 15px;
	margin-top: 15px;
	color: #999;
	text-decoration: none;
	margin-right: 10px;
}
.msgActions a.link:hover  {
	color: #E6542C;
}
.msgActions a.reply {
	background: url(../images/icon_reply.png) left center no-repeat;	
}
.msgActions a.delete {
	background: url(../images/icon_unchecked.gif) left center no-repeat;	
}
.msgActions a.archive {
	background: url(../images/icon_archive.gif) left center no-repeat;	
}

.userNameCheck 
{
	display: block; 
	position: absolute; 
	left: 135px; 
	top: 3px; 
	padding-left: 15px;
	min-width:20px;
	height: 15px;
}
.userNameCheck.true 
{
	background: url(../images/icon_valid.gif) left center no-repeat;
}
.userNameCheck.false 
{
	background: url(../images/icon_unvalid.gif) left center no-repeat;
}

/* Create Account */
#setBirthDate,
#getNearestVestiging,
#setNearestVestiging{
	display: none;	
}
.loadField  {
	position: relative !Important;
	margin-bottom: 0px !important;
}
.loadField .fieldLoad {
	position: absolute;
	top: 0px;
	width: 21px;
	height: 16px;
	background: #FFF url(../images/ajax-loader-small.gif) right top no-repeat;
	text-indent: -3000px;
	display: none;
}