/*
* Cache van main.style.css
* Created: 2011-12-06 14:22:21
*/

/*
* $Author: sjors $
* $LastChangedDate: 2006-07-05 13:58:04 +0200 (wo, 05 jul 2006) $
* $Id: main.style.css 18 2006-07-05 11:58:04Z sjors $
* $Rev: 18 $
*/

/* Style reset */
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, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
:focus {outline: 0;}
body {line-height: 1; color: black; background: white;}
ol, ul {list-style: none;}
table {border-collapse: separate; }
caption, th, td {text-align: left; font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
/* End style reset */

.clear {clear: both; line-height: 0px;}
strong {font-weight: bold;}
em {font-style: italic;}
.hidden {display: none;}
.error {color: red;}
ul {
	list-style: disc;
	margin: 2px 12px;
}

.loading {
	background-image: url(/images/cms/spinner.gif);
  background-repeat: no-repeat;
  background-position: center;
}


/**
 * GENERAL LAYOUT CSS
 */

body{
	font-family: "Arial";
	font-size: 12px;
}

a{
	color: #801539;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a.button,
button {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-x-system-font:none;
	background:transparent none repeat scroll 0 0;
	border: none;
	cursor:pointer;
	display:inline-block;
	font-family:Arial;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	text-decoration:none;
}

button{
	width:auto;
	overflow: visible;
}

a.button{
	height: 23px;
	padding: 1px 0px;
}

a.button span, button span {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background-image: url( /images/interface/bg_form_button.png );
	color: #ffffff;
	display:inline-block;
	font-size: 12px;
	font-weight: normal;
	line-height: 23px;
	padding: 0px 10px;
}

a.delete img{
	position: relative;
	top: 5px;
}

p{
	color: #333333;
	line-height: 15px;
	padding: 5px 0px;
}

ul{
	padding: 0px 5px;
}

ul li{
	color: #333333;
	line-height: 15px;
}

h1{
	color: #f29400;
	font-size: 17px;
	font-weight: bold;
	padding: 5px 0px;
}

h2{
	color: #f29400;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0px 0px;
}

h3{
	color: #f29400;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0px;
}

/* h4 is reserved for rightcolumn headers */
h4, h5{
	color: #801539;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 10px;
}

h4.login{
	border-top: 2px solid #f29400;
	color: #f29400;
	font-size: 13px;
	padding: 10px 10px;
}

h5{
	font-size: 13px;
}

.noBackground{
	background: none;
	background-color: #ffffff !important;
}

blockquote p{
	color: #f29400;
	font-style: italic;
}

div#wrapper{
	margin: 0px auto;
	position: relative;
	width: 940px;
}

div#header{
	background-position: 10px 8px;
	background-image: url( /images/interface/logo_bm.png );
	background-repeat: no-repeat;
	height: 90px;
	width: 940px;
}

div#innerWrapper{
	padding: 0px 10px;
}

div#content{
	border-top:1px solid #E7E7E7;
	padding:0px;
	margin-right: 220px;
	margin-left: 200px;
	width: 500px;
}
div#content-inner {
	float: left;
}

div#content div.image-bar{
	float: left;
	margin: 0px;
	margin-right: 10px;
	padding: 34px 0px 5px;
	width: 160px;
}

div#content div.image-bar-margin{
	margin-left: 170px;
}

div#content div.image-bar img{
	padding-bottom: 8px;
}

div#home-content{
	border-top:1px solid #E7E7E7;
	padding: 0px;
	margin-right: 220px;
	margin-left: 0px;
}

div#footer{
	border-top: 1px solid #e7e7e7;
	clear: both;
}

div.floatleft{
	float: left;
	padding-right: 10px;
}

span.grey{
	color: #9B9C9E;
}

span.date{
	color: #7c7c7c;
	font-size: 10px;
	line-height: 15px;
}

/**
 * MESSAGES CSS
 */

div#content ul.error,
div#content ul.success,
div#content ul.warning,
div#content ul.info
{
    margin: 10px 0;
    padding: 10px;
}
ul.error
{
    background: #FCC;
    border: #C33 1px solid;
}
ul.error li{
	background-image: url( /images/interface/exclamation.png );
	background-repeat: no-repeat;
	list-style: none;
	padding: 2px 25px;
}
ul.success{
	background: #CFC;
    border: #3C3 1px solid;
}
ul.success li{
	background-image: url( /images/interface/accept.png );
	background-repeat: no-repeat;
	list-style: none;
	padding: 2px 25px;
}
ul.warning{
	border: 1px solid #fa0;
    background: #ffd;
}
ul.warning li{
	background-image: url( /images/interface/bullet_error.png );
	background-repeat: no-repeat;
	list-style: none;
	padding: 0px 25px;
}
ul.info{
	border: 1px solid #aaa;
    background: #fff;
}
ul.info li{
	background-image: url( /images/interface/information.png );
	background-repeat: no-repeat;
	list-style: none;
	padding: 0px 25px;
}

/**
 * Lefcolumn CSS
 */
div#leftcolumn{
	border-top: 1px solid #e7e7e7;
	float: left;
	padding: 5px 0px;
	width: 190px;
}

div#leftcolumn p{
	color: #9B9C9E;
	font-size: 11px;
	line-height: 15px;
}

div#leftcolumn a{
	color: #9B9C9E;
	text-decoration: none;
}

div#leftcolumn a:hover{
	color: #801539;
}

div#leftcolumn ul{
	background-image: url( /images/interface/bm_bg_menu_leftcolumn.png );
	background-repeat: repeat-y;
	list-style: none;
	margin: 5px 0px;
	padding: 0px 10px 10px 10px;
}

div#leftcolumn ul li ul,
div#leftcolumn ul li.current ul{
	padding: 0px 0px 0px 10px;
}

div#leftcolumn ul li a{
	border-bottom: 1px dotted #c1c1c1;
	padding: 10px 0px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

div#leftcolumn ul li.current a,
div#leftcolumn ul li a:hover,
div#leftcolumn ul li.current ul li.current a,
div#leftcolumn ul li.current ul li a:hover{
	 color: #801539;
}

div#leftcolumn ul li.current ul li a{
	color: #333333;
}

div#leftcolumn form {
	border: 1px solid #E7E7E7;
	border-width: 1px 0px;
	padding: 8px 2px;
	margin: 5px 0;
}
div#leftcolumn legend {
	margin-bottom: 5px;
	white-space: normal;
	color: #9b9c9e;
	font-weight: bold;
}
/**
 * Rightcolumn CSS
 */
div#rightcolumn{
	border-top: 1px solid #e7e7e7;
	float: right;
	padding: 5px 0px;
	width: 210px;
}


div#newsdiv{
	height: 390px;
	overflow: hidden;
}

div#homeHeaderImage{
	height: 395px;
}

div#rightcolumn ul.news{
	background-image: url( /images/interface/bm_bg_news_rightcolumn.png );
	background-repeat: repeat-y;
	height: 231px;
	list-style: none;
	margin: 5px 0px;
	overflow: hidden;
	padding: 0px 10px 10px 10px;
	width: 190px;
}

div#rightcolumn ul.news li{
	border-bottom: 1px dotted #c1c1c1;
	padding: 10px 0px;
}


div#rightcolumn ul.news h5 {
	color: #333333;
	font-size: 12px;
	padding: 0;
	font-weight: normal;
}

div#rightcolumn ul.news li a{
	color: #7c7c7c;
	line-height: 16px;
	text-decoration: none;
}

div#rightcolumn ul.news li a:hover{
	color: #801539;
}

div#rightcolumn div.loggedin{
	background-color: #f29400;
	padding: 10px;
}

div#rightcolumn div.loggedin img{
	float: left;
	margin-right: 10px;
}

div#rightcolumn div.loggedin a.button{
	border: 1px solid #ffffff;
	margin-bottom: 5px;
	padding: 0px;
}

div#rightcolumn div.loggedin a.button span{
	color: #ffffff;
	display: block;
	height: 14px;
	line-height: 12px;
	padding: 6px 5px 3px;
	text-align: center;
	width: 90px;
}

div#rightcolumn a{
	color: #1a171b;
}


div#rightcolumn a.moreinfo{
	color: #ffffff;
	background-color: #f29400;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	margin-top: 5px;
	display: block;
}

/**
 * MENU CSS
 */

ul#headermenu,
ul#footermenu{
	margin: 0px;
	padding: 10px 0px;
	text-align: right;
}

ul#headermenu li,
ul#footermenu li,
div#header ul#mainnav li{
	border-left: 1px solid #000000;
	display: inline;
	list-style: none;
	padding: 0px 10px;
}

ul#headermenu li.first,
ul#footermenu li.first,
div#header ul#mainnav li.first{
	border-left: 0px;
}

ul#headermenu li a,
ul#footermenu li a{
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}

ul#headermenu li a:hover,
ul#footermenu li a:hover{
	color: #801539;
}

ul#headermenu li.facebook, ul#headermenu li.twitter {
	border-left: none;
	padding: 0 5px;
}
ul#headermenu li.facebook a, ul#headermenu li.twitter a {
	display: inline-block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	text-indent: -999px;
	text-align: left;
	vertical-align: bottom;
}
ul#headermenu li.facebook a {
	background-image: url(/images/facebook.png);
}
ul#headermenu li.twitter a {
	background-image: url(/images/twitter.png);
}

div#header ul#mainnav li a{
	 color: #333333;
	 font-size: 12px;
	 font-weight: bold;
	 text-decoration: none;
}

div#header ul#mainnav li.current a,
div#header ul#mainnav li a:hover{
	 color: #801539;
}

div#header ul#mainnav{
	margin: 0px;
	margin-top: 30px;
	padding: 5px 0px;
	text-align: right;
}

div#home-content ul#mainnav{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div#home-content ul#mainnav li{
	display: none;
	float: left;
	margin-left: 10px;
	width: 132px;
}

div#home-content ul#mainnav li.first{
	margin-left: 0px;
}

div#home-content ul#mainnav li a{
	background-color: #ffffff;
	background-repeat: no-repeat;
	display: block;
	font-size: 13px;
	font-weight: bold;
	height: 158px;
	padding: 9px 3px;
	text-decoration: none;
}

div#home-content ul#mainnav li.proteinedieet {
	border-top: 2px solid #f29400;
	display: block;
}

div#home-content ul#mainnav li.proteinedieet a{
	background-image: url(/images/interface/bm_bg_home_nav.jpg);
	background-position: 0px 32px;
	color: #f29400;
}

div#home-content ul#mainnav li.proteinedieet a:hover{
	background-color: #f29400;
	color: #ffffff;
}

div#home-content ul#mainnav li.vestigingen {
	border-top: 2px solid #5a5099;
	display: block;
}

div#home-content ul#mainnav li.vestigingen a{
	background-image: url(/images/interface/bm_bg_home_nav.jpg);
	background-position: -132px 32px;
	color: #5a5099;
}

div#home-content ul#mainnav li.vestigingen a:hover{
	background-color: #5a5099;
	color: #ffffff;
}

div#home-content ul#mainnav li.behandelmethodes {
	border-top: 2px solid #007bc0;
	display: block;
}

div#home-content ul#mainnav li.behandelmethodes a{
	background-image: url(/images/interface/bm_bg_home_nav.jpg);
	background-position: -264px 32px;
	color: #007bc0;
}

div#home-content ul#mainnav li.behandelmethodes a:hover{
	background-color: #007bc0;
	color: #ffffff;
}

div#home-content ul#mainnav li.recepten {
	border-top: 2px solid #4e8c2c;
	display: block;
}

div#home-content ul#mainnav li.recepten a{
	background-image: url(/images/interface/bm_bg_home_nav.jpg);
	background-position: -396px 32px;
	color: #4e8c2c;
}

div#home-content ul#mainnav li.recepten a:hover{
	background-color: #4e8c2c;
	color: #ffffff;
}

div#home-content ul#mainnav li.ervaringen {
	border-top: 2px solid #b60718;
	display: block;
}

div#home-content ul#mainnav li.ervaringen a{
	background-image: url(/images/interface/bm_bg_home_nav.jpg);
	background-position: -528px 32px;
	color: #b60718;
}

div#home-content ul#mainnav li.ervaringen a:hover{
	background-color: #b60718;
	color: #ffffff;
}

div#content ul.submenu{
	list-style: none;
	margin: 10px 0px;
	padding: 0px;
}

div#content ul.submenu li{
	background-image: url(/images/interface/bm_bg_submenu.png);
	background-position: 0px 116px;
	background-repeat: repeat-x;
	display: block;
	float: left;
	margin: 0px 4px 10px;
	position: relative;
	width: 116px;
}

div#content ul.submenu li a{
	background-image: url(/images/interface/default-no-image.jpg);
	background-repeat: no-repeat;
	color: #666666;
	display: block;
	font-size: 11px;
	font-weight: bold;
	height: 25px;
	overflow: hidden;
	padding: 119px 5px 10px;
	text-decoration: none;
}
div#content ul.submenu li a.delete{
	background-image: none;
	left: 90px;
	position: absolute;
	top: -121px;
}

div#content ul.submenu li a:hover{
	color: #801539;
}

div#content ul.submenu li.first{
	margin-left: 0px;
}

ul#clientmenu{
	margin: 0px;
	padding: 10px 0px;
}

ul#clientmenu li{
	border-left: 1px solid #9b9c9e;
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px 10px;
}

ul#clientmenu li.first{
	border-left: 0px;
	padding-left: 0px;
}

ul#clientmenu li a{
	color: #9b9c9e;
	font-weight: bold;
	text-decoration: none;
}

ul#clientmenu li a:hover,
ul#clientmenu li.current a{
	color: #801539;
}

ul#breadcrumb{
	margin: 0px;
	padding: 5px 0px;
}

ul#breadcrumb li{
	color: #9b9c9e;
	display: inline;
	list-style: none;

	margin: 0px;
	padding: 0px 2px;
}
ul#breadcrumb li a{
	color: #9b9c9e;
	font-size: 11px;
	text-decoration: none;
	text-transform:lowercase
}

ul#breadcrumb li a:hover{
	color: #801539;
}


/**
 * Measurement css
 */
div.graphs-overview{
	padding-bottom: 10px;
}

div.graphs-overview div{
	color: #801539;
	font-size: 10px;
	text-align: center;
}

div.graphs-overview div h3{
	text-align: left;
}

ul.measurements{
	margin: 0px 0px;
	list-style: none;
}
ul.measurements li{
	padding: 0px 0px 5px;
}

ul.measurements li a.toggler{
	cursor: pointer;
	display: block;
	border-bottom: 1px dotted #c0c0c0;
	margin: 5px 0px;
	padding: 5px 0px;
}

ul.measurements li a.toggler:hover{
	text-decoration: none;
}
table.measurement{
	margin: 0px;
	width: 360px;
}
table.measurement td.toggle1_l,
table.measurement td.toggle2_l{
	padding-top: 7px;
	vertical-align: top;
}


td.fatmass{
	background-image: url(/images/interface/legend-fatmass.png);
	background-repeat: no-repeat;
	background-position: 210px 5px;
}

td.fatfreemass{
	background-image: url(/images/interface/legend-fatfreemass.png);
	background-repeat: no-repeat;
	background-position: 210px 5px;
}

td.moisture{
	background-image: url(/images/interface/legend-moisture.png);
	background-repeat: no-repeat;
	background-position: 210px 5px;
}

img.measurement-image{
	float: right;
}

div.graphs-overview div.zoom-icon{
	position: relative;
}

div.graphs-overview img.magnify-icon{
	cursor: pointer;
	left: 215px;
	position: absolute;
	top: 25px;
	
}
/**
 * Recipe css
 */
 div.recipes ul{
	 list-style: none;
}

div.recipes table tr{
	height: auto;
}

div.recipes table td{
	border-bottom: 0px;
	padding: 1px 5px;
}

p.addAsMyRecipe{
	text-align: right;
}

p.addAsMyRecipe a{
	background-image: url(/images/interface/heart.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #9B9C9E;
	font-size: 11px;
	line-height: 15px;
	padding: 4px 2px 4px 20px;
	text-decoration: none;
}

p.addAsMyRecipe aaddAsMyRecipe:hover{
	text-decoration: underline;
}

form#nieuwsbrief fieldset{
	margin-top: 10px;
	padding: 5px 10px;
}

form#nieuwsbrief legend{
	color: #801539;
	font-weight: bold;
}

form#nieuwsbrief label{
	color: #7c7c7c;
	display: block;
	font-weight: bold;
	padding: 0px 0px 8px 0px;
}

form#newsletter-subscription label{
	clear:both;
	display:block;
	float:left;
	margin:4px 0;
	padding:4px 10px;
	width: 100px;
}

form#newsletter-subscription label.radiobutton{
	display: inline;
	float: none;
	padding:0px 5px;
	position: relative;
	top: -2px;
}

form#newsletter-subscription input.text{
	background-image: url( /images/interface/bm_bg_newsletter_textinput.png );
	background-repeat: repeat-x;
	border: 0px;
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	color: #1a171b;
	display:block;
	float:left;
	font-family: "Arial";
	font-size: 12px;
	height: 14px;
	padding: 6px 6px 5px 6px;
	width:50%;
}

form#newsletter-subscription input.radio{
	margin-top: 5px;
}

.singleinput input.text{
	background-image: url( /images/interface/bm_bg_newsletter_textinput.png );
	background-repeat: repeat-x;
	border: 0px;
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	color: #1a171b;
	float: left;
	font-family: "Arial";
	font-size: 12px;
	height: 14px;
	margin-top: 5px;
	padding: 6px 6px 5px 6px;
	width: 140px;
}

.singleinput input.submit{
	cursor:pointer;
	margin-top:5px;
}


/**
 * FORM CSS
 */

form.login{
	 background-color: #f29400;
}

form.login fieldset legend{
	 padding: 8px 0px 0px;
 }

form.login fieldset{
	 padding: 5px 10px;
 }

 form.login label{
	 font-size: 12px;
	 display: block;
	 padding: 7px 0px;
 }

 form.login label.checkbox{
	 display: inline;
	 padding: 0px;
	 position: relative;
	 top: -2px;
	 vertical-align: middle;
 }

 form.login input{
	 font-family: "Arial";
	 font-size: 12px;
	 color: #1a171b;
 }

 form.login input.text{
	 background-image: url(/images/interface/bg_loginform_textinput.png);
	 border: 0px;
	 height: 14px;
	 margin-bottom: 5px;
	 padding: 6px 6px 5px 6px;
	 width: 177px;
 }

 form.login input.checkbox{
	 border: 0px;
	 margin: 5px 0px;
 }

 form.login input.submit{
	 background-image: url(/images/interface/bg_form_button.png);
	 border: 1px solid #ffffff;
	 color: #ffffff;
	 height: 25px;
	 margin: 5px 5px 5px 0px;
	 width: 65px;
}

form.login a{
	font-size: 11px;
	text-decoration: none;
}

form.login a:hover{
	text-decoration: underline;
}


/**
 * TABLE CSS
 */

table{
	width: 100%;
	margin: 10px 0px;
 }

 table thead{
	 background-color: #f0e4e8;
	 font-weight: bold;
 }

 table th{
	padding: 10px;
	text-align: left;
 }

 table tbody tr{
	 height: 30px;
}

 table td,
 table tfoot td{
	border-bottom: 1px solid #f1e4e8;
	font-family: "Arial";
	font-size: 12px;
	line-height: 16px;
	padding: 5px 10px;
}

table td.toggle1_l{
	 background-color: #f0e4e8;
	 border-bottom: 0px;
	 text-align: right;
	 vertical-align: middle;
	 width: 100px;
}

table td.toggle2_l{
	 background-color: #f9f3f5;
	 border-bottom: 0px;
	 text-align: right;
	 vertical-align: middle;
	 width: 100px;
}

table td.toggle1_r{
	 background-color: #f7f1f3;
	 border-bottom: 0px;
	 vertical-align: middle;
}

table td.toggle2_r{
	 background-color: #fcf9fa;
	 border-bottom: 0px;
	 vertical-align: middle;
}

table td.bold{
	font-weight: bold;
}

table.product-specs{
	margin: 10px 0px;
	width: 320px;
}

table.product-specs tbody tr{
	height: inherit;
}
table.product-specs thead th{
	background-color: #dfc4cd;
	color: #333333;
	font-family: "Arial";
	font-size: 12px;
	font-weight:  bold;
	padding: 5px;
}


table.product-specs tbody td{
	border-bottom: 1px solid #dfc4cd;
	color: #801539;
	font-family: "Arial";
	font-size: 11px;
	padding: 2px 5px;
}

table.product-specs tbody td.name{
	border-left: 1px solid #dfc4cd;
	width: 120px;
}

table.product-specs tbody td.value{
	border-right: 1px solid #dfc4cd;
	text-align: right;
}


table#myinfo tbody td.toggle1_l,
table#myinfo tbody td.toggle2_l{
	width: 150px;
}

table#myinfo input.text{
	background-image: url( /images/interface/bm_bg_newsletter_textinput.png );
	background-repeat: repeat-x;
	border: 0px;
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	color: #1a171b;
	float: left;
	font-family: "Arial";
	font-size: 12px;
	height: 14px;
	padding: 6px 6px 5px 6px;
	margin-right: 10px;
	width: 140px;
}

table#myinfo input.file-upload{
	margin-right: 10px;
	float: left;
}

/**
 * Google maps
 */
#map_canvas {
	width: 500px;
	height: 540px;
}
.marker h3 {
	color: #801539;
	font-size: 13px;
	font-weight: bold;
}
.marker .button {
	border: none;
}

/**
 * Overview list
 */
.overview-img {
	list-style: none;
	margin: 0;
}
.overview-img li {
	border-bottom: 1px dotted #c1c1c1;
	padding: 10px 0px;
}
.overview-img img {
	float: left;
	margin-right: 5px;
}
.overview-img .date, .overview-tabs-content .date {
	float: right;
}
body.js .overview-tabs, body.js .overview-tabs-content {
	position: relative;
	list-style: none;
	margin: 0;
}
body.js .overview-tabs {
	border-bottom: 1px solid #c1c1c1;
	margin-top: 10px;
}
body.js .overview-tabs li {
	height: 90px;
	display: inline-block;
	padding: 8px 10px 4px 10px;
	cursor: pointer;
	background-image: url(/images/interface/nieuwsblokken.png);
	background-repeat: no-repeat;
	background-position: 0 -206px;
	margin-left: 10px;
	position: relative;
	top: 1px;
}
body.js .overview-tabs .el-0 {
	margin-left: 5px;
}
body.js .overview-tabs li:hover {
	background-position: 0 0;
}
body.js .overview-tabs li.current {
	background-position: 0 -103px;
}
body.js .overview-tabs-content li {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 12px;
}

table#treatment-history{
	margin-top: 2px;
}


 table#treatment-history td.controls{
	 text-align: right;
	 width: 95px;
}

table#treatment-history td.measurement-amount{
	 width: 150px;
}

table#treatment-history a{
	background-image: url( /images/interface/chart.png );
	background-repeat: no-repeat;
	padding: 1px 0px 2px 0px;
	color: #801539;
	display: block;
}

.imgdesc {
	padding-top: 0;
	margin-top: -5px;
	font-size: 9px;
	color: #9B9C9E;
}

/* Ablum */
.album {
	list-style: none;
	margin: 0 0 0 -10px;
}
.album li {
	float: left;
	width: 155px;
	height: 180px;
	margin-left: 10px;
	overflow: hidden;
}

/* WYMeditor */
/* Afb: Omloop rechts */
img.floatleft /* img */ {
  /* border-right: 2px dashed blue; */
	float: left;
	margin: 5px 5px 5px 0px;
}
/* Afb: Omloop links */
img.floatright /* img */ {
  /* border-left: 2px dashed blue; */
	float: right;
	margin: 5px 0px 5px 5px;
}
/* Tekst rechts uitlijnen */
p.alignright /* p */ {
  /* text-align: right; */
	text-align: right;
}
/* Tekst uitvullen */
p.alignjustify /* p */ {
  /* text-align: justify; */
	text-align: justify;
}
/* /WYMeditor */

/* MOOFLOW */
.mf{visibility: hidden; z-index:1; color:#000000; font-size:14px}
.mf * {
	outline:none;
	border:none;
	padding:0;
	margin:0;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select:none;
	-o-user-select:none
}
.mf div.loader{
	position:absolute;
	text-align:center;
	z-index:10000;
	margin:0 auto;
	top:45%;
	width:100%;
	background: url(/images/cms/spinner.gif) no-repeat 50% 0;
	padding:50px 0;
}
.mf div.caption {
	position:absolute;
	text-align:center;
	z-index:98;
	margin:1em auto;
	bottom:60px;
	width:100%;
}
.mf div.mfNav{
	position:absolute;
	z-index:99;
	margin:0 auto;
	text-align:center;
	width:100%;
	bottom:20px;
	font-size:1px;
	line-height:1px;
	width:100%;
}
.mf div.autoPlayCon{
	float:left;
	width:10%;
	padding-left:3%;
	height:24px;
}
.mf a.play, .mf a.stop{
	width:27px;
	height:24px;
	float:left;
	cursor:pointer;
}
.mf a.play{
	background:url(/images/mooflow/play.gif) no-repeat;
}
.mf a.stop{
	background:url(/images/mooflow/stop.gif) no-repeat;
}
.mf div.sliderCon{
	margin-top:5px;
	float:left;
	width:74%;
}
.mf a.sliderNext{
	background:url(/images/mooflow/left.gif) no-repeat;
}
.mf a.sliderPrev{
	background:url(/images/mooflow/right.gif) no-repeat;
}
.mf a.sliderNext, a.sliderPrev{
	text-decoration:none;
	width:25px;
	height:16px;
	cursor:pointer;
	float:left;
}
.mf div.resizeCon{
	float:right;
	width:10%;
	padding-right:3%;
	height:24px;
}
.mf a.resize{
	width:34px;
	height:24px;
	float:right;
	cursor:pointer;
	background:url(/images/mooflow/resize.gif) no-repeat;
}
.mf div.slider{
	background:url(/images/mooflow/middle.gif) repeat-x;
	height:16px;
	position:relative;
	text-align:left;
	float:left;
}
.mf div.knob{
	height:16px;
	background:url(/images/mooflow/middle-slider.gif) repeat-x right center;
}
.mf div.knobleft{
	background:url(/images/mooflow/left-slider.gif) repeat-x center;
	width:8px;
	height:16px;
}

.mf a.show {
	position:absolute;
	margin-left:-16px;
	width:32px;
	height:32px;
	top:79%;
	left:50%;
	z-index:100;
	cursor:pointer;
}
.mf a.show.image{
	background:url(/images/mooflow/open_image.png) no-repeat 50%;
}
.mf a.show.viewerload{
	background:url(/images/mooflow/loader.gif) no-repeat 50%;
}
.mf a.show.link{
	background:url(/images/mooflow/open_link.png) no-repeat 50%;
	background-position: 0px 0px;
}
.mf div.tooltip{
	display: none;
	visibility: hidden;
}

/* Imagezoom */
div#bodyoverlay {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: #000000;
	z-index: 10;
}
div#zoomdiv {
	background-color: #f2e4e8;
	display: none;
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	z-index: 11;
}
div#zoomdiv a {
  background-repeat: no-repeat;
	text-decoration: none;
	color: #801539;
}
div#zoomdiv a.close {
	position: absolute;
	top: 5px;
	right: 10px;
	text-transform: lowercase;
	height: 18px;
	line-height: 18px;
	/*background-image: url(/images/navigation/close.png);*/
	padding-right: 22px;
	background-position: right center;
}
div#zoomdiv a.previous, div#zoomdiv a.next {
	position: absolute;
	bottom: 3px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}
div#zoomdiv a.previous {
	left: 10px;
	padding-left: 13px;
	/*background-image: url(/images/navigation/back.png);*/
	background-position: left center;
}
div#zoomdiv a.previous:hover {
}
div#zoomdiv a.next {
	right: 10px;
	padding-right: 13px;
	/*background-image: url(/images/navigation/next.png);*/
	background-position: right center;
}
div#zoomdiv a.next:hover {
}
div#zoomdiv_img {
	position: relative;
	top: 15px;
}
div#zoomdiv_img img {
	position: absolute;
}
div#zoomdiv span.info {
	display: none;
}
/* Imagezoom */
