/*

	Content Styles

*/

.breadcrumb {
	color:#aaa;
	font-weight:normal;
	font-size:10px;
	text-decoration:none;
	margin-bottom:15px;
}

.breadcrumb a {
	color:#aaa;
	font-weight:normal;
	font-size:10px;
	text-decoration:none;
}

.breadcrumb a:hover {
	color:#aaa;
	font-weight:normal;
	font-size:10px;
	text-decoration:underline;
}

input, select {
	background-color:#FFFFFF;
	background:transparent url(../admin/common/website/gfx/site_design/bg-input.gif) repeat-x scroll top 0%;	
	border:1px solid #CCCCCC;
	color:#333333;
	font-family:Trebuchet MS, Verdana, Arial, Tahoma;
	font-size:11px;
	padding:2px 3px;	
	width:;
}

.formSubmit{
	text-align:left;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	background-position:3px 3px;
	padding-left:20px;
	border:1px solid #CCCCCC;
	color:#333333;
	font-weight:bold;
	font-family:Trebuchet MS, Verdana, Arial, Tahoma;
	font-size:11px;
}

option {
	background:#FFFFFF;
}

a  {
	color:#669BBB;
	font-weight:bold;
	text-decoration:none;
	
}

a:hover {
	text-decoration:underline;
}

a.buttonLink {
	background-color:#FFFFFF;
	background:transparent url(../admin/common/website/gfx/site_design/bg-input.gif) repeat-x scroll top 0%;
	border:1px solid #CCCCCC;
	color:#333333;
	font-family:Trebuchet MS, Verdana, Arial, Tahoma;
	text-decoration:none;
	font-size:1em;
	padding:2px 3px;	
}
a.buttonLink:hover {
	color:#333333;
}
a.buttonLink img {
	margin-bottom:-4px;
}

h1 { 
	font-size:16px;
	margin:0px;
	margin-bottom:5px;
}

h2 {
	font-size:1.2em;
}

h1, h2 {
	color:#002E5E;
}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}

/*
legend {
	text-align:left;
	font-family:Arial;
	font-size: 14px; 
	font-weight: bold; 
	color: #004F80;	
}

fieldSet {
	border:solid #E7EBB7 1px;
	padding: 5px;
	max-width:540px;
	font-size:12px;
}
*/

/*

	Webshop styles

*/

#webshop_table {
	color:#000;
}

#webshop_table a {
	color:#000;
	text-decoration:none;
}


/*

	employee overview

*/

.employee_overview_depth_1 {
	font-weight:bold;
	font-size:14px;
}

.employee_overview_depth_2 {
	font-weight:bold;
}

.employee_overview_depth_3 {

}

div.employee_overview_depth_employee {
	background:url(../admin/common/website/gfx/site_design/overview_table_bg_1.gif) no-repeat;
	height:25px;
	vertical-align:top;
}
div.employee_overview_depth_employee:hover {
	background:url(../admin/common/website/gfx/site_design/overview_table_bg_2.gif) no-repeat;
}

.passport_groups {
	width:600px;
	color:#FFFFFF;
}

/*

	Employee question answers

*/
.questions_sub_total{
	border-top:dotted 1px gray; 
	text-align:right; 
	font-weight:bold;
}

tr.questions_tr_bg {
	width:700px;
	background:url(../admin/common/website/gfx/site_design/questions_td_bg_1.gif) no-repeat;
	height:24px;
	vertical-align:top;
}
tr.questions_tr_bg:hover {
	background:url(../admin/common/website/gfx/site_design/questions_td_bg_2.gif) no-repeat;
}

.column_header {
	font-weight:bold;
	width:250px;
	vertical-align:top;
	text-align:right;
	font-size:11px;
}

.error_msg {
	color:red;
	font-weight:bold;
}	
.succes_msg {
	color:green;
	font-weight:bold;	
}	

.sortable img {
	border:none;
}

.sortable td {
	padding:5px 10px 5px 10px; 
}

.sortable th {
	padding:5px 10px 5px 10px;
	text-align:left;
	font-weight:bold;
	color:#646464;
}

.sortable th a {
	font-weight:bold;
	color:#646464;
}

.odd {
	background-color: #e1eaf1;
}

.even {
	background-color: #ffffff;
	padding:5px 10px 5px 10px;
}

#container_body_content_content li {
	list-style:disc;
}

.h2wwijzer_recommendation td {
	width:200px;
	padding-top:10px; 
	padding-bottom:10px;
	text-align:left;
}
