/*-- COMMON --*/
body {
	background-attachment:fixed;
	background-repeat: repeat-x;
	background-position:top left;
	font-family:Tahoma;
	color:#CCCCCC;
	font-size:12px;

	/*yellow-orange*/
	background-image:url(images/wild_bg_yelloworange.jpg);
	background-color:#FFD001;
	
	/*orange*/
	/*background-image:url(images/wild_bg_ornge.jpg);
	background-color:#890400;*/
	
	/*background-image:url(uguitar_bg.gif);
	background-repeat:repeat;*/	
	
	/*blue*/
	background-image:url(images/wild_bg_blue.jpg);
	background-color:#0200AB;
}

a, a:link, a:active {
	text-decoration:none;
	color:#FFFF00;
}


a:hover{
	text-decoration: underline;	
}

a.lightup{
	color:#FF9900;
}

a.image_link:hover, a.lightup:hover{
	text-decoration:none;
	color:#FFFF00;	
}

img.image_link{
	border:none;
}

table.big_table{
	width:804px;
	height:250;
}

div.big_pic{
	background-color:#000000;
	border: #aeaeae solid 1px;
	text-align:center;
}


/*-- SPECIFIED --*/
td.menu{
	/*background-image:url(images/container_header.gif);*/
	background-image:url(images/menu_bg_cyan.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

th.headers{
	background-image:url(images/header_background_violet.gif);
	background-color:#000000;
	height:30px;
	text-align:left;
}

td.text_container{
	background-color:#000000;
	vertical-align:top;
	text-align:justify;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:5px;	
}

td.wholepage{
	background-color:#000000;
	/*vertical-align:top;*/
	color:#FFFFFF;	
}

td.livemusic {
	/*background-image:url(images/livemusic_all.gif);*/
	background-repeat:repeat-x;

	background-position:center;
	text-align:center;
}


/*-- HOMEPAGE BOXES --*/
div.home_scroll{ /*--> news and events */
	/*height: 185px;*/
	height: 200px;
	width:93.5%;
	margin-top:6px;
	margin-bottom:3px;
	
	padding: 10px 10px 5px 10px; /*top right bottom left*/
	overflow: scroll; 
	overflow: -moz-scrollbars-vertical; 
	overflow-x: hidden; 
	overflow-y: scroll;
	text-align:left;
}

div.more{
	height:18px;
	background-color:#FF6600;
	font-weight:bold;
	text-align:right;
}

td.home_boxes{
	background-repeat:repeat-x;
	vertical-align:text-top;
	background-image:url(images/header_background_violet.gif);
	background-color:#000000;
	text-align:left;
}


/*-- HOME EVENTS and NEWS --*/
div.group{
	display:table-row;
}
div.title_home{
	float:none;
	width: 260px;
	height: 15px;
	text-align:left;
	font-weight:bold;
	overflow:hidden;
}
img.thumb_home{
	float:left;
	margin:4px;
	width: 50px; 
	height: 50px;
	display:run-in;
	border:ridge;
	border-color:#CCCCCC;
	border-width:thin;
}
div.details_link{
	float:none;
	display:block;
}
div.short_desc{
/*	float:none;
	width:230px;
	padding-left:5px;
	overflow:visible;*/
}


/*-- HEADER and FOOTER --*/
.footertext{
	color:#CCCCCC;
	font-family:Arial;
	font-size:14px;
	font-weight:normal;
}
.footerlinks{
	color:#CCCCCC;
	font-weight:normal;
}



/*-- WildFM Stations --*/
.st_home{
	text-align:center;
	font-size:18px;
	font-family:"Arial Black";
	font-variant:small-caps;
	color:#00CC00;
	vertical-align:top;
	height:100%;
	width:100%;
}



/*-- Home Weekly Top 10 --*/
td.weektop_rownum{
	color:#FFFF00;
	font-weight:bold;
}

table.weektop{
	border:0; 
	cellpadding:3;
	cellspacing:3;
	background-color:#000000;

	text-align:left;
}
/*		  border="0" bordercolor="#FFFFFF" cellpadding="0" cellspacing="0"*/