html {
	background-color: #000;
	overflow: -moz-scrollbars-vertical !important;
}

body {
	position: relative;
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
	font-family: 'arial, helvetica', sans-serif;
	font-size: 12px;
    font-style:  normal;
    font-weight: normal;
	color: #000;
}

a:link { text-decoration: none; font-weight:bold; color: #e5ba2f; }
a:visited { text-decoration: underline; font-weight:bold; color: #e5ba2f; }
a:hover { text-decoration: underline; font-weight:bold; color: #e5ba2f; }
a:active { text-decoration: underline; font-weight: bold; color: #e5ba2f; }

a.nav:link { text-decoration: none; font-weight: bold; color: #fff; font-size: 14px; }
a.nav:visited { text-decoration: none; font-weight: bold; color: #fff; font-size: 14px; }
a.nav:hover { text-decoration: none; font-weight: bold; color: #fc3; font-size: 14px; }
a.nav:active { text-decoration: none; font-weight: bold; color: #fc3; font-size: 14px; }

a.nav:link:hover { text-decoration: none; font-weight: bold; color: #fc3; font-size: 14px; }
a.nav:visited:hover { text-decoration: none; font-weight: bold; color: #fc3; font-size: 14px; }
a.nav:hover:hover { text-decoration: none; font-weight: bold; color: #fc3; font-size: 14px; }
a.nav:active:hover { text-decoration: none; font-weight: bold; color: #fc3; font-size: 14px; }

.searchbar {
	position: absolute;
	top: 7px;
	left: 0px;
	width: 1000px;
	height: 32px;
	background: url('../images/searchbg.jpg') no-repeat;
}

table.search {
	width: 320px;
	height: 22px;
	position: absolute;
	left: 630px;
	top: 6px;
}

input.google {
	width: 300px;
	height: 14px;
	background: #fff url('../images/googleformbg.gif') right no-repeat;
	border: 1px solid #3a0b13;
	font-size: 11px;
	color: #666;
	padding-top: 2px;
	padding-left: 2px;
}

div.searchbutton {
	width: 55px;
	height: 22px;
	background: url('../images/search.gif') 0 0px no-repeat;
}

div.searchbutton a {
	display: block;
	width: 55px;
	height: 22px;
	background: url('../images/search.gif') 0 -22px no-repeat;
}

div.searchbutton a:hover {
	background-image: none;
}

div.searchbutton a:active {
	background-image: none;
}

.logo {
	position: absolute;
	top: 49px;
	left: 0px;
	width: 323px;
	height: 173px;
}

.header {
	position: absolute;
	top: 49px;
	left: 323px;
	width: 677px;
	height: 173px;
}

.menubar {
	position: absolute;
	top: 222px;
	left: 0px;
	width: 1000px;
	height: 58px;
	background: #000 url('../images/menubar_bg.gif');
}

.menu {
	position: relative;
	top: 26px;
	left: 60px;
	width: 800px;
	height: 13px;
	font-family: 'arial, helvetica', sans-serif;
	font-size: 14px;
    font-style:  normal;
    font-weight: bold;
	color: #fff;
}

div.leftside {
	position: absolute;
	top: 286px;
	left: 0px;
	width: 736px;
}

div.rightside {
	position: absolute;
	top: 286px;
	left: 751px;
	width: 249px;
}

.hidepromo1 {
	position: absolute;
	top: 286px;
	left: 0px;
	width: 454px;
	height: 176px;
	z-index: 3;
	visibility: visible;
}

.hidepromo2 {
	position: absolute;
	top: 286px;
	left: 0px;
	width: 454px;
	height: 176px;
	z-index: 3;
	visibility: hidden;
}

.hidepromo3 {
	position: absolute;
	top: 286px;
	left: 0px;
	width: 454px;
	height: 176px;
	z-index: 3;
	visibility: hidden;
}

.hidepromo4 {
	position: absolute;
	top: 286px;
	left: 0px;
	width: 454px;
	height: 176px;
	z-index: 3;
	visibility: hidden;
}

div.promo1bt {
	position: absolute;
	top: 462px;
	left: 0px;
	width:110px;
	height: 24px;
	font-size: 10px;
	text-align: left;
}

div.promo1bt a {
	display: block;
	width: 110px;
	height: 24px;
	overflow: hidden;
	padding-top: 6px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
}

div.promo1bt a:hover {
	background-image: none;
	color: #fc3;
	text-decoration: none;
}

div.promo1bt a:active {
	background-image: none;
	color: #fc3;
	text-decoration: none;
}

div.promo2bt {
	position: absolute;
	top: 462px;
	left: 107px;
	width: 110px;
	height: 24px;
	font-size: 10px;
	text-align: center;
}

div.promo2bt a {
	display: block;
	width: 110px;
	height:24px;
	overflow: hidden;
	padding-top: 6px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
}

div.promo2bt a:hover {
	background-image: none;
	color: #fc3;
	text-decoration: none;
}

div.promo2bt a:active {
	background-image: none;
	color: #fc3;
	text-decoration: none;
}

div.promo3bt {
	position: absolute;
	top: 462px;
	left: 250px;
	width:80px;
	height: 24px;
	font-size: 10px;
	text-align: center;
}

div.promo3bt a {
	display: block;
	width: 80px;
	height: 24px;
	font-size: 10px;
	overflow: hidden;
	padding-top: 6px;
	font-weight: bold;
	color: #fff;
}

div.promo3bt a:hover {
	background-image: none;
	color: #fc3;
	text-decoration: none;
}

div.promo3bt a:active {
	background-image: none;
	color: #fc3;
	text-decoration: none;
}

div.promo4bt {
	position: absolute;
	top: 462px;
	left: 365px;
	width: 90px;
	height: 24px;
	font-size: 10px;
	text-align: right;
}

div.promo4bt a {
	display: block;
	width: 90px;
	height: 24px;
	overflow: hidden;
	padding-top: 6px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
}

div.promo4bt a:hover {
	background-image: none;
	color: #fc3;
	text-decoration: none;
}

div.promo4bt a:active {
	background-image: none;
	color: #fc3;
	text-decoration: none;
}

.tags {
	padding-top: 2px;
	padding-right: 10px;
	font-size: 10px;
	color: #fff;
	text-align: justify;
}

.viddownloads {
	font-size: 7px;
	color: #fff;
}

.top10 {
	position: absolute;
	top: 286px;
	left: 463px;
	width: 273px;
	height: 199px;
	background: #000 url('../images/top10bg.gif') top left no-repeat;
}

.top10feed {
	position: relative;
	top: 3px;
	color: #fff;
}

.top10rank {
	line-height: 1.46;
	width: 20px;
	text-align: left;
	font-size: 11px;
	color: #ff8400;
}

.top10artist {
	line-height: 1.46;
	width: 140px;
	text-align: left;
	font-size: 11px;
	color: #b6b6b6;
}

.top10song {
	line-height: 1.46;
	width: 113px;
	text-align: right;
	padding-left: 5px;
	font-size: 11px;
	color: #ff8400;
}

.onair {
	width: 249px;
	height: 112px;
	background: #000 url('../images/onairbg.gif') top left no-repeat;
}

.whoson {
	position: relative;
	top: 6px;
	color: #fff;
}

.liveevents {
	float: left;
	width: 249px;
	background: #000 url('../images/liveeventsbg.gif') top left no-repeat;
}

.mainevents {
	float: left;
	margin-top: 6px;
	border: 1px solid #595a5a;
	width: 241px;
	background: #000 url('../images/eventsbg.gif') top left no-repeat;
	color: #fff;
	padding: 3px;
	font-size: 11px;
}

.ad728 {
	position: absolute;
	top: 488px;
	left: 4px;
	width: 728px;
	height: 90px;
}

.ad7282 {
	position: absolute;
	top: 594px;
	left: 4px;
}

.wrapper {
	clear: both;
	position: absolute;
	/* top: 600px; */
	top: 510px;
	left: 0px;
	width: 1000px;
}

.wrapper2 {
	clear: both;
	position: absolute;
	top: 285px;
	left: 0px;
	width: 1000px;
}

.justin {
	float: left;
	width: 728px;
	background: #000 url('../images/justinbg.gif') top left no-repeat;
	margin-left: 4px;
}

.starsplashnews {
	color: #fff;
}

.poll {
	clear: both;
	float: left;
	width: 249px;
	margin-top: 10px;
	background: #000 url('../images/pollbg.gif') top left no-repeat;
}

.thepoll {
	position: relative;
	top: 8px;
	color: #fff;
}

.ad250 {
	width: 252px;
	margin-top: 15px;
}

/*=============================*/
/*========= LYTEBOX ===========*/
/*=============================*/

#lbOverlay { position: fixed; top: 0px; left: 0px; z-index: 99998; width: 100%; height: 500px; }
	#lbOverlay.grey { background-color: #000; }
	#lbOverlay.red { background-color: #300; }
	#lbOverlay.green { background-color: #030; }
	#lbOverlay.blue { background-color: #011D50; }
	#lbOverlay.gold { background-color: #660; }

#lbMain { position: absolute; left: 0px; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lbMain a img { border: none; }

#lbOuterContainer { position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto; }
	#lbOuterContainer.grey { border: 3px solid #888; }
	#lbOuterContainer.red { border: 3px solid #d00; }
	#lbOuterContainer.green { border: 3px solid #00b000; }
	#lbOuterContainer.blue { border: 3px solid #5f89d8; }
	#lbOuterContainer.gold { border: 3px solid #b0b000; }

#lbDetailsContainer {	font: 10px verdana, helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em;	overflow: auto; margin: 0px auto; }
	#lbDetailsContainer.grey { border: 3px solid #888; border-top: none; }
	#lbDetailsContainer.red { border: 3px solid #d00; border-top: none; }
	#lbDetailsContainer.green { border: 3px solid #00b000; border-top: none; }
	#lbDetailsContainer.blue { border: 3px solid #5f89d8; border-top: none; }
	#lbDetailsContainer.gold { border: 3px solid #b0b000; border-top: none; }

#lbImageContainer, #lbIframeContainer { padding: 10px; }
#lbIframe { width: 100%; padding: 0px; margin: 0px auto; border: 1px solid #fff; }

#lbLoading {
	position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url('../images/lytebox/loading.gif') center no-repeat;
}

#lbHoverNav { position: absolute; top: 0px; left: 0px; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0px; }
#lbHoverNav a { outline: none; }

#lbPrev { width: 49%; height: 100%; background: transparent url('../images/lytebox/blank.gif') no-repeat; display: block; left: 0px; float: left; }
	#lbPrev.grey:hover, #lbPrev.grey:visited:hover { background: url('../images/lytebox/prev_grey.gif') left 15% no-repeat; }
	#lbPrev.red:hover, #lbPrev.red:visited:hover { background: url('../images/lytebox/prev_red.gif') left 15% no-repeat; }
	#lbPrev.green:hover, #lbPrev.green:visited:hover { background: url('../images/lytebox/prev_green.gif') left 15% no-repeat; }
	#lbPrev.blue:hover, #lbPrev.blue:visited:hover { background: url('../images/lytebox/prev_blue.gif') left 15% no-repeat; }
	#lbPrev.gold:hover, #lbPrev.gold:visited:hover { background: url('../images/lytebox/prev_gold.gif') left 15% no-repeat; }

#lbNext { width: 49%; height: 100%; background: transparent url('../images/lytebox/blank.gif') no-repeat; display: block; right: 0px; float: right; }
	#lbNext.grey:hover, #lbNext.grey:visited:hover { background: url('../images/lytebox/next_grey.gif') right 15% no-repeat; }
	#lbNext.red:hover, #lbNext.red:visited:hover { background: url('../images/lytebox/next_red.gif') right 15% no-repeat; }
	#lbNext.green:hover, #lbNext.green:visited:hover { background: url('../images/lytebox/next_green.gif') right 15% no-repeat; }
	#lbNext.blue:hover, #lbNext.blue:visited:hover { background: url('../images/lytebox/next_blue.gif') right 15% no-repeat; }
	#lbNext.gold:hover, #lbNext.gold:visited:hover { background: url('../images/lytebox/next_gold.gif') right 15% no-repeat; }

#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
	#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey { color: #333; }
	#lbPrev2.red, #lbNext2.red, #lbSpacer.red { color: #620000; }
	#lbPrev2.green, #lbNext2.green, #lbSpacer.green { color: #030; }
	#lbPrev2.blue, #lbNext2.blue, #lbSpacer.blue { color: #01379e; }
	#lbPrev2.gold, #lbNext2.gold, #lbSpacer.gold { color: #660; }

#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
	#lbPrev2_Off.grey, #lbNext2_Off.grey { color: #ccc; }
	#lbPrev2_Off.red, #lbNext2_Off.red { color: #fcc; }
	#lbPrev2_Off.green, #lbNext2_Off.green { color: #82ff82; }
	#lbPrev2_Off.blue, #lbNext2_Off.blue { color: #b7caee; }
	#lbPrev2_Off.gold, #lbNext2_Off.gold { color: #e1e100; }

#lbDetailsData { padding: 0 10px; }
	#lbDetailsData.grey { color: #333; }
	#lbDetailsData.red { color: #620000; }
	#lbDetailsData.green { color: #030; }
	#lbDetailsData.blue { color: #01379e; }
	#lbDetailsData.gold { color: #660; }

#lbDetails { width: 60%; float: left; text-align: left; }
#lbCaption { display: block; font-weight: bold; }
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }

#lbClose { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbClose.grey { background: url('../images/lytebox/close_grey.png') no-repeat; }
	#lbClose.red { background: url('../images/lytebox/close_red.png') no-repeat; }
	#lbClose.green { background: url('../images/lytebox/close_green.png') no-repeat; }
	#lbClose.blue { background: url('../images/lytebox/close_blue.png') no-repeat; }
	#lbClose.gold { background: url('../images/lytebox/close_gold.png') no-repeat; }

#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPlay.grey { background: url('../images/lytebox/play_grey.png') no-repeat; }
	#lbPlay.red { background: url('../images/lytebox/play_red.png') no-repeat; }
	#lbPlay.green { background: url('../images/lytebox/play_green.png') no-repeat; }
	#lbPlay.blue { background: url('../images/lytebox/play_blue.png') no-repeat; }
	#lbPlay.gold { background: url('../images/lytebox/play_gold.png') no-repeat; }

#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPause.grey { background: url('../images/lytebox/pause_grey.png') no-repeat; }
	#lbPause.red { background: url('../images/lytebox/pause_red.png') no-repeat; }
	#lbPause.green { background: url('../images/lytebox/pause_green.png') no-repeat; }
	#lbPause.blue { background: url('../images/lytebox/pause_blue.png') no-repeat; }
	#lbPause.gold { background: url('../images/lytebox/pause_gold.png') no-repeat; }
