@charset "utf-8";
/* CSS Document */

#idFooterPoweredByContainer {
  display: none;
}

 

/* Board Table */

#idPrimaryContentContainer #boardList {
	padding: 0px 0px 0px 0px;
	width: 560px;
	border: 1px solid #000000;  

}

#idPrimaryContentContainer #boardList table {
	width: 100%;
	font-size: 90%;
	position: relative;
	border-collapse:collapse;
	}

#idPrimaryContentContainer #boardList thead {
	padding: 15px 0px 7px;
	font-size: 115%;
	font-weight: bold;
	line-height: 1.3em;
	background-color: #84cff0;
	color: #0093d0;
	}


#idPrimaryContentContainer #boardList div.expndBioCtnr {
	height: 140px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
 	border-bottom: 1px solid #000000;  
/*	border: 1px solid #000000;   */
}

#idPrimaryContentContainer #boardList div.expndBioPic {
	float: left;
	vertical-align: top;
	padding: 0px 10px 5px 0px;
	}

#idPrimaryContentContainer #boardList div.expndBioTxt {
	font-size: 100%;
	overflow: auto;
	height: 125px;
	text-align: left;
	vertical-align: top;
	line-height: 1.1em;
	color: #000000;
	margin: 0px 0px 5px 0px;
	padding: 5px;
/*	border: 1px solid #000000;  */
	}

#idPrimaryContentContainer #boardList td {
	font-size: 82.5%;
	vertical-align: top;
	padding: 4px;
	line-height: 1.3em;
	color: #333;
	}

#idPrimaryContentContainer div.bluClkrOff {
	background-image: url('http://www.digitalnovascotia.com/Content/Pictures/bioBulletOff.png');
	background-repeat: no-repeat; 
	height: 16px;
	width: 16px;
/*	border: 1px solid #000000;   */
	}

#idPrimaryContentContainer div.bluClkrOn {
	background-image: url('http://www.digitalnovascotia.com/Content/Pictures/bioBulletOn.png');
	background-repeat: no-repeat; 
	height: 16px;
	width: 16px;
/*	border: 1px solid #000000;   */
	}

#idPrimaryContentContainer div.doubleBluClkr {
	text-align: right;
	width: 550px;
	padding: 0px 10px 0px 0px;
	font-size: 70%;
/*	background-color: #dddddd;
	border: 1px solid #000000;  */
	}


#idPrimaryContentContainer #boardList td.clicker {
	font-size: 100%;
	text-align: center;
	}

#idPrimaryContentContainer #boardList tr.d0 td {
	background-color: #ffffff;
	margin: 0px;
	}

#idPrimaryContentContainer #boardList tr.d1 td {
	background-color: #eeeeee;
	}

#idPrimaryContentContainer #boardList td.brdThTd_01  {
	width: 15px;
	}

#idPrimaryContentContainer #boardList td.brdThTd_02  {
	width: 120px;
	}

#idPrimaryContentContainer #boardList td.brdThTd_03  {
	width: 70px;
	}

#idPrimaryContentContainer #boardList td.brdThTd_04  {
	width: 70px;
	}

#idPrimaryContentContainer #boardList td.brdThTd_05  {
	width: 100px;
	}

#idPrimaryContentContainer #boardList td.brdThTd_06  {
	width: 120px;
	}

#idPrimaryContentContainer #boardList strong {
	font-weight: bold;
	}

#idPrimaryContentContainer #boardList a:hover {
	text-decoration: underline;
	color: #A65D0C;
	}

#idPrimaryContentContainer #boardList a {
	text-decoration: none;
	color: #bf8544;
	}

/* END Board Table */