div#player{
	text-align: center;
	border: solid 1px;
	padding: 5px;
	/*background: #ffffff;*/
}
div#quotas{
	font-weight: bold;
	color: green;
}
.currentfilestable{
	width: 100%;
	margin: 5px;
	padding: 5px;
	/*border:solid thin #cccccc; */
	background-color: #000000;
}
.alternateRow1{
	background-color: #333333;
}
.alternateRow2{
	background-color: #666666;
}
.actionColumn {
	text-align: center;
}
.mp3titleColumn {
	width: 70%;
	text-indent: 10px;
	font-weight: 600;
}
.tableHeadings {
	font-weight: 700;
	text-align: center;
}
div#pid{
	width:90%;
	font-weight: 600;
	margin-top:10px;
	margin-bottom: 10px;
	text-align:left;
	border: solid 1px #ccc;
	background-color: #666666;
	padding: 5px 10px;
}
.heading {
	font-weight: 700;
	text-align:center;
	background-color:#999999;
	color:#ffffff;
	font-size:12px;
	padding-top:10px;
	padding-bottom:10px;
}
#scroller {
	width:95%;
	height:175px;
	overflow:auto;
	padding-top:0px;
}
.adminmp3 {
	text-align:left;
	border: solid 1px #CCCCCC;
	width:95%;
	padding:5px;
}
.tscroller {
	text-align:left;
	width:97%;
	padding:5px;
}
.adminnotify {
	text-align:left;
	border: solid 1px #CCCCCC;
	width:50%;
	padding:5px;
	margin-top:15px;
	margin-bottom:10px;
}
.check {
	text-align:center;
	width:7%;
}
hr{
	border-bottom: thin dotted #ccc;
}
#colh {
	text-align:left;
	font-weight:700;
	font-size:12px;
	color:#000000;
	padding:5px;
	background-color:#ebebeb
}
.rowheading {
	font-weight:700;
	text-align:left;
	padding:5px;
	background-color:#ebebeb;
	height:30px;
}
#filename {
	width:20%;
	padding:5px;
	text-align:left;
}
.inputbox_title{
	width: 150px;
	border: solid 1px #000;
	background-color:#ebebeb;
}
.inputbox_filename{
	width: 150px;
	border: solid 1px #000;
	background-color:#ebebeb;
}
.inputbox_url{
	width: 150px;
	border: solid 1px #000;
	background-color:#ebebeb;
}
.inputDesc {
	width: 150px;
	height: 150px;
	border: solid 1px #000;
	background-color: #ebebeb;
}
