/*Generic data table styles*/

table {
    /* width:auto; */
    border-left:solid 1px #bbb;
    border-top:solid 1px #bbb;
    border-bottom:solid 1px #bbb;
}

table td,th {
    padding:4px 6px 4px 6px;
    color: #244857;
    line-height:1.4em;
    border-right:solid 1px #bbb;
	
}

table th {
    background-color:#456370;
    border-right:solid 1px #456370;
    color: #fff;
    text-align:left;
}

table tr.odd {
    background-color:#E1E8EB;
}

table tr {
	border-bottom:solid 1px #bbb;
}