/* Style Sheet for the BSC website - Printer Friendly
   --------------------------------------------------

   jrm Mar 2008

*/

body
{
	text-align:center;
	background-color:white;
	padding:0;
	margin:0;
}

div#page
{
	width: 700px;
	margin: 50px;
	background-color:white;
	padding:20px;
	border: 1px solid #000;
}

div#left-panel
{
	display: none;
}

div#nav-panel
{
	display: none;
}
div.centre-panel
{
}

div#main-panel
{
	float:left;
	width: 700px;
	margin:0;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0;
	background-color: white;
	text-align:left;
}


div.right-panel
{
	display: none;
}

.random-image
{
	display: none;
}



h2
{
	font-family: Verdana, Arial;
	font-size: 18px;
	font-weight: bold;
	color:  black;	
}

h3
{
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color:  black;
}

h4
{
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color:  black;
}


div#page-banner
{
	display: none;
}

div#page-title
{
	color:black;
	background-color:white;
	border-width:1px;
	border-color:black;
	border-style:solid;
	padding:5px;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-top:52px;   
	margin-bottom:55px;
	width: 30%; 
}

div.shadow
{
	display: none;
}

div#footnote
{
	font-family: Verdana, Arial;
	font-size: 10px;
	background-color:white;
	border-width:1px;
	border-color:black;
	border-style:solid;
	padding:10px;
	text-align: center;	
	color: black;
	margin-top: 20px;
}


.subitem
{
	font-family: Verdana, Arial;
	color:black;
	font-size: 11px;
	margin-left: 20px;
}

p.quote
{
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #1F8AFF;
	font-style: normal;
	margin-left: 40px;
	margin-right: 40px;
}


.indent
{
	padding-left:  30px;
}



.bsc-topic
{
	font-family: "Times New Roman";
	font-size: 14px;
	color: black;
	font-weight: bold;
}

.bsc-header
{
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:black;
	border: 0px;
}

.bsc-archive-table
{
	font-family: Verdana, Arial;
	font-size: 12px;
	border-width: 2px;
	border-style: solid;
	border-color: black;		/* #00A0C6;	 #1E75CE; */
	border-spacing: 5px;
	border-collapse:  collapse;
	width:  30%;
}

.bsc-body
{
	font-family: Verdana, Arial;
	font-size: 11px;
}

.bsc-body-text
{
	font-family: Verdana, Arial;
	font-size: 11px;
	padding-left:30px;
}

tr.done
{
	color:#999999;
}

tr.valign
{
	vertical-align:top;
}


td.col-1
{
	font-weight:bold;
	white-space:nowrap;
}

span.alert
{
	font-weight:bold;
	color:red;
}

/* Profiles Columns */
/* ----------------  */

div.profile
{
	font-family: Verdana, Arial;
	font-size: 12px;
	text-align:center;
	border-width:5px;
	border-color:black;
	width:160px;
	color:#2F6950;
	/* padding: 0px; */
	
	background-color:#F9F5E5;
	border-width:1px;
	border-color:black;
	border-style:solid;

}

div.profile table.profile
{
	font-family: Verdana, Arial;
	font-size: 12px;
	color:blue;
	font-weight:bold;
	text-align:center;
}

div.profile table.table
{
	font-family: Verdana, Arial;
	font-size: 9px;
	color:blue;
	text-align:left;
}
div.profile td.name      
{
	font-family: Verdana, Arial;
	font-size: 9px;
	font-weight:bold;
	color:red;
	text-align:center;
}

div.profile td.text      
{
	font-family: Verdana, Arial;
	font-size: 9px;
	color:black;
}

/* Profile Page */
/* ------------ */

div.profile-panel 
{
	width: 400px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color:white;

	padding: 10px;
	font-family: Verdana, Arial;
	font-size: 8px;
	line-height: 7px;
	color: white;
	text-align: left;
}

div.profile-panel table.profile
{
	padding: 10px;
	font-family: Verdana, Arial;
	font-size: 11px;
	text-align: left;
} 
div.profile-footnote
{
	margin-top: 30px;
	text-align:center;
}


a:link
{
	color:  green;
	text-decoration:underline;
}

a:visited
{
	color:  green;
	text-decoration:underline;
}

a:hover
{
	color:  red;
	text-decoration:underline;
}

.button
{
		font-size: 9px;
		
}

.button2
{
		color:#666666;
}
