﻿/* COLORS */

/*
	Groen					#bdcd00
	Geel 					#fabb00
	Paars 				#a663a1
	Oranje 				#e95d0f
	Bruin 				#a55a0a
	Frisblauw 		#009ee0
	Donkerblauw		#004489
	Donkergrijs		#1a171b
*/
* 
{
		outline: none;
}

a, a:link, a:visited, a:active 
{
	color: #004489;
	outline: none;
}
a:hover
{
	text-decoration: none;
}

a:focus
{
	-moz-outline-style: none;
}

h1,
h2
{
	color: #004489;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.darkblue_text
{
	color: #004489;
}
.darkgrey_text
{
	color: #004489;
}
html, form, body
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
body
{
	min-width: 980px;
	text-align: center;
	font-family: Arial;
}
img
{
	border: none;
}

input.txtSpam
{
	display: none;
}

.background
{
	background: url(/static/images/background_0101.jpg) top center no-repeat;
	background-attachment: fixed;
}
/* FORM DESIGN */ 
.formstyle_wide 
{
	margin : 0;
	padding : 0;
	float: left;
}

.formstyle_wide .form_left 
{
	
	margin: 0 0 0 15px;
	padding: 0;
	width: 380px;
	float: left;
}

.formstyle_wide .form_right
{
	width: 400px;
	float: left;
}

.formstyle_small label
{
display:block;
font-weight:bold;
text-align:left;
width:90px;
float:left;
}
.formstyle_small h2 
{
	margin: 0 0 5px 0 !important;
	float: left;
}
.formstyle_small .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:left;
width:140px;
}
.formstyle_small input{
float:left;
font-size:10px;
padding:2px 2px;
/*border:solid 1px #004489;*/
width:190px;
margin:2px 0 5px 10px;
}
.formstyle_small textarea{
float:left;
font-size:10px;
padding:2px 2px;
/*border:solid 1px #004489;*/
width:190px;
margin:2px 0 5px 10px;
}
.formstyle_small .button{
width:120px;
height:24px;
text-align:center;
font-size:11px;
background: url(/static/images/btn_form_large.png) no-repeat 0 -24px;
border: none;
cursor: pointer;
color: #FFF;
text-transform: uppercase;
font-weight: bold;
float: right;
margin: 0 100px 0 0;
}
.formstyle_small .button:hover 
{
	background-position:  0 0 !important;
	color: #009ee0;
}
.formstyle_small div, .formstyle_small p
{
	float: left;
	width: 400px !important;

}
.formstyle_small span.fullwidth input 
{
	float:left;
	width: 50px;
}
.formstyle_small span.fullwidth 
{
	/*margin-left: -100px;*/
	margin: 0;
	padding: 0;
	float: left;
	width: 400px !important;
}

.formstyle_small span.gender input 
{
	margin: 0;
	padding: 0;
	width: 25px;
	border: none;
}
.formstyle_small span.gender label 
{
	width: 25px;
	float: left;
	margin: 0;
	padding: 0;
}

.formstyle_small span.gender
{
	float: left;
	width: 100px;
	padding: 8px 0 0 0;
}

.formstyle_wide span.gender input 
{
	margin: 0;
	padding: 0;
	width: 25px;
	border: none;
}
.formstyle_wide span.gender label 
{
	width: 25px;
	float: left;
	margin: 0;
	padding: 0;
}

.formstyle_wide span.gender
{
	float: left;
	width: 100px;
	padding: 8px 0 0 0;
}


.formstyle_small span.radiobuttonlist input 
{
	margin: 0;
	padding: 0;
	width: 25px;
	border: none;
}
.formstyle_small span.radiobuttonlist label 
{
	width: 75px;
	float: left;
	margin: 0;
	padding: 0;
}

.formstyle_small span.radiobuttonlist
{
	float: left;
	width: 300px;
	padding: 8px 0 0 0;
}
/*--------------*/
.main
{
	width: 980px;
	margin: 0 auto;
	text-align: left;
	min-height: 840px;
}
.header, .footer, .middle
{
	width: 980px;
	float: left;
	background: no-repeat top left;
}
.header
{
	height: 220px;
	background: url(/static/images/header.jpg);
}
.header .search
{
	width: 980px;
	float: left;
	height: 143px;
}
.header .search form
{
	/*padding: 120px 0 0 0;*/
	padding: 100px 0 0 0;
	height: 20px;
}

.header .search a.language_switch 
{
	float: right;
	padding: 0px 13px 3px 8px;
	
}

.header .search input.search
{
	margin: 0 0 0 0;
	padding: 5px 3px 3px 8px;
	height: 15px;
	background: url(/static/images/search_background.png) no-repeat top left;
	border: none;
	width: 156px;
	font-size: 10px;
	z-index: 100;
	float: right; /*	position: relative; 	right: 0;*/
}
.header .search input.searchbutton
{
	width: 17px;
	height: 18px;
	background: url(/static/images/icon_search.png) no-repeat;
	margin: 3px 10px 0 5px;
	cursor: pointer;
	float: right;
	border: none;
}

/* MIDDLE CONTENT*/
.middle
{
	/*min-height: 540px;*/
	min-height: 450px;
	padding: 0 40px;
}
.carrouselholder
{
	width: 980px;
	height: 333px;
	float: left;
	padding: 0;
	margin: 0 0 0 -40px !important;
}

.home_block_holder 
{
	margin: 0 0 0 -40px !important;
	float: left;
}
.home_block
{
	width: 318px;
	height: auto;
	float: left;
}
.home_block img
{
	float: left;
}
.home_block h2
{
	margin: 0;
	padding: 0 0 3px 25px;
	color: #009ee0;
	width: 100%;
	font-size: 15px;
	float: left;
	height: 17px;
	width: 260px; /*	font-family: DIN;*/
}
.home_block div
{
	width: 318px;
	background: url(/static/images/home_block_background.png) repeat-y top left;
	float: left;
	margin: 0;
	padding: 0;
}
.middleblock
{
	margin: 0 10px;

}
.middleblock div
{
	width: 288px;
	float: left;
	margin: 0;
	padding: 0 25px;	
	font-size: 11px;
	line-height: 18px;
}
.middleblock p 
{
	width: 270px;
}

.middleblock div h1,
.middleblock div h2 
{
	margin: 0 0 0 -26px;
	width: 100%;
}
.home_block div ul
{
	margin: 0;
	padding: 0 0 0 25px;
	font-size: 11px;
	width: 275px;
	list-style-type: none;
}
.home_block div ul li
{
	float: left;
	width: 100%;
}
.home_block div ul li a
{
	background: url(/static/images/list_icon.png) no-repeat 0 0;
	padding: 0 0 5px 15px;
	float: left;
	color: #1a171b;
	text-decoration: none;
}

.home_block div ul li.lightblue a
{
	background-position: 0 -41px
	}
.home_block div ul li.darkblue a
{
	background-position: 0 0px
	}

/* BREADCRUMBS */
.middle .breadcrumbs 
{
	float: left;
	width: 900px;
	color: #1a171b;
	font-size: 11px;
	padding: 0 0 20px 0;
}
.middle .breadcrumbs a {
color: #9c9e9f;
}
.middle .breadcrumbs span 
{
	color: #9c9e9f;
}
/* FOOTER */
.footer
{
	height: 23px;
	background: url(/static/images/footer.gif);
	color: #004489;
	font-size: 11px;
	text-align: center;
	padding: 57px 0 0 0;
}

/* MENU */
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu *
{
	margin: 0;
	padding: 0;
	list-style: none;
	z-index:100;
}
.sf-menu
{
	/*line-height: 1.0;*/
	width: 980px;
	padding: 0;
	height: 54px;
	margin: -2px 0 0 0;
	float: left;
	z-index: 1000;
	
}

.sf-menu a:link
{
	color: #004489;
	
}

.sf-menu ul
{
	position: absolute;
	top: -999em;
	/*width: 10em; /* left offset of submenus need to match (see below) */
	height: 41px;
	padding: 15px 0 0 0;
	width: auto;
	min-width: 122px !important;
}

.sf-menu ul ul 
{
	padding: 0;
	margin: 0 0 0 8px;
	z-index: 1000;
}

.sf-menu ul li
{
	width: 100%;
	margin: 0 !important;
	padding: 5px;
}
.sf-menu li:hover
{
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li
{
	float: left;
	position: relative;
	font-size: 18px;
	background: none;
	text-align: center;
	
}
.sf-menu li a
{
	display: block;
	position: relative;
		color: #1a171b;
	/*color: #000000;*/
	height: 24px;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
}
.sf-menu li ul li a {
	color: #1a171b;
}

.sf-menu li a:hover
{
background-position: 0 -54px;
}

.sf-menu li ul li a, .sf-menu li ul li a:hover, .sf-menu li ul li a.active
{
	height: auto;
	display: block;
	position: relative;
	background: none;
	font-weight: bold;
}
.sf-menu li ul li a
{
	font-size: 10px !important;
	text-transform: none !important;

	padding: 3px 13px 0 0;

}
.sf-menu li ul a:visited
{
		color: #004489;
}
.sf-menu li ul li a:hover, .sf-menu li ul li a.active
{
	font-size: 14px;
	text-align: left !important;
	color: #009ee0;
	margin: 0;
}
/* ATTACH ARROW TO AN LI, WHEN IT HAS SUBITEMS */
.sf-menu li ul li a.arrow {
	background: url(/static/images/list_icons_menu.png) no-repeat 117px 3px;
}
.sf-menu li ul li a.arrow:hover 	
{
	background: url(/static/images/list_icons_menu.png) no-repeat 117px -37px;
}
.sf-menu li ul li {
	text-align: left;
	background-color: #FFF;
	width: 122px;
	height: auto;
	border-bottom: solid 1px #9ad8f2;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul
{
	left: 0;
	top: 41px; /* match top ul list item height */
	z-index: 99;
	height: auto;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul
{
	top: -999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul
{
	left: 122px; /* match ul width */
	top: 0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul
{
	top: -999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul
{
	left: 200px; /* match ul width */
	top: 0;
}

.sf-menu a, .sf-menu a:visited
{
	/* visited pseudo selector so IE6 applies text colour*/
	color: #13a;
}
/* MENU TABS*/
.header ul.menu li a:hover
{
	background-position: 0 -54px;
}
/* tab home */
.tab_home
{
	background-image: url(/static/images/tab_home.png);
	width: 123px;
	padding: 30px 0 0 0;
}
/* tab over ons */
.tab_over_ons
{
	background-image: url(/static/images/tab_over_ons.png);
	width: 122px;
	padding: 30px 0 0 0;
}

.tab_about_us
{
	background-image: url(/static/images/tab_over_ons.png);
	width: 122px;
	padding: 30px 0 0 0;
}

/* tab oplossingen */
.tab_oplossingen
{
	background-image: url(/static/images/tab_oplossingen.png);
	width: 123px;
	padding: 30px 0 0 0;
}

.tab_solutions
{
	background-image: url(/static/images/tab_oplossingen.png);
	width: 123px;
	padding: 30px 0 0 0;
}

/* tab services */
.tab_services
{
	background-image: url(/static/images/tab_services.png);
	width: 122px;
	padding: 30px 0 0 0;
}
/* tab nieuws en evenementen */
.tab_nieuws_evenementen
{
	background-image: url(/static/images/tab_nieuws_evenementen.png);
	width: 122px;
	padding: 16px 0 14px 0;
	height: 54px;
}

.tab_news_events
{
	background-image: url(/static/images/tab_nieuws_evenementen.png);
	width: 122px;
	padding: 16px 0 14px 0;
	height: 54px;
}
/* tab werken bij ons */
.tab_werken_bij_ons
{
	background-image: url(/static/images/tab_werken_bij_ons.png);
	width: 123px;
	padding: 30px 0 0 0;
}
.tab_employment
{
	background-image: url(/static/images/tab_werken_bij_ons.png);
	width: 123px;
	padding: 30px 0 0 0;
}

/* tab internationaal */
.tab_internationaal
{
	background-image: url(/static/images/tab_internationaal.png);
	width: 122px;
	padding: 30px 0 0 0;
}
/* tab IPAM */
.tab_ipam
{
	background-image: url(/static/images/tab_ipam.png);
	width: 123px;
	padding: 30px 0 0 0;
}

/* BLOCKS*/
/* LEFT BLOCK - BORDER RIGHT BOTTOM LEFT*/

.imageloadermask
{
	position: absolute;
	margin: -6px 0 0 -6px;
	width: 422px !important;
	z-index: 10;
	padding: 0;
}

.imageloadermask img 
{
	margin: 0;
	padding: 0;
	top : 0;
	left: 0;
}

.corners_top,
.corners_bottom
{
	position: absolute;
	z-index: 20;
	margin: 0;
	padding: 0;
	width: 422px !important;
	height: 10px;
}
.corners_top 
{
	top: 0;
	left: 0;
	}
.corners_bottom 
{
	bottom: 0; 
  left:0;
  }
.left_top_middle,
.right_top_middle,
.left_middle_middle,
.right_middle_middle,
.left_bottom_bottom,
.right_bottom_bottom
{
	/*min-height: 100px !important;*/
}

.block p,
.block_large p
{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;	
}
.block ul,
.block_large ul
{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;	

}
.block ul li,
.block_large ul li
{
	margin: 0 0 0 15px;
	padding: 0;
	list-style-type: none;
	list-style-image: url(/static/images/global_list_icon.png);
}

.block,
.block div
{
	width: 450px;
	height: auto;
	float: left;
	font-size: 11px;
	line-height: 18px;
	
}
.block h1,
.block h2

{
	color: #004489 !important;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.block_large_top,
.block_large_top div,
.block_large_middle,
.block_large_middle div,
.block_large_bottom,
.block_large_bottom div
{
	width: 900px;
	height: auto;
	float: left;
	font-size: 11px;
	line-height: 18px;	
	
}

.block_large_middle .separator 
{
	width: 400px;
	height: auto;
	float: left;
	padding: 0 30px 0 0;
	margin: 0;
}
.block_large .wide_block_top,
.block_large .wide_block_bottom
{
	width: 900px;
	height: 21px;
	float: left;
}
.block_large .wide_block_middle 
{
	height: auto;
}
.left_top_middle,
.right_top_middle,
.left_top_middle_noline,
.right_top_middle_noline,
.left_top_middle_lineright,
.right_top_middle_lineleft
{
	width: 410px !important;	
	padding: 20px 20px 0 20px;
}
.left_middle_middle,
.right_middle_middle 
{
	width: 410px !important;
	padding: 0 20px;
}
.left_bottom_bottom,
.right_bottom_bottom 

{
	width: 410px !important;
	padding: 0 20px 20px 20px;
	}
.wide_block_middle
{
	padding: 0 20px;
	width: 860px !important;
}
/* COLORS BLOCKS */
/* GREEN  --------------------------------------------------------- */
/* EMPTY BLOCK */
.green  .left_top_top_noline { background: url(/static/images/green/left_block_top_line_right.png) no-repeat; }
.green  .left_top_middle_noline { background: url(/static/images/green/block_middle.png) no-repeat 0 51px; }
.green  .left_top_bottom_noline { background: url(/static/images/green/left_block_middle_bottom_noline.png) no-repeat; height: 21px; }

/* ADDED 26 01 2010*/
.green  .right_top_bottom_noline{ background: url(/static/images/green/right_block_bottom_line_right_no_bottom.png) no-repeat; height: 21px;  }
.green  .left_bottom_bottom_noline{ background: url(/static/images/green/left_block_bottom_bottom_noline.png) no-repeat bottom left; }

/* NO LINE at bottom */
.green  .left_top_top_lineright { background: url(/static/images/green/left_block_top_line_right.png) no-repeat; }
.green  .left_top_middle_lineright { background: url(/static/images/green/block_middle.png) no-repeat 0 51px; }
.green  .left_top_bottom_lineright { background: url(/static/images/green/left_block_middle_bottom_noline.png) no-repeat; height: 21px; }
.green  .right_top_top_noline { background: url(/static/images/green/right_block_top_line_left.png) no-repeat; }
.green  .right_top_middle_noline { background: url(/static/images/green/block_middle.png) no-repeat 0 51px; }
.green  .right_top_bottom_noline { background: url(/static/images/green/left_block_middle_bottom_noline.png) no-repeat; height: 21px; }
/* TOP */
.green  .left_top_top { background: url(/static/images/green/left_block_top_line_right.png) no-repeat; }
.green  .left_top_middle { background: url(/static/images/green/block_middle.png) no-repeat 0 51px; }
.green  .left_top_bottom{ background: url(/static/images/green/left_block_bottom_line_left_bottom.png) no-repeat; height: 21px; }
.green  .right_top_top { background: url(/static/images/green/right_block_top_line_left.png) no-repeat; }
.green  .right_top_middle { background: url(/static/images/green/block_middle.png) no-repeat 0 51px; }
.green  .right_top_bottom{ background: url(/static/images/green/right_block_bottom_line_right_bottom.png) no-repeat; height: 21px;  }
/* MIDDLE */
.green  .left_middle_top { background: url(/static/images/green/left_block_middle_top.png) no-repeat; height: 21px;  }
.green  .left_middle_middle { background: url(/static/images/green/block_middle.png) no-repeat }
.green  .left_middle_bottom{ background: url(/static/images/green/left_block_middle_bottom.png) no-repeat; height: 21px; }
.green  .right_middle_top { background: url(/static/images/green/right_block_middle_top.png) no-repeat; height: 21px;  }
.green  .right_middle_middle { background: url(/static/images/green/block_middle.png) no-repeat }
.green  .right_middle_bottom{ background: url(/static/images/green/right_block_middle_bottom.png) no-repeat; height: 21px; }
/* BOTTOM */
.green  .left_bottom_top { background: url(/static/images/green/left_block_bottom_top.png) no-repeat; height: 21px;  }
.green  .left_bottom_middle { background: url(/static/images/green/block_middle.png) no-repeat 0 0}
.green  .left_bottom_bottom{ background: url(/static/images/green/left_block_bottom_bottom.png) no-repeat bottom left; }
.green  .right_bottom_top { background: url(/static/images/green/right_block_bottom_top.png) no-repeat; height: 21px;  }
.green  .right_bottom_middle { background: url(/static/images/green/block_middle.png) no-repeat 0 0}
.green  .right_bottom_bottom{ background: url(/static/images/green/right_block_bottom_bottom.png) no-repeat bottom left; }
/* LARGE BLOCK*/
.block_large_top			.green  .wide_block_middle,
.block_large_middle		.green  .wide_block_middle,
.block_large_bottom		.green  .wide_block_middle		{ background: url(/static/images/green/block_background.png) repeat-y; }
.block_large_top			.green  .wide_block_top			{ background: url(/static/images/green/block_top.png) no-repeat; height: 

21px; }
.block_large_top			.green  .wide_block_bottom		{ background: url(/static/images/green/block_top_lines_bottom.png) no-repeat; 

height: 21px; }
.block_large_middle		.green  .wide_block_top			{ background: url(/static/images/green/block_top_lines_top.png) no-repeat; height: 

21px; }
.block_large_middle		.green  .wide_block_bottom	  { background: url(/static/images/green/block_top_lines_bottom.png) no-repeat; height: 21px; 

}
.block_large_bottom		.green  .wide_block_top			{ background: url(/static/images/green/block_top_lines_top.png) no-repeat; height: 

21px; }
.block_large_bottom		.green  .wide_block_bottom		{ background: url(/static/images/green/block_bottom.png) no-repeat; height: 21px; }
/* YELLOW  --------------------------------------------------------- */
/* EMPTY BLOCK */
.yellow  .left_top_top_noline { background: url(/static/images/yellow/left_block_top_line_right.png) no-repeat; }
.yellow  .left_top_middle_noline { background: url(/static/images/yellow/block_middle.png) no-repeat 0 51px; }
.yellow  .left_top_bottom_noline { background: url(/static/images/yellow/left_block_middle_bottom_noline.png) no-repeat; height: 21px; }

/* ADDED 26 01 2010*/
.yellow  .right_top_bottom_noline{ background: url(/static/images/yellow/right_block_bottom_line_right_no_bottom.png) no-repeat; height: 21px;  }
.yellow  .left_bottom_bottom_noline{ background: url(/static/images/yellow/left_block_bottom_bottom_noline.png) no-repeat bottom left; }

/* NO LINE at bottom */
.yellow  .left_top_top_lineright { background: url(/static/images/yellow/left_block_top_line_right.png) no-repeat; }
.yellow  .left_top_middle_lineright { background: url(/static/images/yellow/block_middle.png) no-repeat 0 51px; }
.yellow  .left_top_bottom_lineright { background: url(/static/images/yellow/left_block_middle_bottom_noline.png) no-repeat; height: 21px; }
.yellow  .right_top_top_noline { background: url(/static/images/yellow/right_block_top_line_left.png) no-repeat; }
.yellow  .right_top_middle_noline { background: url(/static/images/yellow/block_middle.png) no-repeat 0 51px; }
.yellow  .right_top_bottom_noline { background: url(/static/images/yellow/left_block_middle_bottom_noline.png) no-repeat; height: 21px; }
/* TOP */
.yellow  .left_top_top { background: url(/static/images/yellow/left_block_top_line_right.png) no-repeat; }
.yellow  .left_top_middle { background: url(/static/images/yellow/block_middle.png) no-repeat 0 51px; }
.yellow  .left_top_bottom{ background: url(/static/images/yellow/left_block_bottom_line_left_bottom.png) no-repeat; height: 21px; }
.yellow  .right_top_top { background: url(/static/images/yellow/right_block_top_line_left.png) no-repeat; }
.yellow  .right_top_middle { background: url(/static/images/yellow/block_middle.png) no-repeat 0 51px; }
.yellow  .right_top_bottom{ background: url(/static/images/yellow/right_block_bottom_line_right_bottom.png) no-repeat; height: 21px;  }
/* MIDDLE */
.yellow  .left_middle_top { background: url(/static/images/yellow/left_block_middle_top.png) no-repeat; height: 21px;  }
.yellow  .left_middle_middle { background: url(/static/images/yellow/block_middle.png) no-repeat }
.yellow  .left_middle_bottom{ background: url(/static/images/yellow/left_block_middle_bottom.png) no-repeat; height: 21px; }
.yellow  .right_middle_top { background: url(/static/images/yellow/right_block_middle_top.png) no-repeat; height: 21px;  }
.yellow  .right_middle_middle { background: url(/static/images/yellow/block_middle.png) no-repeat }
.yellow  .right_middle_bottom{ background: url(/static/images/yellow/right_block_middle_bottom.png) no-repeat; height: 21px; }
/* BOTTOM */
.yellow  .left_bottom_top { background: url(/static/images/yellow/left_block_bottom_top.png) no-repeat; height: 21px;  }
.yellow  .left_bottom_middle { background: url(/static/images/yellow/block_middle.png) no-repeat 0 0}
.yellow  .left_bottom_bottom{ background: url(/static/images/yellow/left_block_bottom_bottom.png) no-repeat bottom left; }
.yellow  .right_bottom_top { background: url(/static/images/yellow/right_block_bottom_top.png) no-repeat; height: 21px;  }
.yellow  .right_bottom_middle { background: url(/static/images/yellow/block_middle.png) no-repeat 0 0}
.yellow  .right_bottom_bottom{ background: url(/static/images/yellow/right_block_bottom_bottom.png) no-repeat bottom left; }
/* LARGE BLOCK*/
.block_large_top			.yellow  .wide_block_middle,
.block_large_middle		.yellow  .wide_block_middle,
.block_large_bottom		.yellow  .wide_block_middle		{ background: url(/static/images/yellow/block_background.png) repeat-y; }
.block_large_top			.yellow  .wide_block_top				{ background: url(/static/images/yellow/block_top.png) 

no-repeat; height: 21px; }
.block_large_top			.yellow  .wide_block_bottom		{ background: url(/static/images/yellow/block_top_lines_bottom.png) 

no-repeat; height: 21px; }
.block_large_middle		.yellow  .wide_block_top				{ background: url(/static/images/yellow/block_top_lines_top.png) 

no-repeat; height: 21px; }
.block_large_middle		.yellow  .wide_block_bottom	  { background: url(/static/images/yellow/block_top_lines_bottom.png) no-repeat; height: 

21px; }
.block_large_bottom		.yellow  .wide_block_top				{ background: url(/static/images/yellow/block_top_lines_top.png) 

no-repeat; height: 21px; }
.block_large_bottom		.yellow  .wide_block_bottom		{ background: url(/static/images/yellow/block_bottom.png) no-repeat; height: 21px; }
/* PURPLE  --------------------------------------------------------- */
/* EMPTY BLOCK */
.purple  .left_top_top_noline { background: url(/static/images/purple/left_block_top_line_right.png) no-repeat; }
.purple  .left_top_middle_noline { background: url(/static/images/purple/block_middle.png) no-repeat 0 51px; }
.purple  .left_top_bottom_noline { background: url(/static/images/purple/left_block_middle_bottom_noline.png) no-repeat; height: 21px; }

/* ADDED 26 01 2010*/
.purple  .right_top_bottom_noline{ background: url(/static/images/purple/right_block_bottom_line_right_no_bottom.png) no-repeat; height: 21px;  }
.purple  .left_bottom_bottom_noline{ background: url(/static/images/purple/left_block_bottom_bottom_noline.png) no-repeat bottom left; }

/* NO LINE at bottom */
.purple  .left_top_top_lineright { background: url(/static/images/purple/left_block_top_line_right.png) no-repeat; }
.purple  .left_top_middle_lineright { background: url(/static/images/purple/block_middle.png) no-repeat 0 51px; }
.purple  .left_top_bottom_lineright { background: url(/static/images/purple/left_block_middle_bottom_noline.png) no-repeat; height: 21px; }
.purple  .right_top_top_noline { background: url(/static/images/purple/right_block_top_line_left.png) no-repeat; }
.purple  .right_top_middle_noline { background: url(/static/images/purple/block_middle.png) no-repeat 0 51px; }
.purple  .right_top_bottom_noline { background: url(/static/images/purple/left_block_middle_bottom_noline.png) no-repeat; height: 21px; }
/* TOP */
.purple  .left_top_top { background: url(/static/images/purple/left_block_top_line_right.png) no-repeat; }
.purple  .left_top_middle { background: url(/static/images/purple/block_middle.png) no-repeat 0 51px; }
.purple  .left_top_bottom{ background: url(/static/images/purple/left_block_bottom_line_left_bottom.png) no-repeat; height: 21px; }
.purple  .right_top_top { background: url(/static/images/purple/right_block_top_line_left.png) no-repeat; }
.purple  .right_top_middle { background: url(/static/images/purple/block_middle.png) no-repeat 0 51px; }
.purple  .right_top_bottom{ background: url(/static/images/purple/right_block_bottom_line_right_bottom.png) no-repeat; height: 21px;  }
/* MIDDLE */
.purple  .left_middle_top { background: url(/static/images/purple/left_block_middle_top.png) no-repeat; height: 21px;  }
.purple  .left_middle_middle { background: url(/static/images/purple/block_middle.png) no-repeat }
.purple  .left_middle_bottom{ background: url(/static/images/purple/left_block_middle_bottom.png) no-repeat; height: 21px; }
.purple  .right_middle_top { background: url(/static/images/purple/right_block_middle_top.png) no-repeat; height: 21px;  }
.purple  .right_middle_middle { background: url(/static/images/purple/block_middle.png) no-repeat }
.purple  .right_middle_bottom{ background: url(/static/images/purple/right_block_middle_bottom.png) no-repeat; height: 21px; }
/* BOTTOM */
.purple  .left_bottom_top { background: url(/static/images/purple/left_block_bottom_top.png) no-repeat; height: 21px;  }
.purple  .left_bottom_middle { background: url(/static/images/purple/block_middle.png) no-repeat 0 0}
.purple  .left_bottom_bottom{ background: url(/static/images/purple/left_block_bottom_bottom.png) no-repeat bottom left; }
.purple  .right_bottom_top { background: url(/static/images/purple/right_block_bottom_top.png) no-repeat; height: 21px;  }
.purple  .right_bottom_middle { background: url(/static/images/purple/block_middle.png) no-repeat 0 0}
.purple  .right_bottom_bottom{ background: url(/static/images/purple/right_block_bottom_bottom.png) no-repeat bottom left; }
/* LARGE BLOCK*/
.block_large_top			.purple  .wide_block_middle,
.block_large_middle		.purple  .wide_block_middle,
.block_large_bottom		.purple  .wide_block_middle		{ background: url(/static/images/purple/block_background.png) repeat-y; }
.block_large_top			.purple  .wide_block_top				{ background: url(/static/images/purple/block_top.png) 

no-repeat; height: 21px; }
.block_large_top			.purple  .wide_block_bottom		{ background: url(/static/images/purple/block_top_lines_bottom.png) 

no-repeat; height: 21px; }
.block_large_middle		.purple  .wide_block_top				{ background: url(/static/images/purple/block_top_lines_top.png) 

no-repeat; height: 21px; }
.block_large_middle		.purple  .wide_block_bottom	  { background: url(/static/images/purple/block_top_lines_bottom.png) no-repeat; height: 

21px; }
.block_large_bottom		.purple  .wide_block_top				{ background: url(/static/images/purple/block_top_lines_top.png) 

no-repeat; height: 21px; }
.block_large_bottom		.purple  .wide_block_bottom		{ background: url(/static/images/purple/block_bottom.png) no-repeat; height: 21px; }
/* ORANGE  --------------------------------------------------------- */
/* EMPTY BLOCK */
.orange  .left_top_top_noline { background: url(/static/images/orange/left_block_top_line_right.png) no-repeat; }
.orange  .left_top_middle_noline { background: url(/static/images/orange/block_middle.png) no-repeat 0 51px; }
.orange  .left_top_bottom_noline { background: url(/static/images/orange/left_block_middle_bottom_noline.png) no-repeat; height: 21px; }

/* ADDED 26 01 2010*/
.orange  .right_top_bottom_noline{ background: url(/static/images/orange/right_block_bottom_line_right_no_bottom.png) no-repeat; height: 21px;  }
.orange  .left_bottom_bottom_noline{ background: url(/static/images/orange/left_block_bottom_bottom_noline.png) no-repeat bottom left; }

/* NO LINE at bottom */
.orange  .left_top_top_lineright { background: url(/static/images/orange/left_block_top_line_right.png) no-repeat; }
.orange  .left_top_middle_lineright { background: url(/static/images/orange/block_middle.png) no-repeat 0 51px; }
.orange  .left_top_bottom_lineright { background: url(/static/images/orange/left_block_middle_bottom_noline.png) no-repeat; height: 21px; }
.orange  .right_top_top_noline { background: url(/static/images/orange/right_block_top_line_left.png) no-repeat; }
.orange  .right_top_middle_noline { background: url(/static/images/orange/block_middle.png) no-repeat 0 51px; }
.orange  .right_top_bottom_noline { background: url(/static/images/orange/left_block_middle_bottom_noline.png) no-repeat; height: 21px; }
/* TOP */
.orange  .left_top_top { background: url(/static/images/orange/left_block_top_line_right.png) no-repeat; }
.orange  .left_top_middle { background: url(/static/images/orange/block_middle.png) no-repeat 0 51px; }
.orange  .left_top_bottom{ background: url(/static/images/orange/left_block_bottom_line_left_bottom.png) no-repeat; height: 21px; }
.orange  .right_top_top { background: url(/static/images/orange/right_block_top_line_left.png) no-repeat; }
.orange  .right_top_middle { background: url(/static/images/orange/block_middle.png) no-repeat 0 51px; }
.orange  .right_top_bottom{ background: url(/static/images/orange/right_block_bottom_line_right_bottom.png) no-repeat; height: 21px;  }
/* MIDDLE */
.orange  .left_middle_top { background: url(/static/images/orange/left_block_middle_top.png) no-repeat; height: 21px;  }
.orange  .left_middle_middle { background: url(/static/images/orange/block_middle.png) no-repeat }
.orange  .left_middle_bottom{ background: url(/static/images/orange/left_block_middle_bottom.png) no-repeat; height: 21px; }
.orange  .right_middle_top { background: url(/static/images/orange/right_block_middle_top.png) no-repeat; height: 21px;  }
.orange  .right_middle_middle { background: url(/static/images/orange/block_middle.png) no-repeat }
.orange  .right_middle_bottom{ background: url(/static/images/orange/right_block_middle_bottom.png) no-repeat; height: 21px; }
/* BOTTOM */
.orange  .left_bottom_top { background: url(/static/images/orange/left_block_bottom_top.png) no-repeat; height: 21px;  }
.orange  .left_bottom_middle { background: url(/static/images/orange/block_middle.png) no-repeat 0 0}
.orange  .left_bottom_bottom{ background: url(/static/images/orange/left_block_bottom_bottom.png) no-repeat bottom left; }
.orange  .right_bottom_top { background: url(/static/images/orange/right_block_bottom_top.png) no-repeat; height: 21px;  }
.orange  .right_bottom_middle { background: url(/static/images/orange/block_middle.png) no-repeat 0 0}
.orange  .right_bottom_bottom{ background: url(/static/images/orange/right_block_bottom_bottom.png) no-repeat bottom left; }
/* LARGE BLOCK*/
.block_large_top			.orange  .wide_block_middle,
.block_large_middle		.orange  .wide_block_middle,
.block_large_bottom		.orange  .wide_block_middle		{ background: url(/static/images/orange/block_background.png) repeat-y; }
.block_large_top			.orange  .wide_block_top				{ background: url(/static/images/orange/block_top.png) 

no-repeat; height: 21px; }
.block_large_top			.orange  .wide_block_bottom		{ background: url(/static/images/orange/block_top_lines_bottom.png) 

no-repeat; height: 21px; }
.block_large_middle		.orange  .wide_block_top				{ background: url(/static/images/orange/block_top_lines_top.png) 

no-repeat; height: 21px; }
.block_large_middle		.orange  .wide_block_bottom	  { background: url(/static/images/orange/block_top_lines_bottom.png) no-repeat; height: 

21px; }
.block_large_bottom		.orange  .wide_block_top				{ background: url(/static/images/orange/block_top_lines_top.png) 

no-repeat; height: 21px; }
.block_large_bottom		.orange  .wide_block_bottom		{ background: url(/static/images/orange/block_bottom.png) no-repeat; height: 21px; }
/* BROWN  --------------------------------------------------------- */
/* EMPTY BLOCK */
.brown  .left_top_top_noline { background: url(/static/images/brown/left_block_top_line_right.png) no-repeat; }
.brown  .left_top_middle_noline { background: url(/static/images/brown/block_middle.png) no-repeat 0 51px; }
.brown  .left_top_bottom_noline { background: url(/static/images/brown/left_block_middle_bottom_noline.png) no-repeat; height: 21px; }

/* ADDED 26 01 2010*/
.brown  .right_top_bottom_noline{ background: url(/static/images/brown/right_block_bottom_line_right_no_bottom.png) no-repeat; height: 21px;  }
.brown  .left_bottom_bottom_noline{ background: url(/static/images/brown/left_block_bottom_bottom_noline.png) no-repeat bottom left; }

/* NO LINE at bottom */
.brown  .left_top_top_lineright { background: url(/static/images/brown/left_block_top_line_right.png) no-repeat; }
.brown  .left_top_middle_lineright { background: url(/static/images/brown/block_middle.png) no-repeat 0 51px; }
.brown  .left_top_bottom_lineright { background: url(/static/images/brown/left_block_middle_bottom_noline.png) no-repeat; height: 21px; }
.brown  .right_top_top_noline { background: url(/static/images/brown/right_block_top_line_left.png) no-repeat; }
.brown  .right_top_middle_noline { background: url(/static/images/brown/block_middle.png) no-repeat 0 51px; }
.brown  .right_top_bottom_noline { background: url(/static/images/brown/left_block_middle_bottom_noline.png) no-repeat; height: 21px; }
/* TOP */
.brown  .left_top_top { background: url(/static/images/brown/left_block_top_line_right.png) no-repeat; }
.brown  .left_top_middle { background: url(/static/images/brown/block_middle.png) no-repeat 0 51px; }
.brown  .left_top_bottom{ background: url(/static/images/brown/left_block_bottom_line_left_bottom.png) no-repeat; height: 21px; }
.brown  .right_top_top { background: url(/static/images/brown/right_block_top_line_left.png) no-repeat; }
.brown  .right_top_middle { background: url(/static/images/brown/block_middle.png) no-repeat 0 51px; }
.brown  .right_top_bottom{ background: url(/static/images/brown/right_block_bottom_line_right_bottom.png) no-repeat; height: 21px;  }
/* MIDDLE */
.brown  .left_middle_top { background: url(/static/images/brown/left_block_middle_top.png) no-repeat; height: 21px;  }
.brown  .left_middle_middle { background: url(/static/images/brown/block_middle.png) no-repeat }
.brown  .left_middle_bottom{ background: url(/static/images/brown/left_block_middle_bottom.png) no-repeat; height: 21px; }
.brown  .right_middle_top { background: url(/static/images/brown/right_block_middle_top.png) no-repeat; height: 21px;  }
.brown  .right_middle_middle { background: url(/static/images/brown/block_middle.png) no-repeat }
.brown  .right_middle_bottom{ background: url(/static/images/brown/right_block_middle_bottom.png) no-repeat; height: 21px; }
/* BOTTOM */
.brown  .left_bottom_top { background: url(/static/images/brown/left_block_bottom_top.png) no-repeat; height: 21px;  }
.brown  .left_bottom_middle { background: url(/static/images/brown/block_middle.png) no-repeat 0 0}
.brown  .left_bottom_bottom{ background: url(/static/images/brown/left_block_bottom_bottom.png) no-repeat bottom left; }
.brown  .right_bottom_top { background: url(/static/images/brown/right_block_bottom_top.png) no-repeat; height: 21px;  }
.brown  .right_bottom_middle { background: url(/static/images/brown/block_middle.png) no-repeat 0 0}
.brown  .right_bottom_bottom{ background: url(/static/images/brown/right_block_bottom_bottom.png) no-repeat bottom left; }
/* LARGE BLOCK*/
.block_large_top			.brown  .wide_block_middle,
.block_large_middle		.brown  .wide_block_middle,
.block_large_bottom		.brown  .wide_block_middle		{ background: url(/static/images/brown/block_background.png) repeat-y; }
.block_large_top			.brown  .wide_block_top			{ background: url(/static/images/brown/block_top.png) no-repeat; height: 

21px; }
.block_large_top			.brown  .wide_block_bottom		{ background: url(/static/images/brown/block_top_lines_bottom.png) no-repeat; 

height: 21px; }
.block_large_middle		.brown  .wide_block_top			{ background: url(/static/images/brown/block_top_lines_top.png) no-repeat; height: 

21px; }
.block_large_middle		.brown  .wide_block_bottom	  { background: url(/static/images/brown/block_top_lines_bottom.png) no-repeat; height: 21px; 

}
.block_large_bottom		.brown  .wide_block_top			{ background: url(/static/images/brown/block_top_lines_top.png) no-repeat; height: 

21px; }
.block_large_bottom		.brown  .wide_block_bottom		{ background: url(/static/images/brown/block_bottom.png) no-repeat; height: 21px; }
/* LIGHTBLUE  --------------------------------------------------------- */
/* EMPTY BLOCK */
.lightblue  .left_top_top_noline { background: url(/static/images/lightblue/left_block_top_line_right.png) no-repeat; }
.lightblue  .left_top_middle_noline { background: url(/static/images/lightblue/block_middle.png) no-repeat 0 51px; }
.lightblue  .left_top_bottom_noline { background: url(/static/images/lightblue/left_block_middle_bottom_noline.png) no-repeat; height: 21px; }

/* ADDED 26 01 2010*/
.lightblue  .right_top_bottom_noline{ background: url(/static/images/lightblue/right_block_bottom_line_right_no_bottom.png) no-repeat; height: 21px;  }
.lightblue  .left_bottom_bottom_noline{ background: url(/static/images/lightblue/left_block_bottom_bottom_noline.png) no-repeat bottom left; }

/* NO LINE at bottom */
.lightblue  .left_top_top_lineright { background: url(/static/images/lightblue/left_block_top_line_right.png) no-repeat; }
.lightblue  .left_top_middle_lineright { background: url(/static/images/lightblue/block_middle.png) no-repeat 0 51px; }
.lightblue  .left_top_bottom_lineright { background: url(/static/images/lightblue/left_block_middle_bottom_noline.png) no-repeat; height: 21px; }
.lightblue  .right_top_top_noline { background: url(/static/images/lightblue/right_block_top_line_left.png) no-repeat; }
.lightblue  .right_top_middle_noline { background: url(/static/images/lightblue/block_middle.png) no-repeat 0 51px; }
.lightblue  .right_top_bottom_noline { background: url(/static/images/lightblue/left_block_middle_bottom_noline.png) no-repeat; height: 21px; }
/* TOP */
.lightblue  .left_top_top { background: url(/static/images/lightblue/left_block_top_line_right.png) no-repeat; }
.lightblue  .left_top_middle { background: url(/static/images/lightblue/block_middle.png) no-repeat 0 51px; }
.lightblue  .left_top_bottom{ background: url(/static/images/lightblue/left_block_bottom_line_left_bottom.png) no-repeat; height: 21px; }
.lightblue  .right_top_top { background: url(/static/images/lightblue/right_block_top_line_left.png) no-repeat; }
.lightblue  .right_top_middle { background: url(/static/images/lightblue/block_middle.png) no-repeat 0 51px; }
.lightblue  .right_top_bottom{ background: url(/static/images/lightblue/right_block_bottom_line_right_bottom.png) no-repeat; height: 21px;  }
/* MIDDLE */
.lightblue  .left_middle_top { background: url(/static/images/lightblue/left_block_middle_top.png) no-repeat; height: 21px;  }
.lightblue  .left_middle_middle { background: url(/static/images/lightblue/block_middle.png) no-repeat }
.lightblue  .left_middle_bottom{ background: url(/static/images/lightblue/left_block_middle_bottom.png) no-repeat; height: 21px; }
.lightblue  .right_middle_top { background: url(/static/images/lightblue/right_block_middle_top.png) no-repeat; height: 21px;  }
.lightblue  .right_middle_middle { background: url(/static/images/lightblue/block_middle.png) no-repeat }
.lightblue  .right_middle_bottom{ background: url(/static/images/lightblue/right_block_middle_bottom.png) no-repeat; height: 21px; }
/* BOTTOM */
.lightblue  .left_bottom_top { background: url(/static/images/lightblue/left_block_bottom_top.png) no-repeat; height: 21px;  }
.lightblue  .left_bottom_middle { background: url(/static/images/lightblue/block_middle.png) no-repeat 0 0}
.lightblue  .left_bottom_bottom{ background: url(/static/images/lightblue/left_block_bottom_bottom.png) no-repeat bottom left; }
.lightblue  .right_bottom_top { background: url(/static/images/lightblue/right_block_bottom_top.png) no-repeat; height: 21px;  }
.lightblue  .right_bottom_middle { background: url(/static/images/lightblue/block_middle.png) no-repeat 0 0}
.lightblue  .right_bottom_bottom{ background: url(/static/images/lightblue/right_block_bottom_bottom.png) no-repeat bottom left; }
/* LARGE BLOCK*/
.block_large_top			.lightblue  .wide_block_middle,
.block_large_middle		.lightblue  .wide_block_middle,
.block_large_bottom		.lightblue  .wide_block_middle		{ background: url(/static/images/lightblue/block_background.png) repeat-y; }
.block_large_top			.lightblue  .wide_block_top			{ background: url(/static/images/lightblue/block_top.png) no-repeat; 

height: 21px; }
.block_large_top			.lightblue  .wide_block_bottom		{ background: url(/static/images/lightblue/block_top_lines_bottom.png) 

no-repeat; height: 21px; }
.block_large_middle		.lightblue  .wide_block_top			{ background: url(/static/images/lightblue/block_top_lines_top.png) 

no-repeat; height: 21px; }
.block_large_middle		.lightblue  .wide_block_bottom	  { background: url(/static/images/lightblue/block_top_lines_bottom.png) no-repeat; height: 

21px; }
.block_large_bottom		.lightblue  .wide_block_top			{ background: url(/static/images/lightblue/block_top_lines_top.png) 

no-repeat; height: 21px; }
.block_large_bottom		.lightblue  .wide_block_bottom		{ background: url(/static/images/lightblue/block_bottom.png) no-repeat; height: 21px; 

}
/* BLUE  --------------------------------------------------------- */
/* EMPTY BLOCK */
.blue  .form_left_top_top_noline { background: url(/static/images/blue/block_top_noline.png) no-repeat; }
.blue  .left_top_top_noline { background: url(/static/images/blue/left_block_top_line_right.png) no-repeat; }
.blue  .left_top_middle_noline { background: url(/static/images/blue/block_middle.png) no-repeat 0 51px; }
.blue  .left_top_bottom_noline { background: url(/static/images/blue/left_block_middle_bottom_noline.png) no-repeat; height: 21px; }

/* ADDED 26 01 2010*/
.blue  .right_top_bottom_noline{ background: url(/static/images/blue/right_block_bottom_line_right_no_bottom.png) no-repeat; height: 21px;  }
.blue  .left_bottom_bottom_noline{ background: url(/static/images/blue/left_block_bottom_bottom_noline.png) no-repeat bottom left; }

/* NO LINE at bottom */
.blue  .left_top_top_lineright { background: url(/static/images/blue/left_block_top_line_right.png) no-repeat; }
.blue  .left_top_middle_lineright { background: url(/static/images/blue/block_middle.png) no-repeat 0 51px; }
.blue  .left_top_bottom_lineright { background: url(/static/images/blue/left_block_middle_bottom_noline.png) no-repeat; height: 21px; }
.blue  .right_top_top_noline { background: url(/static/images/blue/right_block_top_line_left.png) no-repeat; }
.blue  .right_top_middle_noline { background: url(/static/images/blue/block_middle.png) no-repeat 0 51px; }
.blue  .right_top_bottom_noline { background: url(/static/images/blue/left_block_middle_bottom_noline.png) no-repeat; height: 21px; }
/* TOP */
.blue  .left_top_top { background: url(/static/images/blue/left_block_top_line_right.png) no-repeat; }
.blue  .left_top_middle { background: url(/static/images/blue/block_middle.png) no-repeat 0 51px; }
.blue  .left_top_bottom{ background: url(/static/images/blue/left_block_bottom_line_left_bottom.png) no-repeat; height: 21px; }
.blue  .right_top_top { background: url(/static/images/blue/right_block_top_line_left.png) no-repeat; }
.blue  .right_top_middle { background: url(/static/images/blue/block_middle.png) no-repeat 0 51px; }
.blue  .right_top_bottom{ background: url(/static/images/blue/right_block_bottom_line_right_bottom.png) no-repeat; height: 21px;  }
/* MIDDLE */
.blue  .left_middle_top { background: url(/static/images/blue/left_block_middle_top.png) no-repeat; height: 21px;  }
.blue  .left_middle_middle { background: url(/static/images/blue/block_middle.png) no-repeat }
.blue  .left_middle_bottom{ background: url(/static/images/blue/left_block_middle_bottom.png) no-repeat; height: 21px; }
.blue  .right_middle_top { background: url(/static/images/blue/right_block_middle_top.png) no-repeat; height: 21px;  }
.blue  .right_middle_middle { background: url(/static/images/blue/block_middle.png) no-repeat }
.blue  .right_middle_bottom{ background: url(/static/images/blue/right_block_middle_bottom.png) no-repeat; height: 21px; }
/* BOTTOM */
.blue  .left_bottom_top { background: url(/static/images/blue/left_block_bottom_top.png) no-repeat; height: 21px;  }
.blue  .left_bottom_middle { background: url(/static/images/blue/block_middle.png) no-repeat 0 0}
.blue  .left_bottom_bottom{ background: url(/static/images/blue/left_block_bottom_bottom.png) no-repeat bottom left; }
.blue  .right_bottom_top { background: url(/static/images/blue/right_block_bottom_top.png) no-repeat; height: 21px;  }
.blue  .right_bottom_middle { background: url(/static/images/blue/block_middle.png) no-repeat 0 0}
.blue  .right_bottom_bottom{ background: url(/static/images/blue/right_block_bottom_bottom.png) no-repeat bottom left; }
/* LARGE BLOCK*/
.block_large_top			.blue  .wide_block_middle,
.block_large_middle		.blue  .wide_block_middle,
.block_large_bottom		.blue  .wide_block_middle		{ background: url(/static/images/blue/block_background.png) repeat-y; }
.block_large_top			.blue  .wide_block_top				{ background: url(/static/images/blue/block_top.png) no-repeat; 

height: 21px; }
.block_large_top			.blue  .wide_block_bottom		{ background: url(/static/images/blue/block_top_lines_bottom.png) no-repeat; 

height: 21px; }
.block_large_middle		.blue  .wide_block_top				{ background: url(/static/images/blue/block_top_lines_top.png) no-repeat; 

height: 21px; }
.block_large_middle		.blue  .wide_block_bottom	  { background: url(/static/images/blue/block_top_lines_bottom.png) no-repeat; height: 21px; 

}
.block_large_bottom		.blue  .wide_block_top				{ background: url(/static/images/blue/block_top_lines_top.png) no-repeat; 

height: 21px; }
.block_large_bottom		.blue  .wide_block_bottom		{ background: url(/static/images/blue/block_bottom.png) no-repeat; height: 21px; }

/*.block_large_top		.blue  .form_wide_block_bottom		{ background: url(/static/images/blue/block_bottom.png) no-repeat; height: 21px; }*/
.form_wide_block_bottom		{ background: url(/static/images/blue/block_bottom.png) no-repeat; height: 21px; }

/* DARKGREY  --------------------------------------------------------- */
/* EMPTY BLOCK */
.darkgrey  .left_top_top_noline { background: url(/static/images/darkgrey/left_block_top_line_right.png) no-repeat; }
.darkgrey  .left_top_middle_noline { background: url(/static/images/darkgrey/block_middle.png) no-repeat 0 51px; }
.darkgrey  .left_top_bottom_noline { background: url(/static/images/darkgrey/left_block_middle_bottom_noline.png) no-repeat; height: 21px; }

/* ADDED 26 01 2010*/
.darkgrey  .right_top_bottom_noline{ background: url(/static/images/darkgrey/right_block_bottom_line_right_no_bottom.png) no-repeat; height: 21px;  }
.darkgrey  .left_bottom_bottom_noline{ background: url(/static/images/darkgrey/left_block_bottom_bottom_noline.png) no-repeat bottom left; }

/* NO LINE at bottom */
.darkgrey  .left_top_top_lineright { background: url(/static/images/darkgrey/left_block_top_line_right.png) no-repeat; }
.darkgrey  .left_top_middle_lineright { background: url(/static/images/darkgrey/block_middle.png) no-repeat 0 51px; }
.darkgrey  .left_top_bottom_lineright { background: url(/static/images/darkgrey/left_block_middle_bottom_noline.png) no-repeat; height: 21px; }
.darkgrey  .right_top_top_noline { background: url(/static/images/darkgrey/right_block_top_line_left.png) no-repeat; }
.darkgrey  .right_top_middle_noline { background: url(/static/images/darkgrey/block_middle.png) no-repeat 0 51px; }
.darkgrey  .right_top_bottom_noline { background: url(/static/images/darkgrey/left_block_middle_bottom_noline.png) no-repeat; height: 21px; }
/* TOP */
.darkgrey  .left_top_top { background: url(/static/images/darkgrey/left_block_top_line_right.png) no-repeat; }
.darkgrey  .left_top_middle { background: url(/static/images/darkgrey/block_middle.png) no-repeat 0 51px; }
.darkgrey  .left_top_bottom{ background: url(/static/images/darkgrey/left_block_bottom_line_left_bottom.png) no-repeat; height: 21px; }
.darkgrey  .right_top_top { background: url(/static/images/darkgrey/right_block_top_line_left.png) no-repeat; }
.darkgrey  .right_top_middle { background: url(/static/images/darkgrey/block_middle.png) no-repeat 0 51px; }
.darkgrey  .right_top_bottom{ background: url(/static/images/darkgrey/right_block_bottom_line_right_bottom.png) no-repeat; height: 21px;  }
/* MIDDLE */
.darkgrey  .left_middle_top { background: url(/static/images/darkgrey/left_block_middle_top.png) no-repeat; height: 21px;  }
.darkgrey  .left_middle_middle { background: url(/static/images/darkgrey/block_middle.png) no-repeat }
.darkgrey  .left_middle_bottom{ background: url(/static/images/darkgrey/left_block_middle_bottom.png) no-repeat; height: 21px; }
.darkgrey  .right_middle_top { background: url(/static/images/darkgrey/right_block_middle_top.png) no-repeat; height: 21px;  }
.darkgrey  .right_middle_middle { background: url(/static/images/darkgrey/block_middle.png) no-repeat }
.darkgrey  .right_middle_bottom{ background: url(/static/images/darkgrey/right_block_middle_bottom.png) no-repeat; height: 21px; }
/* BOTTOM */
.darkgrey  .left_bottom_top { background: url(/static/images/darkgrey/left_block_bottom_top.png) no-repeat; height: 21px;  }
.darkgrey  .left_bottom_middle { background: url(/static/images/darkgrey/block_middle.png) no-repeat 0 0}
.darkgrey  .left_bottom_bottom{ background: url(/static/images/darkgrey/left_block_bottom_bottom.png) no-repeat bottom left; }
.darkgrey  .right_bottom_top { background: url(/static/images/darkgrey/right_block_bottom_top.png) no-repeat; height: 21px;  }
.darkgrey  .right_bottom_middle { background: url(/static/images/darkgrey/block_middle.png) no-repeat 0 0}
.darkgrey  .right_bottom_bottom{ background: url(/static/images/darkgrey/right_block_bottom_bottom.png) no-repeat bottom left; }
/* LARGE BLOCK*/
.block_large_top			.darkgrey  .wide_block_middle,
.block_large_middle		.darkgrey  .wide_block_middle,
.block_large_bottom		.darkgrey  .wide_block_middle		{ background: url(/static/images/darkgrey/block_background.png) repeat-y; }
.block_large_top			.darkgrey  .wide_block_top				{ background: url(/static/images/darkgrey/block_top.png) 

no-repeat; height: 21px; }
.block_large_top			.darkgrey  .wide_block_bottom		{ background: url(/static/images/darkgrey/block_top_lines_bottom.png) 

no-repeat; height: 21px; }
.block_large_middle		.darkgrey  .wide_block_top				{ background: url(/static/images/darkgrey/block_top_lines_top.png) 

no-repeat; height: 21px; }
.block_large_middle		.darkgrey  .wide_block_bottom	  { background: url(/static/images/darkgrey/block_top_lines_bottom.png) no-repeat; height: 

21px; }
.block_large_bottom		.darkgrey  .wide_block_top				{ background: url(/static/images/darkgrey/block_top_lines_top.png) 

no-repeat; height: 21px; }
.block_large_bottom		.darkgrey  .wide_block_bottom		{ background: url(/static/images/darkgrey/block_bottom.png) no-repeat; height: 21px; 

}

.searchHeader
{
	width: 880px;
	float: left;
	color: #004489;
	padding: 0 0 0 20px;
}
.searchFooter 
{
	width: 880px;
	float: left;
	text-align: right;
	padding: 10px 0 0 0;
	font-size: 12px;
}
.formstyle_wide label
{
display:block;
font-weight:bold;
text-align:left;
width:150px;
float:left;
}
.formstyle_wide h2 
{
	margin: 0 0 10px 0 !important;
	float: left;
}
.formstyle_wide .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:left;
width:140px;
}
.formstyle_wide input{
float:left;
font-size:12px;
padding:4px 2px;
width:190px;
margin:2px 0 5px 10px;
}
.formstyle_wide .inputsmall{
float:left;
font-size:12px;
padding:4px 2px;
width:100px;
margin:2px 0 5px 10px;
}
.formstyle_wide select{
float:left;
font-size:12px;
padding:4px 2px;
/*border:solid 1px #004489;*/
width:190px;
margin:2px 0 5px 10px;
}
.formstyle_wide textarea{
float:left;
font-size:12px;
padding:4px 2px;
/*border:solid 1px #004489;*/
width:190px;
margin:2px 0 5px 10px;
}
.formstyle_wide .button{
width:120px;
height:24px;
text-align:center;
font-size:11px;
background: url(/static/images/btn_form_large.png) no-repeat 0 -24px;
border: none;
cursor: pointer;
color: #FFF;
text-transform: uppercase;
font-weight: bold;
float: right;
margin: 0 100px 0 0;
}
.formstyle_wide .button:hover 
{
	background-position:  0 0 !important;
	color: #009ee0;
}
.formstyle_wide div, .formstyle_wide p
{
	float: left;
	width: 400px !important;
}
.formstyle_wide span.radiobuttonlist input 
{
	margin: 0;
	padding: 0;
	width: 20px;
}
.formstyle_wide span.radiobuttonlist label 
{
	width: 120px;
	float: left;
	margin: 0;
	padding: 0;
}
.formstyle_wide span.radiobuttonlist
{
	float: left;
	/*width: 150px;*/
	padding: 8px 0 0 0;
}

/* PHOTOVIEWER */
.divControlHolder
{
	clear:both;
	width : auto;
	margin:0 0 0 -5px;	
	width: 422px !important;
	background-color: Aqua;
	float: left;
}
#divSliderPrev,
#divSliderNext
{
 	cursor: pointer; 
 	width: 23px;
 	height: 23px;
 	background: url(/static/images/arrows_slider.png) no-repeat;}
#divSliderNext 
{
	background-position: 0 0;
	float: right;
}

#divSliderPrev 
{ 
	float:left;
	background-position: -23px 0; 
}

#imgSlider
{
	float:left;
}
.divSliderSurround
{
	position:absolute;
	top:40px;
	left: 40px;
	width: 405px;
	height: 405px;
}
#divSliderMain
{	
	width: 405px;
	padding: 0;
	margin: -7px 0 -7px -6px;
}
#divSlider 
{
	width: 427px;
	padding: 0;
}
.imageloadermaskslider 
{
	height: 183px !important;
	width: 422px !important;
	margin: -176px 0 -7px -6px;
}
/* CMS */
.divPlaceHolder
{
	float: left;}



.controlButtons
{
	
postion:relative;
text-align: right;

	}

.controlButtons img 
{
}

.divControlHolderCMS
{
	
/*	border: dashed 1px red;
	background-color: #D8D8D8;
*/
margin : 0;
padding : 0;
display: block;
position:relative;
float:left;


}

.controlEditIcon:hover
{

	cursor: pointer;
}

.moveDownIcon:hover
{
	cursor: pointer;
}

.moveUpIcon:hover
{
	cursor: pointer;
}

.controlDeleteIcon:hover
{
		cursor: pointer;
}

.controlAddIcon 
{
	float: right;
}

.controlAddIcon:hover
{
	cursor: pointer;
}


#divCheckboxes input
{
	padding:5px;
	float:right;	
}

#divCheckboxes label
{
	padding:5px;
	clear:both;
	float:left;
	font-weight:normal;
}

/* ADDED 08 02 2010 */
.header_image_holder 
{

	float:left;
	width: 980px;
	height:	105px;
	margin: -10px 0 0 0 !important;
	}

.tblpartner_logo
{
	min-width: 250px !important;
	border: solid 1px red;
}	


.button_download{
width:150px;
height:24px;
text-align:center;
font-size:11px;
background: url(/static/images/btn_download.png) 0 -24px;
border: none;
cursor: pointer;
color: #FFF;
text-transform: uppercase;
font-weight: bold;
float: right;
margin: 0 100px 0 0;
}

a.button_download
{
	color: #FFFFFF;
	text-decoration: none;
}

.partner
{
	float: left;
	width: 400px;
	height: 100%;
}

.partner img 
{
	padding:  0 0 15px 0;
}
.partner_type 
{
	float: left;
	width: 250px !important;
}

.partner_logo
{

	float: left;
		width: 100px !important;
}

.partner_link 
{
	position:absolute;
	width: auto !important;
	width: 400px !important;
	text-align: right;
	bottom: 0;
	margin: 0 0 20px 0;
}

.blue 
{
	position:relative;
}

li.dashed
{
	padding: 0 0 5px 30px;
	height: 1px;
	clear:both;
	float:left;
	width: 240px !important;
	border-top:1px dashed #004489;
}

.axians_actueel
{
	float: left;
	width: 400px;
}
.axians_actueel_type
{
	float: left;
	width: 200px !important;
}

.axians_actueel_type li
{
	width: 190px;
}

.axians_actueel_logo
{

	float: left;
	width: 200px !important;
}

.axians_actueel_link 
{
	width: 400px !important;
	text-align: right;
}

.article_text 
{
	float: left;
	width: 200px !important;
}

.event_first_slide
{
	padding: 0 0 10px 10px;
}