#ccac-main-table-left, #htopic-main-table-left
{
	float:left; 
}
#ccac-main-table-right, #htopic-main-table-right
{
	float:right; 
	margin-right:15px;
	
}

#ccac-main-table, #htopic-main-table
{
	font-size: 12px;
	margin:30px 10px 0 20px;
	width: 364px;
	text-align: center;
	border-collapse: collapse;
}
#ccac-main-table th
{
	font-size: 12px;
	font-weight: normal;
	text-transform:uppercase;
	font-weight:bold;
	padding: 16px;
	background: #00a0af;
	border: 1px solid #00a0af;
	color: #ffffff;
	vertical-align: middle;
}
#ccac-main-table td
{
	padding: 17px;
	background: #fefaf1; 
	border-right: 1px solid #e4a11b;
	border-left: 1px solid #e4a11b;
	border-bottom: 1px solid #e4a11b;
	color: #000000;
	vertical-align: middle;
}
#ccac-main-table tr:hover td, #htopic-main-table tr:hover td
{
	background: #c6e4e5;
	color: #477f80;
}
#ccac-main-table a, #ccac-main-table a, #htopic-main-table a, #htopic-main-table a{
	color:#000000;
	text-decoration:none;
}
#ccac-main-table a:hover, #ccac-main-table a:hover, #htopic-main-table a:hover, #htopic-main-table a:hover{
	color:#477f80;
	text-decoration:none;
}
#htopic-main-table th
{
	font-size: 12px;
	font-weight: normal;
	text-transform:uppercase;
	font-weight:bold;
	padding: 20px;
	background: #00a0af;
	border: 1px solid #00a0af;
	color: #ffffff;
	vertical-align: middle;
}
#htopic-main-table td
{
	padding: 20px;
	background: #fefaf1; 
	border-right: 1px solid #e4a11b;
	border-left: 1px solid #e4a11b;
	border-bottom: 1px solid #e4a11b;
	color: #000000;
	vertical-align: middle;
}

.disabled {
	cursor: not-allowed;
}

#htopic-main-table .disabled {
	font-style: italic;
  display: none;
}
