body {
	background: none repeat scroll 0% 0% #F4F4F4;
}

table {
    width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0px;
}

table thead:first-child tr:first-child td {
	border-top: 0px none;
}

table td, table_bordered {
    border-color: #D0D0D0 !important;
}

table td, table th {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border: 1px solid #DDD;
}

table tr:hover {
	background: white;
}