/* CSS Document */



* html #top {position:absolute;}



body {

    margin: 0;

    padding: 0;

	  color: gray;

    font-family: Arial, Helvetica, sans-serif;

	text-align:center;

	font-size:16px;

	background: #fff;

}



#wrapper{

margin:0;

width:850px;

margin-left:auto;

margin-right:auto;

margin-top:0px;

text-align:left;

/*background: #fff url(../images/bkgd.jpg) top center no-repeat;*/

/*border-bottom:#CCCCCC solid 1px;*/



}



#menu{

float:left;

margin:0px 1px 1px 1px;

padding:0px;

width:846px;

height:35px;

text-align:center;

color:#FFFFFF;



border-bottom:#CCCCCC solid 1px;

}



a img{

border:none;

}





ul.nav a{

list-style-type:none;

text-decoration:none;

margin-top:0px;

padding:1px 15px 5px 1px;

color:#660000;

}



ul.nav li{

display:inline;

}



a, a:link, a:visited{

text-decoration:none;

font-size:12px;

color:gray;



}

ul.list a{

list-style-type:none;
color: gray;
font-size:16px;
}




.smalltext{



font-size:10px;

color:#3399CC;



}















#heada{

float:left;

margin:0px 1px 1px 0px;

padding-bottom:4px;

width:420px;

height:100px;


/*border:red solid 1px;*/

}



#headb{

float:left;

margin:0px 1px 1px 0px;

padding-bottom:4px;

width:420px;

height:100px;

/*border:red solid 1px;*/

}

#content{

float:left;

margin:3px 1px 1px 1px;

padding:1px;

width:846px;

border-top:#CCCCCC solid 4px;

border-bottom:#CCCCCC solid 1px;

}





#colll{

float:left;

margin:3px 1px 1px 1px;

padding:1px;

width:415px;



}

#collr{

float:right;

margin:3px 1px 1px 1px;

padding:1px;

width:415px;



}

.titlecol{

color:#3399CC;

}



#footer{

margin:1px 1px 1px 1px;

padding:1px;

width:846px;

text-align:center;





}



img.r{

float:right;

padding-top:3px;

}



/*td,th{

padding-left:10px;

padding-right:10px;

}

*/



#playlist {

		border: 0px;

	}

#playlist th {

		border-bottom: gray solid 1px;

	}

	

	

	#playlist tbody tr td {

		

		padding-left: 10px;

		padding-right: 15px;

		

	}

	

	#playlist tbody tr.selected td {

		background-color: #3d80df;

		color: #ffffff;

		font-weight: bold;

		

	}

.right{
float:right;
padding:2px;
}

.left{
float:left;
padding:2px;
}

.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}