/* CSS Document */

/* Page font settings */
body {
	font-family:"Arial";
	color:#132D78;
	font-size: 11px;
}

/* url link / header colours */
a {
	color:#19ACE2;
}

A.arrow, h3, h4 {
	color: #19ACE2;
}

/* colour of the hyperlink when mouse hovers over the link */
a:hover {
	color:#132D78;
}


/* inactive tab background colour */
tr.tabs div {
    background-color:#bee8f8;
}

/*	filterbox is the table that allows you to filter search results 

	Filterbox background header colour 
	Market access requirements, Market surveys, Marketing guidelines */
p.filterbox_block_header
{
	background:#a6def5;	
}

/*	mouseoff filterbox header 
	should be the same colour as p.filterbox_block_header */
.filterbox_header_inactive {
	background:#a6def5;
}

/* 	mouseover filterbox header
	highlights the filterbox headers when the mouse hovers over them*/
.filterbox_header_active {
	background:#19ace2;
}




/* 	Filterbox background colours 
	(Legislation, Non-legislation, tariffs and quota, Sector surveys,  product surveys) */	
li.filterbox_list_block
{
	background:#bee8f8;
}

/* 	mouseoff filterbox contents 
	should be the same colour as li.filterbox_list_block */
.filterbox_item_off {
	background:#bee8f8;
}

/* 	mouseover filterbox contents 
	highlights the filterbox contents when the mouse hovers over them */
.filterbox_item_on {
	background:#19ace2;
}

/* input / select search fields */
input, select {
	font-family: "Arial";
	color:#19ACE2;
}

/* SEARCH AGAIN background image */
.alsosee h2 {
    background: url("http://cbi.nl/img/site/h1_alsosee.gif") top left no-repeat;
}
