/*
 *Stylesheet for main window pages
 */

/*
 * ---------------- Page Sections ----------------
 */
body{
	text-align: center;
	margin:0;
	padding: 0;
}

div.centered{
	width: 1000px;
	margin: auto;
	text-align: left;
	background-color: #FFFFFF;
}

div#topsection {
	overflow: hidden;
	margin: 0;
	padding: 0;
	text-align: center;
}

/*
 * The banner is in 2 parts.  The background fills in the gap between the 2
 * and the 2 logo divs are for positioning.
 */
div#topsection #banner {
	height: 147px;
	background-image: url('https://secure.bcmetiscitizen.ca/gateway/images/filler.png');
	background-repeat: repeat-x;
}
div#topsection #banner #logo{
	float: left;
}
div#topsection #banner #logo2{
	float: right;
}

div#topsection #quicklinks {
	border-top: 2px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
	clear: both;
	background-color: #73A2CE;
	padding: 0.5ex;
	text-align:right;
	color: #FFFFFF;
	font-size: 90%;
}
div#topsection #quicklinks a {
	color: #FFFFFF;
	text-decoration: none;
}
div#topsection #quicklinks a:visited {}
div#topsection #quicklinks a:active {}
div#topsection #quicklinks a:hover {
	text-decoration: underline;
}

/*
 * -------------------- Left Column --------------------
 */
div#leftcolumn{
	float: left;
	width: 191px; /*Width of left column*/
	overflow:hidden;
	padding-left: 0.5ex;
	border: 2px solid #CCCCCC;
	/* background-color: #F4F4F4; */
    background-color:#ECF8FD;
	color: #666666;
}
div#leftcolumn a {
	font-weight:normal;
	font-size:small;
	color: #666666;
	text-decoration: none;
}
div#leftcolumn a:hover {
	text-decoration: none;
	color: #000;
}
div#leftcolumn table#nav{
	border-collapse: collapse;
	width: 98%;
}
div#leftcolumn table tr{
	background-color: #F1F1F1;
}
div#leftcolumn table tr:hover{
	background-color: #D4E0EA;
}
.prop { /*"Props" open the leftcolum div to a minimum height*/
	height: 35em;
	float: right;
	width: 1px;
}
div#leftcolumn ul{
    font-size: small;	
}

/*
 * -------------------- Main Content --------------------
 */
div#contentcolumn{
	/* max-width: 509px; /* Will expand into remaining space */
	margin-left: 191px; /* Set left margin to LeftColumnWidth */
	padding: 15px;
}
div.index { /*for link on index pages like report.php*/
	/*height and width are specified in the php file */
	width: 310px;
	float: left;
	border: 2px solid #CCCCCC;
	text-align: left;
	padding: 1em 1em;
	margin-left: 1.5em;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
div.index img {
	vertical-align: bottom;
}
div.index a {
	text-decoration: none;
	color: #666666;
}
div.indexs a:visited {}
div.index a:active {}
div.index a:hover {
	text-decoration: underline;
}
div.index .index_header {
	font-size: 22px;
	font-weight: bold;
}
div.index .sub_index_header {
	font-size: 15px;
	font-weight: bold;
	color: #666666;
}
div#footer{
	height: 15px;
	clear: both;
	padding: 4px 1em;
	text-align: right;
	background-color: #73A2CE;
	border-top: 5px solid #FFFFFF;
	color: #FFFFFF;
}
