* {
  margin: 0;
  padding: 0;
  border: none;
  font-weight: normal;
  text-decoration: none;
  list-style-type: none;
  font-size: 1em;
}

b {
	font-weight:bold;
}

h2 {
	font-size:medium;
	font-weight:bold;
	margin:0;
}

html, body {
  margin: 0 auto;
  color: #004996;
  font-size: 0.82em;
  font-family: Tahoma;
  min-width: 980px;
  max-width: 1400px;
}

address {
  font-style: normal;
  font-size: 1em;
  padding: 1em 0;
  line-height: 1.5em;
}

input, select {
  font-family: Tahoma;
  line-height: 1.5em;
}

a {
  color: #004996;
}

a:hover {
  cursor: pointer;
  text-decoration: underline;
}

input {
  border: 1px solid #a0a0a0;
  padding: 0.15em;
}

th {
	font-weight:bold;
	text-align:left;
}

table.report {
  padding: .5em 0;
  margin: 0em auto;
  font-family: Verdana;
  border-collapse: collapse;
  width: 100%;
}

table.report th {
  border-bottom: 1px dotted gray;
  vertical-align: bottom;
}

table.report th.nonDottedBorder {
  border-bottom: 1px none;
}

table.report th, table.report td {
  padding: 5px;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

address {
	margin-left: 2em;
	line-height: 2.5em;
}

.button {
  color: white;
  height: 17px;
  cursor: pointer;
  margin: 7px 2px;
  padding: 1px;
  text-align: left;
  font-size: 10px;
  font-weight: bold;
  background-color: transparent;
  background-image: url('../resources/button_back.gif');
  background-repeat: repeat-x;
  /*  border-top-radius: 3px;*/
  -moz-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #004795;
}

.whiteback {
  background-color: #fff;
}

table.whiteback {
  width: 100%;
}

.clearBoth {
  clear: both;
}

.center {
	text-align: center;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.menuWidth {
  width: 18em;
}

.queryWidth {
  width: 22.5em;
}

.shadow {
  margin: 0 5px 5px 5px;
  background: url("../resources/shadow/shadowAlpha.png") no-repeat bottom right !important;
  background: url("../resources/shadow/shadowAlpha.gif") no-repeat bottom right;
}

.shadow div.fake {
  padding: 0 6px 6px 0;
  background: url("../resources/shadow/shadow.png") no-repeat left top !important;
  background: url("../resources/shadow/shadow.gif") no-repeat left top;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

span.surveyStatistics {
	display: block;
	margin-bottom: 6px;
	min-height: 21px;
}

label.surveyStatistics {
	width:10em;
	float:left;
	width:18em;
}

.surveyStatistics input {
	width:20em;
}

.surveyStatistics input.left {
	width: auto !important;
}

.surveyStatistics select {
	width: 10em;
	border: 1px solid #a0a0a0;
}

img.scalable {
	max-width:98%;
}

h1.surveyStatistics {
	margin-top:1em;
	font-weight: bold;
}

td.surveyStatisticsCol1 {width:30em}
td.surveyStatisticsCol2 {width:3em}
td.surveyStatisticsCol3 {width:1em}

h1.tradeName {
	font-size:13px;
	font-weight:bold;
	display:block;
	margin-top:.5em;
}

h1.sectionHeading {
	font-size:15px;
	font-weight:bold;
	display:block;
	margin-top:.8em;
}