/*CSS Document*/

table{
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
	font-size: 11px;
	color: #333;
}

th {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	background-color: #cff3ab;
	text-transform: uppercase;
	text-align: center;
	padding: 5px;

}

td {
	font-weight: normal;
	text-align: center;
	padding: 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

td:first-child{
	background-color: #ddd;
}

td:last-child{
	border-right: 0px solid #ededed;
}

.small table {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
	font-size: 11px;
	color: #333;
}

.small th {
		font-weight: bold;
		border-bottom: 1px dotted #ccc;
		text-transform: uppercase;
		text-align: left;
		padding: 5px;
}

.small td {
		background-color:#fff;
		border-right: 1px dotted #ccc;
		border-bottom: 0px dotted #ccc;
		text-align: left;
		padding:0px 10px;
}

.small td:first-child {
	width: 30%;
	padding: 0px;
}
.small td:last-child{
	border-right: 0px solid #ccc;
}

.duo_col_1{
	width: 340px;
	float: left;
	margin-right: 10px;
	margin-top:10px;
	border-right: 1 px solid #ccc;
}

.duo_col_2{
	width: 340px;
	float:left;
	margin-top: 10px;
}

