/**
 * Layout.css
 */

/* General */

a:link, a:visited {
	color: #67005C;
	text-decoration: none;
}

a:hover, a:active {
	color: #E1358E;
}

body {
	margin: 0;
	padding: 0;
	font: 11px/140% Arial, Helvetica, sans-serif;
	color: #666;
}

h2 {
	margin: 30px 0;
	font-size: 28px;
	letter-spacing: -1px;
	line-height: 100%;
	color: #67005C;
}

h3 {
	margin: 20px 0 10px 0;
	font-size: 14px;
	color: #E1358E;
}

h4 {
	font-size: 13px;
	color: #67005C;
}

h5, h6 {
	font-size: 12px;
	color: #E1358E;
}

p {
	margin: 10px 0;
	line-height: 160%;
}

img {
	display: block;
	border: none;
	/*vertical-align: middle;*/ /* REMOVE THIS LINE IF IMAGES ACT IN A STRANGE WAY */
}

strong {
	font-size: 14px;
	color: #67005C;
}


/* Global classes */

a.button {
	position: absolute;
	display: block;
	right: 0;
	bottom: 0;
	height: 25px;
	background: url(../img/button-sprite-lp-left.gif) no-repeat;
	text-decoration: none;
	text-transform: uppercase;
	color: white !important;
}

a.button span {
	display: block !important;
	display: inline-block;
	padding: 0 10px 0 50px;
	height: 25px;
	background: url(../img/button-sprite-w-right.gif) no-repeat top right;
	line-height: 25px;
	cursor: pointer;
}

a.button:hover {
	background-position: 0 -25px !important;
}

a.button:hover span {
	background-position: right -25px !important;
}

img.zoom {
	position: absolute;
	right: 0;
	bottom: 0 !important;
	bottom: -1px;
}

p.date {
	font-weight: bold;
	color: #C39ABE;
}

p.intro {
	font-size: 14px;
	font-weight: bold;
	line-height: 140%;
	color: #67005C;
}

.sideblock {
	position: relative;
	margin-bottom: 10px;
	padding: 0 15px 25px 15px;
	width: 200px;
	background: url(../img/sideblock-bg.gif) no-repeat bottom left;
}

.sideblock h3 {
	margin: 0 -15px;
	padding: 15px 15px 0;
	background: url(../img/sideblock-header-bg.gif) no-repeat;
	font-size: 22px;
	letter-spacing: -1px;
	line-height: 100%;
}

.sideblock p {
	margin: 10px 0;
}

.mask-150 {
	margin-left: -153px;
}


/* Containers */

#wrapper {
	margin: 0 auto;
	padding-bottom: 50px;
	width: 960px;
}

#header {
	position: relative;
	margin-bottom: 10px;
	height: 150px;
	background: url(../img/header-bg.gif) no-repeat;
	z-index: 10;
}

#content {
	margin-bottom: 10px;
	width: 980px;
	overflow: hidden;
}

#footer {
	padding: 10px;
	width: 940px;
	height: 70px;
	background: #FFBA00 url(../img/footer-bg.png) no-repeat;
}


/* Header content */

#header h1 {
	float: left;
	margin: 35px 0 0;
	padding: 0;
}

#header h1 a {
	display: block;
	width: 253px;
	height: 75px;
	background: url(../img/logo.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#login {
	position: relative;
	float: right;
	margin: 25px 0 0;
	padding: 12px 12px 12px 34px;
	width: 235px;
	height: 51px;
	background: url(../img/login-bg.gif) no-repeat;
}

#login p,
#latest-news p {
	margin: 2px 0;
	line-height: 140%;
}

#login a.button {
	right: 0 !important;
	bottom: 0 !important;
	right: -1px;
	bottom: 1px;
	background: url(../img/button-sprite-w-left.gif) no-repeat;
}

#login a.button span,
.linked a.button span {
	background: url(../img/button-sprite-w-right.gif) no-repeat top right;
}

.linked a.button {
	right: 0 !important;
	bottom: -1px !important;
	bottom: -2px;
	background: url(../img/button-sprite-w-left.gif) no-repeat;
}


/* Homepage content */

#visual {
	position: relative;
	margin-bottom: 10px;
	height: 220px;
}

#visual div {
	position: absolute;
}

#visual p {
	position: absolute;
	margin: 0;
	top: 60px;
	left: 100px;
	width: 180px;
	font-size: 14px;
	line-height: 175%;
	color: white;
}

#latest-news {
	padding: 10px 20px 9px 120px;
	float: left;
	margin-bottom: 10px;
	width: 210px;
	height: 86px;
	background: url(../img/news-bg.gif) no-repeat;
}

#latest-news h3 {
	margin: 0;
	font-size: 13px;
}

#latest-news h3 a {
	text-decoration: none;
	color: #67005C;
}

#latest-news h3 a:hover {
	color: #E1358E;
}

#slogan {
	padding: 22px 35px 10px 35px;
	float: left;
	margin-bottom: 10px;
	width: 540px;
	height: 73px;
	background: url(../img/slogan-bg.gif) no-repeat;
}

#slogan h2 {
	margin: 0;
	line-height: 60%;
}

#slogan p {
	font-size: 12px;
	line-height: 160%;
}


/* Service blocks */

#services {
	float: left;
	width: 970px;
	overflow: hidden;
}

a.service {
	display: block;
	float: left;
	margin-right: 10px;
	width: 233px;
	height: 185px;
	background: url(../img/service-sprite.gif) no-repeat;
	text-decoration: none;
}

a.service:hover {
	background-position: 0 -185px;
}

a.service.odd {
	margin-right: 9px;
}

a.service .header {
	display: block;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	line-height: 35px;
	text-align: center;
	color: white;
}

a.service img {
	margin: 0 0 6px 1px;
}

a.service .title {
	display: block;
	padding: 0 10px;
	font-size: 13px;
	font-weight: bold;
}

a.service .text {
	display: block;
	padding: 2px 10px;
	color: #666;
}

a.service .readmore {
	display: block;
	padding: 0 10px;
}


/* Page components */

#breadcrumbs {
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
	font-size: 10px;
	font-weight: bold;
	overflow: hidden;
	color: #C299BE;
	color: #8D3F84;
}

#breadcrumbs li {
	float: left;
	padding-right: 5px;
}

#breadcrumbs li a:link,
#breadcrumbs li a:visited {
	color: #C299BE;
}

#breadcrumbs li a:hover,
#breadcrumbs li a:active {
	color: #E1358E;
}

#content-head {
	height: 70px;
	background: url(../img/content-bg.png) no-repeat;
}

#content-head h2 {
	display: inline;
	float: left;
	margin: 25px 0 0 250px;
	line-height: normal;
}

#content-head h2.no-indent {
	margin: 25px 0 0 10px;
}

#search-form {
	display: inline;
	float: right;
	margin: 10px 30px;
}

#search-form label {
	font-weight: bold;
	text-transform: uppercase;
	color: #67005C;
}

#search-form input {
	vertical-align: middle;
}

#search-form #search {
	margin-right: -3px;
	padding: 6px;
	height: 16px;
	width: 177px;
	border-top: 1px solid #D4D0C8;
	border-right: none;
	border-bottom: 1px solid #D4D0C8;
	border-left: 1px solid #D4D0C8;
	font-size: 14px;
	color: #C9A3C4;
}

ul.menu {
	margin: 0 0 10px 0;
	padding: 0 10px 10px 10px;
	width: 210px;
	background: url(../img/menu-bg.gif) no-repeat bottom left;
	list-style-type: none;
}

ul.menu li {
	border-top: 1px solid white;
}

ul.menu li.first {
	margin: 0 -10px;
	padding: 10px 10px 0;
	background: url(../img/menu-top-bg.gif) no-repeat top left;
	border-top: none;
}

ul.menu li a {
	display: block;
	padding: 0 10px;
	height: 30px;
	background: url(../img/arrow-lightpink-lp-right.gif) no-repeat 96% 50%;
	line-height: 30px;
	color: #A4669D !important;
}

ul.menu li.selected a {
	background: url(../img/arrow-purple-lp-right.gif) no-repeat 96% 50%;
	color: #67005C !important;
}

ul.menu li a:hover {
	background: url(../img/arrow-pink-lp-right.gif) no-repeat 96% 50%;
	color: #E1358E !important;
}

ul.menu li ul {
	margin: 0;
	padding: 0;
	background-color: white;
	list-style-type: none;
}

ul.menu li ul li {
	padding-left: 10px;
	border-top: none;
	border-bottom: 1px solid #F0E5EE;
}

ul.menu li ul li a:link,
ul.menu li ul li a:visited {
	background: url(../img/arrow-lightpink-w-right.gif) no-repeat 96% 50%;
	color: #A4669D !important;
}

ul.menu li ul li.selected a:link,
ul.menu li ul li.selected a:visited {
	background: url(../img/arrow-purple-w-right.gif) no-repeat 96% 50% !important;
	color: #67005C !important;
}

ul.menu li ul li a:hover,
ul.menu li ul li a:active,
ul.menu li ul li.selected a:hover,
ul.menu li ul li.selected a:active {
	background: url(../img/arrow-pink-w-right.gif) no-repeat 96% 50% !important;
	color: #E1358E !important;
}

#tabs {
	margin: -19px 0 0 0;
	padding: 0 4px;
	height: 30px;
	border-bottom: 1px solid #E1CCDE;
	list-style-type: none;
}

#tabs li {
	position: relative;
	float: left;
	bottom: -1px;
}

#tabs li a {
	display: block;
	display: inline-block;
	padding: 0 10px;
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	outline: none;
	color: #A4669D;
}

#tabs li a:hover {
	color: #E1358E !important;
}

#tabs li.selected {
	background: url(../img/tab-item-left.png) no-repeat top left;
}

#tabs li.selected a {
	background: url(../img/tab-item-right.png) no-repeat top right;
	color: #67005C;
}

#right .thumb {
	position: relative;
	display: block;
	margin-bottom: 10px;
	width: 230px;
	height: 153px;
}


/* Columns */

.column {
	float: left;
	margin-right: 20px;
}

.column.stretch {
	position: relative;
	margin-bottom: -66px;
	top: -70px;
}

.column.linked {
	padding-bottom: 25px;
	border-bottom: 1px solid #E1CCDE;
}

.column.jobs,
.column.faq {
	padding-top: 1px;
}

#left {
	width: 230px;
}

#middle {
	width: 460px;
}

#right {
	width: 230px;
}

#right-span {
	width: 710px;
}


/* Articles */

.article {
	margin-bottom: 30px;
	width: 100%;
	overflow: hidden;
}

.article .thumb {
	float: left;
	margin-right: 20px;
}

.article-content {
	float: left;
	width: 540px;
}

.article-content p.date {
	margin: 0;
}

.article-content h3 {
	margin: 5px 0;
}

.article-content p {
	margin: 10px 0;
}


/* Archive tables */

table {
	margin-bottom: 10px;
	width: 100%;
	border-collapse: collapse;
	border: none;
}

table td {
	border-bottom: 1px solid #E1CCDE;
}

td.date {
	width: 140px;
	text-align: right;
	color: #BA8CB5;
}

td.title {
	width: 450px;
}

td.more {
	width: 76px;
}


/* Accordion */

#accordion {
	margin-bottom: 10px;
}

.accordion_toggle {
	display: block;
	margin-top: -1px;
	padding-left: 20px;
	height: 35px;
	background: url(../img/arrow-lightpink-w-right.gif) no-repeat 10px 50%;
	border-bottom: 1px solid #E1CCDE;
	line-height: 35px;
	outline: none;
	cursor: pointer;
}

.accordion_toggle_active {
	background: url(../img/job-active-top-bg.gif) no-repeat top left !important;
	font-size: 12px;
	font-weight: bold;
	color: #E1358E !important;
}

.accordion_toggle span {
	display: block;
	float: left;
	padding: 0 10px;
}

.accordion_toggle .function {
	width: 250px;
}

.accordion_toggle .department {
	width: 180px;
}

.accordion_toggle .city {
	width: 95px;
}

.accordion_toggle .more {
	margin-right: -3px;
	width: 85px;
	text-align: right;
}

.accordion_toggle_active .department,
.accordion_toggle_active .city,
.accordion_toggle_active .more {
	visibility: hidden;
}

.accordion_content {
	width: 100%;
	background: url(../img/job-active-bg.gif) no-repeat bottom left;
	overflow: hidden;
}

.accordion_content table,
.accordion_content p {
	color: #67005C;
}

.accordion_content p {
	margin: 20px 0;
	padding: 0 30px;
}

.accordion_content table td {
	padding: 10px 30px;
	border-top: 1px solid white;
	border-bottom: none;
	vertical-align: top;
}

.accordion_content table ul {
	margin: 0;
	padding-left: 15px;
}


/* References */

#gallery {
	margin-bottom: 10px;
	padding: 10px;
	width: 440px;
	background: url(../img/gallery-top-bg.gif) no-repeat;
}

#gallery img {
	margin: 0 auto;
	vertical-align: middle;
}

#gallery #controls {
	margin: 10px -10px -10px;
	padding: 10px 0 0 10px;
	height: 95px;
	background: url(../img/gallery-bottom-bg.gif) no-repeat bottom left;
	border-top: 1px solid #E1CCDE;
}

#thumbs {
	float: left;
	width: 366px;
	height: 85px;
	overflow: hidden;
}

#thumbs-content {
	width: 3050px;
	overflow: hidden;
}

#thumbs-content .slide {
	float: left;
	width: 366px;
	height: 85px;
}

#controls .carousel-control {
	display: block;
	float: left;
	height: 85px;
	width: 43px;
	text-indent: -9999px;
	outline: none;
}

#controls #prev {
	background: url(../img/previous-sprite.gif) no-repeat center left;
}

#controls #next {
	margin-left: -12px;
	background: url(../img/next-sprite.gif) no-repeat center right;
}

#controls #prev:hover {
	background-position: -43px 50%;
}

#controls #next:hover {
	background-position: 20px 50%;
}

.gallery-thumb {
	display: block;
	float: left;
	margin-right: 12px;
	padding: 5px;
	width: 100px;
	height: 75px;
	background: url(../img/gallery-thumb-sprite.gif) no-repeat;
}

.gallery-thumb:hover,
.gallery-thumb.selected {
	background-position: 0 -85px;
}


/* Trip blocks*/

#trips {
	float: left;
	width: 970px;
	overflow: hidden;
}

a.trip {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	padding: 8px 9px;
	width: 215px;
	height: 199px;
	background: url(../img/trip-sprite.gif) no-repeat;
	text-decoration: none;
}

a.trip:hover {
	background-position: 0 -215px;
}

a.trip.odd {
	margin-right: 9px;
}

a.trip img {
	margin-bottom: 6px;
}

a.trip .title {
	display: block;
	font-size: 13px;
	font-weight: bold;
}

a.trip .text {
	display: block;
	padding: 2px 0;
	color: #666;
}

a.trip .readmore {
	display: block;
}


/* Footer content */

#footer img {
	float: left;
	margin-right: 10px;
	padding: 0;
}

#jobs {
	float: left;
	margin: 0 !important;
	margin-right: -3px; /* IE6 duplicate char bugfix */
	padding: 0 0 0 100px;
	width: 268px;
	height: 70px;
	background: url(../img/vacatures-bg.png) no-repeat;
	list-style-type: none;
	z-index: 999;
}

#jobs li {
	display: inline; /* IE6 whitespace bugfix */
}

#jobs li a {
	display: block;
	padding: 0 5px;
	background: url(../img/arrow-white-ly-right.gif) no-repeat 96% 50%;
	font-weight: bold;
	line-height: 23px;
}

#jobs li a:hover {
	background: url(../img/arrow-purple-ly-right.gif) no-repeat 96% 50%;
	color: #67005C;
}


/* Footer nav */

#footer-nav {
	padding: 10px;
	width: 940px;
	text-align: right;
}

#copyright {
	display: inline;
	margin-right: 10px;
}

#service-nav {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}

#service-nav li {
	display: inline;
}

/* contactform */

div#middle form {
	float: left;
}

div#middle form dl {
	width: 460px;
	margin: 0;
}

div#middle form dt { 
	float: left;
	width: 125px;
	padding-top: 13px;
	min-height: 1px; /* Required to give layout to empty elements */
	font: 11px Arial, Helvetica, sans-serif;
	color: #67005C;
}

div#middle form dd {
	margin-left: 110px;
	padding-top: 10px;
}

div#middle form dd input,
div#right-span form input {
	vertical-align: middle;
	font: 11px Arial, Helvetica, sans-serif;
}

div#middle form dd img {
	display: inline;
	vertical-align: middle;
}

div#middle input.text,
div#right-span input.text {
	background: url(../img/input-bg.gif) repeat-x;
	border: 1px solid #BF99BE;
	height: 14px;
	padding: 3px;
}

input.extra-small {
	width: 40px;
}

input.small {
	width: 100px;
}

input.medium {
	width: 200px;
}

input.large {
	width: 300px;
}

div#middle textarea {
	width: 300px;
	padding: 3px;
	font: 11px Arial, Helvetica, sans-serif;
	background: url(../img/textarea-bg.gif) repeat-x;
	border: 1px solid #BF99BE;
}

div#middle input.submit,
div#right-span input.submit {
	width: 127px;
	height: 26px;
	color: #fff;
	text-transform: uppercase;
	padding-left: 35px;
	line-height: 25px;
	background: url(../img/submit-btn-bg.png) repeat-x;
	border: none;
	padding-bottom: 2px;
	text-align: left;
}


/* My profile */

div#profile-bar {
	width: 694px;
	height: 24px;
	background: url(../img/profile-bar-bg.gif) no-repeat;
	margin: 10px 0;
	padding: 8px;
}

a.inline-button {
	display: block;
	height: 24px;
	line-height: 24px;
	color: #A4669D !important;
	font-size: 12px;
	font-weight: bold;
	float: left;
	margin-right: 8px;
}

a.inline-button.right {
	background: url(../img/inline-btn-right-sprite.gif) no-repeat top right;
}

a.inline-button.left {
	background: url(../img/inline-btn-left-sprite.gif) no-repeat top left;
}

a.inline-button.left:hover,
a.inline-button.right:hover span {
	background-position: left -24px;
	color: #fff;
}

a.inline-button.right:hover,
a.inline-button.left:hover span {
	background-position: right -24px;
	color: #fff;
}

a.inline-button.right span {
	background: url(../img/inline-btn-right-arrow-sprite.gif) no-repeat top left;	
	padding: 0 10px 0 28px;
	display: block;
}

a.inline-button.left span {
	background: url(../img/inline-btn-left-arrow-sprite.gif) no-repeat top right;	
	padding: 0 28px 0 10px;
	display: block;
}

table td.profile-left {
	width: 120px;
	color: #67005C;
}

/* Nightrider */

.section-nightrider {
	color: #FFF;
}

.section-nightrider #left {
	margin-left: 10px;
}
.section-nightrider #right {
	margin-right: 10px;
}
.section-nightrider #middle {
	width: 440px;
}
.section-nightrider #middle h2 {
	color: #E1358E;
}

.section-nightrider #content {
	position: relative;
	width: 960px;
}

.section-nightrider #content h3 {
	color: #E1358E;
}

.section-nightrider p.intro {
	color: #FFF;
}

.section-nightrider #content-head {
	background: none;
}

.section-nightrider #search-form {
	margin: 10px 10px;
}
.section-nightrider .nightrider-bg-top {
	width: 960px;
	background: #33002D url("../img/background-nightrider-top.png") no-repeat top right;
	overflow: hidden;
}
.section-nightrider .nightrider-bg-bottom {
	width: 960px;
	height: 10px;
	background: #33002D url("../img/background-nightrider-bottom.png") no-repeat top right;	
	position: absolute;
	bottom: 0px;
}

.section-nightrider .menu-nightrider-top {
	background: url("../img/menu-top-bg-nightrider.png") no-repeat top left;
	width: 230px;
	padding-top: 14px;
}

.section-nightrider ul.menu {
	background: url("../img/menu-bg-nightrider.png") no-repeat bottom left;
	margin: 0 0 10px 0;
	padding: 0 10px 10px 10px;
	width: 210px;
	list-style-type: none;	
}
.section-nightrider ul.menu li.first {
	background: none;
	margin: 0px -10px;
	padding: 0px 10px 0 10px;
	border-top: none;
}

.section-nightrider ul.menu li.first a {
	padding: 0 10px 4px 10px;
	height: 22px;
	background: url(../img/arrow-lightpink-lp-right-nightrider.gif) no-repeat 96% 7px;
	line-height: 22px;
	overflow: hidden;
}
.section-nightrider ul.menu li.first a:hover {
	background: url(../img/arrow-pink-lp-right-nightrider.gif) no-repeat 96% 7px;
	color: #F53797 !important;
}


.section-nightrider ul.menu li {
	border-top: 1px solid #230121;
}

.section-nightrider ul.menu li a {
	display: block;
	padding: 0 10px;
	height: 30px;
	background: url(../img/arrow-lightpink-lp-right-nightrider.gif) no-repeat 96% 50%;
	line-height: 30px;
	color: #FFFFFF !important;
}

.section-nightrider ul.menu li.selected a {
	background: url(../img/arrow-pink-lp-right-nightrider.gif) no-repeat 96% 50%;
	color: #F53797 !important;
}

.section-nightrider ul.menu li a:hover {
	background: url(../img/arrow-pink-lp-right-nightrider.gif) no-repeat 96% 50%;
	color: #F53797 !important;
}

.section-nightrider .sideblock-nightrider-top {
	background: url(../img/sideblock-header-bg-nightrider.png) no-repeat;
	width: 230px;
	padding-top: 10px;
}

.section-nightrider .sideblock {
	position: relative;
	margin-bottom: 10px;
	padding: 0 15px 25px 15px;
	width: 200px;
	background: url(../img/sideblock-bg-nightrider.png) no-repeat bottom left;
}

.section-nightrider .sideblock h3 {
	margin: 0 -15px;
	padding: 5px 15px 0;
	background: none;
	font-size: 22px;
	letter-spacing: -1px;
	line-height: 100%;
}

.section-nightrider .sideblock p {
	margin: 10px 0;
}

.section-nightrider #search-form label {
color:#FFFFFF;
}

.section-nightrider a.button {
	position: absolute;
	display: block;
	right: 0;
	bottom: 0;
	height: 25px;
	background: url(../img/button-sprite-w-left-nightrider.png) no-repeat;
	text-decoration: none;
	text-transform: uppercase;
	color: white !important;
}

.section-nightrider a.button span {
	display: block !important;
	display: inline-block;
	padding: 0 10px 0 50px;
	height: 25px;
	background: url(../img/button-sprite-w-right-nightrider.png) no-repeat top right;
	line-height: 25px;
	cursor: pointer;
}


/* Nightrider - Arrangementen */

.section-nightrider #middle {
	margin-bottom: -56px;
}

.section-nightrider .nightrider-bg-top #content-head {
	padding: 0;
	background: none;
}

.section-nightrider #content-head {
	margin: 0 0 10px;
	padding: 10px 0 0;
	height: 70px;
	background: url(../img/themes/nightrider/content-header-bg.png) no-repeat 0 0;
}

.section-nightrider #content-head .header {
	float: left;
}

.section-nightrider #content-head p {
	width: 300px;
	margin: 5px 0 0 10px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #E1358E;
}

.section-nightrider #content-head h2 {
	float: none;
	margin-top: 0px;
	color: white;
}

.section-nightrider a.trip {
	background-image: url(../img/themes/nightrider/trip-sprite.gif);
}

.section-nightrider a.trip .title,
.section-nightrider a.trip .readmore {
	color: #E1358E;
}

.section-nightrider a.trip:hover .title,
.section-nightrider a.trip:hover .readmore {
	color: white;
}

.section-nightrider a.trip .text {
	color: white;
}

.section-nightrider #tabs {
	margin: -19px -10px 0;
	border-bottom: 1px solid #010001;
}

.section-nightrider #tabs a {
	color: #E1358E;
}

.section-nightrider #tabs a:hover {
	color: white!important;
}

.section-nightrider #tabs li.selected {
	padding-right: 5px;
	background: url("../img/themes/nightrider/tab-item-right.png") no-repeat 100% 0;
}

.section-nightrider #tabs li.selected a {
	padding-right: 5px;
	background: url("../img/themes/nightrider/tab-item-left.png") no-repeat 0 0;
	color: white;
}

.section-nightrider .column.linked {
	border-color: #67005C;
}
/*
.section-nightrider #info,
.section-nightrider #programme,
.section-nightrider #prices {
	margin: -10px -10px 0;
	padding: 10px 10px 0;
	background: url(../img/themes/nightrider/pane-bg.png) repeat-x 0 0;
	border-top: 1px solid black;
}*/

