/* Style definitions for the events pages. */

#content {
	position: absolute;
	top: 170px;
	left: 240px;
	z-index: 1;
}

#content div {
	width: 100%;
}

#menu {
	position: absolute;
	left: 0px;
	top: 150px;
	width: 200px;
	padding-left: 40px;
	z-index: 1;
}

#classification {
   font-style: italic;
   text-align: right;
}

#name {
	text-align: right;
}

#header {
	border-bottom: solid black 1px;
	position: absolute;
	top: 0px;
	right: 0px;
	padding-left: 40px;
	padding-right: 1em;
	height: 160px;
	width: 100%;
}

#header img {
	padding-left: 70px;
}

/* Styles for the CSS hooks in the webnews library. */
.newsMessage {
	padding: 1em;
	background-color: #EEEEEE;
	color: black;
	border: solid black 1px;
}

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

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

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

tr.dbTableRowOdd {
	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;
}
