/*////////////////////////////////////////////////////////////////////////////////////////////////////
//                                                                                                  //
// 	Trimergo.nl CSS                                                                            		//
// 	El Niño BV                                                                                     //
// 	http://www.elnino-ict.com                                                                       //
// 	info@elnino-ict.nl                                                                              //
//                                                                                                  //
// 	Copyright (c) El Niño, Enschede                                                                 //
// 	Alle rechten voorbehouden.                                                                      //
//                                                                                                  //
//  Deze applicatie is auteursrechtelijk beschermd. Verveelvuldiging en/of                          //
//  distributie van deze applicatie, en/of delen daarvan, is verboden en strafbaar.                 //
//                                                                                                  //
//////////////////////////////////////////////////////////////////////////////////////////////////////

//////////////////////////////////////////////////////////////////////////////////////////////////////
//                                                                                                  //
// 	Author: Michael Angelo Groeneveld																	//
// 	info@elnino-ict.com                                                                             //
//                                                                                                  //
//  Packaged: 09-02-2008                                                                            //
////////////////////////////////////////////////////////////////////////////////////////////////////*/
@import 'form_items.css';

body {
	margin: 0;
	padding: 0;
	color: #001c57;
	font-family: Verdana;
	font-size: 8pt;
	line-height: 12pt;
	background: #122251;
}

 
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

br
{
	clear: both;
}

img
{
	border: 0;
}

img.mid {
	vertical-align: middle;
}

a
{
	color: #001c57;	
	text-decoration: none;
}

div.block a
{
	text-decoration: underline;
}

div.block a:hover
{
	text-decoration: none;
}

h1, h2 {
	color: #001c57;
	margin-bottom: 10px;
	font-size: 10pt;
	font-weight: bold;	
}

/* Headings, texts, enz */
h2
{
	font-size: 9pt;
	margin-bottom: 5px;
}

h3
{
	margin-top: 25px;
	color: #4e869d;
	margin-bottom: 10px;
	font-size: 8pt;
	font-weight: normal;
}

h4
{
	margin-top: 5px;
	color: #4e869d;
	margin-bottom: 2px;
	font-size: 8pt;
	font-weight: normal;
}

/* Grid elements */
#main_container
{
	margin: 0 auto;
	width: 990px;
	background: white;
}

#header_container
{
	position: relative;
	margin-top: 0px;
	height: 100px;
	width: 990px;
	margin: 0 auto;
}

#menu_container{
	position: relative;
	height: 42px;
	width: 990px;
	background: url("/images/layout/menu_bg.png") repeat-x;
	background-position: bottom left;
	margin: 0px;
	
}

#content_container
{
	position: relative;
	width: 930px;
	text-align: left;
	margin: 0 auto;
	min-height: 700px;

}


#main_background
{
	background: url("/images/layout/main_bg.png") no-repeat;
	background-position: 330px 50px; 
}
#footer_container
{
	position: relative;
	clear: both;
	width: 990px;
	text-align: left;
	margin: 0 auto;
	background: #122251;
}

#column_left
{
	position: relative;
	float: left;
	width: 170px;
}

#column_wide
{
	float:left;
	margin-right:10px;
	position:relative;
	width:648px;
}


#column_middle {
	float:left;
	margin-right:10px;
	position:relative;
	width:478px;
}

#column_right
{
	position: relative;
	float: left;
	width: 230px;
}

/***************************************
 * 
 * Header things
 * 
 **************************************/

#logo
{
	position: relative;
	padding-top: 20px;
	margin-left: 40px;
	width: 202px;
	height: 39px;
	float: left;
}

#languages
{
	position: relative;
	width: 200px;
	float: right;
	height: 20px;
	text-align: right;
	padding-right: 30px;
	padding-top: 35px;

}
	#languages a.active
	{
		font-weight: bold;
	}

#links
{
	position: relative;
	width: 400px;
	float: right;
	height: 20px;
	text-align: right;
	padding-right: 30px;
	padding-top: 0px;
	clear: both;
}
#links a
{
	font-size: 7pt;
}


.rounded_input
{
	background: url("/images/layout/bg_rounded_input.png") no-repeat;
	width: 134px;
	height: 24px;
	border: 0px;
	font-size: 8pt;
	padding: 10px 10px;
}


ul.news
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #bfd4e9;
	width: 220px;
}

ul.news li
{
	padding: 5px 0px;
	border-top: 1px solid #bfd4e9;
}

ul.news li a
{
	color: #666666;
}
/***************************************
 * 
 * Navigation / Menu things
 * 
 **************************************/


#navigation_bar {
	font: bold 9pt "Calibri", Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #e5e8ed;
	width: 928px;
	position: relative;
	margin: 0 auto;
	height: 31px;
	z-index: 10;
}



/* ######### CSS classes applied to down and right arrow images  ######### */

div#content {
	position: relative;
	width: 995px;
	background: url("/images/layout/content_bg.png") repeat-y;
	margin: 0 auto;
}

#search_field
{
	position: absolute;
	height: 25px;
	top: 5px;
	right: 0px;
	width: 270px;
}

#search_field input.search
{
	background: url('/images/layout/search_input_bg.png') no-repeat;
	border: 0px;
	height: 18px;
	width: 197px;
	color: black;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 10px;
	
}

#search_button
{
	position: absolute;
	top: 0px;
	right: 15px;
	height: 18px;
	width: 46px;
}

#search_button input.search_button
{
	background: url('/images/layout/search_button_bg.png') no-repeat;
	background-position: bottom;
	height: 18px;
	width: 46px;
	border: 0px;
	font-size: 8pt;
	
	color: white;
}

.normal
{
	position: relative;
	height: 328px;
	width: 930px;
	margin: 0 auto;
	background: url('/images/layout/photo_3.jpg') no-repeat;
	background-position: left top;
	
}

.subpage
{
	position: relative;
	height: 160px;
	width: 930px;
	margin: 0 auto;
	background: url('/images/layout/subpage_photo_3.jpg') no-repeat;
	
}

#menu_elements
{
	position: relative;
	float: right;
	width: 300px;
	height: 100%;
}

#slogans_bg
{
	position: absolute;
	right: 10px;
	top: 0px;
	width: 260px;
	height: 174px;
	color: #122251;
	background: white;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	zoom: 1;
}

#slogans
{
	position: absolute;
	z-index: 10;
	right: 10px;
	top: 10px;
	width: 250px;
	height: 164px;
	color: #122251;
}

	#slogans h1
	{
		font-size: 14pt;
		line-height: 20px;
	}
	
	#slogans h1 a
	{
		font-style: normal;
	}
	.slogan
	{
		position: relative;
		font-size: 10pt;
	}
	
	.slogan img
	{
		padding-right: 10px;
		padding-top: 20px;
	}
	
	.slogan a
	{
		font-weight: bold;
		font-style: italic;
	}
	
	
#picture_subpage
{
	font-family: "Calibri", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	position: relative;
	height: 163px;
	width: 930px;
	background: url("/images/layout/menu_bar_bg.png") no-repeat;
	background-position: bottom;
}
	#picture_subpage .first_element
	{
		position: relative;
		float: right;
		width: 249px;
		height: 22px;
		clear: both;
		color: white;
		margin: 15px 15px 3px 0px;
		padding-left: 5px;
		line-height: 22px;
		font-size: 8pt;

	}
	
	#picture_subpage .menu_element
	{
		position: relative;
		float: right;
		width: 249px;
		height: 22px;
		clear: both;
		color: white;
		padding-left: 5px;
		margin: 10px 15px 3px 0px;
		line-height: 22px;
		font-size: 8pt;

	}
		#picture_subpage .menu_element a, #picture_subpage .first_element a
		{
			color: white;
		}
		
	#picture_subpage .active_element
	{
		background-color: #194885;
	}


#menu_bar
{
	position: relative;
	height: 335px;
	width: 930px;
	margin-top: 10px;
}


#menu_bar_subpage
{
	position: relative;
	height: 171px;
	width: 930px;
	margin-top: 10px;
}

#background
{
	position: absolute;
	left: 0px;
	top: 0px;
}

#picture
{
	font-family: "Calibri", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	position: relative;
	height: 338px;
	width: 930px;
	background: url("/images/layout/menu_bar_bg.png") no-repeat;
	background-position: bottom;
}

	#picture .first_element
	{
		position: relative;
		float: right;
		width: 249px;
		height: 22px;
		clear: both;
		color: white;
		margin: 189px 15px 3px 0px;
		padding-left: 5px;
		line-height: 22px;
		font-size: 8pt;
	}
	
	#picture .menu_element
	{
		position: relative;
		float: right;
		width: 249px;
		height: 22px;
		clear: both;
		color: white;
		padding-left: 5px;
		margin: 10px 15px 3px 0px;
		line-height: 22px;
		font-size: 8pt;

	}
		#picture .menu_element a, #picture .first_element a
		{
			color: white;
		}
		
	#picture .active_element
	{
		background-color: #194885;
	}
		
#breadcrumb
{
	padding-top: 10px;
	width: 100%;
	margin-bottom: 10px;
	font-size: 7pt;
}

#customers
{
	background: #e5e8ed url("/images/layout/block_grey_curve.png") no-repeat bottom left;
	width: 160px;
	margin: 0px;
	margin-bottom: 10px;
}

	#customers h2
	{
		font-family: "Calibri", Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		margin: 0px;
		padding: 5px;
		font-weight: normal;
	}

#events
{
	background: #e5e8ed url("/images/layout/block_grey_curve.png") no-repeat bottom left;
	width: 160px;
	margin: 0px;
	margin-bottom: 10px;
}

	#events h2
	{
		font-family: "Calibri", Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		margin: 0px;
		padding: 5px;
		font-weight: normal;
	}

#submenu
{
	background: #e5e8ed url("/images/layout/block_grey_curve.png") no-repeat bottom left;
	width: 160px;
	margin: 0px;
}

	#submenu h2
	{
		margin: 0px;
		color: #00002b;
		font-size: 10pt;
		font-weight: bold;
		padding: 5px;
		padding-top: 10px;
		margin-bottom: 10px;
		margin-left: 5px;
	}
	
	#submenu ul li
	{
		margin-left: 0px;
		padding-left: 10px;
		display: block;
		margin-bottom: 5px;
	}
	
	#submenu ul
	{
		padding-left: 0px;
		margin: 0px;
		list-style: none;
		padding-bottom: 10px;
		display: block;
	}
	
	#submenu ul li.subhoverable a, 	#submenu ul li.hoverable a
	{
		color: #858181;
		text-decoration: none;
		font-size: 8pt;
		width: 140px;
		display: block;
		padding-right: 10px;
	}
	
	#submenu ul li.subhoverable a
	{
		width: 130px;
	}
	
	#submenu ul li a.active
	{
		color: black;
	}
	
	
	#submenu li.subhoverable :hover, #submenu li.hoverable :hover
	{
		background: #001c57;
		color: white;
		
	}

	#submenu li.subhoverable a:hover, #submenu li.hoverable a:hover
	{
		color: white;
	}

	#submenu ul li ul li a
	{
		font-size: 7pt;
		color: black;
	}

#customer_img
{
	width: 150px;
	height: 140px;
	line-height: 140px;
	margin: 0 auto;
	background: white;
	text-align: center;
}
	#customer_img img
	{
		vertical-align: middle;
	}


#event_img
{
	width: 150px;
	height: 140px;
	line-height: 140px;
	margin: 0 auto;
	background: white;
	text-align: center;
}
	#event_img img
	{
		vertical-align: middle;
	}

.customer_img
{
	width: 100%;
	padding-bottom: 10px;
	text-align: center;
}

.customer_img_float
{
	width: 115px;
	height: 75px;
	float: left;
	padding: 10px 5px;
	text-align: center;
	line-height: 75px;
}

.customer_img_float img
{
	width: 105px; 
	height: auto;
	vertical-align: middle;
}

#customer_link
{
	margin: 10px;
	padding-bottom: 10px;
	font-style: italic;
}

.block
{
	border: 1px solid #c4c3c3;
	background: white;
	padding: 0px 10px;
	margin-bottom: 10px;
}

.file_block
{
	border-bottom: 1px solid #c4c3c3;
	background: white;
	padding: 0px;
	margin-bottom: 10px;
}

.right
{
	width: 100%;
	text-align: right;
}

.download_link
{
	font-size: 10pt;
	font-weight: bold;
	color: #b80718;
}
.small_block_header
{
	width: 271px;
	height: 29px;
	background: url("/images/layout/small_block_header_bg.png") no-repeat;
}
	.small_block_header span, .curved_block_header a
	{
	
		font-family: "Calibri", Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		padding-left: 20px;
		color: white;
		line-height: 29px;
		text-decoration: none;
	}

.small_block_content
{
	position: relative;
	width: 259px;
	border-left: 1px solid #8991a8;
	border-right: 1px solid #8991a8;
	background: white;
	padding: 5px;
}
	.small_block_content .date
	{
		padding-top: 20px;
		color: #858181;
	}

	.small_block_content .content, .block .content
	{
		color: #858181;
	}
	
.read_more
{
	color: #b80718;
}

.small_block_bottom
{
	width: 271px;
	height: 8px;
	background: url("/images/layout/small_block_bottom_bg.png") no-repeat;	
	margin-bottom: 20px;
}

.curved_block_header
{
	width: 271px;
	height: 30px;
	background: url("/images/layout/small_curved_header_bg.png") no-repeat;
	margin-bottom: 20px;
}
/***************************************
 * 
 * Search menu things
 * 
 **************************************/
.template {
display:none;
}

.st_filter_row_add {
cursor:	pointer;
cursor:	hand;
position: absolute;
right: 40px;
text-align:right;
padding: 5px 0 0 5px;

}

.st_filter_row_del {
	cursor:	pointer;
	cursor:	hand;
	text-align:right;
	padding: 5px 0 0 5px;
	position: absolute;
	right: 70px;

}

form.generic div.filterType_row {
	vertical-align: middle;
	width: 100%;
	display: block;
}

form.generic div.left_spaced_row {
    margin-left: 170px;
}

#search
{
	position: absolute;
	right: 20px;
	height: 40px;
	bottom: 10px;
}

#search input.search
{
	float: left;
	background: url('/images/search_input_bg.png') repeat-x;
	border: 1px solid #d1eae1;
	height: 19px;
	width: 150px;
	color: #8f9794;
}

#searchBox
{
	float: left;
	border: 1px solid #d1eae1;
	height: 20px;
	padding: 0px 4px;
	text-align: center;
	margin-bottom: 2px;
}

span.button
{
	border: 1px solid #001c57;
	padding: 2px;
	background: #001c57;
	color: white;
}

	span.button a
	{
		color: white;
	}
	
form.search {
	margin-top:	-10px;
	padding: 15px 12px 25px 12px;
	border-top: none;
}

form.search hr {
	height: 0;
	border: 0;
	border-top: 1px solid #E6E6E6;
}

form.search .btn {
	float:right;
	margin-bottom: 25px;
}


/***************************************
 * 
 * Content things
 * 
 **************************************/





table.list
{
	border: 0;
	width: 100%;
	border-collapse: collapse;
}

table.list th
{
	padding: 5px;
	font-weight: bold;
	text-align: center;
}

table.list td
{
	padding: 5px;
	border-top: 2px solid #e5e5e6;
	text-align: center;
}

table.list td.left
{
	text-align: left;
}


table.list tr.even
{
	backgound-color: #ececec;
}

table.list tr.red_text, table.list tr.red_text a
{
	color: red;
}

table.list tr.over
{
	background-color: #ceedff;
	cursor: pointer;
	cursor: hand;
}

tr.red_bg
{
	background-color: #e3afb5;
}


/***************************************
 * 
 * Footer things
 * 
 **************************************/

div#footer span a, div#footer span
{
	color: #e5e8ed;
}

div#footer span
{
	display:block; 
	height:23px;
	padding-top:22px;
	padding-left: 10px;
	color: #e5e8ed;
}

/***************************************
 * 
 * Action things
 * 
 **************************************/
div#status_msg
{
	margin-bottom: 20px;
}

div.action_ok, div.action_error {
margin-bottom:			10px;
width:					80%;
margin:					0 auto;
padding:				8px;
}

/* div in div specification to keep correct width of 100% */
div.action_ok div, div.action_error div {
padding:				10px 30px 10px 10px;
}

div.action_ok {
background-color:		#E3FFBF;
border:					2px solid #9AC45B;
}

div.action_error {
background-color:		#FFEFF0; /*#6F0707;*/
border:					2px solid #ff003a;
}

/* validation, wijkt iets af van voorgaande */
div.error { 
border:					1px solid #A80000;
background-color:		#FFEFF0;
background-position:	top left;
background-repeat:		no-repeat;
padding:				8px;
}

div.error ul {
	list-style-type:	square;
}

div.error h2 {
margin-top: 			0;
}

td.subok {
background-color:      #54ff00;
}

.empty_field {
font-weight: 			bold;
color:					#A80000;
}

