
/* Layout Stylesheet */ 


body{
/* background: black;*/
/*background: black url(cssImages/logo.jpg) no-repeat top center;*/
 background: black url(cssImages/logo.jpg);
 background-repeat: no-repeat;
 /*background-position: top center;*/
background-position: 50% 0%;
 padding:0;
 margin: 0;
 } 
 
#lh-col{
 position: absolute;
 /*top: 151px;*/
 top: 261px;
 left: 0px;
 width: 180px;
 border: 1px solid black;
 background: transparent;
/* color: white;*/
 margin: 0;
 padding: 0;
 height: 500px;
 z-index: 1;
 }

#lh-col ul {
/*	position: absolute;
	left: 46px;*/
	list-style:none;
	margin 0 5px 5px 10px;
	}
#lh-col li {
/*	float:left;
	margin: 8px 16px 0 16px;
	padding:0;*/
	padding-bottom: 10px;
	}

/*	
#rh-col{
 position: absolute;
 top: 50px;
 right: 0px;
 width: 180px;
 border: 1px solid black;
 background: transparent url(cssImages/prs_se_custom2-scale.jpg) no-repeat top center;
 margin: 0px;
 padding: 0px;
 height: 500px;
 z-index: 1;
 }
*/

#hdr{
 height:150px;
 background: transparent;
/* color: white;*/
 margin:0;
 padding:0;
 border: solid black;
border-width: 1px 1px 0 1px;
 } 
      
#c-col{
 position: relative;
 margin: 0 181px 20px 181px;
 border: 1px solid black;
 background: transparent;
/* color: white;*/
 padding: 20px;
 z-index: 3;
 }

/* Music Table Css */
.musicTable {
 /*
 border-color: #ff0000; 
 border-color: #00cc00;
 border-width: 1px; 
 border-style: solid;

 border-top-color: #00cc00;
 border-top-width: 1px; 
 border-top-style: solid;
 border-bottom-color: #00cc00;
 border-bottom-width: 1px; 
 border-bottom-style: solid;
 */
 font-size: 90%;
}

.rightSide {
 text-align: left;
 background: url(cssImages/musicGradient-right.jpg) top right;
 background-repeat: repeat-y;
 padding-right: 10px;
}

.leftSide {
 text-align: right;
 background: url(cssImages/musicGradient-left.jpg) top left;
 background-repeat: repeat-y;
 padding-left: 10px;
}
.rightTop {
 text-align: left;
 background: url(cssImages/topRightGrad.jpg) top right;
 background-repeat: no-repeat;
 padding-right: 10px;
}

.rightBottom {
 text-align: left;
 background: url(cssImages/bottomRightGrad.jpg) bottom right;
 background-repeat: no-repeat;
 padding-left: 10px;
}

.leftTop {
 text-align: right;
 background: url(cssImages/topLeftGrad.jpg) top left;
 background-repeat: no-repeat;
 padding-left: 10px;
}

.leftBottom {
 text-align: right;
 background: url(cssImages/bottomLeftGrad.jpg) bottom left;
 background-repeat: no-repeat;
 padding-left: 10px;
}

td .tableTopRow{
background-color: orange;
/*
 background: url(cssImages/topGrad.jpg) top left;
 background-repeat: repeat-x;
*/}

.tableBottomRow{
 background: url(cssImages/bottomGrad.jpg) top left;
 background-repeat: repeat-x;
}
/* End Music Table Css */

.centerAlign { 
/* background-color: #ff0000; */
 text-align: center; 
 padding: 0 5px 0 5px;
}

.jsPop {
 background: black;
 text-align:center;
 padding-bottom: 10px;
}

