body { 
	background-color: #fff; color: #333; 
}

body, ol, ul, td {
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 18px;
  margin: 0 20px 0 20px;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 100%;
  padding-bottom: 10px;
}

#errorExplanation h2 {
	display: none;
}

#errorExplanation p {
  padding: 5px 0 0 0;
  margin: 0px;
  color: #E40010;
}

#errorExplanation ul li {
  font-size: 12px;
}

#notice_box {
	padding-bottom: 20px;
}

#notice_text {
	padding-left: 10px;
}

.header {
	font-size: 30px;
}

#box_header {
	padding: 10px 0 10px 0;
}

.sub_header {
	padding-top: 25px;
	padding-bottom: 5px;
	font-size: 18px;
	border-bottom: 1px solid #BBC7C2;
}

.form_sub_header {
	font-size: 18px;
}

#no_data {
	padding-top: 20px;
}

.sub_section_header {
	font-size: 13px;
	padding-bottom: 10px;
}

.input_hint {
	color: #75837B;
	font-size: 10px;
}

#chart {
	padding-top: 20px;
}

a {
	color: #3B5998;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.line {
	width: 100%;
	background-image: url('/images/line_bg.jpg');
	background-repeat: repeat;
	height: 1px;
	margin-bottom: 5px;
}

#side_box {
	font-size: 14px;
	border-bottom: 1px solid #D4D4D4;
	margin-bottom: 7px;
}

.stat_number {
	margin-top: 10px;
	font-size: 20px;
}

.stat_text {
	margin-top: 10px;
	font-size: 13px;
	float: left;
}