/* Table Style */

table.style {
	width: 100%;
	height: 100%;
	margin: 0 0 15px;
	text-align: left;
	border-collapse: collapse;
}

table.style thead,
table.style tfoot {
	background: url(../images/background-table.gif) repeat-x;
}

table.style th {
	font-weight: bold;
	padding: 5px 8px;
	color: #444;
}

table.style td {
	padding: 8px;
	color: #444;
	border-bottom: 1px solid #d2d2d2;
}

table.style td span.active { color: #55a34a;}
table.style td span.pending { color: #c5a059;}
table.style td span.closed { color: #a02b2b;}

table.style .odd {
	background: #f6f6f6; 
}

table.style tr.top td {
	border-bottom: none;
	padding-bottom: 2px;
}