
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
	padding:0px;
	background:#000 url(../images/bkgd2.gif);
}

img, img a {
	border:none;
}

a:link, a:visited, a:active {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}

input, textarea, select {
	border: #FF0000 1px solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	overflow: hidden;
}

.button{
	background: #FF0000;
	color:#FFF;
	font: bold 11px Arial, Helvetica, sans-serif;
	padding:3px 0px;
	text-align:center;
	cursor:pointer;
	height:20px;
    border: #FFF 1px solid;
}

.button:hover{
	color: #FFFF00;
}

.button_disabled{
	background: #FF0000;
	color:#FFF;
	font: bold 11px Arial, Helvetica, sans-serif;
	padding:3px 0px;
	text-align:center;
	cursor:pointer;
	height:20px;
    border: #FFF 1px solid;
}

#container{
	width:750px;
	margin:0px auto;
	position:relative;
}


#currentIssue{
	background:url(../) center top no-repeat;
	position:absolute;
	top:0px;
	left:0px;
	width:123px;
	height:160px;
}

#currentIssue a {
	width:123px;
	height:160px;
	display:block;
}

#masthead{
	position:absolute;
	top:0px;
	left:123px;
	height:160px;
	width:627px;
}

#topNav{
	position:absolute;
	top:160px;
	width:750px;
	padding:13px 0 0 0;
    margin:0;
	text-align:center;	
}

#topNav a, #topNav .active_btn{
	background-color:#FF0000;
	color:#FFF;
    letter-spacing:1px;
	text-decoration:none;
	font: bold 12px Arial, Helvetica, sans-serif;
	margin:4px;
	padding:4px;
    height:30px;
}

#topNav a {
	border: 1px solid #FFF;
}

#topNav .active_btn{
	border: 1px solid #FFFF00 !important;
}

#topNav a:hover {
	text-decoration:none;
    border-color: #FFFF00 !important;
}

#main{
	position:absolute;
	left:123px;
	top:200px;
	float:right;
	width:627px;
    clear:both;
	
    background:#FFF;}

#extra {
	position: absolute;
    left: 123px;
    top: 200px;
    float: right;
    width: 267px;
}

h1 {
	font: 20px Verdana, Arial, Tahoma, sans-serif;
	font-weight:bolder;
	margin:20px 20px 10px;
	text-align: left;
}
.bodyText{
	text-align:left;
	padding:0px 30px 6px;
	margin:15px 50px 0px 30px;
	line-height:18px;
}
.bodyText img{
	margin: 0 16px 10px 0;
}


/* LEFT NAVIGATION */
#left{
	position:absolute;
	left:0px;
	top:200px;
	width:123px;
    background: #FFF;
}

#musicPlayer{
	height:39px;
	border:0;
	padding:0;
	border-bottom: #CCC 1px solid; 
    border-right: #CCC 1px solid;
}

#musicPlayer img{
	height:39px !important;
}

#featArtistLink{
	background:url(../) no-repeat;
    height: 129px;
}

#left a img {
    margin:0;
    padding:0;
    display: block
}


/* FOOTER */
#footer{
	text-align:center;
	font-size:11px;
	color:#FFF;
	margin: 0 auto 14px;
    padding:3px 0;
    width:750px;
}
#footer a:link{
	color: #FFFF00;
	text-decoration:none;
}
#footer a:hover{
	color: #FFFF00;
	text-decoration: underline;
}


/* CALENDAR */


/* MORE INFO POPUP */
#about{
	position: absolute;
    left: 150px;
    top:120px;
	width: 220px;
    background: #FFF url(../images/info_wmrk.png) no-repeat center;
    padding: 14px 8px 8px;
    border: 1px solid;
    z-index:100
}

#about .close {
    position:absolute;
    top:0;
    right:4px;
}


/* CONTENT HOLDER BOX WITH RED OUTLINE */
#content_hldr {
	clear:both;
	width:100%;
	color:#000;
	text-align:center;
}

#content_hldr .header {
	background: #FF0000;
	font-size:13px;
	color: #FFF;
	font-weight:bold;
	padding: 1px 0;
	letter-spacing:1px;
}
#content_hldr .main_content{
	font-weight:bold;
	border:2px solid #FF0000;
	padding: 2px;
	background:#FFFFCC;
    font-size:11px;
}

#content_hldr ul{
	line-height:28px;
}

#content_hldr .day{
	float:left;
	width: 160px;
	margin:0 3px
}

#main_footer { 
     clear:both;
     margin:0 0 14px;
     padding-top:40px;
     text-align:center;
}


/* LOCATIONS PAGE */


/* ADVERTISER LOGIN */
#login{
	color:#FFF;
	padding: 25px;
	margin: 0 0 20px 60px;
    background: #000;
    border:3px solid #FF0000;
    width:220px;
    height:120px
}

#login_form{
	padding: 25px;
}

#login_form td{
    text-align:right
}

#login_form tr{
    height:28px;
}

#login_form form{
	padding: 30px;
}

label{
	padding-left: 14px;
    margin:0;
}