/*
********************************************************************************
		table css
********************************************************************************
*/

.table_wrapper {
    border-radius: 5px 5px 5px 5px;
    box-shadow: 2px 2px 6px #666666;
    margin-top:10px;
    width: 900px;
}
.table_wrapper table thead th {
    padding: 5px;
    font-weight: bold;
    color: #1C94C4;
    background-color: #F6A828;
}

table td {
padding: 5px;
 text-align: left;
}

table tr {background-color: #FDEED4; }
table h6 {
    font-weight: bold;
	font-size: 12px;
	margin: 0px 0px 5px 0px 
}