
html, body, div, form
{
	margin: 0px;
	padding: 0px;
}

div, form, h1, h2, h3, h4, h5, h6, p, table
{
	display: block;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-khtml-box-sizing: border-box;
}

body
{
	background-image: url('http://www.triangel-coaching.nl/templates/default/images/body_background.png');
	background-position: top left;
	background-repeat: repeat-x;
}

div.wrapper
{
	background-image: url('http://www.triangel-coaching.nl/templates/default/images/wrapper_background.png');
	background-position: top left;
	background-repeat: no-repeat;

	margin: 0px auto 0px auto;
	position: relative;
	width: 990px;
}

div.logo
{
	height: 200px;
	overflow: hidden;
}

div.menu
{
	height: 50px;
}

div.menu ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div.menu ul ul
{
	display: none; /* Hide submenu for users without JAVASCRIPT */
}

div.menu ul li 
{
	margin-left: 20px;

	/* HORIZONTAL MENU */
	display: block;
	float: left;
}

div.menu ul li.item_first
{
	margin-left: 225px;
}

div.menu ul li a
{
	color: #007FAA; 
	font-family: Arial, sans-serif; 
	font-size: 16px; 
	font-weight: bold;
	line-height: 50px;
	height: 50px;
	text-decoration: none;
}

div.menu ul li a:hover, div.menu ul li a.active
{
	color: #007FAA;
	text-decoration: underline;
}

div.submenu
{
	position: absolute;

	top: 260px;
	left: -30px;

	width: 200px;
}

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

div.submenu ul li
{
	text-align: right;
	padding: 0px 0px 10px 0px;
}

div.submenu ul li a
{
	color: #007FAA; 
	font-family: Arial, sans-serif; 
	font-size: 16px; 
	font-weight: bold;
	line-height: 22px;
	height: 30px;
	text-decoration: none;
}

div.submenu ul li a:hover, div.submenu ul li a.active
{
	color: #007FAA;
	text-decoration: underline;
}






div.content
{
	background-image: url('http://www.triangel-coaching.nl/templates/default/images/content_background.png');
	background-position: top left;
	background-repeat: repeat-y;

	padding: 20px 200px 20px 225px;

	clear: both;
}

div.content table
{
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
}

div.content table table
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.content h1
{
	color: #007FAA; 
	font-family: Arial, sans-serif; 
	font-size: 20px; 
	font-weight: bold;

	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
}

div.content h2
{
	color: #007FAA; 
	font-family: Arial, sans-serif; 
	font-size: 16px; 
	font-weight: bold;

	margin: 12px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
}

div.content h3
{
	color: #007FAA; 
	font-family: Arial, sans-serif; 
	font-size: 16px; 
	font-style: italic;
	font-weight: normal;

	margin: 12px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.content, div.content p, div.content td, div.content li
{
	color: #007FAA; 
	font-family: Arial, sans-serif; 
	font-size: 16px;
	line-height: 16px;
}

div.content a
{
	color: #007FAA; 
	font-family: Arial, sans-serif; 
}

div.content ul
{
	list-style: square;
}

div.content ul li
{
	margin: 0px;
}

div.pagination
{
	color: #000000; 
	font-family: Arial, sans-serif; 
	font-size: 12px;
	text-align: right;
	padding-top: 10px;
}


div.footer
{
	border-top: #000000 solid 1px;
	color: #000000; 
	font-family: Arial, sans-serif; 
	font-size: 10px;
	padding: 12px 0px 6px 0px;
	text-align: right;
}

div.footer a
{
	color: #000000; 
	font-family: Arial, sans-serif; 
	font-size: 12px;
}




/* FORM FIELDS */
.button
{
	cursor: pointer;

	color: #666666; 
	font-family: Arial, Serif;
	font-size: 12px;

	margin: 0px;
	padding: 0px;
}

.select
{
	color: #000000;
	font-family: Arial, Serif;
	font-size: 11px;

	margin: 0px;
	padding: 0px;

	height: 21px;
	width: 240px;
}

.select_with_icon
{
	color: #000000;
	font-family: Arial, Serif;
	font-size: 11px;

	margin: 0px;
	padding: 0px;

	height: 21px;
	width: 220px;
}

.file
{
	color: #000000;
	font-family: Arial, Serif;
	font-size: 11px;

	margin: 0px;
	padding: 1px 0px 0px 3px;

	height: 21px;
	width: 240px;
}

.textfield
{
	color: #000000;
	font-family: Arial, Serif;
	font-size: 11px;

	margin: 0px;
	padding: 1px 0px 0px 3px;

	height: 21px;
	width: 240px;
}

.textfield_disabled
{
	background: #E0E0E0;
}

.textfield_with_icon
{
	color: #000000;
	font-family: Arial, Serif;
	font-size: 11px;

	margin: 0px;
	padding: 1px 0px 0px 3px;

	height: 21px;
	width: 220px;
}

.textfield_small
{
	color: #000000;
	font-family: Arial, Serif;
	font-size: 11px;

	margin: 0px;
	padding: 1px 0px 0px 3px;

	height: 21px;
	width: 150px;
}

.textfield_small_with_icon
{
	color: #000000;
	font-family: Arial, Serif;
	font-size: 11px;

	margin: 0px;
	padding: 1px 0px 0px 3px;

	height: 21px;
	width: 130px;
}

.textarea
{
	color: #000000;
	font-family: Arial, Serif;
	font-size: 11px;

	margin: 0px;
	padding: 1px 0px 0px 3px;

	height: 150px;
	width: 240px;
}

.hint
{
	cursor: pointer;
}




#ibox_content
{
	color: #000000;
	font-family: Arial, sans-serif; 
	font-size: 12px; 
}



/* TABLE.LIST */
table.list
{
	margin-bottom: 16px;
}

table.list tr
{
}

table.list tr td
{
	border: #FFFFFF	solid 1px;
	font-family: Arial, sans-serif; 
	font-size: 12px; 
}

table.list tr td a
{
	color: #333333;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

table.list tr td a:hover
{
	color: #666666;
}

table.list tr.head td
{
	background: #333333;
	color: #FFFFFF; 
}

table.list tr.odd td
{ 
	background: #F8F8F8; 
	color: #333333; 
} 

table.list tr.even td
{ 
	background: #E8E8E8; 
	color: #333333; 
} 

table.list tr.hover td
{ 
	background: #C8C8C8; 
	color: #333333; 
} 

table.list tr.highlight td
{ 
	background: #A8A8A8; 
	color: #FFFFFF; 
} 

table.list tr td.icon
{
	padding: 5px 3px 3px 5px;
	width: 22px;

	/* Catch possible alt text */
	white-space: nowrap;
	font-size: 9px;
}

table.list tr td.icon a
{
	/* Catch possible alt text */
	font-size: 9px;
}

table.list tr td.input
{
	padding: 3px 3px 3px 3px;

	/* Catch possible alt text */
	font-size: 9px;
}

table.list tr td.input a
{
	/* Catch possible alt text */
	font-size: 9px;
}

table.list tr td.label
{
	padding: 5px 8px 5px 8px; /* Additional padding */
	font-weight: bold;
}

table.list tr td.text
{
	padding: 5px 8px 5px 8px; /* Additional padding */
	font-weight: normal;
}

table.list tr td table
{
	margin: 0px 0px 0px 3px;
	padding: 0px;
}

table.list tr td table tr td
{
	border: none;
	font-family: Arial, sans-serif; 
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

table.list tr td table tr td.label, table.list tr td table tr td.text
{
	padding-left: 0px;
}


/* TABLE.FORM */
table.form
{
	margin-bottom: 16px;
}

table.form tr td
{
	font-family: Arial, sans-serif; 
	font-size: 12px;
}

table.form tr td em
{
	color: #FF0000;
	font-family: Arial, sans-serif; 
	font-size: 12px; 
	font-style: normal;
}

table.form tr td a
{
	color: #333333;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

table.form tr td a:hover
{
	color: #666666;
}

table.form tr.head td
{
	background: #333333;
	color: #FFFFFF; 
}

table.form tr.odd td
{ 
	background: #E8E8E8; 
	color: #333333; 
} 

table.form tr.even td
{ 
	background: #F8F8F8; 
	color: #333333; 
} 

table.form tr.highlight td
{ 
	background: #00FF00; 
}

table.form tr.highlight td.text
{ 
	color: #FF00FF;
}

table.form tr.error td
{ 
	/* background: #FFE0E0; */
	color: #FF0000;
}

table.form tr.error td .file, table.form tr.error td .select, table.form tr.error td .textarea, table.form tr.error td .textfield, table.form tr.error td .textfield_with_icon, table.form tr.error td .textfield_small, table.form tr.error td .textfield_small_with_icon
{
	background: #FFE0E0;
}

table.form tr td.icon
{
	padding: 3px 0px 0px 2px;

	/* Catch possible alt text */
	font-size: 9px;
}

table.form tr td.icon a
{
	/* Catch possible alt text */
	font-size: 9px;
}

table.form tr td.image
{
	padding: 2px 0px 2px 0px;

	/* Catch possible alt text */
	font-size: 9px;
}

table.form tr td.image a
{
	/* Catch possible alt text */
	font-size: 9px;
}

table.form tr td.input
{
	padding: 2px 0px 2px 0px;

	/* Catch possible alt text */
	font-size: 9px;
}

table.form tr td.input a
{
	/* Catch possible alt text */
	font-size: 9px;
}

table.form tr td.label
{
	padding: 4px 4px 4px 0px; /* Additional padding */
	font-weight: bold;
}

table.form tr td.table
{
	padding: 0px; /* Additional padding */
	font-weight: normal;
}

table.form tr td.text
{
	padding: 4px 4px 4px 0px; /* Additional padding */
	font-weight: normal;
}

