body 
{
	background-color:#000;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#site 
{
	margin: auto;
	width: 900px;
}

#overhead 
{
	width: 900px;
	height: 35px;
	background-image: url('/styles/basic/images/overhead.jpg');
}

.clear
{
	clear: both;
}

#header 
{
	width: 900px;
	height: 153px;
	background-image: url('/styles/basic/images/header_dance.jpg');
}

#player
{
	position: absolute;
	padding-top: 107px;
	padding-left: 638px;
	width: 220px;
	text-align: center;
}

#streambox 
{
	width: 900px;
	height: 100px;
	background-image: url('/styles/basic/images/streambox.jpg');
	text-shadow: #CCC 0px 0px 5px;
}

#streambox_pic
{
	padding-top: 9px;
	margin-left: 26px;
	width: 61px;
	height: 80px;
	font-size: 6pt;
}

#streambox_ads
{
	position: absolute;
	margin-top: 19px;
	margin-left: 307px;
}

#streambox_dj
{
	position: absolute;
	margin-top: 7px;
	margin-left: 6px;
	font-size: 12pt;
}

#streambox_show
{
	position: absolute;
	margin-top: 30px;
	margin-left: 6px;
	font-size: 9pt;
}

#streambox_genre
{
	position: absolute;
	margin-top: 50px;
	margin-left: 6px;
	font-size: 9pt;
}

#streambox_title
{
	position: absolute;
	margin-top: 70px;
	margin-left: 6px;
	font-size: 9pt;
}

#content 
{
	width: 900px;
	background-image: url('/styles/basic/images/content.jpg');
	min-height: 1810px;
	text-shadow: #CCC 0px 0px 5px;
}

#left 
{
	float: left;
	width: 180px;
	background-image: url('/styles/basic/images/left.jpg');
	background-repeat: no-repeat;
}

#center 
{
	width: 540px;
	margin-left: 180px;
	font-size: 12px;
}

#right 
{
	float: right;
	width: 180px;
	background-image: url('/styles/basic/images/right.jpg');
	background-repeat: no-repeat;
}

#footer 
{
	width: 900px;
	height: 50px;
	background-image: url('/styles/basic/images/footer.jpg');
	color: #555;
	font-size: 8pt;
	text-align: center;
}

#footer a
{
	color: #666;
	text-decoration: none;
}

#footer2
{
	padding-top: 5px;
	width: 900px;
	color: #555;
	font-size: 9pt;
	text-align: center;
}

#footer2 a
{
	color: #777;
	text-decoration: none;
}

.button_container
{
	position: fixed;
	float: right;
	top: 50%;
	margin-top: -200px;
	left: 100%;
	margin-left: -33px;
	text-align: right;
}

.button_container2
{
	position: fixed;
	float: left;
	top: 50%;
	margin-top: -150px;
	text-align: left;
}

.button 
{
	border: 0px;
	height: 100px; 
	width: 33px; 
	background: top left no-repeat;
	cursor: pointer;
}

.button#club 
{
	background-image: url('/styles/basic/images/club.png');
}

.button#club:hover 
{
	background-image: url('/styles/basic/images/club_over.png');
}

.button#dance 
{
	background-image: url('/styles/basic/images/dance.png');
}

.button#dance:hover 
{
	background-image: url('/styles/basic/images/dance_over.png');
}

.button#hard 
{
	background-image: url('/styles/basic/images/hard.png');
}

.button#hard:hover 
{
	background-image: url('/styles/basic/images/hard_over.png');
}

.button#party 
{
	background-image: url('/styles/basic/images/party.png');
}

.button#party:hover 
{
	background-image: url('/styles/basic/images/party_over.png');
}

.button#greetingbox 
{
	background-image: url('/styles/basic/images/greetingbox.png');
}

.button#greetingbox:hover 
{
	background-image: url('/styles/basic/images/greetingbox_over.png');
}

.button#schedule 
{
	background-image: url('/styles/basic/images/schedule.png');
}

.button#schedule:hover 
{
	background-image: url('/styles/basic/images/schedule_over.png');
}

.button#chat 
{
	background-image: url('/styles/basic/images/chat.png');
}

.button#chat:hover 
{
	background-image: url('/styles/basic/images/chat_over.png');
}

#login_box
{
	position: absolute;
	padding-top: 9px;
	padding-left: 550px;
}

#login_box_links
{
	position: absolute;
	padding-top: 17px;
	padding-left: 55px;
	font-size: 10px;
	color: #555;
}

#login_box_links a
{
	color: #777;
}

#login_username
{
	background-color: transparent;
	background-image: url('/styles/basic/images/login/username.png');
	color: #999;
	width: 120px;
	height: 17px;
	padding: 4px;
	margin-right: 3px;
	border-radius: 0px 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px 0px;
	border: 0px;
	float: left;
}

#login_password
{
	background-color: transparent;
	background-image: url('/styles/basic/images/login/password.png');
	color: #999;
	width: 120px;
	height: 17px;
	padding: 4px;
	margin-right: 3px;
	border-radius: 0px 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px 0px;
	border: 0px;
	float: left;
}

#login_button
{
	float: left;
}

#login_menu
{
	padding-top: 9px;
	padding-left: 350px;
}

#login_menu img
{
	border: 0px;
	margin-right: 3px;
}

a
{
	color: #e9e9e9;
	text-decoration: none;
}

#content_content a
{
	font-weight: bold;
}

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


img
{
	border: 0px;
}

#page_headline, .page_headline
{
	background-repeat: no-repeat;
	width: 530px;
	height: 70px;
	margin: auto;
}

#admin_headline, .admin_headline
{
	background-image: url('/styles/basic/images/admin_headline.png');
	background-repeat: no-repeat;
	width: 530px;
	height: 30px;
	margin: auto;
	padding-top: 55px;
	text-align: center;
	font-size: 14pt;
	text-shadow: #ff7e00 0px 0px 8px;
}

#content_content, .content_content
{
	background-color: #1e1e1e;
	border-top: 3px #0a0a0a solid;
	border-bottom: 3px #0a0a0a solid;
	padding: 10px;
}

#field_headline, .field_headline
{
	font-size: 7pt;
	padding-top: 3px;
	pdding-left: 3px;
}

#field, .field
{
	background-color: #313131;
	border-top: 1px #988a7a solid;
	text-shadow: #ff7e00 0px 0px 8px;
	padding: 3px;
}

#field_entry, .field_entry
{
	background-color: #313131;
	border: 3px #988a7a solid;
	border-top: 1px #988a7a solid;
	border-bottom: 1px #988a7a solid;
	text-shadow: #ff7e00 0px 0px 8px;
	padding: 3px;
	margin-bottom: 5px;
}

#shoutbox_headline, .shoutbox_headline {
	font-size: 7pt;
	cursor: pointer;
}

#shoutbox_content, .shoutbox_content {
	background-color: #282828;
	padding: 2px;
	font-size: 9pt;
	margin-bottom: 5px;
}

#table, .table
{
	border-collapse: collapse;
	width: 100%;
}

#table td, .table td
{
	padding: 5px;
}

#edge, .edge
{
	width: 8px;
	height: 8px;
}

.topleft_edge
{
	background-image: url('/styles/basic/images/topleft_edge.png');
}

.bottomleft_edge
{
	background-image: url('/styles/basic/images/bottomleft_edge.png');
}

.bottomright_edge
{
	background-image: url('/styles/basic/images/bottomright_edge.png');
}

.topright_edge
{
	background-image: url('/styles/basic/images/topright_edge.png');
}

input[type=text], input[type=password], input[type=file], textarea, select
{
	background-color: #FFF;
	border-radius: 7px 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px 7px;
	border: 1px solid #AAA;
	padding: 4px 2px;
	width: 200px;
}

input[type=file]
{
	width: 250px;
}

textarea
{
	width: 250px;
	height: 100px;
}

input[type=text]:hover, input[type=password]:hover, textarea:hover, select:hover
{
	border: 1px solid #666;
}

input[type=button], input[type=submit]
{
	background-image: url('/styles/basic/images/button_gradient.png');
	background-color: #444;
	border-radius: 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px 5px;
	border: 1px solid #988a7a;
	height: 25px;
	color: #FFF;
}

input[type=button]:hover, input[type=submit]:hover
{
	background-image: none;
	background-color: #555;
}

input[type=button]:active, input[type=submit]:active
{
	background-image: none;
	background-color: #222;
}
