html {
	height				: 100%; /* In geval van background op html �n body */
}

body	{
	min-height			: 100%; /* In geval van background op html �n body */
	font				: 0.8em Arial, sans-serif;
	text-align			: center;
	background			: #dcecea url(../img/bg.png) repeat-x left top;
}

.toegankelijkheid	{
	position			: absolute;
	left				: -999em;
}

.clear	{
	clear				: both;
}

.label-hidden { display: none; }

p { line-height: 1.5em; padding: 0 0 10px 0;}

.loading_icon { 
	float				: left; 
	display				: block; 
	width				: 16px; 
	height				: 16px; 
	margin				: 5px 0 0 10px; 
}

.calendar {
    z-index             : 1000;
}

/* --------------------------------	*/
/* clearfix						 	*/
/* --------------------------------	*/
.clearfix:after
{
	display				: block;
	visibility			: hidden;
	clear				: both;  
	height				: 0; 
	content				: "."; 
}

	/* voor IE-mac */
	.clearfix
	{	
		display			: inline-block;	
	}

	/* onderstaande overslaan voor IE-mac \*/
	* html .clearfix 
	{ 
		height			: 1%;
	}
	
	.clearfix 	
	{ 
		display			: block;
	}
	/* einde van overslaan voor IE-mac */
	

/* --------------------------------	*/
/* container					 	*/
/* --------------------------------	*/
#container	{
	position			: relative;
	width				: 991px;
	margin				: 0 auto;
	text-align			: left;
	background			: #fff;
}


/* --------------------------------	*/
/* header				*/
/* --------------------------------	*/
#header	{
	position			: relative;
	height				: 112px;
	background			: url(../img/header.png) no-repeat left top;
    z-index             : 3;
}

#header a.logo	{
	position			: absolute;
	top					: 0;
	left				: 18px;	
}

/* Topmenu */
#topmenu {
	position			: absolute;
	right				: 10px;
	top					: 10px;
    z-index             : 2;
}

#topmenu li {
	position			: relative;
	float				: left;
	border-right		: 1px solid #000;
}

#topmenu li.last {
	border-right		: none;
}

#topmenu li.actief {
	font-weight			: bold;
}

#topmenu li a {
	float				: left;
	padding				: 0 5px;
	color				: #000;
	text-decoration		: none;
	font-size			: 0.9em;
}

#topmenu li a:hover {
	text-decoration		: underline;
}

/* Topmenu subnavigatie */
#topmenu li ul {
	position			: absolute;
	z-index				: 10;
	left				: -900em;
	top					: 21px;
	width				: 440px;
}

#topmenu li li {
	width				: 440px;
	border				: none;
}

#topmenu li#header-menu-nieuwsbrief ul li {
	background			: url(../img/bg-nieuwsbrief-form.jpg) no-repeat center top;
}

/* Nieuwsbriefformulier */
#topmenu li#header-menu-nieuwsbrief ul li #nieuwsbriefformulier li {
	background			: none;	
}

#topmenu li#header-menu-nieuwsbrief ul {
	width				: 452px;
}

#topmenu div#header-nieuwsbrief {
	margin				: 10px 0 0 0;
	padding				: 10px 24px 24px 24px;
	width				: 398px; 
	background			: #CA2013; 
	border				: 3px solid #fff; 
	border-top			: none;
	height				: 212px;	
	color				: #fff;
	font-weight			: normal;
}

#topmenu div#header-nieuwsbrief .sluit {
	float				: right;
	display				: block;
	width				: 55px;
	height				: 18px;
	text-indent			: -900em;
	background			: url(../img/nieuwsbrief-sluit.png) no-repeat left top;
	cursor				: pointer;
}

#topmenu div#header-nieuwsbrief legend {
	display				: none;
}

#topmenu div#header-nieuwsbrief ol li {
	margin				: 2px 0;	
	width				: auto;
}

#topmenu div#header-nieuwsbrief ol li label {
	display				: inline-block;
	width				: 75px;
}

#topmenu div#header-nieuwsbrief ol li.geen-label {
	padding-left		: 75px;
}

#topmenu div#header-nieuwsbrief ol li.aan_afmelden {
	margin				: 10px 0 20px;	
}

#topmenu div#header-nieuwsbrief .input {
	width				: 305px;
	border				: 1px solid #fff;
}

#topmenu div#header-nieuwsbrief input.fout {
	background			: #f7e2e1;	
	border				: 1px solid #f00;
}

#topmenu div#header-nieuwsbrief .button {
	border				: 1px solid #fff;
	background			: #2C2C2C;
	color				: #fff;
	padding				: 2px 10px;
	margin				: 15px 0 0 0;
	cursor				: pointer;
}


/* Zoekfunctie */
#header-zoeken {
	position			: absolute;
	right				: 13px;
	top					: 51px;
	width				: 300px;
}

#header-zoeken .input {
	width				: 195px;
	padding				: 3px 5px 4px 5px;
	border				: 1px solid #138563;
	color				: #666;
	font-size			: 12px;
	margin				: 1px 0 0 0;
	float				: left;
	background			: #fff;	
}

#header-zoeken button {
	display				: block;
	width				: 74px;
	height				: 25px;
	text-indent			: -900em;
	overflow			: hidden;
	background			: url(../img/btn-zoek.png);
	border				: none;
	cursor				: pointer;
	float				: right;
	margin				: 0 0 0 8px;
}


/* --------------------------------	*/
/* header-menu		 	*/
/* --------------------------------	*/
#header-menu	{
	position			: relative;
	background			: #2c2c2c;
	height				: 273px;
	width				: 100%;
    z-index             : 2;
}

#menu {
	width				: 218px;
	padding				: 4px 0 0 0;
	float				: left;
	position			: relative;
	z-index				: 2;
}

#menu li {
	position			: relative;
	width				: 218px;
	float				: left;
}

#menu li a {
	float				: left;
	width				: 218px;
	height				: 37px;
	text-indent			: -900em;
	background			: url(../img/sprite-header-menu.png) no-repeat;
	border-bottom		: 1px dashed #fff;
}

#menu li.last a {
	border				: none;
}

#menu li a.reis-op-maat		{ background-position: left top; }
#menu li a.groepsreizen		{ background-position: left -39px; }
#menu li a.zakelijke-reizen	{ background-position: left -78px; }
#menu li a.over-ons			{ background-position: left -117px; }
#menu li a.vraag-antwoord	{ background-position: left -156px; }
#menu li a.voetbalnieuws	{ background-position: left -195px; }
#menu li a.contact 			{ background-position: left -234px; }

#menu li:hover a.reis-op-maat,
#menu li.hover a.reis-op-maat,
#menu li.actief a.reis-op-maat 			{ background-position: -212px top; }

#menu li:hover a.groepsreizen,
#menu li.hover a.groepsreizen,
#menu li.actief a.groepsreizen 			{ background-position: -212px -39px; }

#menu li:hover a.zakelijke-reizen,
#menu li.hover a.zakelijke-reizen,
#menu li.actief a.zakelijke-reizen 		{ background-position: -212px -78px; }

#menu li:hover a.over-ons,
#menu li.hover a.over-ons,
#menu li.actief a.over-ons 				{ background-position: -212px -117px; }

#menu li:hover a.vraag-antwoord,
#menu li.hover a.vraag-antwoord,
#menu li.actief a.vraag-antwoord 		{ background-position: -212px -156px; }

#menu li:hover a.voetbalnieuws,
#menu li.hover a.voetbalnieuws,
#menu li.actief a.voetbalnieuws 		{ background-position: -212px -195px; }

#menu li:hover a.contact,
#menu li.hover a.contact,
#menu li.actief a.contact 				{ background-position: -212px -234px; }

/* Submenu */
#header-menu li div.submenu {
	position			: absolute;
	left				: -900em;
	top					: 0px;
	width				: 218px;
	background			: transparent url(../img/bg-submenu.png) no-repeat left top;
}

#header-menu li ul {
	margin				: 0 0 0 12px;
	border				: 1px solid #fff;
	border-left			: none;
	background			: #cc2013;
}

#header-menu li:hover div.submenu,
#header-menu li.hover div.submenu {
	left				: 218px;
}

#header-menu li li {
	width				: 165px;
	margin				: 0 10px;
	float				: none;
	display				: block;
}

#header-menu li li.last {
	border				: none;
}

#header-menu li li a {
	display				: block;
	width				: 100%;
	height				: auto;
	padding				: 0 10px 0 10px;
	line-height			: 30px;
	text-indent			: 0;
	background			: none;
	color				: #fff;
	text-decoration		: none;
	border-bottom		: 1px dotted #fff;
}

#header-menu li li a:hover {
	text-decoration		: underline;	
}

/* Sfeerbeeld */
#sfeerbeeld {
	float				: right;
	width				: 762px;
	height				: 273px;
	overflow			: hidden;	
	position			: relative;
 	z-index            		: 1;
}

#sfeerbeeld .overlay {
	position			: absolute;
	left				: 0;
	top				: 0;
	width				: 134px;
	height				: 273px;
	background			: url(../img/overlay-headerafbeelding.png) no-repeat left top;
}

#sfeerbeeld ul {
    position    : absolute;
    width       : 730px;
    right       : 0;
    bottom      : 0;
    text-align  : right;
    font-size   : 18px;
    color       : #fff;
    text-shadow : 1px 1px 1px #000;
    background  : rgba(0, 0, 0, .5);
    padding	: 0px;
    padding-bottom: 5px;
    padding-top: 5px;
}

#sfeerbeeld ul li {
    font-size: 1em;
    line-height: 20px;
    background: url("../img/header-q-icon-klein.png") no-repeat scroll right top transparent;
    margin-right: 10px;
    padding-right: 25px;
}

.no-rgba #sfeerbeeld ul {
    background : url(../img/bg-header-q.png);
}

/* --------------------------------	*/
/* aanbod			 				*/
/* --------------------------------	*/
#zijbalk-navigatie {
	width				: 190px;
	float				: left;
	margin				: 0 0 20px 7px;
}

#zijbalk-navigatie h3 {
	font-size			: 1.8em;
	color				: #c4100f;
	margin				: 20px 0 5px 10px;
}

#zijbalk-navigatie ul li {
	border-top			: 1px dashed #b0b0b0;
	text-transform		: uppercase;
	background			: url(../img/sprite-arrows.gif) no-repeat 5px 12px;
}

#zijbalk-navigatie ul li.actief {
	background			: #008D7C url(../img/sprite-arrows.gif) no-repeat 5px -30px;	
}

#zijbalk-navigatie ul li a {
	display				: block;
	line-height			: 1.9em;
	padding				: 8px 5px 8px 17px;
	font-size			: 0.9em;
	color				: #000;
	text-decoration		: none;
	font-weight			: bold;
}

#zijbalk-navigatie ul li a:hover {
	text-decoration		: underline;
}

#aanbod ul li.actief a {
	color				: #fff;
}

/* Pijl & achtergrond Champions League / FA Cup */
#aanbod ul li.champions-league {
	background			: #daeeec url(../img/sprite-arrows.gif) no-repeat 5px -68px;
}

#aanbod ul li.champions-league a {
	color				: #008d7c;
}

#aanbod ul li.europa-league {
	background			: #daeeec url(../img/sprite-arrows.gif) no-repeat 5px -68px;
}

#aanbod ul li.europa-league a {
	color				: #008d7c;
}

#aanbod ul li.fa-cup {
	background			: #daeeec url(../img/sprite-arrows.gif) no-repeat 5px -68px;
}

#aanbod ul li.fa-cup a {
	color				: #008d7c;
}

/* Vlaggen */
#aanbod ul li a { 
	background-image	: url(../img/sprite-vlaggen.png);
	background-repeat	: no-repeat;
}

#aanbod ul li.duitsland a 	{ background-position: right 4px; }
#aanbod ul li.engeland a 	{ background-position: right -39px; }
#aanbod ul li.schotland a 	{ background-position: right -88px; }
#aanbod ul li.italie a 		{ background-position: right -129px; }
#aanbod ul li.spanje a 		{ background-position: right -170px; }
#aanbod ul li.champions-league a 	{ background-position: right -208px; }
#aanbod ul li.europa-league a 		{ background-position: right -291px; }
#aanbod ul li.fa-cup a 		{ background-position: right -249px; }


#aanbod ul li.open {
	background-color	: #008d7c;
}

#aanbod ul li.open a {
	color				: #fff;
}

/* Top 5 */
#zijbalk-navigatie ul.top-5 li {
	text-transform		: none;	
	background			: none;
	/*
	background			: #fff; 
	border-top			: 1px solid #d9edeb;
	padding				: 2px 0 2px 5px;
	line-height			: 25px;
	*/
}

#zijbalk-navigatie ul.top-5 li a {
	font-weight			: normal;	
	padding				: 1px 0 4px 5px;
}

#zijbalk-navigatie ul.top-5 li a:hover {
	text-decoration		: none;	
}

#zijbalk-navigatie ul.top-5 li a:hover .clubnaam {
	text-decoration		: underline;	
}

#zijbalk-navigatie ul.top-5 li .clublogo {
	display				: inline-block;
	width				: 32px;	
	text-align			: center;
	background			: #fff;
	margin				: 0 10px 0 0;
}

#zijbalk-navigatie ul.top-5 li .clubnaam {
	display				: inline-block; 
	padding-top			: 5px;
	width				: 135px;	
}








/* Submenu */
#aanbod ul li li,
#aanbod ul li.actief li { 
	background			: #fff; 
	border-top			: 1px solid #d9edeb;
	padding				: 2px 0 2px 5px;
	line-height			: 25px;
}

#aanbod ul li li .clublogo {
	width				: 27px;	
	float				: left;
	text-align			: center;
	background			: #fff;
}

#aanbod ul li li .clubnaam {
	display				: block; 
	float				: right; 
	width				: 140px;	
}

#container #aanbod ul li li a { 
	text-transform		: none;
	color				: #000;
	font-weight			: normal;
	background			: none;
	padding				: 4px 5px 4px 10px;
	display				: inline;
	zoom				: 1;
}

#container #aanbod ul li li a:hover { 
	cursor				: pointer; /* Too bad IE doesn't get it */
}

#container #aanbod ul li li a:hover .clubnaam { 
	text-decoration		: underline;
}

#container #aanbod ul li li.actief a { 
	font-weight			: bold;
}


/* --------------------------------	*/
/* content						 	*/
/* --------------------------------	*/
#content-container	{
	float				: right;
	width				: 775px;
	margin				: 20px 0 0 0;
    position            : relative;
    z-index             : 1;
}

#content {
	float				: left;
	width				: 515px;
	padding				: 0 0 30px 0;
}

/* Broodkruimelpad */
ol#breadcrumbs {
	margin				: 0 0 15px 0;
}

ol#breadcrumbs li {
	float				: left;
	color				: #666;
}
 
ol#breadcrumbs li a {
	color				: #666;
	padding				: 0 15px 0 5px;
	background			: url(../img/sprite-arrows.gif) no-repeat right -115px;
}

ol#breadcrumbs li.last a {
	background			: none;
}


ol#breadcrumbs li a:hover {
	text-decoration		: none;
}

/* Content */
#content h1	{
	color				: #C4100F;
	font-size			: 1.9em;
	margin				: 0 0 15px;
}

#content h1 img {
	vertical-align		: middle;	
}

#content h1 span {
	font-size			: 0.7em;
	color				: #666;
}

#content h2 {
	color				: #000;
	font-size			: 1.4em;
	margin				: 0 0 15px 0;
}

#content a 			{ color: #C4100F; }
#content a:hover 	{ color: #666; text-decoration: none; }

/* iwes opmaak */
#content .iwes {
	line-height			: 1.6em;
}

#content .iwes a:visited 	{ color: #999; }
#content .iwes blockquote	{
	margin				: 0 0 10px 30px;
}

.iwes ul	{
	margin				: 0 0 10px 30px;
	list-style			: square;
}

.iwes ol	{
	margin				: 0 0 10px 30px;
	list-style			: decimal;
}

/* Evaluatieformulier */
.iwes .evaluatieformulier ul {
    list-style          : none;
    margin              : 0 0 10px 15px;
}

.iwes .evaluatieformulier fieldset legend {
    display             : none;
}

/* formulieren */
#content .formmodule h4 {
	display				: none;
}

#content .formmodule ul {
	margin				: 0;
	list-style			: none;
}

#content .formmodule ul li {
	margin: 5px 0;;	
}

#content input, 
#content select, 
#content textarea	{
	font				: 1em Arial;
	border				: 1px solid #138563;
	color				: #333;
	padding				: 2px;
}

#content textarea	{
	overflow			: auto;
}

#content input.veldfocus, 
#content textarea.veldfocus	{
	border				: 1px solid #43418e;
	background			: #efeef9;
}

#content input.radio, 
#content input.checkbox 	{
	border				: none;
}

#content input.button, #content button.button 	{
	margin				: 10px 0;
	padding				: 3px 15px;
	font-weight			: bold;
	border				: none;
	color				: #fff;
	background			: #C42216;
	cursor				: pointer;	
}

#content button { cursor: pointer; }

#content input.fout, #content textarea.fout, #content select.fout	{
	border				: 1px solid #F00;
}
#content .melding, #content label.fout	{
	color				: #F00;
}

#content .melding {
	border				: 1px solid #f00;
	margin				: 10px 0;
	padding				: 10px;
	background			: #fadbdb;
}

#content .melding ul, #content .melding ol {
	margin				: 10px 0 0 20px;
	list-style			: disc;
}

#content .melding-pos {
    border				: 1px solid #0A8E25;
	margin				: 10px 0;
	padding				: 10px;
	background			: #c1e4a1;
}

#content .melding-info {
    border				: 1px solid #13749f;
    color               : #13749f;
	margin				: 10px 0;
	padding				: 10px;
	background			: #dbe8ee;
}


/* Pagina navigatie */
#content .paginanavigatie	{
	padding				: 10px 0;
}

#content .paginanavigatie ul	{
	display				: inline;
}

#content .paginanavigatie ul li	{
	display				: inline;
	margin				: 0;
	padding				: 0 3px 0 0;
	border				: none;
}

#content .paginanavigatie ul li.navigatie_huidige_pagina	{
	margin				: 0 3px 0 0;
	padding				: 2px 5px;
	font-weight			: bold;
}

#content .paginanavigatie ul li a	{
	padding				: 2px 3px;
	text-decoration		: underline;
}

#content .paginanavigatie ul li.actief a, 
#content .paginanavigatie ul li a:hover	{
	font-weight			: bold;
	text-decoration		: underline;
}


/* --------------------------------	*/
/* tabmenu						 	*/
/* --------------------------------	*/
#content ul.tabmenu {
	min-height			: 33px;
	_height				: 33px;
	background			: url(../img/bg-tabmenu.png);
	margin				: 0 0 20px 0;
}

#content ul.tabmenu li {
	float				: left;
	border-right		: 1px solid #ccc;	
	position			: relative;
	z-index				: 1;
	padding				: 0;
}

#content ul.tabmenu li.first {
	margin				: 0 0 0 20px;	
}

#content ul.tabmenu li.actief {
	border				: none;
}

#content ul.tabmenu li a {
	display				: block;
	color				: #666;
	text-decoration		: none;
	padding				: 7px 12px 0;
	height				: 1.7em;
}

#content ul.tabmenu li a:hover {
	text-decoration		: underline;
}

/* Actief */
#content ul.tabmenu li.actief a {
	display				: block;
	background			: url(../img/bg-tabmenu-actief.png) no-repeat center 2px;
	color				: #fff;
	position			: relative;
	z-index				: 2;
	height				: 2.2em;
}

/* --------------------------------	*/
/* filters						 	*/
/* --------------------------------	*/
#content fieldset.filters {
	border				: 1px solid #008d7c;
	background			: #d9eeeb;
	padding				: 12px 28px;
	font-size			: 0.9em;
}

#content fieldset.filters ul.links {
	width				: 220px;
	float				: left;
}

#content fieldset.filters ul.rechts {
	width				: 210px;
	float				: right;
}

#content fieldset.filters li {
	margin				: 10px 0;
}

#content fieldset.filters li.vervoer {
	margin-top			: 0;
}

#content fieldset.filters li.legend {
	font-weight			: bold;
	margin				: 0 0 15px 0;
}

#content fieldset.filters label {
	display				: block;
	color				: #008d7c;
	font-weight			: bold;
	padding				: 0 0 3px 0;
}

#content fieldset.filters select {
	width				: 205px;	
}

#content fieldset.filters select .hidden { display: none; }
#content fieldset.filters select .visible { display: block; }

#content fieldset.filters .input {
	border				: 1px solid #138563;
}

#content fieldset.filters li.periode .input {
	width				: 70px;
}

#content fieldset.filters li.periode .datepicker {
	width				: 70px;	
}

.ui-datepicker-trigger {
	margin				: 2px 8px 0 2px;	
	cursor				: pointer;
}

#content fieldset.filters li.prijs .input {
	width				: 115px;
}

#content fieldset.filters li.prijs button {
	display				: block;
	width				: 74px;
	height				: 25px;
	text-indent			: -900em;
	overflow			: hidden;
	background			: url(../img/btn-filter.png);
	border				: none;
	cursor				: pointer;
	float				: right;
}


/* --------------------------------	*/
/* tabel reizen					 	*/
/* --------------------------------	*/
#content table.reizen thead tr th {
	background			: #efefef;
	border-bottom		: 1px dotted #000;
}

#content table.reizen thead th {
	font-size			: 0.9em;
	padding				: 10px 5px;
}

#content table.reizen tbody tr {
	
}

#content table.reizen tbody tr td {
	border-bottom		: 1px dotted #000;
	padding				: 10px 0;
}

#content table.reizen tbody tr td.wedstrijd a {
	display				: block;
	color				: #008d7c;
	font-weight			: bold;
	padding				: 2px 0;
}

#content table.reizen tbody tr td.wedstrijd a:hover {
	color				: #CC2013;
	text-decoration		: underline;
}

#content table.reizen tbody tr td.wedstrijd .datum,
#content table.reizen tbody tr td.wedstrijd .tijdstip {
	font-size			: 0.9em;
}

#content table.reizen tbody tr td.wedstrijd .tijdstip {
	color				: #666;
}

#content table.reizen tbody tr td.vervoer {
}

#content table.reizen tbody tr td.vervoer span {
	display				: block;
	width				: 35px;
	height				: 30px;
	text-indent			: -900em;
	overflow			: hidden;
	background-repeat	: no-repeat;
	background-image 	: url(../img/sprite-vervoer.gif);
	cursor				: pointer;
}

#content table.reizen tbody tr td.vervoer span.vliegtuig 	{ background-position: center top; }
#content table.reizen tbody tr td.vervoer span.auto	 		{ background-position: center -33px; }
#content table.reizen tbody tr td.vervoer span.tickets 		{ background-position: center -66px; }
#content table.reizen tbody tr td.vervoer span.boot 		{ background-position: center -105px; }
#content table.reizen tbody tr td.vervoer span.bus	 		{ background-position: center -140px; }

#content table.reizen tbody tr td.vervoer span.info-content {
	background			: none;
	display				: none;
}

#content table.reizen tbody tr td a.button-info {
	float				: left;
	width				: 61px;
	height				: 21px;
	overflow			: hidden;
	text-indent			: -900em;
	background			: url(../img/btn-info.png);
}

#content table.reizen tbody tr td a.button-boeken {
	float				: left;
	width				: 61px;
	height				: 21px;
	overflow			: hidden;
	text-indent			: -900em;
	background			: url(../img/btn-boek.png);
	margin				: 0 0 0 2px;
}

#content table.reizen tbody tr td acronym.uitverkocht {
	font-size			: 11px;
	color				: #CC2013;
	text-decoration		: underline;
	cursor				: help;
	margin				: 0 0 0 6px;
	line-height			: 2em;
}

#content table.reizen tfoot td {
	background			: #efefef;
	padding				: 10px 5px;
}

#content .mededeling {
	margin				: 20px 0;	
}

#content .omschrijving ul {
	margin				: 5px 0 5px 15px;
	list-style-type		: disc;
}

#content .omschrijving ul li,
#content .omschrijving ol li {
	margin				: 3px 0;
	padding				: 2px 0 2px 5px;
}

#content .omschrijving ol {
	margin				: 5px 0 5px 15px;
	list-style-image	: url(../img/lijst-streepje.gif);
}

#content .poioverzicht {
    margin              : 10px 0;
    clear               : both;
}


/* Beschikbare vluchten */
#boeken #beschikbare_vluchten table td {
	padding				: 3px;	
}

#boeken #beschikbare_vluchten table tbody tr.checked,
#boeken #beschikbare_vluchten table tbody tr.checked td {
	background			: #DAEEEC;
}

#boeken #beschikbare_vluchten table tbody tr:hover,
#boeken #beschikbare_vluchten table tbody tr:hover td,
#boeken #beschikbare_vluchten table tbody tr.hover,
#boeken #beschikbare_vluchten table tbody tr.hover td {
	background			: #DAEEEC;
}


#boeken #beschikbare_vluchten table.terugvlucht tr.checked,
#boeken #beschikbare_vluchten table.terugvlucht tr.checked td {
	background			: #EBE9E9;
}

#boeken #beschikbare_vluchten table.terugvlucht tr:hover,
#boeken #beschikbare_vluchten table.terugvlucht tr:hover td,
#boeken #beschikbare_vluchten table.terugvlucht tr.hover,
#boeken #beschikbare_vluchten table.terugvlucht tr.hover td {
	background			: #EBE9E9;
}

#boeken #beschikbare_vluchten table.terugvlucht tr.disabled,
#boeken #beschikbare_vluchten table.terugvlucht tr.disabled td {
    color               : #666;
}

/* Betaling */
.betaling-reisdetails ul li label {
    float: left;
    width: 250px;
    display: block;
}

.betaling-reisdetails ul li span {
    float: right;
    width: 425px;
    display: block;
}

/* --------------------------------	*/
/* sfeerimpressie				 	*/
/* --------------------------------	*/
#sfeerfotos {
	margin				: 15px 0;
}

#sfeerfotos li {
	display				: -moz-inline-stack;
	display				: inline-block;
	width 				: 160px;
	margin				: 10px 0;
	vertical-align		: top;
}

#sfeerfotos li img {
	border				: 3px solid #D9EFEC;	
}

#sfeerfotos li img:hover {
	border				: 3px solid #008D7C;	
}

/* Klantbeoordeling */
#review_invullen table.tabel {
    border-collapse : separate;
    border-spacing  : 3px;
}

#review_invullen ul.error {
    margin              : 0 0 10px 0;
    color				: #F00;
}

.review {
    background      : #EDF5F4;
    padding         : 5px;
    margin          : 0 0 0px 0;
}

.review .beoordeling_sterren {
    width  : 80px;
    height : 16px;
    background: url(../img/stars.png);
}

.review .beoordeling_2 { background-position: 0 0; }
.review .beoordeling_4 { background-position: 0 -16px; }
.review .beoordeling_6 { background-position: 0 -32px; }
.review .beoordeling_8 { background-position: 0 -48px; }
.review .beoordeling_10 { background-position: 0 -64px; }

.ui-stars-star,
.ui-stars-cancel {
    float       : left;
    display     : block;
    overflow    : hidden;
    text-indent : -999em;
    cursor      : pointer;
}

.ui-stars-star a,
.ui-stars-cancel a {
    width      : 16px;
    height     : 15px;
    display    : block;
    background : url(../img/jquery.ui.stars.gif) no-repeat 0 0;
}

.ui-stars-cancel {
    display : none;
}

.ui-stars-star a {
    background-position : 0 -32px;
}

.ui-stars-star-on a {
    background-position : 0 -48px;
}

.ui-stars-star-hover a {
    background-position : 0 -64px;
}

.ui-stars-cancel-hover a {
    background-position : 0 -16px;
}

.ui-stars-star-disabled,
.ui-stars-star-disabled a,
.ui-stars-cancel-disabled a {
    cursor : default !important;
}

label.validation_field_message {
    color   : #f00;
    display : block;
}

/* --------------------------------	*/
/* stadsinfo					 	*/
/* --------------------------------	*/
iframe.googlemaps	{
	overflow			: hidden;
	border				: solid 1px black;
}

#googlemaps_poi	{
	width				: 450px;
	height				: 400px;
	font				: 1em Arial;
	text-align			: left;
	color				: #000;
	background			: #eee;
	border				: 1px solid #000;
	margin				: 10px 0;
}

#googlemaps_poi a	{
	color				: #58585A;
}


/* --------------------------------	*/
/* arrangement					 	*/
/* --------------------------------	*/
#arrangement dl.reissom {
	float				: left;
	width				: 155px;
	padding				: 15px 0 0 24px;
}

#arrangement dl.reissom dt {
	font-weight			: bold;
	padding				: 0 0 10px 0;
}

#arrangement dl.reissom dd {
	color				: #cc2013;
	font-size			: 37px;
}

#arrangement dl.reissom dd.reissom_per_persoon {
	position			: relative;
}

#arrangement dl.reissom dd span.uitverkocht {
	display				: block;
	width				: 140px;
	height				: 63px;
	position			: absolute;
	left				: 0;
	top					: -5px;
	background			: url(../img/uitverkocht.png) no-repeat center center;
}

#arrangement dl.arrangement-info {
	float				: right;
	width				: 330px;
	padding				: 10px 0 0 0;
	background			: url(../img/bg-arrangement-info.gif) no-repeat center top;
	color				: #fff;
	font-size			: 0.9em;
}

#arrangement dl.arrangement-info a {
	color				: #fff;
}

#arrangement dl.arrangement-info dt {
	font-weight			: bold;
	clear				: left;
	float				: left;
	width				: 110px;
	padding				: 4px 10px 0 20px;
}

#arrangement dl.arrangement-info dd {
	padding				: 4px 10px 0 20px;
}

#arrangement dl.arrangement-info .vlucht-heen {
	margin				: 20px 0 0 0;
}

#arrangement dl.arrangement-info .hotel {
	margin				: 20px 0 0 0;
}

#arrangement dl.arrangement-info dt.boeken {
	display				: block;
	width				: 100%;
	padding				: 10px 0 10px 0;
	background			: url(../img/bg-arrangement-info-bottom.gif) no-repeat left bottom;
}

#arrangement dl.arrangement-info a.button-boeken {
	display				: block;
	width				: 106px;
	height				: 32px;
	overflow			: hidden;
	text-indent			: -900em;
	background			: url(../img/btn-boeken.gif);
	float				: right;
	margin				: 5px 10px 0 0;
}

/* Wedstrijd opmerkingen */
.wedstrijd-opmerking {
	margin				: 20px 0 10px;	
}

/* Social Media */
.social-media {
    padding             : 10px;
    background          : #F7F7F7;
}

.social-media .fb_iframe_widget {

	top					: -3px \0/IE9 !important;	
	*top				: -3px !important; /*ie7*/
	top					: 0px\0/ !important;		
}

/* --------------------------------	*/
/* boeken						 	*/
/* --------------------------------	*/
#boeken .reisdata {
	width				: 360px;
	float				: left;	
	position			: relative;
}

#boeken .reisdata dl {
    padding				: 10px 8px;
	border				: 1px solid #008E7C;
	background			: #DAEEEC;
}

#boeken .reisdata dl dt {
	clear				: both;
	float				: left;
	width				: 155px;
	padding				: 2px 0;
	font-weight			: bold;
}

#boeken .reisdata dl dd {
	float				: left;	
	padding				: 2px 0;
	width				: 185px;
}

#boeken .reisdata dl dt.datum-heen,
#boeken .reisdata dl dd.datum-heen{
	margin				: 20px 0 0 0;
}

#boeken .reisdata dl dt.datum-terug,
#boeken .reisdata dl dd.datum-terug{
	margin				: 0 0 20px 0;
}

/* datumwijziger */
.datum-wijziger {
	border				: 1px solid #008E7C;
	width				: 120px;
	text-align			: center;
	height				: 19px;
	background			: #fff;
}

.datum-wijziger span { float: left; padding-left: 10px; }

.datum-wijziger .dag_eerder {
	display				: block;
	width				: 15px;
	height				: 19px;
	float				: left;
	text-indent			: -9000em;
	overflow			: hidden;
	background			: url(../img/btn-datum-vorige.png);
	border-right		: 1px solid #008E7C;
}

.datum-wijziger .dag_later {
	display				: block;
	width				: 15px;
	height				: 19px;
	float				: right;
	text-indent			: -9000em;
	overflow			: hidden;
	background			: url(../img/btn-datum-volgende.png);
	border-left			: 1px solid #008E7C;
}

.datum-wijziger .actief { background-position: top left; }
.datum-wijziger .inactief { background-position: bottom left; }

/* Kamerindeling */
#boeken .reisdata dl dl {
    padding: 0;
    border: none;
}

#boeken .reisdata dl dt.kamerindeling {
	margin				: 10px 0 0 0;
}

#boeken .reisdata dl dd.kamerindeling {
	margin				: 0;
}

#boeken .reisdata dl dd.kamerindeling {
	width				: auto;
	float				: none;
}

#boeken .reisdata dl .kamerindeling input {
	width				: 52px;	
}

#boeken .reisdata dl dd.kamerindeling dt {
	font-weight			: normal;	
}

/* Bed iconen */
#boeken .reisdata dl dd.kamerindeling dd {
	width				: 120px;
}

#boeken .reisdata dl dd.kamerindeling dd.single-room { background: url(../img/bedden.png) no-repeat 55px 3px; }
#boeken .reisdata dl dd.kamerindeling dd.twin-room { background: url(../img/bedden.png) no-repeat 55px -21px; }
#boeken .reisdata dl dd.kamerindeling dd.double-room { background: url(../img/bedden.png) no-repeat 55px -45px; }
#boeken .reisdata dl dd.kamerindeling dd.triple-room { background: url(../img/bedden.png) no-repeat 55px -70px; }


#boeken .reisdata span.uitverkocht {
	display				: block;
	width				: 340px;
	height				: 125px;
	position			: absolute;
	left				: 0;
	top					: -5px;
	background			: url(../img/uitverkocht.png) no-repeat -10px 0;
}

/* Reis omschrijving */
#boeken .reisomschrijving {
	float				: right;	
	width				: 335px;
	font-size			: 12px;
}

#boeken .reisomschrijving ul {
	margin				: 5px 0 5px 15px;
	list-style-type		: disc;
}

#boeken .reisomschrijving ul li,
#boeken .reisomschrijving ol li {
	margin				: 3px 0;
	padding				: 2px 0 2px 5px;
}

#boeken .reisomschrijving ol {
	margin				: 5px 0 5px 15px;
	list-style-image	: url(../img/lijst-streepje.gif);
}

/* Upgrade */
#boeken #upgrades {
	float				: left;
	width				: 410px;
}

#boeken #upgrades p {
	margin				: 0 0 10px 0;	
}

#boeken #upgrades ul li {
	margin				: 5px 0;	
}

#boeken #upgrades ul li span {
	display				: block;
	width				: 160px;
	float				: left;
}

#boeken #upgrades ul li span.no-info {
	width				: 190px;
}

#boeken #upgrades ul li span.info-ballon {
	dipslay				: block;
	width				: 25px;
	height				: 25px;
	margin-right		: 5px;
	text-indent			: -9000em;
	cursor				: pointer;
	background			: url(../img/icon-info.png) left 2px no-repeat;
}

#boeken #upgrades ul li span.info-ballon:hover {
	background-position	: left -40px;	
}

#boeken #upgrades ul li span.info-ballon .info-content{
	display				: none;	
}

#boeken #upgrades ul li select {
	width				: 220px;
}

#boeken #sfeerafbeelding {
	float				: right;
	width				: 310px;
}

/* Bagage */
#boeken #bagage ul {
	margin				: 15px 0;	
}

/* Voorkeursvliegveld */
#boeken #voorkeursvliegveld {
	margin				: 15px 0;
	padding				: 15px 30px;
	border				: 1px solid #008E7C;
	background			: #DAEEEC;
}

#boeken #voorkeursvliegveld fieldset {
	width				: 155px;
	float				: left;
	border				: none;
	margin				: 0;
	padding				: 0;
}

#boeken #voorkeursvliegveld fieldset legend {
	font-weight			: bold;	
	border				: none;
	padding-left		: 0;
}

#boeken #voorkeursvliegveld button#btn-bekijk-beschikbare-vluchten {
	border				: none;
	width				: 190px;
	height				: 26px;
	overflow			: hidden;
	text-indent			: -900em;
	background			: url(../img/btn-bekijk-beschikbare-vluchten.png) no-repeat left top;	
}

/* Gegevens reiziger */
#boeken fieldset,
#content .formmodule fieldset {
	border				: 1px solid #138563;
	margin				: 15px 0;
	padding				: 10px;	
}

#boeken fieldset legend {
	font-weight			: bold;
	padding				: 4px 10px;
	background			: #DAEEEC;
	border				: 1px solid #138563;
}

#boeken fieldset ul,
#boeken .gegevens-reizigers ul {
    list-style          : none;
	margin				: 10px 0 0 0;	
}

#boeken fieldset.gegevens-reiziger legend a {
	font-weight			: normal;
}

#boeken fieldset li.margin-after {
	margin-bottom		: 25px;	
}

#boeken fieldset.gegevens-hoofdboeker .input,
#boeken fieldset.gegevens-reiziger .input{
	border				: 1px solid #158463;	
}

#boeken fieldset.gegevens-hoofdboeker .links,
#boeken fieldset.gegevens-reiziger .links {
	width				: 360px;
	float				: left;
}

#boeken fieldset.gegevens-hoofdboeker .rechts,
#boeken fieldset.gegevens-reiziger .rechts {
	width				: 330px;
	float				: right;
}

#boeken fieldset.gegevens-hoofdboeker .label,
#boeken fieldset.gegevens-reiziger .label {
	clear				: both;
	float				: left;
	display				: inline-block;
	width				: 149px;
	margin				: 3px 0;
}

#boeken fieldset.gegevens-hoofdboeker .links .label,
#boeken fieldset.gegevens-reiziger .links .label {
    width               : 175px;
}

#boeken fieldset.gegevens-hoofdboeker .veld,
#boeken fieldset.gegevens-reiziger .veld {
	float				: left;
	margin				: 3px 0;
}

#boeken fieldset.gegevens-hoofdboeker li .veld label {
	width				: auto;	
}

#boeken fieldset.gegevens-hoofdboeker li .ui-datepicker-trigger {
    display             : none;
}

#boeken fieldset.gegevens-reiziger li .ui-datepicker-trigger {
    display             : none;
}

/* Fieldset groene kop (legend) */
#boeken fieldset.groene-kop {
	background			: #D9EDEB;	
}

#boeken fieldset.groene-kop legend {
	font-weight			: bold;
	color				: #fff;
	background			: #138563;
}

#boeken fieldset.groene-kop li {
	clear				: both;	
}

#boeken fieldset.groene-kop li h4 {
	margin				: 10px 0 0;
	font-size			: 1.1em;
	color				: #138563;
}

.boeken-stap5 fieldset.groene-kop li label {
	clear				: both;
	float				: left;
	display				: inline-block;
	width				: 250px;
}

/* Open / dicht */
#boeken fieldset.open {
	display				: block		
}

#boeken fieldset.open legend {
	padding-left		: 20px;
	background			: #138563 url(../img/icon-open-close.gif) no-repeat left 2px;
}

#boeken fieldset.dicht {
	display				: block;
	border-left			: none;
	border-right		: none;
	border-bottom		: none;
	background			: none;
}

#boeken fieldset.dicht legend {
	padding-left		: 20px;
	background			: #138563 url(../img/icon-open-close.gif) no-repeat left -37px;
}

#boeken fieldset.dicht ul {
	display				: none;	
}

/* Betaling */
#boeken .info {
	margin				: 0 0 10px 0;	
}

.boeken-stap5 fieldset ul li {
	padding-bottom		: 2px;
	margin				: 4px 0;	
	border-bottom		: 1px dashed #b9d8d5;
}


#boeken div.links {
	float				: left;
	width				: 250px;
	font-size			: 11px;
}

#boeken form#frm_kortingscode {
	margin				: 10px 0 0 0;	
}

#boeken input#kortingscode {
	border				: 1px solid #138563;
	width				: 112px;
	font-size			: 14px;
	padding				: 4px;
	font-family:"Courier New", Courier, monospace;
}	

#boeken button.btn-kortingscode {
	width				: 31px;
	height				: 26px;
	overflow			: hidden;
	text-indent			: -900em;
	background			: url(../img/btn-kortingscode.gif);
	border				: none;
	margin				: 0 0 0 6px;
}

#boeken div.rechts {
	float				: right;
	width				: 450px;
	font-size			: 11px;
}

#boeken fieldset.betalingsmethode {
	/*width				: 310px;	*/
	background			: #DAEEEC;	
}

#boeken fieldset.betalingsmethode ul {
	margin				: 10px 0;
}



/* --------------------------------	*/
/* andere-arrangementen			 	*/
/* --------------------------------	*/
#content .andere-arrangementen {
	margin				: 20px 0 0 0;
	background			: url(../img/bg-andere-arrangementen.gif) no-repeat left top;
}

#content .andere-arrangementen h3 {
	color				: #333;
	font-size			: 1.3em;
	margin				: 0 0 5px 0;
	padding				: 20px 10px 0;
}

#content .andere-arrangementen table.reizen {
	background			: url(../img/bg-andere-arrangementen-bot.gif) no-repeat left bottom;
}

#content .andere-arrangementen table.reizen tbody tr.last {
	border				: none;
}

#content .andere-arrangementen table.reizen td {
	padding-left		: 10px;
	padding-right		: 10px;
    border-bottom       : 0;
}

#content .andere-arrangementen table.reizen td.vervoer {
	width				: 40px;
}

#content .andere-arrangementen table.reizen td.prijs {
	width				: 50px;
}

#content p.terug {
	margin				: 20px 0 10px;
}

#content p.terug a {
	color				: #000;
	font-size			: 0.9em;
}

/* --------------------------------	*/
/* nieuws						 	*/
/* --------------------------------	*/
#content .nieuws li {
	margin				: 0 0 15px 0;
	padding				: 0 0 15px;
	border-bottom		: 1px dashed #B0B0B0;
}

#content .nieuws li .datum {
	color				: #B0B0B0;
}

/* Pagina navigatie */
#content .pagina_navigatie ul li {
	display				: inline;
	padding				: 0 2px;
}

#content .pagina_navigatie .huidige_pagina {
	font-weight			: bold;	
	padding				: 0 4px;
}


/* --------------------------------	*/
/* zijbalk						 	*/
/* --------------------------------	*/
#content-container #zijbalk {
	float				: right;
	width				: 235px;
	margin				: 0 6px 0 0;
}

#content-container #zijbalk h4 {
	color				: #C4100F;
	font-size			: 1.8em;
	margin				: 0 0 10px 0;
}

#content-container #zijbalk ul li.usps {

}

#content-container #zijbalk ul li.usps a {
	display				: inline-block;	
}


#content-container #zijbalk ul li.usps img.first-child {
	margin				: 0;
}


#content-container #zijbalk ul li.usps img {
	margin				: 0 0 0 13px;
}

#content-container #zijbalk ul li.bel-ons-gerust {
	margin				: 10px 0;
	padding-bottom		: 10px;
	border-top			: 1px dashed #000;
	border-bottom		: 1px dashed #000;
}

#content-container #zijbalk ul li.bel-ons-gerust h4 {
	margin-top 			: 10px;	
}

#content-container #zijbalk ul li.bel-ons-gerust .button {
	width				: 74px;
	height				: 25px;
	overflow			: hidden;
	text-indent			: -900em;
	border				: none;
	cursor				: pointer;
	margin				: 0 0 0 5px;
	background			: url(../img/btn-verzenden.png) no-repeat left top;
}

#content-container #zijbalk ul li.top-3-aanbiedingen {
	margin				: 0 0 10px 5px;
	padding				: 0 0 10px 0;
	border-bottom		: 1px dashed #000;
}

#content-container #zijbalk ul li.reviews {
	margin				: 0 0 10px 5px;
	padding				: 0 0 3px 0;
	border-bottom		: 1px dashed #000;
}

#content-container #zijbalk ul li.reviews p {
	padding:0;
}

#content-container #zijbalk ul li ol li {
	font-size			: 11px;
	line-height			: 1.8em;
	margin				: 0 0 10px 0;
}

#content-container #zijbalk ul li ol li span {
	float				: left;	
}

#content-container #zijbalk ul li ol li span.tijdstip {
	padding				: 0 10px;
}

#content-container #zijbalk ul li ol li a {
	display 			: block;
	color				: #008d7c;
	font-weight			: bold;
	text-decoration		: none;
}

#content-container #zijbalk ul li ol li a:hover {
	text-decoration		: underline;
}

#content-container #zijbalk ul li ol li a.button-info {
	float				: right;
	width				: 61px;
	height				: 21px;
	overflow			: hidden;
	text-indent			: -900em;
	background			: url(../img/btn-info.png);
}

/* Boekingsoverzicht */
#zijbalk .boekingsoverzicht {
	margin				: 0 0 10px 0;
	padding				: 25px 0 0 0;
	color				: #fff;	
	background			: url(../img/bg-boekingsoverzicht-widget.png) no-repeat left top;
	font-size			: 12px;
}

#zijbalk .boekingsoverzicht h4 {
	display				: none;	
}

#zijbalk .boekingsoverzicht div {
	padding				: 20px 0 0 0;
	background			: url(../img/bg-boekingsoverzicht-widget-bottom.png) no-repeat left bottom;
}

#zijbalk .boekingsoverzicht hr {
	border				: none;
	border-top			: 1px dotted #fff;
	background			: none;
	height				: 1px;
	margin				: 0 10px;
}

#zijbalk .boekingsoverzicht ul {
	padding				: 0 15px 5px 15px;
	margin				: 0 0 10px 0;
	font-size			: 11px;
}

#zijbalk .boekingsoverzicht ul li {
	overflow			: hidden;
	margin				: 0 0 6px 0;	
}

#zijbalk .boekingsoverzicht ul li span {
	display				: block;	
	width				: 155px;
	float				: left;
}

#zijbalk .boekingsoverzicht p {
	padding				: 10px 20px 20px 20px;
	line-height			: normal;
	font-size			: 23px;
	text-align			: right;
	zoom                : 1;
}

/* Banners */
#content-container #zijbalk ul li.banners {
	margin				: 0 0 5px 0;
	padding				: 1px 0 0 0;
	border-bottom		: 1px dashed #000;
}

/* Partners */
#content-container #zijbalk ul li.partners {
	margin				: 0 0 10px 0;
	padding				: 1px 0 10px 0;
}


/* ----------------------------------------------------- */
/* Fotoboek	(voorbeeld)									 */
/* - bij float left en verschillende hoogtes van blokken */
/* ----------------------------------------------------- */
#fotoboek li {
	display				: -moz-inline-stack;
	display				: inline-block;
	width 				: 200px;
	margin				: 5px;
	vertical-align		: top;
}


/* --------------------------------	*/
/* googlemaps					 	*/
/* --------------------------------	*/
iframe.googlemaps	{
	overflow			: hidden;
	border				: solid 1px black;
}

#googlemaps	{
	width				: 795px;
	height				: 500px;
	font				: 1em Trebuchet MS;
	text-align			: left;
	color				: #000;
	background			: #eee;
}

#googlemaps a	{
	color				: #58585A;
}


/* --------------------------------	*/
/* footer						 	*/
/* --------------------------------	*/
#footer	{
	position			: relative;
	background			: #d80202 url(../img/bg-footer.png);
	height				: 103px;
}

#footer address {
	position			: absolute;
	bottom				: 10px;
	left				: 30px;
	color				: #fff;
	font-style			: normal;
	font-size			: 0.85em;
}

#footer address span {
	display				: block;
	width				: 158px;
	height				: 56px;
	overflow			: hidden;
	text-indent			: -900em;
	background			: url(../img/logo-footer.png);
	
	position			: relative;
	bottom				: 15px;
}

#footer address a {
	color				: #fff;
	text-decoration		: none;
}

#footer address a:hover {
	text-decoration		: underline;
}

#footer-menu ul {
	position			: relative;
	top					: 10px;
	left				: 475px;
	width				: 135px;
	float				: left;
}

#footer-menu ul.first {
	top					: 3px;	
}

#footer-menu ul li a {
	font-size			: 0.85em;
	color				: #fff;
	text-decoration		: none;
}

#footer-menu ul li a:hover {
	text-decoration		: underline;
}

/* Tekst / links onderaan */
#amimpact {
	position			: relative;
	width				: 991px;
	margin				: 0 auto;
	padding				: 10px 0;
	font-size			: 0.85em;
	text-align			: right;
	color				: #666;
}

#amimpact a {
	text-decoration		: none;
	color				: #666;
}

#amimpact a:hover {
	text-decoration		: underline;
}

#amimpact a.actief {
	font-weight			: bold;
}

#facebook-like {
	margin: 15px 49px;
}

/* ===shadowbox.css=== */

/* --------------------------------	*/
/* container en overlay			 	*/
/* --------------------------------	*/
#shadowbox_container,
#shadowbox_overlay {
  top				: 0;
  left				: 0;
  height			: 100%;
  width				: 100%;
  margin			: 0;
  padding			: 0;
}

#shadowbox_container {
  position			: fixed;
  display			: block;
  visibility		: hidden;
  z-index			: 999;
  text-align		: center; /* centers #shadowbox in quirks and IE */
}

#shadowbox_overlay {
  position			: absolute;
}

/* --------------------------------	*/
/* shadowbox					 	*/
/* --------------------------------	*/
#shadowbox {
  position			: relative;
  margin			: 0 auto;
  padding			: 0 10px;
  text-align		: left; /* reset left alignment */
  background		: #FFF;
}

/* --------------------------------	*/
/* body							 	*/
/* --------------------------------	*/
#shadowbox_body {
  position			: relative;
  margin			: 0;
  padding			: 0;
  overflow			: hidden;
}

#shadowbox_body_inner {
  position			: relative;
  height			: 100%;
}

#shadowbox_content.html {
  height			: 100%;
  overflow			: auto; /* make html content scrollable */
}

/* --------------------------------	*/
/* loading						 	*/
/* --------------------------------	*/
#shadowbox_loading {
  position			: absolute;
  top				: 0;
  width				: 100%;
  height			: 100%;
}

#shadowbox_body,
#shadowbox_loading {
  background-color	: #FFF; /* should match loading image background color */
}

#shadowbox_loading_indicator {
  position			: relative;
  margin			: 10px auto;
  height			: 32px;
  width				: 32px;
  background		: url(../img/shadowbox/loading.gif) no-repeat;
}

#shadowbox_loading span {
  font-size			: 10px;
  float				: left;
  margin-top		: 16px;
}

#shadowbox_loading span a {
  color				: #000;
}

/* --------------------------------	*/
/* titel en info				 	*/
/* --------------------------------	*/
#shadowbox_title,
#shadowbox_info {
  	position			: relative;
  	margin				: 0; /* these must have no vertical margin or padding */
  	padding				: 5px 0;
  	overflow			: hidden;
}

#shadowbox_title_inner,
#shadowbox_info_inner {
  	position			: relative;
  	line-height			: 16px;
}

#shadowbox_title {
  	height				: 20px;
}

#shadowbox_title_inner {
  	font-size			: 16px;
  	color				: #000;
}

#shadowbox_info {
  	height				: 20px;
}

#shadowbox_info_inner {

  	color				: #000;
}

/* --------------------------------	*/
/* navigatie				 		*/
/* --------------------------------	*/
#shadowbox_nav {
  float				: right;
  height			: 16px;
  padding			: 2px 0;
  width				: 45%;
}

#shadowbox_nav a {
  float				: right;
  height			: 16px;
  width				: 16px;
  margin-left		: 3px;
  cursor			: pointer;
}

#shadowbox_nav_close 	{ background: url(../img/shadowbox/close.png) no-repeat; }
#shadowbox_nav_next 	{ background: url(../img/shadowbox/next.png) no-repeat; }
#shadowbox_nav_previous { background: url(../img/shadowbox/previous.png) no-repeat; }
#shadowbox_nav_play 	{ background: url(../img/shadowbox/play.png) no-repeat; }
#shadowbox_nav_pause 	{ background: url(../img/shadowbox/pause.png) no-repeat; }

/* --------------------------------	*/
/* counter					 		*/
/* --------------------------------	*/
#shadowbox_counter {
  float				: left;
  padding			: 2px 0;
  width				: 45%;
}

#shadowbox_counter a {
  padding			: 0 4px 0 0;
  text-decoration	: none;
  cursor			: pointer;
  color				: #000;
}

#shadowbox_counter a.shadowbox_counter_current {
  text-decoration	: underline;
}

/* --------------------------------	*/
/* clear					 		*/
/* --------------------------------	*/
div.shadowbox_clear {
  clear				: both; /* clear floating counter & nav */
}

/* --------------------------------	*/
/* messages					 		*/
/* --------------------------------	*/
div.shadowbox_message {
  font-size			: 12px;
  padding			: 10px;
  text-align		: center;
}

div.shadowbox_message a {
  color				: #000;
}

/* ===ui-voetbalreizen.css=== */
/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100% !important; height: 100%; }



/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial,sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=cc0000&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=15&borderColorHeader=e3a1a1&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=eeeeee&fcContent=333333&iconColorContent=cc0000&bgColorDefault=eeeeee&bgTextureDefault=04_highlight_hard.png&bgImgOpacityDefault=100&borderColorDefault=d8dcdf&fcDefault=004276&iconColorDefault=cc0000&bgColorHover=f6f6f6&bgTextureHover=04_highlight_hard.png&bgImgOpacityHover=100&borderColorHover=cdd5da&fcHover=111111&iconColorHover=cc0000&bgColorActive=ffffff&bgTextureActive=01_flat.png&bgImgOpacityActive=65&borderColorActive=eeeeee&fcActive=cc0000&iconColorActive=cc0000&bgColorHighlight=fbf8ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcd3a1&fcHighlight=444444&iconColorHighlight=004276&bgColorError=f3d8d8&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=75&borderColorError=cc0000&fcError=2e2e2e&iconColorError=cc0000&bgColorOverlay=a6a6a6&bgTextureOverlay=09_dots_small.png&bgImgOpacityOverlay=65&opacityOverlay=40&bgColorShadow=333333&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=10&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Arial,sans-serif; font-size: 1.1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #eeeeee; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #e3a1a1; background: #cc0000 url(images/ui-bg_highlight-soft_15_cc0000_1x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d8dcdf; background: #eeeeee url(images/ui-bg_highlight-hard_100_eeeeee_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #004276; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #004276; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #cdd5da; background: #f6f6f6 url(images/ui-bg_highlight-hard_100_f6f6f6_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #111111; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #111111; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #eeeeee; background: #ffffff url(images/ui-bg_flat_65_ffffff_40x100.png) 50% 50% repeat-x; font-weight: bold; color: #cc0000; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #cc0000; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcd3a1; background: #fbf8ee url(images/ui-bg_glass_55_fbf8ee_1x400.png) 50% 50% repeat-x; color: #444444; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #444444; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cc0000; background: #f3d8d8 url(images/ui-bg_diagonals-thick_75_f3d8d8_40x40.png) 50% 50% repeat; color: #2e2e2e; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #2e2e2e; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #2e2e2e; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_cc0000_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_cc0000_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_cc0000_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_cc0000_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_cc0000_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_004276_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cc0000_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; }
.ui-corner-tr { -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; }
.ui-corner-br { -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; }
.ui-corner-top { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; }
.ui-corner-right {  -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; }
.ui-corner-left { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; }
.ui-corner-all { -moz-border-radius: 6px; -webkit-border-radius: 6px; }

/* Overlays */
.ui-widget-overlay { background: #a6a6a6 url(images/ui-bg_dots-small_65_a6a6a6_2x2.png) 50% 50% repeat; opacity: .40;filter:Alpha(Opacity=40); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #333333 url(images/ui-bg_flat_0_333333_40x100.png) 50% 50% repeat-x; opacity: .10;filter:Alpha(Opacity=10); -moz-border-radius: 8px; -webkit-border-radius: 8px; }/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }
.ui-accordion .ui-accordion-content-active { display: block; }/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; z-index: 2000; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/* Dialog
----------------------------------*/
.ui-dialog { position: relative; padding: .2em; width: 300px; }
.ui-dialog .ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; }
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }

.ui-dialog .ui-dialog-titlebar-close { display: none; }

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
----------------------------------*/
.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

