/*-------------------------------------------------------------------------------------*/

/*Table styles*/

table.tblstyle  {
	margin-bottom: 20px;
	color: #333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AFB728;
}

.tblstyle td {
	padding: 10px 10px 10px 6px;
	vertical-align:top;
	font-size: 12px;
	line-height: 1.5;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #AFB728;
}

.tblstyle .tblhdrone {
	font-weight: 600;
	padding: 5px 10px 5px 6px;
	text-align: left;
}

.tblstyle .tblhdrtwo {
	padding: 5px 10px 10px 6px;
	text-align: left;
	background-color: #EFF1BE;
}

.tblstyle .tblhdrthree {
	padding: 5px 10px 5px 6px;
	text-align: center;
	background-color: #EFF1BE;
}

.tblstyle h1 {
	color: #666;
	margin: 0px 0px 5px 0px;
}

.tblstyle  .shadedtr {
	background: #EEF2F9;
}

/*-------------------------------------------------------------------------------------*/
