
html, body, div, form
{
	margin: 0px;
	padding: 0px;
}

div
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-khtml-box-sizing: border-box;
}

body
{
	background: #F0F0F0;
	padding: 0px 0px 20px 0px;
}

div.wrapper
{
	margin: 0px auto 0px auto;
	position: relative;
	width: 750px;
}

div.menu
{
	left: 570px;
	overflow: hidden;
	position: absolute;
	top: 28px;
	width: 180px;
}

div.menu ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

div.menu ul li
{
	color: #000000;
	font-family: Trebuchet MS, Arial;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

div.menu ul li ul
{
	border-top: #FFA500 solid 1px;
	list-style: none;
	margin: 0px;
	padding: 0px 0px 25px 0px;
	width: 100%;
}

div.menu ul li ul li
{
	background-image: url('http://www.ironcms.nl/templates/default/images/arrow.gif');
	background-position: top left;
	background-repeat: no-repeat;
	color: #000000;
	font-family: Trebuchet MS, Arial;
	font-size: 12px;
	font-weight: normal;
	padding: 5px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
	width: 100%;
}

div.menu ul li a
{
	color: #000000;
	font-family: Trebuchet MS, Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

div.menu ul li ul li a
{
	color: #000000;
	font-family: Trebuchet MS, Arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

div.menu a:hover
{
	color: #FFA500;
	font-family: Trebuchet MS, Arial;
	/* text-decoration: underline; */
}





div.content
{
	background: #FFFFFF;
	border-bottom: #C0C0C0 dashed 1px;
	border-left: #C0C0C0 dashed 1px;
	border-right: #C0C0C0 dashed 1px;
	color: #000000;
	font-family: Trebuchet MS, Arial;
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 20px 20px;


	left: 0px;
	overflow: auto;
	position: relative;
	top: 0px;
	width: 550px;
}

div.content h1
{
	border-bottom: #000000 solid 1px;
	color: #FFA500;
	font-family: Trebuchet MS, Arial;
	font-size: 20px;
	font-weight: bold;

	margin: 20px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

div.content h2
{
	color: #000000;
	font-family: Trebuchet MS, Arial;
	font-size: 16px;
	font-weight: bold;

	margin: 40px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.content h3
{
	color: #000000;
	font-family: Trebuchet MS, Arial;
	font-size: 12px;
	font-weight: bold;

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.content p
{
	color: #000000;
	font-family: Trebuchet MS, Arial;
	font-size: 12px;
	font-weight: normal;

	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
}

div.content td
{
	color: #000000;
	font-family: Trebuchet MS, Arial;
	font-size: 12px;
	font-weight: normal;
}

div.content ol
{
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 20px;
}

div.content ol li
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

div.content ul
{
	list-style: none;
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
}

div.content ul li
{
	background-image: url('http://www.ironcms.nl/templates/default/images/arrow.gif');
	background-position: top left;
	background-repeat: no-repeat;
	padding: 5px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
}

div.content a
{
	color: #FFA500;
	font-family: Trebuchet MS, Arial;
	font-size: 12px;
	text-decoration: underline;
}

div.pagination
{
	text-align: right;
}

div.footer
{
	color: #888888;
	height: 30px;
	font-size: 11px;
	font-family: Trebuchet MS, Arial;
	font-weight: normal;
	left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
	text-align: center;
	top: 0px;
	position: relative;
	width: 550px;
}

div.footer a
{
	color: #888888;
	font-family: Trebuchet MS, Arial;
	font-size: 11px;
	font-weight: normal;
}





/* TABLE.FORM */
table.form
{
	margin-bottom: 16px;
}

table.form tr td
{
	font-family: Trebuchet MS, Arial; 
	font-size: 12px;
}

table.form tr td em
{
	color: #FF0000;
	font-family: Trebuchet MS, Arial; 
	font-size: 12px; 
	font-style: normal;
}

table.form tr td a
{
	color: #000000;
	font-family: Trebuchet MS, Arial;
	font-size: 12px;
}

table.form tr td a:hover
{
	color: #808080;
}

table.form tr.head td
{
	background: #000000;
	color: #FFFFFF; 
}

table.form tr.odd td
{ 
	background: #E8E8E8; 
	color: #000000; 
} 

table.form tr.even td
{ 
	background: #F8F8F8; 
	color: #000000; 
} 

table.form tr.error td
{ 
	background: #FFE0E0;
	color: #FF0000;
}

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 4px; /* 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 4px; /* Additional padding */
	font-weight: normal;
}








/* FORM FIELDS */
.button
{
	border-top: #FFFFFF solid 1px;
	border-right: #000000 solid 1px;
	border-bottom: #000000 solid 1px;
	border-left: #FFFFFF solid 1px;

	color: #000000;
	font-family: Trebuchet MS, Arial;
	font-size: 11px;

	height: 21px;
	padding-right: 6px;
	padding-left: 6px;
}

.select
{
	color: #000000;
	font-family: Trebuchet MS, Arial;
	font-size: 11px;

	margin: 0px;
	padding: 0px;

	height: 21px;
	width: 240px;
}

.file
{
	color: #000000;
	font-family: Trebuchet MS, Arial;
	font-size: 11px;

	margin: 0px;
	padding: 1px 0px 0px 3px;

	height: 21px;
	width: 240px;
}

.textfield
{
	color: #000000;
	font-family: Trebuchet MS, Arial;
	font-size: 11px;

	margin: 0px;
	padding: 1px 0px 0px 3px;

	height: 21px;
	width: 240px;
}

.textfield_with_icon
{
	color: #000000;
	font-family: Trebuchet MS, Arial;
	font-size: 11px;

	margin: 0px;
	padding: 1px 0px 0px 3px;

	height: 21px;
	width: 220px;
}

.textfield_small
{
	color: #000000;
	font-family: Trebuchet MS, Arial;
	font-size: 11px;

	margin: 0px;
	padding: 1px 0px 0px 3px;

	height: 21px;
	width: 150px;
}

.textfield_small_with_icon
{
	color: #000000;
	font-family: Trebuchet MS, Arial;
	font-size: 11px;

	margin: 0px;
	padding: 1px 0px 0px 3px;

	height: 21px;
	width: 130px;
}

.textarea
{
	color: #000000;
	font-family: Trebuchet MS, Arial;
	font-size: 11px;

	margin: 0px;
	padding: 1px 0px 0px 3px;

	height: 150px;
	width: 240px;
}

.hint
{
	cursor: pointer;
}


