/*
	BC ELN styles

*/


/*
	===========================
	= Main Layout 
	===========================
*/   

body {
	font-family: Helvetica, Arial, sans-serif;
	background: #FFFFFF;
	/*overflow: auto;*/
	margin: 0px;
}

input {
	font-family: sans-serif;
	font-size: 90%;
}


div.background {
	background: #fff;
	/*overflow: hidden;*/
	z-index: 0;
}

div.content {
	font-family: Helvetica, Arial, sans-serif;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 1em;
	margin-right: 1em;
	padding-bottom: 1em;
	/*border: 1px #aaaaaa solid;*/
	background: white;
	font-size: 90%;
	color: black;
	width: auto;
	z-index: 3;
	min-height: 400px;
}



div.navbar 
	{display: none}




div.msg-box {
	float: center;
	text-align: left;
	border: 1px black dashed;
	background: #FFFFFF;
	margin: 10px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-top: 2px;
	font-size: 70%;
	z-index: 1;
	width: auto;
	max-width: 60%;
}

div.pager {
	padding-top: 3px;
	font-family: sans-serif;
	font-size: 70%;
	padding-bottom: 4px;
}


/*
	===========================
	=  Main Page 
	===========================
*/

p.mission {
	font-size: 110%;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	text-align: left;
	line-height: 120%;
	max-width: 600px;
}


div.whatsnew-header {
	color: white;
	background: #306;
	width: 90%;
	padding: 4px;
	margin-left:8px;
	margin-right:8px;
}

table.whatsnew td.item {
	padding: 2px;
	font-size: 100%;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 2px;
	clear: right;
	width: 90%;
}

li.whatsnew-item {
	margin: 3px;
}

table.whatsnew {
	padding: 4px;
	margin-left:8px;
	margin-right:8px;
}

table.whatsnew td.header {
	color: white;
	background: #306;
	padding: 4px;

}


div.whatsnew-rss 
	{display: none}



/*
	===========================
	=  Page header and Footer
	===========================
*/

div.page-header {
	top: 0px;
	left: 0px;
	background: #FFFFFF;
	z-index: 2;
	height: 90px;
}



div.header-image {
	position: absolute;
	left: 0;
	top: 0;
	margin-left: 1em;
	top: 2px;
	max-width: 30%;
}

div.intranet-image {
	position: absolute;
	top:0;
	left: 340px;
	margin-left: 4px;
	margin-top: 20px;
	margin-right: 4px;
}



div.infobar {
	position: relative;
	background: #FFFFFF;
	width: 100%;
	z-index: 2;

}


div.breadcrumbs {
	text-align: left;
	background: #FFFFFF;
	margin-top: 2px;
	padding-bottom: 2px;
	padding-right: 20px;
	border-bottom: 1px #aaa solid;
	font-size: 80%;
	z-index: 1;
}


div.page-footer {
	
	position: relative;
	background: #fff;
	margin: 10px;

	
	font-size: 80%;
	z-index: 2;
	/*margin-right: 230px;*/
	
}

div.fundedby {
	
	position: absolute;
	left: 10%; top: 0; right: 55%; bottom: 20%;
	
	/*padding-top: 10px;
	padding-left: 0px; */
	padding-bottom: 10px; 
	text-align: center; 
	z-index: 2;	
	
}

div.footer-text {
	position: absolute;
	left: 55%; top: 0; right: 10%; bottom: 10px;
	text-align: center;
	padding-bottom: 10px;

}

div.sitesearch {
	position: relative;
	float: right;
	top: 1px;
	margin-top: 15px;
	margin-right: 8px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-top: 2px;
	font-size: 85%;
	z-index: 1;
	clear: both;
	text-align: right;
}


input.searchsite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color : #dddddd;
	border-color : #aaaaaa;
	border-width : 1px;
	border-style : solid;
	font-size: 90%;
	width: 120px;
}

input.searchsitesubmit {
	background-color : #fff;
	border-color : black;
	border-width : 1px;
	border-style : none;
	font-size: 86%;
	
}


/*
	===========================
 	= Sidebar menu
	===========================
*/

div.quote_container {
	position: relative;
	float: right;
	width: 192px; /*should be 200 but the sidebar above is too far to the right; can't figure out why */
	border: 1px #aaaaaa solid;
	/*padding-top: 2px;*/
	padding-right: 4px;
	/*padding-bottom: 1px;*/
	padding-left: 4px;
	margin-right: 8px;
	/*margin-left: 10px;*/
	margin-top: 1em;
	z-index: 5;
	background: #dddddd;
	
}

.quote_text {
	color: #306;
	font-size: 11px;
	font-family: Lucida Handwriting, Comic Sans MS, Verdana, Andale Mono, Helvetica, Arial, sans-serif;
	/*font-style: oblique;*/
}

.quote_attribution {
	font-size: 11px;
	color: #306;
	text-align: right;
	
	/*font-weight: bolder;*/
	/*background-color: #666666;background: #738cc5;*/
}

.attrib_position, 
.attrib_organization,  
.attrib_date {
	font-size: 11px;
}

/* If desired, you can define span styles for the four elements which make up the attribution:
attrib_name, attrib_position, attrib_organization, and attrib_date.
*/

div.sidebar {
	position: relative;
	float: right;
	background: #dddddd;
	width: 200px;
	border: 1px #aaaaaa solid;
	margin-right: 8px;
	margin-top: 3em;
	z-index: 5;
}


div.sidebar-item {
	color: #306;
	padding-top: 2px;
	padding-bottom: 3px;
	text-align: left;
	border-bottom: 1px #306 solid;
	margin-left: 4px;
	margin-right: 4px;
	z-index: 6;
}	

div.sidebar-item-active {
	color: #FC0;
	padding-top: 2px;
	padding-bottom: 3px;
	text-align: left;
	border-bottom: 1px black solid;
	margin-left: 4px;
	margin-right: 4px;
	z-index: 6;
}	

div.sidebar-spacer {
	height: 20px;
	width: 20 px;
	text-align: center;
	color: black;
	z-index: 6;
}


a.sidebar {
	font-family: Verdana, Arial, sans-serif;
	font-size: 68%;
	padding-right: 16px;
	z-index: 6;
}


div.sidebar-item a {
	color: #306;
	hover: text-decoration: none;
	font-weight: bold;
	z-index: 6;
}


div.sidebar-item-active a {
	hover: text-decoration: underline;
	font-weight: bold;
	z-index: 6;
	
}


div.sidebar-item-admin {
	color: #306;
	padding-top: 2px;
	padding-bottom: 3px;
	text-align: left;
	font-size: 90%;
	padding-left: 4px;
	z-index: 6;
}	


div.sidebar-item-admin-active {
	color: #306;
	padding-top: 2px;
	padding-bottom: 3px;
	text-align: left;
	font-size: 90%;	
	padding-left: 4px;
	z-index: 6;
}	


div.sidebar-item-admin a {
	color: #306;
	hover: text-decoration: none;
	z-index: 6;
}



div.sidebar-item-admin-active a {
	color: #306;
	hover: text-decoration: underline;
}



div.sidebar-loggedin {
	position: relative;
	clear: right;
	float: right;
	background: #dddddd;
	width: 120px;
	border: 1px #aaaaaa solid;
	margin-right: 8px;
	margin-top: 2em;
	font-size: 90%;
	text-align: right;
	z-index: 6;
}

font.loggedin {
	text-align: left;
	font-size: 80%;
	padding: 4px;
	
}




/*
	===========================
	= Linking
	===========================
*/

a {
	color: #306;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.heading {
	color: white;
	text-decoration: none;
}


/*
	===========================
	= Blog layout
	===========================
*/

table.blog {
	border: 0px;
	padding: 4px;
	border-spacing: 0px;
	
}

table.blog td.item {
	border: 1px black dotted;
	padding: 4px;
}

table.blog td.category {
	text-align: left;
	background: #dddddd;	
	padding: 4px;
	font-size: 80%;
	border: 1px #dddddd;
}

table.blog td.updated {
	text-align: right;
	background: #dddddd;
	padding: 4px;
	font-size: 80%;
	border: 1px #dddddd;
}

table.blog tr.meta {
	background: #dddddd;
}

table.blog td.spacer {
	height: 6px;
}

font.meta {
	font-style: italic;
}



/*
	===========================
	= Form tables (field: input)
	===========================
*/

table.form {
	background: #FFFFCC;
	border: 1px dotted #AAA118;
}

td.form-header {
	background: #66CCFF;
	font-weight: bold;
	color: black;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
}

td.form-label {
	text-align: right;	
	padding-right: .3em;
	font-size: 80%;
	font-weight: bold;
	border: 1px dotted #AAA118;
}

td.form-field {
	text-align: left;
	border: 1px dotted #AAA118;
}

td.form-input {
	text-align: right;
	padding-right: .5em;
	padding-bottom: .2em;
}


td.pager {
	padding-top: 3px;
	font-family: sans-serif;
	font-size: 70%;
	padding-bottom: 4px;
}

div.formdesc {
	text-align: left;
	font-size: 70%;
	font-style: italic;
	padding-bottom: .4em;

}

input.submitbutton {
	font-size: 70%;
}

p.form-label {
	font-size: 80%;
	font-weight: bold;
}

div.maptotext {
	font-size: 70%;
	font-weight: bold;
	font-family: sans-serif;
}

div.mapto {
	font-size: 90%;
	font-family: serif;
}


/*
	===========================
	= Tabular tables
	===========================
*/

table.tabular {
	border: 1px #ccc solid;
	border-spacing: 0px;
}

table.tabular td.header {
	color: white;
	background: #306;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
}


table.tabular th{
	color: white;
	background: #306;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	border: 1px #bbb solid;
}

table.tabular td {
	padding-right: 5px;
	padding-left: 5px;
	color: black;
	background: white;
	border: 1px #bbb solid;
}


table.tabular td.field0 {
	padding-right: 5px;
	padding-left: 5px;
	color: black;
	background: white;
}

table.tabular td.field1 {
	padding-right: 5px;
	padding-left: 5px;
	background: #ffc;
	color: black;
}

table {
	background: #fff;
}

th  {
	color: white;
	background: #306;
	font-size: 90%;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
}

td {
	font-size: 90%;
	font-family: Helvetica, Arial, sans-serif;
}

/*
	===========================
	= Header Styles
	===========================
*/

h1 {
	font-family: Arial, Helvetica; 
	font-size: 1.3em; 
	font-style: normal; 
	color: #306;
}


h2 {
	font-family: Arial, Helvetica; 
	font-size: 1.15em;  
	color: #306;
	font-style: normal; 
}

h3 {
	font-family: Arial, Helvetica; 
	font-size: 1.1em; 
	color: #306;
	font-style: normal;
	
}

h4 {
	font-family: Arial, Helvetica; 
	font-size: 1.05em; 
	font-style: normal; 
	color: #306;
	margin-bottom: 1px;
	padding-bottom: 0px;
}

h5 {
	font-family: Arial, Helvetica; 
	font-size: 1em; 
	font-style: bold; 
	color: #306;
	margin-bottom: 1px;
	padding-bottom: 0px;
}


/*
	=====================
	= Lists
	=====================

*/

 ul.diamond {
	list-style-image: url(http://www.eln.bc.ca/images/dimsim.jpg);
	list-style-type: square;
}

/*li {
	background-image: url(http://hs76715-2.lib.sfu.ca/eln_dev/images/diamond.jpg);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: .6em;
}
*/