/* Table Style */

#tableDiv table {
	margin: 0;
	text-align: left;
	border-collapse: collapse;
	font: 12px/14px Arial, Helvetica, sans-serif;
	color: #666;
	border: 1px solid #d2d2d2;
}

#tableDiv table thead,
#tableDiv table tfoot {
	background: url(http://www.nepal.dk/images/background-table.gif) repeat-x;
}

#tableDiv table th {
	font-weight: bold;
	padding: 5px 8px;
	color: #444;
}

#tableDiv table th.leftSide {
	font-weight: bold;
	padding: 8px;
	color: #444;
	border-bottom: 1px solid #d2d2d2;
	border-right: 1px dotted #d2d2d2;
}

#tableDiv table td {
	padding: 8px;
	color: #444;
	border-bottom: 1px solid #d2d2d2;
}

#tableDiv table td span.active { color: #55a34a;}
#tableDiv table td span.pending { color: #c5a059;}
#tableDiv table td span.closed { color: #a02b2b;}

#tableDiv table .odd {
	background: #f6f6f6; 
}