body {
	background-color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	background-repeat: no-repeat;
	background-image: url(/static/images/skins/ultrasmoothjazz/ultrasmoothjazzback.gif);
}

#div_header {
	position: absolute;
}

#img_logo_large {
	margin-bottom: 0px;
	margin-top: 4px;
}
#div_sponsor{
	margin-top: 6px;
	margin-left: 515px;
	height: 70px;
	width: 215px;
	position: absolute;
	top: 0px;
}

#div_sponsor_tile{
	height: 70px;
	width: 125px;
	float: right;
	visibility: hidden;
}

#div_sponsor_preamble{
	height: 70px;
	width: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: left;
	vertical-align: top;
	float: left;
	visibility: hidden;
}
#div_header_list{
	margin-bottom: 0px;
	margin-top: 6px;
	margin-left: 5px;
}
#div_content {
	position: relative;
	top: 0px;
}

#div_tab_info {
	width: 400px;
	height: 200px;
	overflow: hidden;
}

#div_tab_artists {
	width: 400px;
	height: 178px;
	overflow: auto;
	color: #fff;

}

#div_tab_channels {
	width: 400px;
	height: 178px;
	overflow: auto;
	color: #fff;
}

#div_ad_bigbox {
	position: absolute;
	width: 300px;
	height: 250px;
	left: 432px;
	top: 94px;
	background-repeat: no-repeat;

}

#div_ad_leaderboard {
	position: absolute;
	width: 795px;
	height: 90px;
	top: 378px;
	border: 0px solid black;
}

#div_player_wrapper {
	position: absolute;
	top: 348px;
	width: 795px;
	height: 28px;
	background-image: url(/static/images/skins/ultrasmoothjazz/player_wrapper_background.jpg);
	background-repeat: no-repeat;
}

#div_player {
	width: 150px;
}

#div_information_wrapper {
	margin: 10px 0px 0px 10px;
}

#div_player_information td {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

#span_information_list_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #ffffff;
	margin-left: 10px;
	letter-spacing: -2px;
}

#div_player_information td {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#span_information_title,
#span_information_artist,
#span_information_album,
#span_information_composer,
#span_information_year,
#span_information_label {
	padding: 0px 0px 0px 12px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
}

#span_information_title {
	font-weight: bold;
}

#div_covers {
	position: absolute;
	top: 140px;
}


#div_covers td {
	padding: 0px 5px 4px 0px;
}

#div_player_controls {
	margin: 4px 10px 0px 10px;
}

#div_buttons {
	position: absolute;
	top: 4px;
	left: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	background-color: #FEDD9A;
	width: 200px;
	text-align: center;
	padding: 3px;
	visibility: hidden;
}

#div_volume_table {
	margin: 0px 10px 0px 10px;
}

#div_artist_ban {
	position: absolute;
	border: 1px solid black;
	display: none;
}

#div_artist_ban a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#a_artist_ban_link {
	padding-right: 4px;
}

.otherchannel_entry a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

/* volume slider */
.ui-slider {
	width: 74px;
	height: 22px;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(/static/images/skins/ultrasmoothjazz/volume_background.gif);
}

.ui-slider-handle {
	position: absolute;
	z-index: 1;
	height: 18px;
	width: 4px;
	top: 0px;
	left: 0px;
	background-repeat: no-repeat;
	background-image: url(/static/images/skins/ultrasmoothjazz/volume_thumb.gif);
}

.ui-slider-handle-active {
	border: 1px dotted black;
}

.ui-slider-disabled {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.ui-slider-range {
	position: absolute;
	width: 100%;
	height: 100%;
}
/* end volume slider */


/** Tabs -- everything in this bit
 * represents the tab structure
 */

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
    	/* This does weird things if the flash bit is in the hidden div */
        display: none;
		
		/* visibility: hidden; */
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

.ui-tabs-nav, .ui-tabs-panel {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #fff;
}

.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 3px;
	color: #fff;
}

.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
	display: block;
    clear: both;
    content: " ";
}

.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 2px;
    font-weight: bold;
}

.ui-tabs-nav a, .ui-tabs-nav a span {
	float: left; /* fixes dir=ltr problem and other quirks IE */
	padding: 0 12px;
	background-image: url(/static/images/skins/ultrasmoothjazz/tabs.jpg);
	background-repeat: no-repeat;	
}

.ui-tabs-nav a {
    margin: 5px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    background-position: 100% 0;
    text-decoration: none;
    white-space: nowrap; /* @ IE 6 */
    outline: 0; /* @ Firefox, prevent dotted border after click */   
	
}

.ui-tabs-nav a:link, .ui-tabs-nav a:visited {
    color: #fff; 
}

.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 2px;
    z-index: 2;
    margin-top: 0;
    background-position: 100% -23px;
}

.ui-tabs-nav a span {
    padding-top: 1px;
    padding-right: 0;
    height: 20px;
    background-position: 0 0;
    line-height: 20px;
}

.ui-tabs-nav .ui-tabs-selected a span {
    padding-top: 0;
    height: 27px;
    background-position: 0 -23px;
    line-height: 27px;
}

.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}

.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}

.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}

.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {
    color: #fff;
}

.ui-tabs-panel {
	padding: 10px; /* declare background color for container to avoid distorted fonts in IE while fading */
	background-color: #009999;
	border: 1px solid #009999;
	background-repeat: no-repeat;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}

*:first-child+html .ui-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

/* ----- End Tabs section ---- */
/* ----- Start Links section ---- */
a:link {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
a:visited {
	color: #fff;
}
/* ----- End Links section ---- */
/* ----- Start paragraph layout section ---- */
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}


