<?php header("Content-type: text/css"); ?>
/********************* GENERIC *********************/

html{
	height: 100%;
	width: 100%;
	/*overflow-y: auto;
	overflow-x: hidden;*/
}

body {
	margin: 0px;
	padding: 0px;

	width: 100%;
	height: 100%;
	background-color:white;
	font-family: Arial;
	font-size:12px;
	background-repeat:no-repeat;
	background-position: center 36px;
}
#container{
	margin: 0px auto;
	width: 710px;
}

body, input, textarea {
	font-family: Arial;
	font-size: 11px;
}

form{
	margin: 0px;
	padding: 0px;
}

input, select, textarea {
	font-family: Arial;
	font-size: 12px;
	color: #919191;
	vertical-align: middle;
	border: #bebebe 1px solid;
	font-weight: normal;
	margin: 2px 0px;
}

a img{
	border:0px;
}

hr{
	border:1px;
	height:1px;
}

h1{
	text-transform:uppercase;
	font-size:21px;
}
/*********************************************************/

#content{

	width: 500px;
	margin: 0 auto;
	display: table;
	text-align: left;
	margin: 0;
	padding-top:218px;
}

.leading_text{
	font-weight:bold;
	font-size:12px;
}

.text{
	padding-top:10px;
	font-size:12px;
}


/********************* MENU *******************************/
#menu_bg{
	width:100%;/*
	width:1600px;*/
	height:36px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#menu{
	height:21px;
	padding-top:15px;
	position:absolute;
	float:left;
	text-align:left;
	font-weight:bold;
	font-size:12px;
	margin-left: -10px;
}
#menu a{
	color:white;
	font-weight:bold;
	font-size:12px;
	padding-left:10px;
	padding-right:10px;
	text-transform: capitalize;
	text-decoration:none;
}

/********************* HOME *******************************/

.home_text{
	position:relative;
}

/********************* PERFORMANCES *********************/

#performance_table{
	width:500px;
}

#performance_table .header{
	width:500px;
	height:26px;
	float:left;
	border-bottom:3px solid white;
}

#performance_table .row{
	width:500px;
	min-height:35px;
	border-top:2px solid white;
	float:left;
}

#performance_table a{
	font-weight:bold;
	color:white;
	text-decoration:none;
}

.odd{
	background-color:#f5a35a;
}

.even{
	background-color:#F7C290;
}

.date{
	width:100px;
	min-height:33px;
	padding:10px opx 10px 8px;
	float:left;
	color:white;
	font-weight:bold;
}

.description{
	width:293px;
	padding: 10px 4px 10px 4px;
	border-right:2px solid white;
	border-left:2px solid white;
	float:left;
	min-height:33px;
}

.action{
	width:78px;
	padding: 10px 0px 0px 8px;
	float:left;
}

#subscribe
{
	padding-top: 20px;
	float: left;
}

#subscribe .label
{
	float: left;
	height: 20px;
	width: 100px;
	padding-top:5px;
}

#subscribe .values
{
	float: left;
	height: 20px;
}


#subscribe .row
{
	padding-left:150px;
	height: 25px;
}

/******************** ORCHESTRA **********************/
#persons{
	width:300px;
}
.person_text{
	position:absolute;
	margin-top:0px;
}
.person_read_more{
	position:absolute;
	margin-top:95px;
}
#category_selection{
	width:500px;
	font-weight:bold;
}
#category_selection select{
	width:380px;
}

#voor
{
	width: 498px;
	border:1px solid white;
}

#voor .check
{
	border:1px solid white;
	padding-top: 10px;
	vertical-align: top;
	text-align:center;
}

#voor .content
{
	border:1px solid white;
	padding: 10px 5px 10px 5px;
	width: 290px;
	vertical-align: top;
}

#voor .image
{
	border:1px solid white;
	width: 170px;
	padding: 10px 0px 10px 0px;
	text-align:center;
	vertical-align: top;
}

.player
{
	background-image: url('images/no_flash.jpg');
	padding-top: 10px;
	width: 270px;
}

.subscript{
	width:492px;
	height:22px;
	padding-top:5px;
	padding-left:10px;
	color:white;
	font-size:12px;
}

.thumb_subscript{
	padding-left:2px;
	padding-right:2px;
	color:white;
	font-size:5px;
	vertical-align:middle;
	text-align:center;
	padding-top:0px;	
	width:80px;
	height:10px;	
}

.textUp {
position: relative;
top: -70px;
width: 200px;
}