﻿table {
	border-spacing: 1px 1px;
	border-collapse: separate;
	margin:0px;

	clear: both;
}

table thead {
	font-weight: bold;
	height: 25px;
	
}

table tbody td.col_head {
	background-color: #fdeeee;
	
}

table tbody tr.odd td.col_head {
	background-color: #fef5f5;

}

table tbody td {
	background-color: #f9f9f9;
	height: 25px;
  border: 1px solid #adadae;/*penee981120*/

}

table tbody .odd td {
	background-color: #ffffff;
}

table tbody tr.inodd td.col_head {
	background-color: #fef5f5 !important;

}

.inodd td {
	background-color: #f9f9f9 !important;
}

.text_sqzer p {
	color: #9e9e9e;
	font-size: 13px;
	margin: 4px 0 40px;
}

.col_haed {
	background-color: #fae7e7;
}