div#scheduleTableHolder
{
	padding-bottom:30px;
	text-shadow:2px 1px rgba(0, 0, 0, 0.5);
}

div#scheduleTableHolder table tbody tr
{
	height:28px;
}

div#scheduleTableHolder table tbody tr td.sheduleData td
{
	font-size:11px;	
}

div#scheduleTableHolder table tbody tr td.sheduleDash
{
	height:28px;
	width:7px;
	background-image:url('../images/schedule_dash_light.jpg');
	background-repeat:repeat-y;
}

div#scheduleTableHolder table tbody tr.scheduleFirst td.sheduleDash
{
	height:28px;
	width:7px;
	background-image:url('../images/schedule_dash.jpg');
	background-repeat:repeat-y;
}

div#scheduleTableHolder table tbody tr.scheduleFirst
{
	background-color:#262626;
	text-shadow:2px 1px rgba(0, 0, 0, 1);
}

tr.scheduleFirst td.sheduleData td.scheduleTime
{
	color:#707070;
	width:108px;
	padding-left:7px;
	text-align:left;
}

tr.scheduleFirst td.sheduleData td.scheduleArtist
{
	color:#c3c3c3;
	width:170px;
	padding-right:10px;
	text-align:left;
}

tr.scheduleFirst td.sheduleData td.scheduleArtist a
{
	color:#c3c3c3;	
}

tr.scheduleFirst td.sheduleData td.scheduleArtist a:hover
{
	color:#FFFFFF;	
}

tr.scheduleFirst td.sheduleData td.scheduleMixname
{
	color:#FFFFFF;
	padding-right:10px;
	text-align:left;
}

tr.scheduleFirst td.sheduleData td.scheduleMixname a
{
	color:#FFFFFF;
}

tr.scheduleDark td.sheduleData td.scheduleTime
{
	color:#575757;
	width:108px;
	padding-left:7px;
	text-align:left;
}

tr.scheduleDark td.sheduleData td.scheduleArtist
{
	color:#686767;
	width:170px;
	padding-right:10px;
	text-align:left;
}

tr.scheduleDark td.sheduleData td.scheduleArtist a
{
	color:#686767;
}

tr.scheduleDark td.sheduleData td.scheduleArtist a:hover
{
	color:#FFFFFF;
}

tr.scheduleDark td.sheduleData td.scheduleMixname
{
	color:#787878;
	padding-right:10px;
	text-align:left;
}

tr.scheduleDark td.sheduleData td.scheduleMixname a
{
	color:#787878;
}

tr.scheduleDark td.sheduleData td.scheduleMixname a:hover
{
	color:#FFFFFF;
}

div#scheduleTableHolder table tbody tr.scheduleLight
{
	background-color:#161616;
}

tr.scheduleLight td.sheduleData td.scheduleTime
{
	color:#575757;
	width:108px;
	padding-left:7px;
	text-align:left;
}

tr.scheduleLight td.sheduleData td.scheduleArtist
{
	color:#686767;
	width:170px;
	padding-right:10px;
	text-align:left;
}

tr.scheduleLight td.sheduleData td.scheduleArtist a
{
	color:#686767;
}

tr.scheduleLight td.sheduleData td.scheduleArtist a:hover
{
	color:#FFFFFF;
}

tr.scheduleLight td.sheduleData td.scheduleMixname
{
	color:#787878;
	padding-right:10px;
	text-align:left;
}

tr.scheduleLight td.sheduleData td.scheduleMixname a
{
	color:#787878;
}

tr.scheduleLight td.sheduleData td.scheduleMixname a:hover
{
	color:#FFFFFF;
}
div#djinfoboxes
{
	padding-left:1px;
	padding-top:1px;
}
div.djinfobox
{
	width:276px;
	padding-left:7px;
	padding-right:7px;
	padding-top:8px;
	padding-bottom:8px;
	height:44px;
	overflow:hidden;
	margin-bottom:10px;
	background-repeat:no-repeat;
}

div.mainstream	{ cursor: pointer;/*background-image:url('../images/miniboxbg_mainstream.jpg'); */}
div.house	{ cursor:pointer;/*background-image:url('../images/miniboxbg_house.jpg'); */}
div.trance
{
	margin-bottom:0px;
	cursor:pointer;
	/*background-image:url('../images/miniboxbg_trance.jpg');*/
}

div.djinfobox div.djpic
{
	width:53px;
	height:44px;
	padding-left:8px;
	float:left;
	background-repeat:no-repeat;
}

div.mainstream div.djpic {background-image:url('../images/minipicbg_mainstream.jpg');}
div.house div.djpic {background-image:url('../images/minipicbg_house.jpg');}
div.trance div.djpic {background-image:url('../images/minipicbg_trance.jpg');}

div.djdata
{
	float:left;
	width:215px;
	height:44px;
}

div.djdata div.djname, div.djdata div.djname a
{
	color:#1793e1;
	font-family:Verdana;
	font-size:14px;
	text-decoration:none;
	line-height:14px;
}

div.djdata div.mixname, div.djdata div.mixname a
{
	color:#FFFFFF;
	font-family:Verdana;
	font-size:12px;
	line-height:17px;
}

div.djdata div.mixtime, div.djdata div.mixtime a
{
	color:#a4a4a4;
	font-family:Verdana;
	font-size:11px;
	line-height:12px;
}

div.banneritem a img	{border:none;}
