/*
 * H2Incidents Print Styles
 * Basic Stylesheet
 * Author: Matthew Elliott
 * Updated: 4/8/2006
 */

html {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	background-color: white;
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;

	background-position: left top;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	border: 0px solid blue;
}

a {
}

a:hover {
}

img {
}


/******** BEGIN BANNER STYLES ********/

h1 {
	margin-bottom: 2em;
}

h1 a {
}

h1 a:hover {
}

#fuelCell {
}

/******** END BANNER STYLES ********/


/******** BEGIN NAVIGATION STYLES ********/

#functionNav {
	display: none;
}

#functionNav #searchForm {
}

#functionNav input, #functionNav a {
}

#functionNav a {
}

#searchTerm {
}

#searchButton {
}

#navigation {
	display: none;
}

* html #navigation {
}


#navigation ul {
}

#navigation ul li {
}

#navigation ul li a {
}

#navigation ul ul {
}

* html #navigation ul ul { /*Give IE6 enough space so the whole bullet displays*/
}

#navigation ul li li {
}

#navigation ul li li a {
}

#Funding #navFunding ul, #Settings #navSettings ul, #Equipment #navEquipment ul, #Factors #navFactors ul, #Risks #navRisks ul {
}

#Funding #navFunding, #Settings #navSettings, #Equipment #navEquipment, #Factors #navFactors, #Risks #navRisks {
}

#navigation #secondLinks a {
}
	

/******** END NAVIGATION STYLES ********/


#content {
	margin: 0px 5px 0px 18px;
}

#highlight, #reportDocuments {
	border: solid #005099 1px;
	margin: 0px 5px 2px 0px;
	background-color: #f5faf6;
}


#highlight h3 {
	background-color: #dfe9f2;
	margin: 0px 5px 0px 0px;
	margin-bottom: .5em;
	padding: 6px;
	border-bottom: double #80a7cc 3px;
}

#highlight p, #reportDocuments p {
	margin: 0px 5px 5px 0px;
	border: solid red 0px;
}

#highlight a:hover, #reportDocuments a:hover {
}

#highlightCloser {
	font-size: .8em;
	font-weight: bold;
	text-align: right;
	padding: 3px 5px;
	margin: 0px -12px;
	background-color: #dfe9f2;
	border-top: solid #80a7cc 1px;
	text-transform: uppercase;
	
}


h2.pageType {
	margin: 140px 0px 0px 40px;
	position: relative;
	color: #053276;
	border: 0px solid green;
}

h2.pageHome {
	margin-top: 140px;
	left: -10px;
	color: #053276;
	font-size: 2.5em;
	border: 0px solid green;
	text-align:left;
}

h2.pageTitle {
}

.fileInfo {
}

ul.files {
}

.icons {
}

.navList li {
}

#skipLink { display: none; }


/******** BEGIN INCIDENT STYLES ********/

#reportIncidentDate {
}

#reportFundingSource {
	border: solid #005099 1px;
}

#reportSeverity, #reportRelease, #reportIgnition {
}

#reportSeverity {
}

#reportRelease {
}

#reportIgnition {
}

#reportIgnitionSource {
}

#reportIgnitionSource + #reportDocuments {
}

#reportDescription {
}

#reportIgnitionSource + #reportDescription {
}

.reportListHead {
}

.reportList {
}

span.positive, span.negative {
}

span.positive {
}

span.negative {
}

.undefined {
}

/******** END INCIDENT STYLES ********/


/******** BEGIN SEARCH STYLES ********/

.searchItem {
}

#content h3.searchTitle {
}

.searchItem p {
}

#searchTerm {
}

div.alternate {
}

input.shortInput {
}

.searchItem .date {
}

.pagination {
}

/******** END SEARCH STYLES ********/


/******** BEGIN FOOTER STYLES ********/

#footer {
}

dd {
}

/******** END FOOTER STYLES ********/