body { 
	margin:0; 
	padding:20px; 
	font:13px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	}
	
/* ---- Some Resets ---- */

p,
table.observationtable,table.observationtable caption,table.observationtable td,table.observationtable tr,table.observationtable th {
	margin:0;
	padding:0;
	font-weight:normal;
	}

/* ---- Paragraphs ---- */

p {
	margin-bottom:15px;
	}
	
/* ---- Table ---- */

table.observationtable{
	border-collapse:collapse;
	margin-bottom:15px;
	width:100%;
	}
	
	table.observationtable caption {
		text-align:left;
		font-size:15px;
		padding-bottom:10px;
		}
	
	table.observationtable td,
	table.observationtable th {
		padding:5px;
		border:1px solid #fff;
		border-width:0 1px 1px 0;
		}
		
	table.observationtable thead th {
		background:#91c5d4;
		font-size:12px;
		font-weight:bold;
		font-family:verdana;
		}
			
		table.observationtable thead th[colspan],
		table.observationtable thead th[rowspan] {
			/*background:#66a9bd; changed by surojit*/
			background:#91C5D4;
			}
		
	table.observationtable tbody th,
	table.observationtable tfoot th {
		text-align:left;
		background:#91c5d4;
		font-size:12px;
		font-weight:bold;
		font-family:verdana;
		}
		
	table.observationtable tbody td,
	table.observationtable tfoot td {
		text-align:center;
		background:#d5eaf0;
		font-size:12px;
		font-family:verdana;
		}
		
	table.observationtable tfoot th {
		background:#b0cc7f;
		}
		
	table.observationtable tfoot td {
		background:#d7e1c5;
		font-weight:bold;
		font-family:verdana;
		}
			
	table.observationtable tbody tr.odd td { 
		background:#bcd9e1;
		}
