.datatable1 {
	
	border-collapse: collapse;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	color:#000000;

}



table {
		border-collapse: collapse;
		margin-bottom:0px;
		margin-top:50px;
		} 

th, td { 
		border: 1px solid white; 
		font-size: 0.8em;
		padding: 4px 10px;
		line-height: 1.2;
		} 

tbody td {
		border-top: 0;
		border-bottom: 0;
		}

caption {
		font-weight: bold;
		font-size: 1.1em;
		border-top: 1px solid white; 
		border-left: 1px solid white; 
		border-right: 1px solid white; 
		color: yellow;
		background-color:black;
		padding-top:5px;
		padding-bottom:5px;
		}

th {
		background-color: black; 
		color: yellow;
		text-align: left;
		}

tfoot {
		background-color: black;
		color: yellow;
		}

tfoot td {
		font-size: 0.9em;
		text-align: center;
		}

tbody tr.alt td {
		background: #FEFEA2;
		}

tbody tr.over td, tbody tr:hover td {
		background: black;
		color: yellow;
		}

tbody tr.over+tr td {
		background-image: url(../images/shadow.png);
		background-repeat: repeat-x;
		}