﻿body {
  background-image: url("../Images/background.jpg");
  background-position: top center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  font-family: Tahoma,Geneva,Kalimati,sans-serif;
  font-size: .7em;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
  min-width: 900px;
  line-height: 13px;
}

body.popup {
  background: #ffffff;
  font-family: Tahoma,Geneva,Kalimati,sans-serif;
  font-size: .7em;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
  min-width: 300px;  
}

a {
  text-decoration: none;
}

a.help span {
	display: none;
	width: 300px;
	text-align: left;
	color: #000000;
	padding: 4px;
}

a.help:hover {
	position: relative;
}

a.help:hover span {
	display: block;
	position: absolute;
	padding: 4px 10px;
	border: 1px solid black;
	background-color: #eeeeee;
}

th {
  text-align: left;
}

div.bodyDiv {
  text-align: left;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

div.bodyText {
  margin: 2em;
  text-align: left;
  min-height: 350px;
  height: auto !important;
  height: 350px;
}

div.salesRep {
	margin: 0.5em;
	display: none;
}

.googleBox {
  padding: 2px;
  background: rgb(255, 255, 255) url(http://www.google.com/coop/intl/en/images/google_custom_search_watermark.gif) no-repeat scroll left center;
  -moz-background-clip: -moz-initial;
  -moz-background-origin: -moz-initial;
  -moz-background-inline-policy: -moz-initial;
}

.googleLink {
  font-size: larger;
}

.googleFile {
  color: green;
  font-size: normal;
}

td.pagerLink {
  font-size: larger;
  padding: .5em;
}

h1 {
	font-size: 12pt;
	color: #cc0000;
}

table {
  border-collapse: collapse;
  margin: inherit;
  padding: inherit;
}

td.search {
	margin: 1em;
}

ul.fileList {
  list-style-type: none;
}

ul.fileList li {
  background-image: url(../Images/item.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding: 4px 0 4px 23px;
}

ul.hideBullets {
	list-style: none;
}

ul.tallList li {
  margin-bottom: 0.5em;
}
