/* --- DJ Teddy-O CSS --- */
html, body { width:100%; height:100%; }
/* standard html stuff background-image:url(images/skyline.gif);*/
body { background: #1b1b1b; overflow-y:auto; background-repeat:no-repeat; background-position: bottom; padding: 0; margin: 0; color: #ffffff; font-family:  verdana; font-size: 11px;}

/* global page stuff */
#page         { padding: 8px 0px 0px; margin: 0px auto; width: 956px; text-align: left; }

#banner {
	width: 956px;
	height: 164px;
	text-align: center;
}

#navi {
	padding: 0px;
	width: 151px;
	height: 455px;
	text-align: left;
	vertical-align: top;
	overflow: hidden;
	float: left;
}

#empty {
	padding: 0px;
	width: 9px;
	height: 455px;
	float: left;
	overflow: hidden;
}

#content {
	padding: 0px;
	width: 796px;
	height: 455px;
	overflow: hidden;
	float:left;
}

#contentleft {
	padding: 0px;
	width: 475px;
	height: 455px;
	background: #000000;
	text-align: left;
	vertical-align: bottom;
	overflow: hidden;
	float: left;
	border-left-color: #969696;
	border-left-style: solid;
	border-left-width: 1px;
}
#jamfmbanner {
	padding: 0px;
	width: 476px;
	height: 50px;
	vertical-align: bottom;
	overflow: hidden;
}

#contentright {
	padding: 0px;
	width: 320px;
	height: 270px;
	background: #000000;
	text-align: left;
	vertical-align: top;
	overflow: hidden;
	float:left;
}
#contentright1 {
	padding: 0px;
	width: 160px;
	height: 270px;
	overflow: hidden;
	float: left;
}
#contentright2 {
	padding: 0px;
	width: 160px;
	height: 270px;
	background: #ffffff;
	overflow: hidden;
	clear: right;
}
#player {
	padding: 0px;
	width: 320px;
	height: 185px;
	background: #ffffff;
	overflow: hidden;
	float:left;
}

/*----------------------------------------------------------------------------*/
/* navigation
/*----------------------------------------------------------------------------*/

 #divControlUp
 {
    position: 	relative;
	width:	475px;
    top:	0px;
    left:	200px;
    padding: 	0px;
	margin: 0px;
    visibility:	hidden;
    z-index:	1;
 }

 #divScrollTextCont
 {
    position:	relative;
    clip:	rect(0,475,373,0);
    height:	373px;
    width:	475px;
    overflow:	hidden;
    visibility:	hidden;
 }

 #divText
 {
    padding: 8px;
	position:	relative;
    left:	0px;
    top:	0px;
 }

a {
	color: #ffffff;
	text-decoration: none;
	/*background-image: url(/media/CSS/arrow_right.gif);*/
}
a:hover {
	font-weight:bold
	/*background-image: url(/media/CSS/arrow_right_hover.gif);*/
}

a.active {
	font-weight:bold
	/*background-image: url(/media/CSS/arrow_right_hover.gif);*/
}
a.active:hover {
	font-weight:bold
	/*background-image: url(/media/CSS/arrow_right_hover.gif);*/
}
#newsdetail a img {
float:left;
margin-right:10px;
margin-bottom:5px;
}
#newsdetail img {
float:left;
margin-right:10px;
margin-bottom:5px;
}

.user
{
	color: #A19D9D;
}

.moderator
{

}

.error
{
	color: red;
}