@CHARSET "UTF-8";
body {
	background	: black;
}
/** KLEURSTELLING ELEMENTEN **/
h1,h2,h3,h4,h5,h6 {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial;
}

a,a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}


a:hover {	
	color: #DD0000;
}

.inputfield span,.inputfield span span {
	display: none;
}

.inputfield .error {
	border-color: red;
	display: block;
	background-color: transparent;
	color: red;
}

.inputfield span.show,.inputfield span.show span.error {
	border-color: red;
	display: block;
	color: red;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

.overviewHeader {
	border-bottom: 1px solid white;
}

.row {
	padding: 0px 7px 0px 7px;
	height: 33px;
	color: white;
	background: #340000;
}

.odd {
	background: #D40000;
}

ul.sub {
	border-bottom: 1px solid #343434;
	border-top: 1px solid #d4d4d4;
	line-height: 1;
}

.sub li {
	height: 20px;
	margin-bottom: 0px;
}

.sub a {
	font-size: 10px;
	font-style: italic;
	margin-left: 25px;
	margin-top: 5px;
}

.sub .row {
	background: #0000D4;
}

.sub .odd {
	background: #0034d4;
}

/**	Topmenu **/
#topmenu_background_container {
	height: 90px;
	position: relative;
	background: url('/html/img/grey_back.png') repeat-x 0px -9px;
}

#top_logo {
	position: absolute;
	top: 0px;
	left: 20px;
}

.topmenu_container {
	position: absolute;
	left: 250px;
	top: 23px;
	width: 765px;
	height: 33px;
}

.topmenu_container ul {
	margin: -2px 0px;
}

.topmenu_container ul li {
	display: inline;
	margin: 0px 0px 0px 25px;
}

ul.inline li {
	display: inline;
	margin: 0px 5px;
}

.topmenu_container a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	background: none;
}

.topmenu_container a:hover {
	color: #DD0000;
}

.footer {
	text-align: center;
	height: 25px;
	width: 100%;
	border-top: 1px solid #4d4d4d;
}

.content_bar.highlight {
	background: #331D1A;
}

.content_bar.highlight h3 {
	margin-top: -10px;
}
/***

BACKGROUND IMAGE SPRITES - OBSOLETE
.container.producerdetail,.container.invitesubmit,.container.inviterequest,.container.signupsubmit,.container.signup {
	background: url(../img/icons/aanmelden_large.gif) no-repeat -150px center;
}

.container.reserveren_start,.container.pricing {
	background: url(../img/icons/prijzen_large.gif) no-repeat -150px center;
}

.container.showdetail {
	 background: url(../img/icons/datumselectie_large.gif) no-repeat -150px center;
}

.container.tickettypeselection,.container.tickettypeselection_submit {
	background: url(../img/icons/kaartselectie_large.gif) no-repeat -150px center;
}

.container.logout,.container.login {
	background: url(../img/icons/lock_large.gif) no-repeat -150px center;
}

.container.zoeken {
	background: url(../img/icons/search_large.gif) no-repeat -150px center;
}

.container.registryconditions,.container.disclaimer,.container.more,.container.contact,.container.backoffice_start {
	background: url(../img/icons/logo_large.gif) no-repeat -150px center;
}
*/
.btn_large {
	width: 50px;
}

.btn_large.profile {
	background: url(../img/icons/aanmelden.gif) no-repeat top left;
}

.btn_large.info {
	background: url(../img/icons/info.gif) no-repeat top left;
}

.btn_large.loginbtn {
	background: url(../img/icons/lock.gif) no-repeat top left;
}

.active,a.active {
	color: #DD0000;
}

ul.list li {
	margin-left: 20px;
	list-style: disc;
}

.link_icon {
	margin: -7px 0px;
}

.notice {
	border: 3px solid #FFFFFF;
	opacity: 0.6;
	filter: alpha(opacity=60);
	padding: 10px;
}

.notice.error {
	background: red;
}

.notice.success {
	border: 3px solid #FFFFFF;
	background: green;
}

#backoffice_main {
	padding: 10px;
}

#backoffice_left p {
	margin: 10px;
}

.statusbar {
	background: url('../img/basic/statuses.gif') repeat-x top left;
	height: 20px;
}

.statusbar.status_0 {
	background-position: 0px -41px;
}

.statusbar.status_1 {
	background-position: 0px -82px;
}

.statusbar.status_2 {
	background-position: 0px -123px;
}

.statusbar.status_3 {
	background-position: 0px -164px;
}

.statusbar.status_4 {
	background-position: 0px -205px;
}

/** POPUP/TOOLTIP **/
#popup {
	background: #999999;
	z-index: 1000000001;
	position: absolute;
	left: 50%;
	top: 50%;
}

#popupoverlay {
	z-index: 1000000000;
	background: #600;
	opacity: 0.6;
	filter: alpha(opacity=60);
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px
}

.popupheader {
	background: black;
	color: white;
	border-bottom: 3px solid #d0d0d0;
	height: 35px;
	padding: 5px;
	font-size: 15px;
	font-weight: bold;
}

#tooltipcontainer {
	z-index: 10000;
	position: absolute;
	background: #090000;
	padding: 5px 10px;
	width: 400px;
}

#tooltipcontainer h4 {
	background: #AA0000;
	margin: -5px -10px;
	padding: 5px 10px;
}

#tooltipcontainer div#tooltipbody {
	margin-top: 5px;
}

ol.counter {
	list-style-type: decimal;
	font-weight: bold;
}

ol.counter li {
	font-weight: normal
}

table.status {
	border: 0px;
}

table.status th {
	border-bottom: 1px solid white;
	color: red;
	font-weight: bold
}

table.status th.description,table.status td.description {
	font-weight: bold;
}

table.status td {
	border-right: 1px solid white;
	padding: 5px;
}

table.status td.outer {
	border-right: none;
}

table.status tr {
	border-bottom: 1px solid rgb(52, 52, 52);
	margin: 5px 0px;
}

table.status tr.bottom {
	line-height: 5;
	border-bottom: none;
	font-weight: bold;
	font-size: 16px;
}

table.status th.index,table.status td.index {
	width: 60px;
	text-align: center;
}

ul.leftoverview {
	position: relative;
	z-index: 10000;
}

.productionrow {
	margin-right: -14px;
	height: 33px;
	color: white;
	border: 1px;
}

.productionrow.status_0,.productionrow.status_1,.productionrow.status_2 {
	background: transparent url('../img/icons/production_bars.png') no-repeat right top;
}

.productionrow.status_1 {
	background-position: right -44px;
}

.productionrow.status_2 {
	background-position: right -87px;
}

.productionrow .statusdiv_0,.productionrow .statusdiv_1,.productionrow .statusdiv_2 {
	margin-right: 14px;
	margin-left: 0px;
	padding-left: 7px;
	height: 33px;
}

.productionrow.playlistoverview {
	margin: 0px 0px 10px 0px;
	height: auto;
	border: 0px;
}

.productionrow.playlistoverview .statusdiv_0,.productionrow.playlistoverview .statusdiv_1,.productionrow.playlistoverview .statusdiv_2
	{
	margin: 0px;
	border: 0px solid white;
	border-bottom: 0.5px solid white;
}

.productionrow .statusdiv_0 {
	background: #999999;
}

.productionrow .statusdiv_1 {
	background: #008000;
}

.productionrow .statusdiv_2 {
	background: #AA0000;
}

.productionstatusselection.status_0,
.productionstatusselection.status_1,
.productionstatusselection.status_2 {
	width: 29px;
	height: 29px;
	float: left;
	display: block;
	margin-right: 10px;
}

.productionstatusselection.status_0 {
	background: transparent
		url('../img/status_indicators/round/status_0.png') no-repeat right top
		;
}

.productionstatusselection.status_1 {
	background: transparent
		url('../img/status_indicators/round/status_1.png') no-repeat right top
		;
}

.productionstatusselection.status_2 {
	background: transparent
		url('../img/status_indicators/round/status_2.png') no-repeat right top
		;
}

.disabled {
	font-style: italic;
	color: #999999;
}

.widget {
	margin: 10px 0px;
}

.widget .heading,.widget .header {
	font-size: 16px;
	height: 50px;
	text-indent: -9999px;
	background: #4d4d4d;
}

.widget .content {
	margin-top: 10px;
}

.widget.bugs {
	
}

/** boxjes die op 't dashboard staan **/
.roundedbox {
	position: relative;
	padding: 24px;
	margin: 10px;
	
}

.roundedbox .heading {
	position: absolute;
	z-index: 2;
	top: -25px;
	left: -10px;
	right: 0px;
}

.roundedbox .corner {
	position: absolute;
	width: 24px;
	height: 24px;
}

.roundedbox .corner.topLeft {
	top: -2px;
	left: -2px;
	background-position: 0px 0px;
}

.roundedbox .corner.topRight {
	top: -2px;
	right: -2px;
	background-position: -28px 0px;
}

.roundedbox .corner.bottomLeft {
	bottom: -2px;
	left: -2px;
	background-position: 0px -28px;
}

.roundedbox .corner.bottomRight {
	bottom: -2px;
	right: -2px;
	background-position: -28px -28px;
}
#my-glider .controls {
	text-align: center;
}
#my-glider .controls a {
	width: 185px;
	display: block;
	float: left;
	text-align: left;
	color : #DD0000;
	background: url('../img/glider/glider_test.png') no-repeat 0px 1px;
	height: 53px;
	font-size: 18px;
	text-indent: 70px;
	padding: 10px 0 0 0px;
	margin-left: 100px;
	text-decoration: none;
}

#my-glider .controls a:hover {
	text-decoration: underline;
}
#my-glider .controls a.second {
	background-position: 0px -72px;
}
	
#my-glider .controls a.third {
	background-position: 0px -144px;
}
	
#my-glider div.scroller {
	/* modify width and height of scrolling section if necessary	*/
	height: 500px;
	overflow: hidden;
}

#my-glider .scroller .section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/
	height: 500px;
	overflow: hidden;
	float: left;
}

#my-glider .scroller .content {
	width: 10000px;
}

.active {
	color: #FF0000;
}
.statusselector {
	float : left;
	width : 25px;
	height : 25px;
	margin: 0px 5px 0px 0px;
}

.statusselector .popover {
	position: relative;
	top : -10px;
	left: -5px;
	bottom : -40px;
	width: 25px;
	height: 100px;
	padding : 5px;
	display: block;
	background: #dddddd;
}
/**
.statusselector {
	position: relative;
	display: block;
	float : left;
	width : 25px;
	height : 25px;
	z-index : 2;
	margin: 0px 5px 0px 0px;
}

.statusselector .popover {
	position: absolute;
	top : -10px;
	left: -5px;
	width: 25px;
	height: 100px;
	padding : 5px;
	display: block;
	z-index : 50;
	background: #DDdddd;
}

**/
.statusselector .popover.small {
	height: 70px;
}
.statusselector .popover .statusselector {
	margin : 5px 0px;	
}
.statusselector.sales_0 {
	background: transparent url(../img/status_indicators/sales_status.png) no-repeat -65px 0px;
}

.statusselector.sales_1 {
	background: transparent url(../img/status_indicators/sales_status.png) no-repeat -65px -33px;
}

.statusselector.sales_2 {
	background: transparent url(../img/status_indicators/sales_status.png) no-repeat -65px -66px;
}

.statusselector.tickets_0 {
	background: transparent url(../img/status_indicators/sales_status.png) no-repeat -33px 0px;
}

.statusselector.tickets_1 {
	background: transparent url(../img/status_indicators/sales_status.png) no-repeat -33px -33px;
}

.statusselector.tickets_2 {
	background: transparent url(../img/status_indicators/sales_status.png) no-repeat -33px -66px;
}


.statusselector.payment_0 {
	background: transparent url(../img/status_indicators/sales_status.png) no-repeat 0px 0px;
}

.statusselector.payment_1 {
	background: transparent url(../img/status_indicators/sales_status.png) no-repeat 0px -33px;
}

.statusselector.payment_2 {
	background: transparent url(../img/status_indicators/sales_status.png) no-repeat 0px -66px;
}

#backoffice_main .inputfield span.show, 
#backoffice_main .inputfield span.show span.error {
	background: white;
	margin : 5px 0px;
	padding: 0px 5px;
}

#userformcontainer ul li {
	margin-top: 10px;
}

h1#producer_name {
	line-height: 36px;
	margin-top: 18px;
	margin-bottom: 0px;
}

.producer_details {
	padding-top:18px;	
}
#QuickSearchContainer {
	background: black;
	border: 1px solid white;
	margin-top: 10px;
	position: absolute;
	z-index: 10;
}
ul.sociallike_container {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.sociallike_container li {
	display: inline;
}

ul.sociallike_container a {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	background-image: url('/html/img/services-sprite.png');
	margin: 0px 5px 0px 0px;
}
ul.sociallike_container a.Facebook {
	background-position: -343px -1px;
}
ul.sociallike_container a.Hyves {
	background-position: -217px -19px;
}
ul.sociallike_container a.LinkedIn {
	background-position: -1px -37px;
}
ul.sociallike_container a.Twitter {
	background-position: -343px -55px;
}
fieldset {
	border: 1px solid #adadad;
}
fieldset legend {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}
.extra_info {
	font-size: 12px;
	font-style: italic;
	margin-bottom: 20px;
}

.highlight_container {
	background-color: #4d4d4d;
	margin: 20px;
	margin: 20px;
}
/** FAQ **/

.enabled h3 {
	margin-left: 30px;
}

.enabled.next {
	background-position: 0px 5px;
	height: 30px;
	margin: 0px 0px 10px 0px;
}
.enabled h3 a {
	color: #DD0000;
}
/*** CONTACTFORM ***/
ul.contactform textarea,
ul.contactform input {
	width: 405px;
	border-type: inset;
}

ul.contactform .input label {
	display : block;
	z-index: 10;
}

/******* BACKOFFICE ********/
#backoffice_main h1,
#backoffice_main h2,
#backoffice_main h3 {
	color: #FFFFFF;
}

#backoffice_left a,
#backoffice_left a:visited {
	color: white;
}
