html{
	font-family:"Trebuchet MS", sans-serif;
	margin:0px;
	background-color:#FF9900;
	background-image:url(images/bg.gif);
}

body{
	font-size:12px;
}

form{
	margin:0px;
	padding:0px;
}

a {
	color:#000;
}

#container{
	margin:auto;
	width:974px;
}

#header{
	padding:6px;
}

#content{
	background-image:url(images/body.png);
}

#footer{ 
	padding-top:25px;
	text-align:center;
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	background-position:top;
}

#addingform{
	width:535px;
	margin:auto;
}
#addingform fieldset{
	width:360px;
}
.playurl{
	width:280px;
	margin-top:5px;
	margin-bottom:5px;
}
.fieldsetPlayurl legend{
	font-size:12px;
}
#header_shadow{
	background-image:url(images/headershadow.png);
	background-repeat:no-repeat;
	background-position:top;
	height:7px;
}
#mainMenu{
	text-align:right;
	font-size:11px;
    text-transform: uppercase;
    margin-top: 30px;
}

#mainMenu a {
	padding:5px; 
}
#mainMenu a:link {
	color:#000;
	text-decoration:none;
}
#mainMenu a:visited {
	text-decoration:none;
}
#mainMenu a:hover {
	color:#FFA826;
	background-color:#000;
}
.clicked {
	color:#FFA826;
	background-color:#000;
	border-bottom:5px solid #FFCF40;
	border-top:5px solid #FFCF40;
}
fieldset{
	border:1px solid #ccc;
	padding:10px;
}

.fieldContent{
	margin-left:20px;
	margin-right:20px;
}
legend{
	background-color:#CCCCCC;
	border:1px solid #999999;
	color:#555555;
	font-size:18px;
	padding:5px;
	margin-left:5px
}
input[type=submit], input[type=button]{
	background-image:url(images/bg_btn.jpg);
	border:1px solid #9F6913;
	height:25px;
}
input[type=text], input[type=password]{
	border:1px solid #9F6913;
	height:25px;
	line-height:25px;
	color:#9F6913;
	width:280px;
}
select, textarea{
	font-family:"Trebuchet MS";
	border:1px solid #9F6913;
	color:#9F6913;
}
textarea{
	height:100px;
	width:280px;
}
#search{
	height:21px;
	line-height:21px;
}

#btn_search{
	background-image:url(images/btn_search.png);
	border:none;
	height:25px;
	width:25px;
	background-color:transparent;
}

#searchbox{
	float:right;
	height:30px;
}

#radioarchive{
	width:100%;
	border:1px solid #ddd;
	background-color:#fff;
	margin-top:10px;
}
#radioarchive th{
	text-align:left;
	background-color:#FFE79F;
	font-size:10px;
	font-weight:bold;
	color:#FF5A00;
}
.tr1{
	background-color:#FFF7DF;
}
.logo{
	background-color:#eee;
	border:1px solid #999;
	padding:5px;
}
.error{
	color:#FF5A00;
	/*font-size:10px;*/
}
.noborder{
	border:none;
}
#playurlwmp, #playurlrp, #playurlwinamp, #playurlflash{
	background-repeat:no-repeat;
	background-position:5px;
	padding-left:32px;
	/*width:248px;	*/
}
#playurlwmp{
	background-image:url(images/wma.png);
}
#playurlrp{
	background-image:url(images/ram.png);
}
#playurlwinamp{
	background-image:url(images/m3u.png);
}
#playurlflash{
	background-image:url(images/flash.png);
}
#banner_top{
	width:338px;
	/*height:50px;*/
	float:left;
	background-color:#000;
	margin-left:25px;
}
label{
	display:block;
}
.box{
	border:1px solid #CCCCCC;
	float:left;
	height:100px;
	margin-bottom:10px;
	margin-left:9px;
	margin-top:10px;
	width:450px;
}
table th{
    text-transform: uppercase;
}
.it_header_class{
    display: none;
}
#dGenre{
    width: 250px;
}
