/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	MENU
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.menu-main {
  font-size: 8pt;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	LEFTMENU
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
table.menuList {
	width: 110px;	
	border-top:1px dotted #B2B2B2;
	font-size:0.90em;
}
table.menuList td a {
	color:#980000;	
}
table.menuList td a:hover {
	text-decoration: underline;	
}
table.menuList td table.menuItem td
{
  border-bottom:1px dotted #B2B2B2;
  background-image:url(../../images/list-bullet-01-link.gif);
  background-repeat: no-repeat;
  background-position: center left;  
  padding: 2px 0px 2px 10px;
}

.menuItemSelected td
{
  background-color: #E5E5E5;
  border-bottom:1px dotted #B2B2B2;
  background-image:url(../../images/list-bullet-01-link.gif);
  background-repeat: no-repeat;
  background-position: center left;  
  padding: 2px 0px 2px 10px;
}

table.subMenuItem td table.menuItem td
{  
  border-bottom:1px dotted #B2B2B2;  
  background-image: none;
  background-repeat: no-repeat;
  background-position: center left;  
  padding: 2px 0px 2px 10px;
}

.subMenuItemSelected td
{
  background-color: #E5E5E5;
  border-bottom:1px dotted #B2B2B2;  
  background-repeat: no-repeat;
  background-position: center left;  
  padding: 2px 0px 2px 10px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	CONTENT CONTAINER - SINGLE COLUMN
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#content-container-single-column {
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	width:728px;
	border:1px solid #818181;	
	position:relative;
	}

#content-main-single-column {
	width:728px;
	float:left;
	}
#content-main-single-column .overviewTable  {  
  padding: 0px;
  margin-left: 6px;  
  border-collapse: collapse;  
}
#content-main-single-column .overviewTable td {  
  border: 0px solid #C0C0C0;    
  padding: 1px 4px 1px 4px;   
  text-align: left;
  vertical-align: top;
}
#content-main-single-column .overviewTable .rightTD {  
  border: 1px solid #C0C0C0;    
  padding: 1px 4px 1px 4px;   
  text-align: right;
  vertical-align: top;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	CONTENT CONTAINER - TWO COLUMN
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#content-container-two-column {
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	width:728px;
	border:1px solid #818181;		
	position:relative;
	}

#content-side-two-column {
	float:left;
	width:115px;	
	}
#content-main-two-column {
	width:595px;
	float:right;
	border-left:1px dashed #CACACA;
	padding-left: 10px;
	}
#content-main-two-column a {
	color:#980000;	
}	
#content-main-two-column a:hover {
	text-decoration: underline;
}	
#content-main-two-column .overviewTable  {  
  padding: 0px;
  margin-left: 6px;  
  border-collapse: collapse;  
}
#content-main-two-column .overviewTable td {  
  border: 1px solid #C0C0C0;    
  padding: 1px 4px 1px 4px;   
  text-align: left;
  vertical-align: top;
}
	
#content-main-two-column .overviewTable .rightTD {  
  border: 1px solid #C0C0C0;    
  padding: 1px 4px 1px 4px;   
  text-align: right;
  vertical-align: top;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	HTML TAGS 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body {
	margin:0px;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.74em;
	line-height:1.4em;
	color:#666666;
}

p {
	margin:10px 0;
	}

p.no-padding-no-margin {
	padding:0;
	margin:0;
	}
	
hr{
	color: #E5E5E5;
	background-color: #E5E5E5;
	height: 1px;
	border:0;
	margin:15px 0;
	_margin:10px 0;
	}

fieldset {
  border: 1px solid #ccc;  
  padding: 10px 10px 10px 10px;    
}

legend 
{
  font-weight: bold;
  font-size: 10.5px;
  color: #666;
  background: #eee;
  border: 1px solid #ccc;
  border-bottom-color: #999;
  border-right-color: #999;
  padding: 2px 8px; 
}

div.message {border:1px solid #fd3300; line-height:18px; padding:8px 10px; margin-bottom:8px}
div.message strong {color:#fd3300; display:block; padding-bottom:3px}
div.message a {color:#fd3300; text-decoration:none}
div.message a:hover {text-decoration:underline}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	DATALIST 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.datalist {            
  color: Black;   
  border: 1px solid #5d7b9d;    
}  
/*E5ECF9*/
.datalist .rowHeader { background-color: #E5ECF9; color: black; text-align: left;}  
.datalist .row1 { background-color: #f7f6f3; color: #333333;}  
.datalist .row2 { background-color: White; color: #284775; }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	HEADINGS 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/	
h1, h2, h3 {
	font-size:1.8em;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	line-height:1.1em;
	margin:5px 0;
}

h1 {
	margin-bottom:0;
}

h1, h2 {
	margin-top:0px;
}

h2 {
	font-size:1.3em;
}

h3 {
	font-size:1.1em;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	TOP INFORMATION
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#top-information {
	height:4.5em;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:3px;
	color:#999999;
	font-size:.85em;
	position:relative;
	width:760px;
	}
#top-information a {
	color:#980000;	
}	
#top-information a:hover {
  text-decoration: underline;
}
#logo {
	position:absolute;
	top:.5em;
	left:15px;
	font-size:2.6em;
	font-family: Tahoma, Georgia, "Times New Roman", Times, serif;	
	height:2.8em;
	padding:.1em 0 .2em 0;	
	}

#logo a,
#logo a:hover {
	color:#6b20a5;
	text-decoration:none;
	}

#top-information-home {
	text-align:right;
	border-bottom:1px dashed #CACACA;
	position:absolute;
	top:0;
	right:17.5%;
	height:2em;
	width:20%;
	padding:0 1.5% 0 0;
	}
	
#top-information-phone {
	text-align:left;
	border-left:1px dashed #CACACA;
	position:absolute;
	top:0;
	left:83%;
	height:100%;
	padding:0 0 0 2%;
	width: 200px;
	}

#top-information-link {
	text-align: center;
	border-left:1px dashed #CACACA;
	position:absolute;
	top:0;
	right:0;
	height:2em;
	width:8.5%;
	padding:0 0 0 1.5%;
	}
#heading{
	text-align: left;
	font-size:1.4em;
	font-weight:bold;
	}
#subheading{
	font-size:1.1em;
	font-weight:bold;
	}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	MAIN NAV 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#nav-main {
	background:#608fc8 url(../../images/bg-nav.png) no-repeat;
	margin-left:auto;
	margin-right:auto;
	width:740px;
	padding:.8em 0 1em 20px;
	position:relative;
	font-weight:bold;
}
#nav-main div {
	background:#4b6cb5 url(../../images/bg-nav-side.png) top right no-repeat;
	width:17%;
	/* hack FOR IE _width:17.4%; */
	_width:17.4%;
	position:absolute;
	top:0;
	right:0;
	padding:.8em 0 1em 0;
}
#nav-main ul {
	margin:0;
	padding:0 20% 0 0;
	}	
#nav-main li {
	display:inline;
	list-style:none;
	padding:0 1em 0 0;
	background:none;
	}
#nav-main a:link,
#nav-main a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#nav-main a:hover {
	color:#D4E7F8;
	text-decoration:none;
}
#nav-main a:active {
	color:#FFFFFF;
}
/* ACTIVE PAGES */
#nav-main a.StaticSelectedStyle:link,
#nav-main a.StaticSelectedStyle:visited {
	color:#D4E7F8;
	text-decoration:none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	SITEMAP
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#siteMap a:visited {
  text-decoration:none;
  color: #666;
}
#siteMap a:link {
  text-decoration:none;
  color: #666;
}
#siteMap a:active {
  text-decoration:none;
  color: #666;
}
#siteMap a:hover {
  text-decoration: underline;
}
.siteMapLevel1 {
  border: 1px solid white;
  border-bottom: 0px;
  background-color: #E5ECF9;
  font-weight: bold;
}
.siteMapLevel2 {  
  background-color: #F4F6FA;
}
.siteMapLevel3 {
  font-style: italic;
  background-color: #F4F6FA;
}
.siteMapLevel3  a:visited, a:link, a:active, a {
  text-decoration:none;
  color: #666;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	POSTER PHOTO
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#poster-photo-container {
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	width:760px;
	background:#cc99ff; /*background:#618fc8;*/
	position:relative;
	}	
.poster-photo-image {
	border-right:3px solid #FFF;
	display:block;
	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	pagetitle
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#pagetitle {
	margin-top:2px;
	margin-left:auto;
	margin-right:auto;
	width:720px;
	background:#cc99ff;
	position:relative;
	color:#666666;
	font-size: smaller;
	padding:.5em 20px .7em 20px;
}
#pagetitle a:link,
#pagetitle a:visited {	
	text-decoration:none;
	color:#666666;
}
#pagetitle a:hover{	
	text-decoration:underline;
}
#pagetitle div {
  padding-left: 4px; 
} 

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	LISTS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
ul {
	margin:0;
	padding:0;
	}
li {
	list-style:none;
	background:url(../../images/list-bullet-02.gif) no-repeat 0 .8em;
	/*padding:.2em 0 .2em 1em;*/
	padding:2px 0px 4px 12px;
	margin-left:0.4em;	
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	HOME PAGE FEATURE AREA
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.feature-area {
	background-color:#6799D1;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	IMAGES & PHOTOS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
img {
	border:none;
	}
.image-border-none {
	border:none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	FOOTER
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#footer {
	background:#608fc8 url(../../images/bg-nav.png) bottom left no-repeat;
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	width:740px;
	padding:.8em 0 1em 20px;
	position:relative;
	color:#a9c0db;
	font-size:.8em;
}
#footer div {
	background:#4b6cb5 url(../../images/bg-nav-side.png) bottom right no-repeat;
	width:17%;
	/* hack FOR IE _width:17.4%; */
	_width:17.4%;
	position:absolute;
	top:0;
	right:0;
	padding:.8em 0 1em 0;
}
#footer a:link,
#footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	color:#D4E7F8;
	text-decoration:none;
}
#footer a:active {
	color:#FFFFFF;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	MISC CLASSES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.clear {
	clear:both;
	}
.none {
  display:none;
}
.dropdownlist {
  font-size: 1em;
  border-style: solid;
  border-width: 1px;  
  overflow: hidden;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	EXPORT DATA
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
div.doForm {background:#f4f6fa; text-align:left}
div.doForm div.title {
  background:#eaeef7; 
  border-bottom:1px solid #FFF; 
  border-top:1px solid #FFF; 
  height:26px; 
  line-height:26px; 
  padding-left:10px;
}
div.doForm div.title table {margin:3px 0 8px 0}
div.doForm table {margin:3px 0 8px 16px; width:525px;}
div.doForm td {height:21px; line-height:21px}
div.doForm input.in_text {
  border:1px solid; 
  border-color:#5c7dbe #c7d2e8 #c7d2e8 #5c7dbe; 
  color:#039; 
  height:20px; 
  padding:2px 0 0 3px; 
  width:215px; 
}
div.doForm input.in_text_small {
  border:1px solid; 
  border-color:#5c7dbe #c7d2e8 #c7d2e8 #5c7dbe; 
  font-size: 1em; 
  color:#039; 
  height:16px; 
  padding:2px 0 0 3px; 
  width:85px; 
}
div.doForm input.in_submit {  margin:4px 10px 7px 0; border: 1px solid black;}
.inputButton {
  padding: 2px 8px; 
  border: 1px solid black;
  font-weight: bold;
  font-size: 10.5px;
}
/* error meldingen Form */
div.doForm label.message {color:#fd3300; padding-left:16px}
div.doForm input.in_text_message {border:1px solid #fd3300; color:#039; height:20px; padding:2px 0 0 3px; width:215px;}
div.doForm input.in_text_small_message {border:1px solid #fd3300; color:#039;  height:20px; padding:2px 0 0 3px; width:85px;}
div.doForm textarea.in_message {border:1px solid #fd3300; color:#5c7dbe; height:114px; width:372px}
.errorMessage {
  color: Red;   
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	SEARCH
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.searchTable {
  width: 100%;
  margin: 2px 0px 1px 0px;
}
.searchTable th {
  background:#f4f6fa;
  color: #0070CF;
  text-align: left;
}
.searchTable td {
  background:#eaeef7; 
  text-align: left;
}
div.paging {border-bottom:1px solid #c7d2e8; border-top:1px solid #c7d2e8; color:#5c7dbe; font-size:0.9em; height:20px; line-height:20px; margin-top:10px}
div.paging a {color:#5c7dbe; text-decoration:none}
div.paging a:hover {text-decoration:underline}
div.paging span.result {color:#039; font-weight:bold; float:right}
.in_text_search {
  border:1px solid; 
  border-color:#5c7dbe #c7d2e8 #c7d2e8 #5c7dbe; 
  font-size: 1em; 
  color:#039; 
  height:16px; 
  padding:2px 0 0 3px; 
  width:145px; 
}
