/* Table Style */

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

#box table thead,
#box table tfoot {
	background: url(http://www.gangchenhimalayan.com/8205/images/background-table.gif) repeat-x;
}

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

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

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

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

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