@charset "UTF-8";
/* CSS Document */



/*PAGE GRID===================================================================*/
body {
	background-color: #191919;
	background-image: url(../layoutbin/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	padding-top:100px;
	text-align:center;
}

#page {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	color:#999999;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size:14px;
	line-height:18px;
}


/*---------PAGE HEADER--------------*/

#page #header {
	background-image: url(../layoutbin/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 210px;
	padding-left:20px;
	padding-right:20px;
}
#page #header #headerimage{
	width:760px;
	height:136px;
	padding-top:20px;
	background-image: url(../layoutbin/tonalbooking.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
#page #header #headerimage .invisible{
	display: none;
	visibility: hidden;
}
/*---------MAINMENUE-------------*/
#page #header #mainmenu{
	width:760px;
	text-align:center;
	margin-left:-20px;
	margin-top:20px;
	margin-bottom:-20px;
}

#page #header #mainmenu li {
	display: inline;
	list-style-type: none;
	text-align:center;
	color:#CCCCCC;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	margin-left:10px;
	margin-right:10px;
}


#page #header #mainmenu li a:link{
	color: #CCCCCC;
	text-decoration:none;
}
#page #header #mainmenu li a:visited{
	color: #CCCCCC;
	text-decoration:none;
}
#page #header #mainmenu li a:active{
	color: #CCCCCC;
	text-decoration:none;

}
#page #header #mainmenu li a:hover{
	color: #ee5908;
	text-decoration:none;
}

#page #header #mainmenu .menu-current a:link{
	color: #ee5908;
	text-decoration:none;
}
#page #header #mainmenu .menu-current a:visited{
	color: #ee5908;
	text-decoration:none;
}
#page #header #mainmenu .menu-current a:active{
	color: #ee5908;
	text-decoration:none;
}
#page #header #mainmenu .menu-current a:hover{
	color: #ee5908;
	text-decoration:none;
}

#page #header #mainmenu .menu-parent a:link{
	color: #ee5908;
	text-decoration:none;
}
#page #header #mainmenu .menu-parent a:visited{
	color: #ee5908;
	text-decoration:none;
}
#page #header #mainmenu .menu-parent a:active{
	color: #ee5908;
	text-decoration:none;
}
#page #header #mainmenu .menu-parent a:hover{
	color: #ee5908;
	text-decoration:none;
}


/*---------PAGE FOOTER--------------*/

#page #footer {
	background-image: url(../layoutbin/footer.jpg);
	background-repeat: no-repeat;
	height: 70px;
	width: 800px;
}

#page #footer ul {
	margin:0px;
	padding-left:20px;
	padding-top:30px;
	float:left;
}
#page #footer li {
	display: inline;
	list-style-type: none;
	text-align:center;
	color:#999999;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	margin-right:20px;
	
}
#page #footer li a:link{
	color: #999999;
	text-decoration:underline;
}
#page #footer li a:visited{
	color: #999999;
	text-decoration:underline;
}
#page #footer li a:active{
	color: #999999;
	text-decoration:underline;

}
#page #footer li a:hover{
	color: #FFFFFF;
	text-decoration:underline;
}
#page #footer .menu-current a:link{
	color: #FFFFFF;
	text-decoration:underline;
}
#page #footer .menu-current a:visited{
	color: #FFFFFF;
	text-decoration:underline;
}
#page #footer .menu-current a:active{
	color: #FFFFFF;
	text-decoration:underline;
}
#page #footer .menu-current a:hover{
	color: #FFFFFF;
	text-decoration:underline;
}
#page #footer #copyright {
	margin:0px;
	padding-right:20px;
	padding-top:30px;
	text-align:right;
	color:#999999;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size:12px;
}


/*PAGE MAIN CONTENT===========================================================*/

#page #main {
	background-image: url(../layoutbin/backmain.jpg);
	background-repeat: repeat-y;
	min-height: 600px;
	height:auto !important;  /* for modern browser */
        height:600px;  /*for the buggy IE */
	padding-top:50px;
	padding-bottom:50px;
	padding-left:85px;
	padding-right:85px;
}

#page #main p {
	color:#999999;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size:14px;
	line-height:18px;
	text-align:justify;
	background-image: url(../layoutbin/backpara.jpg);
	padding: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #333333;
}



#page #main a:link{
	color: #ee5908;
	text-decoration:underline;
}
#page #main a:visited{
	color: #ee5908;
	text-decoration:underline;
}
#page #main a:active{
	color: #ee5908;
	text-decoration:underline;

}
#page #main a:hover{
	color: #FFFFFF;
	text-decoration:underline;
}

#page #main h1 {
	color:#CCCCCC;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	padding: 15px;
	background-image: url(../layoutbin/backheadl.jpg);
	margin-bottom: -5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #ee5908;
}
#page #main h2 {
	color:#000000;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	background-color:#ee5908;
	padding: 5px;
	padding-left: 15px;
	margin-bottom: -5px;
	border-left-width: 5px;
}


/*SOMETHING SPECIAL===========================================================*/
#page #main .contentbox {
	color:#999999;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size:14px;
	line-height:18px;
	text-align:justify;
	background-image: url(../layoutbin/backpara.jpg);
	padding: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #333333;
}
#page #main .subheadline {
	color: #000000;
	font-size: 12px;
	text-align:left;
	padding-left: 15px;
	padding-bottom:2px;
	padding-top:2px;
	margin-top:8px;
	background-color: #666666;
	background-image: none;
	border: none;
}

/*MODULES=====================================================================*/

.mod_news_post {
	margin-bottom: 30px;
}
#page #main .mod_news_post .mod_news_link {
	display:block;
	width: 100px;
	height: 20px;
	padding-top: 3px;
	margin-top:-8px;
	margin-left:auto;
	text-align:center;
	color: #000000;
	background-color: #ee5908;
	text-decoration: none;
}
#page #main .mod_news_post .mod_news_link:visited{
	color: #000000;
	background-color: #ee5908;
	text-decoration: none;
}
#page #main .mod_news_post .mod_news_link:hover{
	color: #000000;
	background-color: #EEEEEE;
	text-decoration: none;
}


/*Artistinfo------------------------------------------------------------------*/
#page #main .mod_artistinfo_subheadline{
	color: #000000;
	font-size: 12px;
	text-align:left;
	padding-left: 15px;
	padding-bottom:2px;
	padding-top:2px;
	margin-top:8px;
	background-color: #666666;
	background-image: none;
	border: none;
}
.mod_artistinfo_artistimage{
	padding-top: 25px;
	padding-left:11px;
	margin-top: 30px;
	width: 230px;
	height: 200px;
	background-image: url(../layoutbin/artistinfoimg.jpg);
	background-repeat: no-repeat;
	float: left;
}
.mod_artistinfo_infotable{
	padding-top: 30px;
	padding-left: 20px;
	margin-top: 35px;
	margin-left:240px;
	padding-bottom: 40px;
}
#page #main .mod_artistinfo_artistinfo h2 a:link{
	color: #000000;
	text-decoration: none;
}
#page #main .mod_artistinfo_artistinfo h2 a:visited{
	color: #000000;
	text-decoration: none;
}
#page #main .mod_artistinfo_artistinfo h2 a:active{
	color: #000000;
	text-decoration: none;
}
#page #main .mod_artistinfo_artistinfo h2 a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
#page #main .mod_artistinfo_artistinfo .mod_artistinfo_collapseditem {
	color:#999999;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size:14px;
	line-height:18px;
	text-align:justify;
	background-image: url(../layoutbin/backpara.jpg);
	padding: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #333333;
}
/*Artistinfo: Charts*/
#page #main .mod_artistinfo_artistinfo #mod_artistinfo_charts th {
	border-collapse: separate;
	border-bottom: 3px solid;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-weight: bold;
}
#page #main .mod_artistinfo_artistinfo #mod_artistinfo_charts td {
	border-collapse: separate;
	border-bottom: 1px solid;
	padding-top: 5px;
	padding-bottom: 5px;
}
#page #main .mod_artistinfo_artistinfo #mod_artistinfo_charts tr:hover {
	background-color:#333333;
}
#page #main .mod_artistinfo_artistinfo #mod_artistinfo_charts .ceoddline .cetitelnummer,#page #main .mod_artistinfo_artistinfo #mod_artistinfo_charts .ceevenline .cetitelnummer{
	font-weight: bold;
}
#page #main .mod_artistinfo_artistinfo #mod_artistinfo_charts .ceremix{
	font-style: italic;
}

/*Artistinfo: Dates*/
#page #main .mod_artistinfo_artistinfo #mod_artistinfo_dates th {
	border-collapse: separate;
	border-bottom: 3px solid;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-weight: bold;
}
#page #main .mod_artistinfo_artistinfo #mod_artistinfo_dates td {
	border-collapse: separate;
	border-bottom: 1px solid;
	padding-top: 5px;
	padding-bottom: 5px;
}
#page #main .mod_artistinfo_artistinfo #mod_artistinfo_dates tr:hover {
	background-color:#333333;
}
#page #main .mod_artistinfo_artistinfo #mod_artistinfo_dates .ckoddline .ckdate,#page #main .mod_artistinfo_artistinfo #mod_artistinfo_dates .ckevenline .ckdate{
	font-weight: bold;
}
#page #main .mod_artistinfo_artistinfo #mod_artistinfo_dates .cktext{
	font-style: italic;
}
/*Artistinfo: Releases*/
#page #main .mod_artistinfo_artistinfo #mod_artistinfo_releases p {
	background-image: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999999;
}

/*Artistinfo: Promoset*/
#page #main .mod_artistinfo_artistinfo #mod_artistinfo_promo{
	text-align: center;
}
#page #main .mod_artistinfo_artistinfo .mod_artistinfo_mp3player{
	width: 300px;
	padding: 5px;
	font-size: 10px;
	line-height: 12px;
	color: #999999;
	text-align: left;
	background-color: #333333;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
#page #main .mod_artistinfo_artistinfo .mod_artistinfo_mp3player object{
	margin-bottom: 5px;
}
/*Artistinfo: Photos*/
#page #main .mod_artistinfo_artistinfo .mod_artistinfo_photositem{
	width:200px;
	height: 150px;
	overflow: hidden;
	display: inline-block;
	margin: 5px;	
}
#page #main .mod_artistinfo_artistinfo #mod_artistinfo_photos{
	margin-top: 7px;
	text-align: justify;
}
/*Artistinfo: Lastmod*/
#page #main .mod_artistinfo_modifiedwhen{
	font-size: 10px;
	margin-top: 30px;
}





/*Artistroster----------------------------------------------------------------*/

#page #main .mod_artistroster_subheadline{
	color: #000000;
	font-size: 12px;
	text-align:left;
	padding-left: 20px;
	padding-bottom:2px;
	padding-top:2px;
	margin-top:8px;
	background-color: #666666;
	background-image: none;
	border: none;
}
.mod_artistroster_item{
	background-image:url(../layoutbin/artistinfodot.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 200px;
	clear: both;
	padding-left: 20px;
	padding-right: 20px;
	border: 2px solid #333333;
	margin-top: 10px;
}
.mod_artistroster_artistimage{
	padding-top: 25px;
	padding-left:11px;
	margin-top: 0px;
	width: 230px;
	height: 200px;
	background-image: url(../layoutbin/artistinfoimg.jpg);
	background-repeat: no-repeat;
	float: left;
}

/*alternate bg-images*/
.mod_artistinfo_alternateimg2{
	background-image: url(../layoutbin/artistinfoimg2.jpg);
}
.mod_artistinfo_alternateimg3{
	background-image: url(../layoutbin/artistinfoimg3.jpg);
}
.mod_artistinfo_alternateimg4{
	background-image: url(../layoutbin/artistinfoimg4.jpg);
}
.mod_artistroster_info{
	padding-top: 50px;
	padding-left: 80px;
	margin-left: 200px;
}
.mod_artistroster_djname{
	font-size: 20px;
	font-weight: bold;
	color: #ee5908;
}
.mod_artistroster_residency{
	font-size: 12px;
}
.mod_artistroster_style{
	font-weight: bold;
}
hr.mod_artistroster_hr{
	border: solid #666666 1px;
	height: 0px;
	clear:both;
}




/*Bookmarks-------------------------------------------------------------------*/
.mod_bookmark_table {
	color:#999999;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size:14px;
	line-height:18px;
	text-align:left;
	background-image: url(../layoutbin/backpara.jpg);
	padding: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #333333;
}
.mod_bookmark_intro{
	font-weight: bold;
	text-align: right;
	padding-right: 20px;
}
.mod_bookmark_name{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ee5908;
}




/*Form Module (clear frontend.css via page-->options!)------------------------*/
.required {
	color: #ee5908;
        font-size: 14px;
        font-family: Helvetica, Arial, Verdana, sans-serif;
}
.field_title {
	vertical-align: top;
	text-align:right;
        font-size: 14px;
        font-family: Helvetica, Arial, Verdana, sans-serif;
        padding-right:5px;
}
.textfield {
	font-size: 14px;
	width: 395px;
        font-family: Helvetica, Arial, Verdana, sans-serif;
}
.textarea {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	width: 400px;
        height: 200px;
        font-size: 14px;
}
.field_heading {
	font-family: Helvetica, Arial, Verdana, sans-serif;
        font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	color: #666666;
}
.select {
	width: 400px;
        font-size: 14px;
        font-family: Helvetica, Arial, Verdana, sans-serif;
}
.checkbox_label {
        font-size: 14px;
	cursor: pointer;
        font-family: Helvetica, Arial, Verdana, sans-serif;
}
.radio_label {
        font-size: 14px;
	cursor: pointer;
        font-family: Helvetica, Arial, Verdana, sans-serif;
}
.email {
	font-family: Helvetica, Arial, Verdana, sans-serif;
        width: 395px;
        font-size: 14px;
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}