/*-------------------------------------------------------------------------------------*/

/*Table styles*/

table.tblstyle  {
	margin-bottom: 20px;
	color: #000000;
	font-size: 1em;
}

.tblstyle td {
	padding: 10px 10px 10px 6px;
	border-bottom: #C9CBBD 1px dashed;
	vertical-align:top;
}

.tblstyle .tblhdrone {
	font-weight: 600;
	color: #006600;
	padding: 5px 10px 5px 6px;
	background: #eee;
	text-align: center;
}

.tblstyle .tblhdrtwo {
	padding: 5px 10px 10px 6px;
	background: #F4F5ED;
}

.tblstyle .tblhdrthree {
	padding: 5px 10px 5px 6px;
	background: #EEF2F9;
}

.tblstyle h1 {
	color: #666;
	margin: 0px 0px 5px 0px;
}

.tblstyle  .shadedtr {
	background: #EEF2F9;
}
.tblstyle .tblhdrtwo-right {
	padding: 5px 10px 10px 6px;
	background: #F4F5ED;
	text-align: right;
}
.tblstyle .tblhdrfour{
	padding: 5px 10px 10px 6px;
	font-size: 10px;
	background-color: #FCE9E0;
}
.tblstyle .tblhdrfour-center{
	padding: 5px 10px 10px 6px;
	font-size: 10px;
	text-align: center;
	background-color: #FCE9E0;
}
.tblstyle .tblhdrfive {
	padding: 5px 10px 5px 6px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #EB6E36;
	line-height: 1;
	vertical-align: middle;
}
