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

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

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

body
{
	background: #B3B5AA;
	background-image: url('http://www.zoplusironcms.nl/templates/gray-and-green/images/body_background.png');
	background-position: top left;
	background-repeat: repeat-x;
}

div.wrapper
{
	background: #FFFFFF;
	background-image: url('http://www.zoplusironcms.nl/templates/gray-and-green/images/wrapper_background.png');
	background-position: top left;
	background-repeat: repeat-y;

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

div.header
{
	background-image: url('http://www.zoplusironcms.nl/templates/gray-and-green/images/header.jpg');
	background-position: top left;
	background-repeat: no-repeat;

	height: 175px;
	margin: 0px 0px 0px 13px;
	padding: 30px 0px 0px 0px;
	width: 934px;
}

div.header h1
{
	margin: 0px;
	padding: 0px;

	text-align: center;
}

div.header h1 a
{
	color: #E7ECDF;
	font-family: Trebuchet MS, Trebuchet, Verdana, Serif;
	font-size: 72px;
	font-weight: bold;

	text-decoration: none;
}

div.header h1 a em
{
	color: #E7ECDF;
	font-family: Trebuchet MS, Trebuchet, Verdana, Serif;
	font-size: 20px;
	font-weight: bold;

	text-decoration: none;
}

div.menu
{
	background-image: url('http://www.zoplusironcms.nl/templates/gray-and-green/images/menu_background.png');
	background-position: top left;
	background-repeat: repeat-x;

	height: 36px;
	margin: 0px 0px 0px 13px;
	padding: 11px 0px 0px 0px;
	width: 934px;
}

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: 6px;

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

div.menu ul li a
{
	background-image: url('http://www.zoplusironcms.nl/templates/gray-and-green/images/menuitem_background.png');
	background-position: top left;
	background-repeat: no-repeat;

	display: block;
	color: #E7ECDF; 
	font-family: Trebuchet MS, Trebuchet, Verdana, Serif;
	font-size: 12px; 
	font-weight: normal;
	line-height: 25px;
	height: 25px;
	width: 100px;

	text-align: center;
	text-decoration: none;
}

div.menu ul li a:hover
{
	background-image: url('http://www.zoplusironcms.nl/templates/gray-and-green/images/menuitem_background.png');
	background-position: center left;
	background-repeat: no-repeat;
	color: #E7ECDF;
}

div.menu ul li a.active
{
	background-image: url('http://www.zoplusironcms.nl/templates/gray-and-green/images/menuitem_background.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	color: #E7ECDF;
}

div.content_wrapper
{
}

div.content_wrapper div.sidebar
{
	float: left;
	margin: 10px 0px 0px 13px;
	height: auto;
	width: 200px;

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

div.content_wrapper div.content
{
	float: left;
	width: 710px;
	margin: 10px 0px 0px 24px;
}

div.content_wrapper div.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 1px;
}

div.sidebar div.box
{
	border: #7C806F solid 1px;
	background: #E3ECC6;

	margin: 0px 0px 10px 0px;
	width: 200px;

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

div.sidebar div.box div.box-title
{
	background: #678018;

	background-image: url('http://www.zoplusironcms.nl/templates/gray-and-green/images/header.jpg');
	background-position: top left;
	background-repeat: no-repeat;

	border-bottom: #7C806F solid 1px;

	margin: 0px;
	padding: 0px 0px 0px 6px;

	color: #E7ECDF;
	font-family: Trebuchet MS, Trebuchet, Verdana, Serif;
	font-size: 16px; 
	font-style: italic;
	font-weight: bold;

	width: 200px;

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

div.sidebar div.box div.box-content
{
	margin: 0px;
	padding: 6px 9px 6px 9px;

	color: #000000;
	font-family: Verdana, Serif;
	font-size: 12px; 
	font-weight: normal;

	width: 200px;

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

div.sidebar div.box div.box-content ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

div.sidebar div.box div.box-content li
{
	color: #000000;
	font-family: Verdana, Serif;
	font-size: 12px; 
	font-weight: normal;

	margin: 4px 0px 4px 0px;
}

div.sidebar div.box div.box-content td
{
	color: #000000;
	font-family: Verdana, Serif;
	font-size: 12px; 
	font-weight: normal;
}

div.sidebar div.box div.box-content a
{
	color: #000000;
	font-family: Verdana, Serif;
	font-size: 12px; 
	font-weight: normal;
}

div.sidebar div.box div.box-content td.login-links, div.sidebar div.box div.box-content td.login-links a
{
	font-size: 9px;
	white-space: no-wrap;
}



div.sidebar div.box div.box-content .textfield
{
	width: 174px;
	margin: 3px 0px 7px 0px;
}

div.content
{
	padding: 20px 0px 0px 0px;
}

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: #5B6C42; 
	font-family: Trebuchet MS, Trebuchet, Verdana, Serif;
	font-size: 24px; 
	font-weight: bold;

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

div.content h2
{
	color: #5B6C42; 
	font-family: Trebuchet MS, Trebuchet, Verdana, Serif;
	font-size: 16px; 
	font-weight: bold;

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

div.content h3
{
	color: #7B9159; 
	font-family: Trebuchet MS, Trebuchet, Verdana, Serif;
	font-size: 16px; 
	font-style: italic;
	font-weight: bold;

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

div.content, div.content p, div.content td, div.content li
{
	color: #000000; 
	font-family: Verdana, Serif;
	font-size: 13px;
	line-height: 16px;

}

div.content a
{
	color: #74911D; 
	font-family: Verdana, Serif;
}

div.content ul
{
	list-style: square;
	list-style-image: url('http://www.zoplusironcms.nl/templates/gray-and-green/images/bullet.png');
}

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

div.pagination
{
	color: #000000; 
	font-family: Trebuchet MS, Trebuchet, Verdana, Serif;
	font-size: 12px;
	text-align: right;
	padding-top: 10px;
}


div.footer
{
	background: #B3B5AA;
	background-image: url('http://www.zoplusironcms.nl/templates/gray-and-green/images/footer_background.png');
	background-position: top left;
	background-repeat: no-repeat;

	height: 60px;
	padding: 30px 30px 0px 30px;

	color: #7C806F; 
	font-family: sans-serif; 
	font-size: 11px;
}

div.footer a
{
	color: #7C806F; 
	font-family: sans-serif; 
	font-size: 11px;
}

div.footer div.footer-left
{
	float: left;
	width: 300px;
}


div.footer div.footer-right
{
	float: right;
	width: 300px;

	text-align: right;
}




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

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

	margin: 0px;
	padding: 0px 6px 0px 6px;
}

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

	margin: 0px;
	padding: 0px;

	height: 21px;
}

.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: Serif;
	font-size: 11px;

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

	height: 21px;
	width: 220px;
}

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

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

	height: 21px;
	width: 150px;
}

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

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

	height: 21px;
	width: 130px;
}

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

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

	height: 150px;
	width: 240px;
}

.hint
{
	cursor: pointer;
}




#ibox_content
{
	color: #000000;
	font-family: 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: sans-serif; 
	font-size: 12px; 
}

table.list tr td a
{
	color: #333333;
	font-family: 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: 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: sans-serif; 
	font-size: 12px;
}

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

table.form tr td a
{
	color: #333333;
	font-family: 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;
}

