html,
body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background: #F5F5F5;
}

a {
	color: #000000;
}

a:visited {
	color: #060084;
}

a:active {
	color: #000000;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

code {
	font-family: monospace;
	font-size: 100%;
}

img {
	border: 0;
	vertical-align: middle;
}

img .video{
	max-width: 390px;
}

img.icon{
	margin-top: 1px;
}

abbr,
acronym {
	font-style: normal;
	border: 0;
}

sup {
	line-height: 1px;
}

h1 {
	clear: both;
	font-size: 160%;
	margin: 0 5px 1em;
}

h2 {
	margin: 0 5px 0.5em;
	font-size: 109%;
}

h3 {
	margin: 0 10px 0.5em;
	font-size: 90%;
}

h4 {
	margin: 0 10px 0.5em;
	font-size: 90%;
}

p,
ul,
dl,
address {
	margin: 0.5em 10px 1.4em 10px;
	padding: 0;
	list-style: none outside;
}

address {
	font-style: normal;
}

ul li {
	color: #000;
	padding: 0.1em 0 0.1em 14px;
}

dt {
	font-weight: bold;
	margin: 1.5em 0 0.5em;
}

dd {
	margin: 0.5em 0;
}

dd p {
	margin: 0.4em 0 0.8em;
}

blockquote {
	margin: 1em 10px;
	padding: 0.6em 1em 0.8em;
	font-style: italic;
	color: #000;
	background: #f6f0e9;
}

blockquote p,
blockquote h3,
blockquote h4 {
	margin: 0.5em 0;
}

form {
	margin: 0;
}

input,
select,
textarea,
button {
	font-size: 100%;
	margin: 0;
	vertical-align: middle;
}

button {
	color: #000;
	background: transparent;
	border: 0;
	padding: 0;
}

.break {
	clear: both;
	padding: 3px;
}

.breaklist {
	clear: both;
	line-height:0px;
	height:0px;
}

.hide {
	position: absolute;
	top: -1000em;
	left: -1000em;
}

.printable {
	display: none;
	text-decoration: underline;
}

/************************ UL LI ****************************/

ul li {
	color: #000;
	background: url("../images/list.png") 4px 0.3em no-repeat;
	margin: 0;
	padding: 0em 0 0em 21px;
/*	list-style-type: square;*/
}

li.subitem {
	background-image: none;
}

/************* Table of Content style *************/
ul.toc {
	margin:0em;
}

ul.toc li {
    color: #000;
    background: none;
    margin: 0;
    padding: 0em;
/*  list-style-type: square;*/
}

/*********************************** Form items **************************/

#sample-form {
	font-size: 100%;
}

textarea {
	width: 245px;
	border:1px solid #9BDCF1;
	background-color: #F5F5F5;
	font-size: 100%;
}

select {
	width: 245px;
	border:1px solid #9BDCF1;
	background-color: #F5F5F5;
	font-size: 100%;
}

#sample-form select {
	position: relative;
	top: 0px;
	display: block;
	font-size: 100%;
}

#sample-form input {
	position: relative;
	display: inline;
	vertical-align: text-top
}

#sample-form input.form-text {
	width: 245px;
	height: 24px;
	border:1px solid #9BDCF1;
	background-color: #F5F5F5;
	font-size: 100%;
}

#sample-form textarea {
	position: relative;
	display: block;
	font-size: 125%;
}

#sample-form label {
	position: relative;
	float: left;
	margin-left: 1px;
	height: auto;
	display: block;
    font-size: 100%;
    width: 255px
}

#sample-form fieldset {
	border: 0px solid #000000;
	width: 400px;
	font-size: 100%;
	height: auto;
	margin:0px 0px 0px 0px;
    padding: 0px;
}

#sample-form fieldset input {
	font-size: 100%;
	margin: 4px 0 4px 5px;
}

#sample-form fieldset legend {
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin-left: -7px;
	vertical-align: bottom;
}

#sample-form fieldset.group div.formHeading {
	font-weight:bold;
	white-space:normal;
}

.error {
	color: red;
}
/* Style for labels used in the form list variant with radiobuttons or checkboxes. */
#sample-form fieldset label.optionboxesRadioOrCheck {
    margin: 2px 0px 0px 0px;
}
/* Style for inputboxes in the form list variant with radiobuttons or checkboxes. */
#sample-form fieldset input.optionboxesRadioOrCheck {
    float: left;
    margin-top:0px; margin-bottom:0px;	
}

#sample-form fieldset input.inputCheckbox {
    width:15px; /*Specify width for a checkbox to fix an IE align problem.*/
    margin: 0px 0px 0px 5px;
    
}

.clearFormLine {
    clear: both;
    line-height: 0px; /* Specify line-height to fix rendering in IE. The br's in IE take up some space.*/
}

/************************* Form required and error element's styles ***********************/

.errors-box ul {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

.errors-box ul li {
	background-image: none;
	color: #CC0000;
}

#sample-form .form-required {
	color: #CC0000;
	top: 0px;
	display: inline;
}

/*************************** Group element style *****************************/

#sample-form fieldset .group {
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: auto;
}

#sample-form fieldset.group .form-required {
	color: #000000;
}

#sample-form fieldset.group div {
	margin: 0px;
	font-weight: normal;
	white-space: nowrap;
	color: #000000;
	font-size: 100%;
}

#sample-form  span {
	width: 250px; /* 260px is to much for IE 6*/
	display: block;
	clear: both;
	font-weight: normal;
	white-space: normal;
	height: auto;
}

/************************** button group style *****************************/

.btn-group {
	clear: both;
}

*:first-child+html .btn-group {
	padding-top:10px;
}

input.submit-btn {
	border: 0px;
	background-image: url(../images/submit-btn.jpg);
	background-repeat: no-repeat;
	width: 188px;
	height:34px;
	font-size: 105%;
	color: #001117;
	padding-bottom: 6px;
	font-weight: bold;
	clear: both;
}


/*********************** Styles ************************************/

#whole_page {
	width: 938px;
	position: relative;
}

.page_background_color_blue {
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
}

.page_background_color_yellow {
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
}

.page_background_color_green {
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
}

.page_background_color_red {
	background-image: url(../images/red/content_bg.gif);
	background-repeat: repeat-y;
}

/************************** Header *******************************/

#header {
	position: relative;
	width: 938px;
	height: 104px;
	background-image: url(../images/blue/top.jpg);
}

.page_background_color_blue #header {
	background-image: url(../images/blue/top.jpg);
}

.page_background_color_yellow #header {
	background-image: url(../images/yellow/top.jpg);
}

.page_background_color_green #header {
	background-image: url(../images/green/top.jpg);
}

.page_background_color_red #header {
	background-image: url(../images/red/top.jpg);
}


/******************** header Logo style ***********************/

#header .logo {

}

#header a.logo-link, 
#header a.logo-link:hover, 
#header a.logo-link:visited {
	display: block;
	position: absolute;
	top: 4px;
	left: 47px;
	z-index: 100;
	text-decoration: none;
	height: 115px;
	width:199px;
	color: #000000;
	text-align: center;
}

a.logo-link .logo-text {
	font-size: 75%;
	position: absolute;
	top: 100px;
	left: 0px;
	white-space: nowrap;
	cursor: pointer;
}


/******************* Navigation ************************/

#navigation {
	position: absolute;
	top: 64px;
	right: 0px;
	font-size:75%;
	height: 60px;
}

#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 60px;
}

#navigation li {
	float: left;
	list-style-type: none;
	background-image: none;
	height: 60px;
}

#navigation li a {
	display: block;
	background-color: #80D4EF;
	padding: 6px 10px 7px 10px;
	margin: 0px -2px 0px -2px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

#navigation li a:hover, 
#navigation li a.menuItemSelected {
	display: block;
	background-color: #B0E3F3;
	padding: 6px 10px 6px 10px;
	margin: 0px -2px 0px -2px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	border-bottom:2px solid #0600AF;
}

/************************************* Zoom-in Zoom-out styles *********************************/

#zoom-box {
	background-image: url(../images/plus-minus.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 45px;
	position: absolute;
	top: 10px;
	right: 0px;
	font-size: 68.75%;
	height: 18px;
}

a#zoom-plus {
	display: block;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 15px;
	height: 15px;
}

a#zoom-minus {
	display: block;
	position: absolute;
	top: 1px;
	right: 18px;
	width: 15px;
	height: 15px;
}

#top-search {
	background-image: url(../images/top_search.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 38px;
	right: 0px;
	width: 227px;
	height: 17px;
	display: block;
}

#top-search input.txt {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 183px;
	height: 13px;
	border: 0px;
	font-size: 70%;

}

#top-search input.btn {
	position: absolute;
	top: 0px;
	right: 1px;
	width: 42px;
	height: 16px;
	border: 0px;
	font-size: 70%;
	background: transparent;
	color: #000000;
}

#flag-box {
	position: absolute;
	top:10px;
	right: 150px;
	font-size: 68.75%;
}

#flag-box a {
	padding: 0px 1px 0px 10px;
	text-decoration: underline;
	color: #000000;
}

#flag-box a:visited {
	color: #333333;
}

#flag-box a:active {
	color: #006699;
}

#flag-box a img {
	padding-left: 3px;
	padding-bottom: 3px;
}

/***************** Content	***********************/

#content {
	width: 938px;
}

/***************** Content Left column ***********************/

#left-side-items {
	float: left;
	background-image: url(../images/left_column_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-left: 40px;
	width: 214px;
	min-height: 400px;
}

* html #left-side-items {
	margin-left: 20px;
	height: 400px;
}

.left-side-items-text {
	background-color: #00a8df;
	width: 214px;
	overflow: hidden;
}

.left-side-items-text li {
	background-image: none;
}

/***************** Left column Menu ***********************/
#mainmenu {
	min-height: 400px;
	margin-top: 16px;
	margin-left: 10px;
}

* html #mainmenu {
	height: 400px;
}

#mainmenu a {
	text-decoration: none;
	display: block;

}

a.mainmenu-blue {
	display: block;
	background-image: url(../images/left_menu/blue_bg.jpg);
	background-repeat: no-repeat;
	width: 175px;
	height: 30px;
	padding-left: 15px;
	padding-top: 5px;
	font-weight: bold;
	font-size: 75%;
	color: #001117;
}

a.mainmenu-blue span {
	display: block;
	width: 155px;
	overflow: hidden;
	cursor: pointer;
}

a.mainmenu-red {
	display: block;
	background-image: url(../images/left_menu/purple_bg.jpg);
	background-repeat: no-repeat;
	width: 175px;
	height: 30px;
	padding-left: 15px;
	padding-top: 5px;
	font-weight: bold;
	font-size: 75%;
	color: #001117;
}

a.mainmenu-red span {
	display: block;
	width: 155px;
	overflow: hidden;
	cursor: pointer;
}

a.mainmenu-yellow {
	display: block;
	background-image: url(../images/left_menu/yellow_bg.jpg);
	background-repeat: no-repeat;
	width: 160px;
	height: 30px;
	padding-left: 15px;
	padding-top: 6px;
	padding-right: 15px;
	font-weight: bold;
	font-size: 75%;
	color: #001117;
}

a.mainmenu-yellow span {
	display: block;
	width: 155px;
	overflow: hidden;
	cursor: pointer;
}

a.mainmenu-green {
	display: block;
	background-image: url(../images/left_menu/green_bg.jpg);
	background-repeat: no-repeat;
	width: 175px;
	height: 30px;
	padding-left: 15px;
	padding-top: 6px;
	font-weight: bold;
	font-size: 75%;
	color: #001117;
}

a *.mainmenu-green span {
	display: block;
	width: 155px;
	overflow: hidden;
	cursor: pointer;
}

#mainmenu ul {
	margin: 0px;
	padding: 0px;
	margin-top: -10px;
	overflow: hidden;
}

#mainmenu li {
}

#mainmenu ul li a {
	font-size: 75%;
	font-weight: bold;
	padding: 3px 0px 5px 17px;
	color: #000000;
}

#mainmenu ul li a:hover {
	text-decoration: underline;
}

#mainmenu ul .sub-items {
	margin: 3px 0px 6px 0px;
}

* html #mainmenu ul.sub-items {
	margin: 3px 0px 8px 0px;
}

#mainmenu * ul.sub-items li a {
	background-image: url(../images/left_menu/second_level_arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#mainmenu * ul.sub-sub-items {
	margin: 3px 0px 0px 0px;
}

#mainmenu * ul.sub-sub-items li a {
	background-image: url(../images/left_menu/third_level_arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 17px;
}

.mainmenu-sep {
	background-image: url(../images/left_menu/left_dot_sep.gif);
	background-repeat: no-repeat;
	clear: both;
	width: 175px;
	height: 13px;
	margin: 10px 0px 10px 0px;
}

a.btn-reageer {
	display: block;
	background-image: url(../images/left_menu/register_bg.jpg);
	background-repeat: no-repeat;
	width: 175px;
	height: 44px;
	padding: 12px 0px 0px 19px;
	font-weight: bold;
	color: #000000;
	font-size: 75%;
}

a.btn-reageer span {
	display: block;
	width: 145px;
	overflow: hidden;
	background-color: transparent;
	cursor: pointer;
}

/***************** Left column Other Logos ***********************/

#other-logos {
	padding-top: 15px;
	background-color: White;
}

/***************** Main-Content ***********************/

#main-content {
	float: right;
	width:672px;
}

/***************** Content Center column ***********************/

#page-content {
	float: left;
	width:415px;
	margin-right: 4px;
	margin-top: 8px;
	padding-bottom: 10px;
	color: #001117;
	font-size: 75%;
	overflow: hidden;
}

#breadcrumb {
	border-bottom:1px solid #00a9e0;
	float:left;
	font-size:95%;
	margin:0px 0 10px;
	padding: 0 0 8px;
	width:100%;
	color: #333333;
	clear: both;
}

#breadcrumb ol {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding: 0;
}

#breadcrumb .first {
	background-image: none;
	padding-left: 0;
}

#breadcrumb .last {
	font-weight: bold;
}

#breadcrumb li {
	background-image:url(../images/pad.png);
	background-repeat: no-repeat;
	background-position: 0px 0.40em;
	float:left;
	margin:0;
	padding: 0 8px 0 14px;
	white-space:nowrap;
}

#breadcrumb li a {
	color: #333333;
	text-decoration: underline;
}

#breadcrumb li a:hover {
	color: #333333;
	text-decoration: underline;
}


#page-content h1 {
	font-size: 160%;
	margin-left: 0px;
	color: #001117;
}

.page_background_color_blue #page-content h1 {
	color: #001117;
}

.page_background_color_yellow #page-content h1 {
	color: #89862C;
}

.page_background_color_green #page-content h1 {
	color: #3B9941;
}

.page_background_color_red #page-content h1 {
	color: #7F75A1;
}

#page-content h2 {
	margin-top: 1em;
	font-size: 109%;
	color: #003366;
	margin-left: 0px;
}

#page-content h3 {
	font-size: 90%;
	color: #003366;
	margin-left: 0px;
}

#page-content p {
	margin-left:0px;
}

#page-content img {
	border:1px solid #00AADF;
	margin: 0px 5px 0px 5px;
}

#page-content img .externe_link{
	margin: 0px 5px 0px 5px;
}

#page-content img .rss {
	border: 0px;
	margin: 0px;
}

#page-content .back-link {
	display: block;
	font-size: 75%;
	text-decoration: underline;
	margin-top: 40px;
}

#page-content .original-url {
	display:none;
}

#page-content img .image-right-of-text
{
	float: right;
	margin: 0 10px 0 10px;
}

#page-content img .image-left-of-text
{
	float: left;
	margin: 0 10px 0 10px;
}

#mainmenu img.bottom-icons 
{
	float: left;
	margin: 10px;
}
.setclearfloat {
	clear: both;
}

/*************************** List Styles ***************************/

.list-item {
	margin: 10px 0px 25px 0px;
}

.list-item a.read-more {
	font-size: 100%;
		background-image: url(../images/read-more.gif);
	background-position: center;
	vertical-align: bottom;
	padding: 0px 10px 0px 3px;
	color: #001117;
}

.list-header {
	clear:both;
}

.list-header .newsname {
	color: #000000;
	font-weight: bold;
}

.blue-list-title {
	color: #0600AF;
	font-weight:bold;
}

strong.light-blue-list-header {
	color: #00AADF;
	font-weight: bold;
	margin-bottom: 2px;
}

a.list-read-more {
	color: #000000;
	padding-left: 5px;
	text-decoration: underline;
}

a.blue-read-more {
	color: #0600AF;
}

/*********************** Search Result Styles *********************/

.search-list-relevantie {
	margin-bottom: 2px;
}

.search-list-link a {
	color: #001117;
	display: block;
	clear: both;
}

a.search-list-title {
	color: #060084;
	text-decoration: underline;
	font-weight: bold;
}

/*********************** Agenda Styles ******************************/

.agenda-item {
	margin: 10px 0px 20px 0px;
}

.agenda-title {
	color: #0600af;
	font-size: 116.66%;
	margin-top:20px;
	font-weight: bold;
}

.agenda-date {
	margin-top: 0px;
	padding-bottom: 5px;
	font-weight: bold;
}

strong.agenda-label {
	display: block;
}

/*********************** News Styles ******************************/

.news-title {
	color: #0600af;
	font-size: 116.66%;
	margin-bottom: 0px;
	font-weight: bold;
}

.news-date {
	margin-top: 0px;
	padding-bottom: 10px;
}

ul.news-list {
	margin:-13px 0px 0px -4px;
	padding: 0px 0px 5px 0px;
}

ul.news-list li {
	color: #000;
	background: url("../images/list-circle.png") 4px 0.5em no-repeat;
	margin: 2px 0px 0px 0px;
	padding: 0px 0 0.1em 21px;
}

/**************** landkaart **********************/

.handvest-list ul {
	float: left;
	width: 35em; /* width is changed */
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
}

.handvest-list li {
	float: left;
	width: 10em;
	margin: 0;
	padding: 0 0 0 1.5em; /* left padding moves the text away from the bullet */
	background: none;
}

.city-list ul {
	float: left;
	width: 35em; /* width is changed */
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
}

.city-list li {
	margin: 0;
	padding: 0 0 1em 1.5em; /* left padding moves the text away from the bullet */
	background: none;
}

/*********************** Table Style ******************************/

table {
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	font-size:100%;
	line-height:130%;
	margin:1em 2% 1.5em;
	width:96%;
	border-collapse:collapse;
}

thead th {
	background: #9EECFA;
	color:#000000;
	font-weight:bold;
	padding: 5px;
	text-align:left;
	border:1px solid #808080;
}

#page-content table p {
	margin:0.3em 0.3em 0.3em 0.3em;
}

table caption {
	padding-bottom:5px;
	text-align:left;
	font-weight:bold;
	color:#003366;
	font-size:109%;
}

tbody tr.row-0 {
	background-color: #ffffff;
	padding: 3px;
}

td {
	border-color:#808080;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	color:#000000;
	font-weight:normal;
	padding: 0.1em 0.1em;
	text-align:left;
	vertical-align:top;
}

tr.row-1 td {
	background-color: #CCFFFF;
}

tr.row-0 td {
	background-color: #ffffff;
}

tfoot td{
	border-top: 1px solid #00A8DF;
	text-align: left;
	font-style: italic;
}

/***************** Content Right column ***********************/

#flex-box-content {
	float: right;
	background-color: #ffffff;
	border-left: 1px solid #A9E0F1;
	border-right: 1px solid #A9E0F1;
	width: 233px;
	min-height: 499px;
	background-image: url(../images/blue/right_column_bg.jpg);
	background-repeat: repeat-x;
}

* html #flex-box-content {
	height: 499px;
}

.flex-box-content-text {
	padding: 17px 17px 0px 15px;
	width: 201px;
	overflow: hidden;
}

.leftmenu-text li {
	background-image: none;
}

.page_background_color_blue #flex-box-content {
	background-image: url(../images/blue/right_column_bg.jpg);
	background-repeat: repeat-x;
}

.page_background_color_yellow #flex-box-content {
	background-image: url(../images/yellow/right_column_bg.jpg);
	background-repeat: repeat-x;
}

.page_background_color_green #flex-box-content {
	background-image: url(../images/green/right_column_bg.jpg);
	background-repeat: repeat-x;
}

.page_background_color_red #flex-box-content {
	background-color: #F5F5F5;
	background-image: url(../images/red/right_column_bg.jpg);
	background-repeat: repeat-x;
}

#flex-box-content h1 {
	font-size: 160%;
	display: block;
	margin:0px;
	padding: 0px;
	color: #333333;
	padding-bottom: 10px;
	font-weight: bold;
}

#flex-box-content h2 {
	font-size: 109%;
	display: inline;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

#flex-box-content h3 {
	font-size: 90%;
	display: inline;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

#flex-box-content .news-block {
	font-size: 68.75%;
	width: 195px;
	padding: 10px 0px 7px 0px;
	margin-left: 5px;
	overflow: hidden;
}

#flex-box-content .widget {
	font-size: 68.75%;
	width: 195px;
	margin: 0px 0px 10px 5px;
}
#flex-box-content .widget p {
	margin-left: 0px;
	margin-right: 0px;
}

#flex-box-content .banners {
    font-size:68.75%;
    margin-left:5px;
    overflow:hidden;
    padding:5px 0 7px;
    width:195px;
}

.sidebar-cat-header {
	font-size: 90%;
}

.homeNewsBlock {
	border-top:1px solid #00A9E0;
}

.homeNewsLists {
	background: url(../images/homenewsbackground.png) center repeat-y;
}

.homeNewsItem p {
	margin-left: 0px;
	margin-right: 0px;
	margin:0.5px 0px 1.4px;
}
.homeNewsItemRight {
	padding:0px 4px 0px 10px;
}
.homeNewsItemLeft {
	padding:0px 5px 0px 0px;
}
.homeNewsItemRight {
	float:right;
}
.homeNewsItemRight,
.homeNewsItemLeft {
	width:46.5%;
	margin:0.5px 0px 1.4px;
}
li.homeNewsItem {
	background:none;
	padding:0px 0px 10px 0px;
	list-style-image:none;
	list-style-type:none;
}

.homeNewsItemRight .news-date,
.homeNewsItemLeft .news-date,
.news-block .news-date {
	font-style: italic;
	color: #000000;
}

.homeNewsItemRight a.read-more,
.homeNewsItemLeft a.read-more,
.news-block a.read-more {
	font-size: 100%;
	background-image: url(../images/read-more.gif);
	background-position: center;
	vertical-align: bottom;
	padding: 0px 10px 0px 3px;
	color: #001117;
}

.news-block p {
	margin-left: 0px;
	margin-right: 0px;
}
.page_background_color_blue #flex-box-content h2 {
	color: #000000;
}

.page_background_color_yellow #flex-box-content h2 {
	color: #000000;
}

.page_background_color_green #flex-box-content h2 {
	color: #000000;
}

.page_background_color_red #flex-box-content h2 {
	color: #000000;
}


/********************************** Right side Flex *************************************/

.right-flex-menu {
	position: relative;
	width: 235px;
	margin: -5px -2px 0px -1px !important;
	margin: -5px -1px 0px 0px;
	margin: -5px -2px 0px -1px;
	padding: 0px;
	font-size: 87.50%;
}

.right-flex-menu li{
	background: none;
	padding: 0px;
	margin: 0px;
	height: 35px;
	background-color: #00A8DF;
}
/* Add flex-box-content id to prevent presedence of h2 definition in flex-box-content */
#flex-box-content .right-flex-menu h2.expandcollapser {
	display: block;
	height: 15px;
	width: 225px !important;
	width: 235px;
	padding: 10px 0px 10px 10px;
	text-decoration: none;
	background-color: #80D4EF;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.collapsed {
	display: none;
}

.expanded {
	display: block;
}

.right-flex-menu li a {
	display: block;
	height: 15px;
	width: 225px !important;
	width: 235px;
	 width/**/:/**/225px;
	padding: 10px 0px 10px 10px;
	text-decoration: none;
	background-color: #00A8DF;
	color: #000000;
	text-decoration: underline;
}

.right-flex-menu ul{
	background: none;
	margin: 0px;
	padding: 0px;
	font-size: 85.71%;
}

.right-flex-menu li.row-1 a {
	background-color: #B0E3F3;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #00a8df;
}

.right-flex-menu li.row-2 a {
	background-color: #CDEDF8;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #00a8df;
}

/***************** Content Bottom ***********************/

#content-bottom {
	clear: both;
	position: relative;
	width: 938px;
	height: 33px;
	background-color: #F5F5F5;
}

#main-content-bottom {
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #F5F5F5;
	width: 686px;
	height: 20px;
	border-top: 1px solid #00A8DF;
}

.page_background_color_blue #main-content-bottom {
	border-top: 1px solid #00A8DF;
}

.page_background_color_yellow #main-content-bottom {
	border-top: 1px solid #f0eb52;
}

.page_background_color_green #main-content-bottom {
	border-top: 1px solid #66F570;
}

.page_background_color_red #main-content-bottom {
	border-top: 1px solid #9F93CA;
}

#right-bottom-content {
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #F5F5F5;
	width: 235px;
	height: 20px;
	border-top: 1px solid #00A8DF;
}

#right-bottom-content a.ictu {
	position: absolute;
	display: block;
	width: 108px;
	height: 18px;
	left: 18px;
}

.page_background_color_blue #right-bottom-content {
	border-top: 1px solid #00A8DF;
}

.page_background_color_yellow #right-bottom-content {
	border-top: 1px solid #f0eb52;
}

.page_background_color_green #right-bottom-content {
	border-top: 1px solid #66F570;
}

.page_background_color_red #right-bottom-content {
	border-top: 1px solid #9F93CA;
}

/***************** footer ***********************/

#footer {
	margin-top:5px;
	background-color: #FFFFFF;
	position: relative;
	clear: both;
}

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#fff;}

#colorbox{}
    #cboxTopLeft{width:14px; height:14px; background:url(../images/colorbox/controls.png) 0 0 no-repeat;}
    #cboxTopCenter{height:14px; background:url(../images/colorbox/border.png) top left repeat-x;}
    #cboxTopRight{width:14px; height:14px; background:url(../images/colorbox/controls.png) -36px 0 no-repeat;}
    #cboxBottomLeft{width:14px; height:43px; background:url(../images/colorbox/controls.png) 0 -32px no-repeat;}
    #cboxBottomCenter{height:43px; background:url(../images/colorbox/border.png) bottom left repeat-x;}
    #cboxBottomRight{width:14px; height:43px; background:url(../images/colorbox/controls.png) -36px -32px no-repeat;}
    #cboxMiddleLeft{width:14px; background:url(../images/colorbox/controls.png) -175px 0 repeat-y;}
    #cboxMiddleRight{width:14px; background:url(../images/colorbox/controls.png) -211px 0 repeat-y;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:5px;}
        #cboxLoadingOverlay{background:url(../images/colorbox/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(../images/colorbox/loading.gif) center center no-repeat;}
        #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
        #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}
        
        #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{position:absolute; bottom:-29px; background:url(../images/colorbox/controls.png) 0px 0px no-repeat; width:23px; height:23px; text-indent:-9999px;}
        #cboxPrevious{left:0px; background-position: -51px -25px;}
        #cboxPrevious.hover{background-position:-51px 0px;}
        #cboxNext{left:27px; background-position:-75px -25px;}
        #cboxNext.hover{background-position:-75px 0px;}
        #cboxClose{right:0; background-position:-100px -25px;}
        #cboxClose.hover{background-position:-100px 0px;}
        
        .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-150px 0px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-125px 0px;}
        