
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
	padding:0px;
	background:#000 url(../images/bkgd.png);
}

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;
}

#container{
	width:750px;
	margin:0px auto;
	/*background:#FFF;*/
	position:relative;
}

#flashAd{
	background:#FFF;
	z-index:2;
	position: absolute;
	top:160px;
	width:750px;
	margin:0 auto;
}

#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;
	height:24px;
	width:750px;
	padding:13px 0 0 0;
	text-align:center;
	/*background: #000;*/
	
}
#topNav a{
	background-color:#FF0000;
	color:#FFF;
    letter-spacing:1px;
	text-decoration:none;
	font: bold 12px Arial, Helvetica, sans-serif;
	margin:4px;
	padding:3px 3px 0;
    border: 1px solid #FFF;
}
#topNav a:hover {
	text-decoration:none;
    border-color: #FFFF00;
}

#topNav .active_btn {
	background-color:#FF0000;
    color:#FFF;
	text-decoration:none;
    border: 1px solid #FFFF00;
    letter-spacing:1px;
	font: bold 12px Arial, Helvetica, sans-serif;
	margin:4px;
	padding:3px 3px 0;
}

#left{
	position:absolute;
	left:0px;
	top:200px;
	width:123px;
    background: #FFF;
}

#featArtistLink{
	background:url(../) no-repeat;
    height: 129px;
}

#main{
	position:absolute;
	left:123px;
	top:200px;
	float:right;
	width:627px;
	
    background:#FFF;}
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{
	/*padding: 0 12px 12px 0;*/
	margin: 0 16px 10px 0;
}

/* LEFT NAVIGATION */
#musicPlayer{
	height:39px;
	border:0;
	padding:0;
	border-bottom: #CCC 1px solid; 
    border-right: #CCC 1px solid;
}
.loader{
	clear:both;
}
.loader img{
    padding:0;
    margin:0
}
.loader a{
	margin:0;
    padding:0;
}

/* 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 */

.calendar th{
	background: #FF0000;
	color:#FFF;
	padding:0;
	margin:0;
	text-align:center;
	height:20px;
}

/* 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 */
#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;
}

#triumph_sched{
	width: 200px;
    background: none;
    
}

#triumph_sched th{
	color: #FFF;
	padding: 1px 0;
	letter-spacing:1px;
    background: #FF0000;
}

#triumph_sched td{
	background:#FFFFCC;
    font-weight:bold;
    font-size: 11px;
    text-align: center;
    margin: 20px;
    height:100px;
    border: 2px solid #FF0000;
}

#triumph_sched ul{
	line-height:28px;
}