H1, H2, H3, H4, H5, H6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

BODY, P, TD, TH, LI {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.FieldName {

}

.SearchDropdown {
	font-size: 7pt;
	width: 100px;
}

.EquipmentTypeSearchDropdown {
	font-size: 7pt;
	width: 150px;
}

.SearchBox {
	font-size: 7pt;
	width: 100px;
}

.TextField {
	font-size: 8pt;
}

.Alert {
	color: red;
	font-style: italic;
}

.HeaderBar {
	background-color: #6699CC;
}

.SideBar {
	background-color: #0066CC;
}

.OddRow {background-color: #99CCCC}
.EvenRow {background-color: #FFFFFF}

.ReportTable {
	border: solid #CCCCCC 2px;
}

.ReportTable TH {
	background-color: #CCCCCC;
}

.Menu LI A {
	color: #FFFFFF;
}

.Menu LI A:visited {
  color: #FFFFFF;
}

.Menu LI A:hover {
  color: yellow;
}

H1.Header {
	/*margin-left: 50px;*/
}

H1.Header a {
	color: #000000;
}

.BodyContent {
	padding: 15px;
}


