/**********************************
 *
 *  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,
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;
	background: transparent;
}
/* remember to define focus styles! */
:focus
{
	outline: 0;
}
body
{
	line-height: 1;
	color: black;
	background: white;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td
{
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after
{
	content: "";
}
blockquote, q
{
	quotes: "" "";
}



/**********************************
 *
 *  Main styles
 *
 **********************************/

html
{
	height: 100%;
}

body
{
	height: 100%;
	background: #FFFFFF;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

div
{

}

p
{

}

li
{

}

strong
{
	font-weight:bold;
}

#main_container
{
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}

#header_container
{
	width: 100%;
	height: 90px;
	background: #DDDDDD;
}

#logo_container
{
	width: 800px;
	height: 90px;
	margin: 0 auto 0 auto;
	background: #CCCCCC;
	line-height: 90px;
	text-align: center;
}

#mainmenu_container
{
	background: #EEEEEE;
}

#mainmenu
{
	width: 800px;
	margin: 0 auto 0 auto;
}

#content_container_outside
{
	width: 800px;
	margin: 20px auto 50px auto;
	background: #e3e3e3;
	border: 1px solid #E8E8E8;
}

#content_container_inside
{
	width: 760px;
	clear: both;
	padding: 20px;
	overflow: auto;
}

#footer
{
	background: #EEEEEE;
	width: 100%;
	height: 30px;
	clear: both;
	margin: -30px auto 0 auto;
	line-height: 30px;
	text-align: right;
	font-size: 10px;
}


/**********************************
 *
 *  Sizes and margins
 *
 **********************************/

.minisculesize
{
	width: 30px;
}
.tinysize
{
	width: 80px;
}
.smallsize
{
	width: 180px;
}
.mediumsize
{
	width: 300px;
}
.bigsize
{
	width: 550px;
}
.fullsize
{
	width: 100%;
}
.smallpadding
{
	padding: 5px;
}
.centered
{
	margin: 0 auto 0 auto;
}
.text_right
{
	text-align:right;
}


/**********************************
 *
 *  Link styles
 *
 **********************************/

a
{
	color: #000000;
}




/**********************************
 *
 *  Header styles
 *
 **********************************/

h1
{
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 20px 0;
}



/**********************************
 *
 *  Form styles - AUTH
 *
 **********************************/
.form_message
{
	clear: both;
}
#login_form p, #register_form p
{
	margin: 0 0 4px 0;
}

label
{
	margin: 4px 0 0 0;
	width: 160px;
	float:left;
}
input.form_field
{
	width: 130px;
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
}
.button_container
{
	padding-left: 133px;
}
input.form_button
{

}

.captcha_field_container
{
	padding-left: 133px;
}
.captcha_image
{
}
#register_form .textarea
{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #DDDDDD;
	margin-left: 133px;
	width: 300px;
}


/**********************************
 *
 *  Form styles - REST
 *
 **********************************/
.form_element_container
{
	height: 30px;
}
.form_name_container
{
	margin: 4px 0 0 0;
	width: 130px;
	display: inline;
	border: 1px solid #F00;
}
.form_field_container
{
	display: inline;
}
.form_textarea
{
	width: 500px;
	height: 80px;
	border: 2px solid #000000;
	background: #EEEEEE;
	overflow: auto;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}



/**********************************
 *
 *  Menu styles
 *
 **********************************/
#menu_list
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 30px;
}
#menu_list li
{
	margin: 0;
	padding: 0;
	float:left;
	list-style-type: none;
}
#menu_list li a
{
	font-weight: bold;
	text-decoration: none;
	color: #999999;
	display: block;
	line-height: 30px;
	padding: 0 10px 0 10px;
}
#menu_list li a:hover
{
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
}
#menu_list li a.active_menu_link
{
	background-color: #DDDDDD;
}



/**********************************
 *
 *  Text styles
 *
 **********************************/

.note
{
	font-size: 10px;
	font-style: italic;
}
.error
{
	color: #FF0000;
	font-weight: bold;
}

.rood
{
	color: #ff0000;
}




/**********************************
 *
 *  Table styles
 *
 **********************************/

table.masseuse_tabel
{
	border: 1px solid #DDDDDD;
}
table.masseuse_tabel th
{
	padding: 2px 8px 2px 8px;
	background-color: #F0F0F0;
	border-bottom: 1px solid #DDDDDD;
	font-weight: bold;
}
table.masseuse_tabel td
{
	padding: 2px 8px 2px 8px;
}

table.masseuse_detail_tabel
{
	border: 1px solid #DDDDDD;
}
table.masseuse_detail_tabel td
{
	padding: 2px 8px 2px 8px;
	border-bottom: 1px solid #EEEEEE;
}

.underlined_tr
{
	border-bottom: 1px solid #000000;
}

table.maandoverzicht_html
{
	font-size: 12px;
}

table.maandoverzicht_html th
{
	padding: 4px 0 4px 0;
	border-bottom: 1px solid #DDDDDD;
	font-weight: bold;
}

table.maandoverzicht_html td
{
	padding: 4px 0 4px 0;
	border-bottom: 1px solid #EEEEEE;
}

table.maandoverzicht_multiple_html
{
	font-size: 10px;
}

table.maandoverzicht_multiple_html th
{
	padding: 4px 0 4px 0;
	border-bottom: 1px solid #DDDDDD;
	font-weight: bold;
}

table.maandoverzicht_multiple_html td
{
	padding: 4px 0 4px 0;
	border-bottom: 1px solid #EEEEEE;
}






/**********************************
 *
 *  Misc.
 *
 **********************************/
.verwerken_message
{
	height: 30px;
	line-height: 30px;
	padding-left: 133px;
	font-weight: bold;
	display: none;
}