/*////////////////////////////////////////////////////////////////////////////////////////////////////
//                                                                                                  //
// 	Aquacombi.nl CSS                                                                            		//
// 	El Niño VOF                                                                                     //
// 	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 Meyer																	//
// 	info@elnino-ict.com                                                                             //
//                                                                                                  //
//  Packaged: 09-02-2008                                                                            //
////////////////////////////////////////////////////////////////////////////////////////////////////*/

body {
	background-color: white;
	margin: 0;
	padding: 0;
	color: #666666;
	font-family: "Century Gothic";
	font-size: 9pt;
	line-height: 14pt;
	background: #f9fbfa url("/images/layout/main_bg.jpg") no-repeat fixed;
	
}

 
.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: #666666;	
	text-decoration: none;
}

h1, h2 {
	color: #0055a6;
	margin-bottom: 10px;
	font-size: 22pt;
	font-weight: normal;	
}

a
{
	color: #4e869d;
}

/* Headings, texts, enz */
h2
{
	font-size: 16pt;
}

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

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

/* Grid elements */
#main_container
{
	margin: 0 auto;
	width: 100%;
}

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

#menu_container{
	position: relative;
	height: 42px;
	width: 100%;
	background-position: bottom left;
	margin: 0px;
	
}

#content_container
{
	position: relative;
	width: 100%;
	text-align: left;
}

#footer_container
{
	position: relative;
	clear: both;
	width: 100%;
	text-align: right;
	height: 103px;
}

#column_left_wide
{
	position: relative;
	float: left;
	width: 600px;
	padding-right: 20px;
}
#column_left
{
	position: relative;
	float: left;
	width: 450px;
	padding-right: 20px;
}

#column_middle
{
	position: relative;
	float: left;
	width: 240px;
}

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

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


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
{
	background: url("/images/layout/menu.png") no-repeat;
	background-position: left;
	width: 1000px;
	height: 44px;
	margin: 0 auto;
	overflow: hidden;
}

ol#nav {
  padding:0; 
  margin:0 auto; 
  list-style-type:none;
  float:left;
  position:relative; 
  left:50%;
}

ol#nav li {
	float:left; position:relative; right:50%;
}

ol#nav li a {
  width:auto;
  display:block;
  padding:5px 16px;
  color:#fff; 
  text-decoration:none;
	text-transform: uppercase;
	margin-top: 2px;
}


ol#nav li a:hover {
    background: url(/images/layout/menu_over.png) repeat-x;
	color: white;
}

ol#nav li.active a {
	background: url(/images/layout/menu_over.png) repeat-x;
 	color: white;
}


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


.frontpage .fade_block img
{
	border: 1px solid #bfd4e9;
	margin: 10px 0px;
}


div#breadcrumb
{
	position: relative;
	margin-bottom: 35px;
}
/***************************************
 * 
 * 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;
}

#search_button
{
	float: left;
	background: url('/images/search_icon.png') repeat-x;
	border: 1px solid #d1eae1;
	height: 20px;
	width: 20px;
}

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
 * 
 **************************************/


#left_column
{
	float: left;
	width: 188px;
}


#right_column
{
	float: right;
	width: 740px;
	padding-left: 20px;
}

#full_column
{
	position: relative;
	float: left;
	width: 100%;
	margin: 5px;
}


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
{
	margin: 0 auto;
	text-decoration: none;
	width: 1000px;
	background: url("/images/layout/footer_bg.png") no-repeat;
	height: 103px;
}

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

div#footer span
{
	display:block; 
	height:23px;padding-top:80px;
	padding-right: 20px;
}
/***************************************
 * 
 * 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;
}

