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

a:link {

}
a:visited {

}
a:hover {
	text-decoration: underline;
}

/* Below is the style for drop menu */
#dropmenudiv{
position:absolute;
border:1px solid #000000;
font: normal 10px Arial;
width: 50px;
line-height:18px;
z-index:100;
opacity: .9;
filter: alpha( opacity = 90 );
text-transform: uppercase;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #000000;;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:link{ /*hover background color*/
	color: #FFFFFF;
	font: 10px;
}
#dropmenudiv a:visited{ /*hover background color*/
	color: #FFFFFF;
}
#dropmenudiv a:hover{ /*hover background color*/
	background-color: #768ea5;
}
/* Above is the style for drop menu */
.fadeBG {
	background-image: url(../../../images/BG/border.png);
	background-position: center;
	background-repeat:repeat-y;
	width: 1004px;
	margin-left: auto;
	margin-right: auto;
}
.alignLeftDiv {
	float:left;
	padding: 0px;
	text-align: left;
}
.aligntDiv {
	float:left;
	padding: 0px;
}
.alignLeftDivTable {
	float: inherit;
	padding: 0px;
	text-align: left;
}
.alignRightDivTable {
	position: absolute;
	padding: 0px;
	text-align: left;
}
#mainDIV {
	width:980px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	margin-top: -10px;
}
#header {
	position:static;
	width:100%;
	z-index:3;
	background-image: url(../../../images/header/topBG.png);
	background-repeat: repeat-x;
	display: block-inherit;
}
#logo {
	width:284px;
	height:150px;
	z-index:1;
	background-image: url(../../../images/header/logo.png);
	display: run-in;
}
#listenNow {
	position:absolute;
	width:122px;
	height:34px;
	z-index:10;
	margin-right: 0px;
	margin-left: 75px;
	margin-top: -60px;
}
#searchBar {
	position:absolute;
	width:360px;
	height:47px;
	z-index:10;
	margin-right: 0px;
	margin-left: 284px;
	margin-top: -110px;
}
#nav {
	position:absolute;
	width:696px;
	height:47px;
	z-index:10;
	margin-right: 0px;
	margin-left: 284px;
	margin-top: -37px;
}
#navTable {
	height:39px;
}
#navText {
	position:absolute;
	width:696px;
	height:22px;
	z-index:3;
	left: 306px;
	top: 89px;
}
.topcharts {
	font-size: 34px;
	font-weight: bold;	
}
.topchartsC {
	font-size: 34px;
	font-weight: bold;	
	color: #8ea9c7;
}
.mid { 
	width: 115px;
	text-align: center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#loginForm {
	position:absolute;
	width:320px;
	height:69px;
	z-index:3;
	margin-left: 670px;
	margin-top: -125px;
}
.style1 {
	float: left;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
body,th {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../../../images/BG/mainBG.png);
	background-attachment: fixed;
}
#banner {
	position:static;
	z-index:2;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-right-color: #000000;
	border-top: 1px solid;
}
#body {
	width:100%;
	z-index:4;
	background-color: #FFFFFF;
}
/*info boxes below*/
#leftBox {
	width:640px;
	z-index:11;
	padding-left: 5px;
	float: left;
}
#centerBox {
	width:320px;
	z-index:12;
	float: left;
	padding-left: 8px;
}
#rightBox {
	width:320px;
	z-index:13;
	float: left;
	padding-left: 10px;
}
/*end info boxes*/
#highLite1 {
	background-image: url(../../../images/body/divider.gif);
}
#highLite2 {
	background-image: url(../../../images/body/divider2.gif);
}
#footer {
	z-index:14;
	margin-left: auto;
	margin-right: auto;
	background-color: #333333;
	width: 980px;
	height: 40px;
}
.footerClass {
	text-align: center;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
}
.fmRegText {
	font-size: 12px;
}
.input {
	height: 16px;
	border: solid 1px;
	border-bottom-color:#000000;
	border-left-color: #000000;
	border-right-color: #000000;
	border-top-color: #000000;
}
.inputC {
	height: 18px;
	border: solid 1px;
	border-bottom-color:#5d6f83;
	border-left-color: #5d6f83;
	border-right-color: #5d6f83;
	border-top-color: #5d6f83;
	font-size: 11px;
	color: #666666;
	padding-top: 4px;
	padding-left: 4px;
}
.button {
	margin-top: 4px;
	border: none;
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 100px;
	color:#000000;
	font-weight:bold;
	background: none;
}
.form-button, .form-button-alt {
    overflow:visible;
    width:auto;
	height: 25px;
    border:0;
    padding:1px 8px;
    background:#f18200;
    color:#fff;
    border:1px solid #de5400;
    font:bold 12px arial, sans-serif !important;
    cursor:pointer;
    text-align:center;
    vertical-align:middle;
}
.form-button-alt {
    border:1px solid #406a83;
    background-color:#618499;
}
.divider { 
	margin:10px 0; 
	height:1px; 
	background:url(../../store/images/dotted_divider.gif) repeat-x; 
	font-size:1px; 
	line-height:1em; 
	overflow:hidden; 
}
.style2 {
	font-size: 10px
}
#headLink {
	background-color: #FFFFFF;
	font-size: 11px;
	padding: 2px;
}
#leftBoxDJ {
	float: left;
	width:320px;
	z-index:11;
	padding-left: 1.9px;
}
#centerBoxDJ {
	float: left;
	width:658px;
	z-index:12;
}
#DJmid1 {
	float: left;
	width:320px;
	z-index:12;
	padding-left: 10px;
}
#DJmid2 {
	float: left;
	width:320px;
	z-index:12;
	padding-left: 5px;
}
#leftBoxCharts {
	width:647px;
	z-index:11;
	float: left;
	padding-left: 1.9px;
}
#centerBoxCharts {
	width:320px;
	z-index:12;
	float: left;
	padding-left: 5px;
}
.smallerTXT {
	font-size: 12px;
}
.red_txtbox {
	border: 1px solid rgb(178, 34, 34);
	background-color: #FFEDEA;
}
.blackFont {
	color: #000000;
	text-decoration: none;
}
.orangeFont {
	color: #FF6600;
	text-decoration: none;
}
.whiteFont {
	color: #FFFFFF;
}
.headerFont {
	color: #000000;
	font-size: 12px;
}
.javaEnabled {
	font-size: 14px;
	color: #000000;
}
.noUnderline {
	text-decoration: none;
}
.date {
	font-size: 10px;
}
.medium {
	font-size: 13px;
}
#leftFade {
	width:13px;
	height:120%;
	z-index:11;
	float: left;
	margin-left: -13px;
	position: absolute;
	margin-top: -20%;
	background-image: url(../../../images/BG/borderLeft.png);
	background-repeat: repeat-y;
}
#rightFade {
	width:13px;
	height:120%;
	z-index:11;
	position: absolute;
	float: right;
	margin-left: 980px;
	margin-top: -20%;
	background-image: url(../../../images/BG/borderRight.png);
	background-repeat: repeat-y;
}
.refresh {
	background-image: url(../../images/fam_refresh.gif);
	background-color: #FFFFFF;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: none;
	width: 16px;
	height: 16px;
}
#leftBoxCheck {
	width:970px;
	z-index:11;
	padding-left: 5px;
	float: left;
}
