/* ********************************* */
/*      General page styles          */
/* ********************************* */

body {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin: 0px;
    background-color:#ffffff;
}


/* ********************************* */
/*            Main Table             */
/* ********************************* */

table.main {
    width: 800px;
    border:0px;
    background-color: #ffffff;
	font-family:Verdana;
	font-size:10px;
}

td.blue_left_column{
    width: 177px;
    height: 20px;
    padding-left: 8px;
    background-image: url(../images/blue_left_column_background.gif);
}
td.blue_middle_column{
    width: 440px;
    height: 20px;
    font-size:9px;
    font-family:Verdana;
    font-weight:bold;
    color: #ffffff;
    background-image: url(../images/blue_middle_column_background.gif);
}
td.blue_right_column{
    width: 175px;
    height: 20px;
    background-image: url(../images/blue_right_column_background.gif);
}
td.orange_table_span{
    width: 800px;
    height: 1px;
    background-image: url(../images/orange_line_table_span.gif);
}

td.main_left_column{
    border-right: #DA8328 1px solid;
}
td.main_middle_column{
    padding-top: 9px;
}
td.main_right_column{
    border-left: #DA8328 1px solid;
}

/* ********************************* */
/*            Child Tables           */
/* ********************************* */

table.child_left_table{
    vertical-align: top;
    padding-left: 0px;
    padding-right: 0px;
    width:	183px;
}

table.child_middle_table{
    width: 440px;
    vertical-align: top;
    font-family: Verdana;
	font-weight: normal;
	font-size:10px;
	color: #000000;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
}

table.child_middle_right_table{
    width: 605px;
    vertical-align: top;
    font-family: Verdana;
	font-weight: normal;
	font-size:10px;
	color: #000000;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
}

table.child_right_table{
    width: 175px;
    vertical-align: top;
    font-family: Verdana;
	font-weight: normal;
	font-size:10px;
	color: #000000;
}

td.menu_arrows{
    width: 20px;
    align: center;
}

td.child_middle_left{
    width: 18px;
}
td.child_middle_middle_content{
    width: 600 px;
    background-image: url(../images/child_table_background.gif);
    vertical-align: top;
    font-family: Verdana;
	font-weight: normal;
	font-size:9px;
	color: #000000;
    padding-right: 33px;
    padding-left: 18px;
	line-height: 11pt;

}

td.child_middle_middle_content_admin{
    width: 600 px;
    vertical-align: top;
    font-family: Verdana;
	font-weight: normal;
	font-size:9px;
	color: #000000;
    padding-right: 33px;
    padding-left: 18px;
	line-height: 11pt;

}

td.admin_label_column{
	width: 150px;
    vertical-align: top;
    font-family: Verdana;
	font-weight: normal;
	font-size:9px;
	color: #000000;
    padding-right: 33px;
    padding-left: 18px;
	line-height: 11pt;

}

td.admin_value_column{
    width: 350px;
    vertical-align: top;
    font-family: Verdana;
	font-weight: normal;
	font-size:9px;
	color: #000000;
    padding-right: 33px;
    padding-left: 18px;
	line-height: 11pt;

}

td.regular_font{
    font-family: Verdana;
	font-weight: normal;
	font-size:9px;
	color: #000000;
 }

td.column_msg{
    font-family: Verdana;
	font-weight: normal;
	font-size:11px;
	color: #000000;
 }

td.child_middle_middle_bottom{
    width: 600 px;
    padding-right: 0px;
    padding-left: 0px;
}

td.child_middle_right{
    width: 18px;
    background-image: url(../images/shadow_table_border_vertical.gif);
}

/* ********************************* */
/*               Fonts               */
/* ********************************* */

span.title_orange{
    font-family: Verdana;
	font-weight: bold;
	font-size:14px;
	color: #F5822B;
	margin-bottom: -10px;
	display: block;
}
span.title_orange_nomargin{
    font-family: Verdana;
	font-weight: bold;
	font-size:14px;
	color: #F5822B;
}
span.orange_large{
    font-family: Verdana;
	font-weight: bold;
	font-size:22px;
	color: #F5822B;
}
span.title_blue{
    font-family: Verdana;
	font-weight: bold;
	font-size:14px;
	color: #0077BA;
}

span.blue_small{
    font-family: Verdana;
	font-weight: normal;
	font-size:10px;
	color: #0077BA;
}
span.blue_small_msg{
    font-family: Verdana;
	font-weight: normal;
	font-size:9px;
	color: #0077BA;
}

span.white{
	font-size:12px;
	font-family: Verdana;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none
}

td.content{
   vertical-align: top;
   font-family: Verdana;
	font-weight: normal;
	font-size:9px;
	color: #000000;
	line-height: 11pt;
}

font.title_blue{
    font-family: Verdana;
	font-weight: bold;
	font-size:14px;
	color: #0077BA;
}

font.title_orange{
    font-family: Verdana;
	font-weight: bold;
	font-size:14px;
	color: #F5822B;
	margin-bottom: -10px;
	display: block;
}

span.RequiredMark{
	color: #F5822B;
	font-weight: bold;
	font-size: 14px;
	
}

/* ********************************* */
/*                Menu               */
/* ********************************* */

table.dropdown_menu_links_table{
    width:172px; /* 170 */
}

td.dropdown_menu_links{
    height:20px;
    padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
    background-image: url(../images/dropdown_menu_shadow_background.gif);
}

td.dropdown_menu_links_top{ /* dit is de eerste kolom met de start van de lijn */
    height:20px;
    padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
    background-image: url(../images/dropdown_menu_top.gif);
}

td.menu_padding{

}

/* ********************************* */
/*          Menu Hyperlinks          */
/* ********************************* */
.menu_orange{ 	font-size:14px; 	font-family: Verdana;	color: #F5822B;	font-weight:bold; text-decoration: none }

a.menu_orange{ 	                font-size:14px; 	font-family: Verdana;	color: #F5822B;	font-weight:bold; text-decoration: none }
a.menu_orange:hover {           font-size:14px; 	font-family: Verdana;   color: #0077BA; font-weight:bold;	text-decoration: none }
a.menu_orange:visited {         font-size:14px;     font-family: Verdana;   color: #F5822B; font-weight:bold;	text-decoration: none }
a.menu_orange:visited:hover {   font-size:14px;     font-family: Verdana;   color: #0077BA; font-weight:bold;	text-decoration: none }

.menu_orange_selected{              font-size:14px; 	font-family: Verdana;   color: #0077BA; font-weight:bold;	text-decoration: none }
.menu_orange_small_selected{        font-size:10px; 	font-family: Verdana;   color: #0077BA; font-weight:bold;	text-decoration: none }
.menu_orange_small{	                font-size:10px; 	font-family: Verdana;	color: #F5822B;	font-weight:normal; text-decoration: none }
a.menu_orange_small{                font-size:10px; 	font-family: Verdana;	color: #F5822B;	font-weight:normal; text-decoration: none }
a.menu_orange_small:hover {         font-size:10px; 	font-family: Verdana;   color: #0077BA; font-weight:normal;	text-decoration: none }
a.menu_orange_small:visited {       font-size:10px;     font-family: Verdana;   color: #F5822B; font-weight:normal;	text-decoration: none }
a.menu_orange_small:visited:hover { font-size:10px;     font-family: Verdana;   color: #0077BA; font-weight:normal;	text-decoration: none }
.menu_orange_less_small{            font-size:12px; 	font-family: Verdana;	color: #F5822B;	font-weight:normal; text-decoration: none }

.menu_blue{	                font-size:14px; 	font-family: Verdana;	color: #0077BA;	font-weight:bold; text-decoration: none }
a.menu_blue{	            font-size:14px; 	font-family: Verdana;	color: #0077BA;	font-weight:bold; text-decoration: none }
a.menu_blue:hover { 	    font-size:14px; 	font-family: Verdana;   color: #F5822B; font-weight:bold;	text-decoration: none }
a.menu_blue:visited { 	    font-size:14px;     font-family: Verdana;   color: #0077BA; font-weight:bold;	text-decoration: none }
a.menu_blue:visited:hover { font-size:14px;     font-family: Verdana;   color: #F5822B; font-weight:bold;	text-decoration: none }

.menu_blue_small{	            font-size:12px; 	font-family: Verdana;	color: #0077BA;	font-weight:normal; text-decoration: none }
a.menu_blue_small{ 	            font-size:12px; 	font-family: Verdana;	color: #0077BA;	font-weight:normal; text-decoration: none }
a.menu_blue_small:hover {       font-size:12px; 	font-family: Verdana;   color: #F5822B; font-weight:normal;	text-decoration: none }
a.menu_blue_small:visited {     font-size:12px;     font-family: Verdana;   color: #0077BA; font-weight:normal;	text-decoration: none }
a.menu_blue_small:visited:hover{font-size:12px;     font-family: Verdana;   color: #F5822B; font-weight:normal;	text-decoration: none }
.menu_blue_smaller{             font-size:10px; 	font-family: Verdana;	color: #0077BA;	font-weight:normal; text-decoration: none }

/* ********************************* */
/*              Breadcrumb           */
/* ********************************* */

a.breadcrumb{ 	                font-size:9px; 	font-family: Verdana;	color: #ffffff;	font-weight:bold; text-decoration: none}
a.breadcrumb:hover {            font-size:9px; 	font-family: Verdana;   color: #ffffff; font-weight:bold;	text-decoration: underline}
a.breadcrumb:visited {          font-size:9px;  font-family: Verdana;   color: #ffffff; font-weight:bold;	text-decoration: none }
a.breadcrumb:visited:hover {    font-size:9px;  font-family: Verdana;   color: #ffffff; font-weight:bold;	text-decoration: underline }

/* ********************************* */
/*              Bottomlinks          */
/* ********************************* */

a.bottomlink{                   font-size:9px; 	font-family: Verdana;	color: #bdbdbd;	font-weight:normal; text-decoration: none}
a.bottomlink:hover {            font-size:9px; 	font-family: Verdana;   color: #bdbdbd; font-weight:normal;	text-decoration: underline}
a.bottomlink:visited {          font-size:9px;  font-family: Verdana;   color: #bdbdbd; font-weight:normal;	text-decoration: none }
a.bottomlink:visited:hover {    font-size:9px;  font-family: Verdana;   color: #bdbdbd; font-weight:normal;	text-decoration: underline }

span.bottomfont{  font-size:9px; 	font-family: Verdana;	color: #bdbdbd;	font-weight:normal; text-decoration: none}

/* ********************************* */
/*           Other hyperlinks        */
/* ********************************* */

a{                              font-size:10px; 	font-family: Verdana;	color: #F5822B;	font-weight:normal; text-decoration: none }
a:hover {                       font-size:10px; 	font-family: Verdana;   color: #0077BA; font-weight:normal;	text-decoration: none }
a:visited {                     font-size:10px;     font-family: Verdana;   color: #F5822B; font-weight:normal;	text-decoration: none }
a:visited:hover {               font-size:10px;     font-family: Verdana;   color: #0077BA; font-weight:normal;	text-decoration: none }

a.larger{                              font-size:12px; 	font-family: Verdana;	color: #F5822B;	font-weight:normal; text-decoration: none }
a.larger:hover {                       font-size:12px; 	font-family: Verdana;   color: #0077BA; font-weight:normal;	text-decoration: none }
a.larger:visited {                     font-size:12px;     font-family: Verdana;   color: #F5822B; font-weight:normal;	text-decoration: none }
a.larger:visited:hover {               font-size:12px;     font-family: Verdana;   color: #0077BA; font-weight:normal;	text-decoration: none }

a.white{                font-size:12px; 	font-family: Verdana;	color: #ffffff;	font-weight:bold; text-decoration: none}
a.white:hover {         font-size:12px; 	font-family: Verdana;   color: #ffffff; font-weight:bold;	text-decoration: none}
a.white:visited {       font-size:12px;     font-family: Verdana;   color: #ffffff; font-weight:bold;	text-decoration: none }
a.white:visited:hover { font-size:12px;     font-family: Verdana;   color: #ffffff; font-weight:bold;	text-decoration: none }

a.faq{                  font-size:9px; 	font-family: Verdana;	color: #000000;	font-weight:normal; text-decoration: none}
a.faq:hover {           font-size:9px; 	font-family: Verdana;   color: #0077BA; font-weight:normal;	text-decoration: none}
a.faq:visited {         font-size:9px;     font-family: Verdana;   color: #000000; font-weight:normal;	text-decoration: none }
a.faq:visited:hover {   font-size:9px;     font-family: Verdana;   color: #0077BA; font-weight:normal;	text-decoration: none }

a.datagrid{	            	font-size:12px; 	font-family: Verdana;	color: #000000; font-weight:normal; text-decoration: none }
a.DataGrid:hover { 	    	font-size:12px; 	font-family: Verdana;   color: #18529c; font-weight:norml;	text-decoration: none }
a.DataGrid:visited { 	   font-size:12px;   font-family: Verdana;   color: #000000; font-weight:normal;	text-decoration: none }
a.DataGrid:visited:hover { font-size:12px;   font-family: Verdana;   color: #18529c; font-weight:normal;	text-decoration: none }


/* ********************************* */
/*                Forms              */
/* ********************************* */

table.table_form{
    font-size:9px;
    font-family: Verdana;
    color: #000000;
    font-weight:normal;
    text-decoration: none

}

.inputfield{
	color : #000000;
	background : #FFFFFF;
	border-top : 2px solid #000000;
	border-bottom : 2px solid #B2B2B2;
	border-left : 2px solid #000000;
	border-right : 2px solid #B2B2B2;
	font-family : Verdana,tahoma,Arial;
	font-size : 10px;
    width : 155px;
}

.inputfield_select{
	color : #000000;
	background : #FFFFFF;
	border-top : 2px solid #000000;
	border-bottom : 2px solid #B2B2B2;
	border-left : 2px solid #000000;
	border-right : 2px solid #B2B2B2;
	font-family : Verdana,tahoma,Arial;
	font-size : 10px;
    width : 155px;
}

.inputfield_short{
	color : #000000;
	background : #FFFFFF;
	border-top : 2px solid #000000;
	border-bottom : 2px solid #B2B2B2;
	border-left : 2px solid #000000;
	border-right : 2px solid #B2B2B2;
	font-family : Verdana,tahoma,Arial;
	font-size : 10px;
    width : 80px;
}


.inputfield_postcode1{
	color : #000000;
	background : #FFFFFF;
	border-top : 2px solid #000000;
	border-bottom : 2px solid #B2B2B2;
	border-left : 2px solid #000000;
	border-right : 2px solid #B2B2B2;
	font-family : Verdana,tahoma,Arial;
	font-size : 10px;
    width : 40px;
}


.inputfield_postcode2{
	color : #000000;
	background : #FFFFFF;
	border-top : 2px solid #000000;
	border-bottom : 2px solid #B2B2B2;
	border-left : 2px solid #000000;
	border-right : 2px solid #B2B2B2;
	font-family : Verdana,tahoma,Arial;
	font-size : 10px;
    width : 25px;
}

.inputfield_login
{
	color : #106CAB;
	background : #FFFFFF;
	border-top : 2px solid #000000;
	border-bottom : 2px solid #B2B2B2;
	border-left : 2px solid #000000;
	border-right : 2px solid #B2B2B2;
	font-family : Verdana,tahoma,Arial;
	font-size : 10px;
    width : 175px;
}

td.loginFrmLabel{
	color: #106CAB;
	text-align: right;
	font-family : tahoma;
	font-size : 12px;
	width: 185px;
}

td.loginFrmRemember{
	text-align: left;
	font-family : verdana;
	font-weight: bold;
	font-size : 9px;
	color		: #106CAB;
}

td.loginFrmForgotPass{
	color: #FFFFFF;
	text-align: right;
	font-family : tahoma,Arial;
	font-size : 12px;
}

a.loginFrmForgotPass,a.loginFrmForgotPass:hover,a.loginFrmForgotPass:visited,a.loginFrmForgotPass:visited:hover{
	color: #FFFFFF;
	text-align: left;
	font-family : verdana,Arial;
	font-weight:bold;
	font-size : 11px;
}

td.loginFrmError{
	color: #df001d;
	text-align: left;
	font-family : tahoma,Arial;
	font-weight: bold;
	font-size : 9px;
}

/* ********************************* */
/*              Sitemap              */
/* ********************************* */

a.sitemap_100{font-size:10px; 	font-family: Verdana;	color: #0077BA;	font-weight:normal; text-decoration: none }
a.sitemap_100:hover {font-size:10px; 	font-family: Verdana;   color: #F5822B; font-weight:normal;	text-decoration: none }
a.sitemap_100:visited {font-size:10px;     font-family: Verdana;   color: #0077BA; font-weight:normal;	text-decoration: none }
a.sitemap_100:visited:hover {font-size:10px;     font-family: Verdana;   color: #F5822B; font-weight:normal;	text-decoration: none }


a.sitemap_80{font-size:10px; 	font-family: Verdana;	color: #F5822B;	font-weight:normal; text-decoration: none }
a.sitemap_80:hover {font-size:10px; 	font-family: Verdana;   color: #0077BA; font-weight:normal;	text-decoration: none }
a.sitemap_80:visited {font-size:10px;     font-family: Verdana;   color: #F5822B; font-weight:normal;	text-decoration: none }
a.sitemap_80:visited:hover {font-size:10px;     font-family: Verdana;   color: #0077BA; font-weight:normal;	text-decoration: none }


a.sitemap_60{font-size:10px; 	font-family: Verdana;	color: #000000;	font-weight:normal; text-decoration: none }
a.sitemap_60:hover {font-size:10px; 	font-family: Verdana;   color: #000000; font-weight:normal;	text-decoration: none }
a.sitemap_60:visited {font-size:10px;     font-family: Verdana;   color: #000000; font-weight:normal;	text-decoration: none }
a.sitemap_60:visited:hover {font-size:10px;     font-family: Verdana;   color: #000000; font-weight:normal;	text-decoration: none }


/* ********************************* */
/*     ORDERED AND NUMBERED LISTS    */
/* ********************************* */

ul.ul1{
	margin-left: 15;
}
ul.ul2{
	margin-left: 25;
    list-style-image: url(../images/dash_listitem.gif);
    margin-top: 0px;
}

HTML .ul2{
    margin-left: 0;
    list-style-image: url(../images/dash_listitem.gif);
    margin-top: 0px;
}

h3 { color: #0077BA; }

hr.AdminHr { height: 1px; color: #DA8328; }

hr.hr_orange { height: 1px; color: #DA8328; }

hr.form_hr {
border: none;
height: 2px;
background-color: #DA8328;
color: #DA8328; }

p { margin-top: 5px; }

span.error {
	color: #FF0000;
}