div.scroll, div.noscroll {
	background: #fff;
	min-width: 50px;
	margin-left: auto;
	margin-right: auto;
}

table.scrollTable {
        border: solid #ccc;
        border-width: 1px 1px 1px 1px;
        width: auto;
        border-spacing: 0;
        padding: 0; 
	margin-left: auto;
	margin-right: auto;
    }
   



table.scrollTable table  th {
	border-left: 1px solid #EB8;
	border-right: 1px solid #B74;
	border-top: 1px solid #EB8;
        padding: 4px;
    }
    
table.scrollTable   th {
	background: #C96;
	border-left: 1px solid #EB8;
	border-right: 1px solid #B74;
	border-top: 1px solid #EB8;
	font-weight: bold;
	padding: 4px 3px;
	text-align: left;
        color: #FFFFFF;
    }

    
div.scroll table.scrollTable   tbody {
        height: 500px;
        overflow: auto;
    }

    
div.noscroll table.scrollTable   tbody {
        height: auto;
        overflow: auto;
	margin-left: auto;
	margin-right: auto;
    }
    
table.scrollTable   td, tbody tr.normalRow td {
	background: #fff;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #CCC;
	border-top: 1px solid #DDD;
	padding: 4px 4px 4px 4px;
}

tr.alternateRow td {
	background: #EEE;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #CCC;
	border-top: 1px solid #DDD;
	padding: 4px 4px 4px 4px;
}





 
    


 


    
 