/* Controls the style properties (fonts, colors, borders, etc.) for the WAMSB
web site.

Author: Seth Davenport seth.davenport@mail.mcgill.ca
Date: 2001-07-03 */

@media screen {
	/* Stops images overflowing their containers. */
	.content img {
		max-width: 100%;
	}

	img#imageColumn {
		max-width: none;
	}

	th.DbStpTH, th.DbStpCheckTH, td.DbStpCheckTD, th.DbStpSaveTH, td.DbStpTD, td.DbStpSaveTD {
		border: solid black 1px;
		font-weight: normal;
		padding: 2px;
		margin: 2px;
		vertical-align: top;
	}

	th.DbStpTH {
		background-color: #DDDDDD;
		color: black;
	}

	th.DbStpCheckTH, th.DbStpSaveTH {
		background-color: #DDDDFF;
		color: black;	
	}

	input, textarea {
		font-family: helvetica, arial, sans-serif;
		font-size: 9pt;
	}

	/* Used to group objects together visually on a page. */
	.group {
	margin: 0.5em;
	padding: 0.5em;
	border: solid black 1px;
	}

	/* The left-hand part of the page header. */
	#headerAlpha {
	border-bottom: solid #888888 1px;
	border-right: solid #888888 1px;
	background-color: white;
	color: black;
	}

	/* For headers in the links menus */
	.menuRight {
	font-style: italic;
	color: black;
	background-color: transparent;
	border-bottom: solid #888888 1px;
	}

	hr, h1, h1.contentTitle, h2, h3, h4, h5, h6 {
	margin: 10px 0px 10px 0px;
	font-family: Georgia, "Times New Roman", serif;
	}

	h1, h2, h3, h4, h5, h6 {
	color: #000044;
	background-color: transparent;
	}

	h1.contentTitle {
		border-bottom: solid #888888 1px;
		font-size: 16px;
		font-style: italic;
		text-align: right;
	}

	/* For the footer of each page */
	#footer {
	text-align:right;
	font-style: italic;
	font-size: 8pt;
	border-top: solid #888888 1px;
	min-width: 330px;
	clear: both;
	}

	/* Hyperlink styles. */
	a {
	color: blue;
	text-decoration: none;
	background-color: transparent;
	}
	a:hover {
	text-decoration: underline;
	}
	a:active {
	color: red;
	background-color: inherit;
	}
	a:visited {
	color: maroon;
	background-color: inherit;
	}

	/* Styles for the CSS hooks in the webnews and webforum
	libraries. */
	div.newsMessage, div.forumMessage {
		padding: 1em;
		background-color: #EEEEEE;
		color: black;
		border: solid black 1px;
	}
	
	div.newsMessage img {
		border: 0px;
		padding: 7px;
		margin: 0px;
	}

	div.newsMessage > p {
		margin-top: 0px;
	}

	/* Styles for the CSS hooks in the PHPPP_DB library. */
	tr.dbTableHead, tr.header2 {
		background-color: #BBBBEE;
		font-size: 10pt;
		font-family: Georgia, "Times New Roman", serif;
		color: black;
	}

	tr.dbTableRowEven {
		background-color: #FFFFFF;
		color: black;
	}

	tr.dbTableRowOdd, tr.shaded {
		background-color: #EEEEEE;
		color: black;
	}

	div.DbStpToolbar, div.DbTspSimpleSearchBar, div.DbTspAdvancedSearchBar {
		border: dashed black 1px;
		padding: 0.5em;
		margin: 10px;
	}

	p.DbStpResultsLinks {
		font-size: 9pt;
	}

	p.cmanTimeStamp {
		margin-top: 1ex;
		font-style: italic;
		text-align: center;
	}

	/* Used on the members only page. */
	div.memberSection {
		border: solid #888888 1px;
		margin-bottom: 1ex;
		padding-left: 1ex;
		padding-right: 1ex;
	}

	p.left {
		float: left;
		margin-right: 1ex;
	}

	.doubleNews {
		margin: 1px;
		padding: 5px;
	}

	td.vline {
		background-color: #888888;
		width: 0px;
		color: white;
	}

	.topCheck {
		text-align: center;
	}
}


/* Other thing */
.inventReport {
	border: 5px solid black;
	width: 700px;
	margin-bottom: 5px;
}

.inventReport .data {
	width: 70%;
}
