/* generic table styles */
/* generic table styles */
/* generic table styles */

table {
	
}

table thead tr {
	background-color: #00a0af;
	font-size: 10px;
	text-transform:uppercase;
	font-weight:bold;
	color: #ffffff;
	vertical-align: middle;
	border-left: 1px solid #00a0af;
	border-right: 1px solid #00a0af;
}

table thead tr th {
	padding: 8px;
	border-left: 1px solid #fff;
	vertical-align: middle;
}

table tbody {
	background-color:#fefaf1;
}

table tbody tr.odd-row {
	background-color: #fbf3de;
}

table tbody tr:hover td {
	background-color: #c6e4e5;
	color: #477f80;
}

table td {
	border-left: 1px solid #e4a11b;
	border-bottom: 1px solid #e4a11b;
	color: #000000;
	font-size:12px;
	vertical-align: middle;
	text-align: center;
	padding: 8px;
}

table th:first-child, table td:first-child {
	border-left: none;
}

table tbody tr, table tfoot tr {
	border-left: 1px solid #e4a11b;
	border-right: 1px solid #e4a11b;
}

table tfoot tr td {
	background-color: #f5f5f5;
	font-size: 12px;
	color: #00a0af;
	text-align:left;
}


/* HC Provincial Full */
/* HC Provincial Full */
/* HC Provincial Full */

#table-hc-provincial-full {
	
}



/* HC Individual Full */
/* HC Individual Full */
/* HC Individual Full */

#table-hc-individual-full thead tr th {
	padding: 3px;
	font-size: 9px;
}

#table-hc-individual-full td {
	font-size: 9px;
	font-weight: bold;
	padding: 4px;
	height: 22px;
}


/* HC Individual CCAC */
/* HC Individual CCAC */
/* HC Individual CCAC */

#table-hc-individual-ccac {
	position: relative;
	width:820px;
	height:395px;
	overflow-y:auto;
	overflow-x:hidden;
}


#table-hc-individual-ccac table {
	margin-top: 75px;
	width: 795px;
}

#table-hc-individual-ccac table thead {
	position: fixed;
	height: 75px;
	margin-top: -75px;
}

#table-hc-individual-ccac table th {
	height:57px;
}



/* HC Individual Topic */
/* HC Individual Topic */
/* HC Individual Topic */

#table-hc-individual-topic .ind-name {
	color:#ce8e00;
	text-transform:uppercase;
	font-size:12px;
	text-align:center;
	margin:70px 0 10px 0;
	border-top:solid 1px #f8df9d;
	border-left:none;
}

#table-hc-individual-topic {
	position: relative;
	width:820px;
	height:395px;
	overflow-y:auto;
	overflow-x:hidden;
}


#table-hc-individual-topic table {
	margin-top: 75px;
	width: 795px;
}

#table-hc-individual-topic table thead {
	position: fixed;
	height: 75px;
	margin-top: -75px;
}

#table-hc-individual-topic table th {
	height:57px;
}



/* LTC Provincial Full */
/* LTC Provincial Full */
/* LTC Provincial Full */

#table-ltc-provincial-full thead tr th {
	padding: 5px;
	font-size: 9px;
}

#table-ltc-provincial-full td {
	font-size: 9px;
	font-weight: bold;
	padding: 4px;
}



/* LTC Individual Search */
/* LTC Individual Search */
/* LTC Individual Search */

#table-ltc-individual-search {
	
}










/* Two Column */
/* Two Column */
/* Two Column */

.tbl-left {
	float:left;
	width:40%;
	margin-left:70px;
	margin-top:80px;
}
.tbl-right {
	float:right;
	width:40%;
	margin-right:70px;
	margin-top:80px;
}
.tbl-left a, .tbl-right a {
	color:#000000;
	text-decoration:none;
}
.tbl-left a:hover, .tbl-right a:hover {
	color:#477f80;
	text-decoration:none;
}
