.request {
	padding: 10px 0px;
	border-bottom: 1px dashed black;
	width: 1000px;
	text-align: left;
}
#request-header {
	font-weight: bold;
	padding: 20px 0px 5px 0px;
	width: 1000px;
	text-align: left;
	border-bottom: 1px solid black;
	margin-bottom: 10px;
}

.request-field {
	float: left;
	width: 100px;
}

.request-field-person {
	float: left;
	width: 250px;
}

.request-field-centered {
	float: left;
	width: 100px;
	text-align: center
}

.menutext ul {
	text-align: left;
}
.inactive {
	color: #aaaaaa;
}
table.admin_table td {
	padding: 5px 20px;
	border: thin dotted black;
}

#main_participate {
	font-size: 14px;
	color: black;
}
#main_participate a {
	color: #dd0000;
	font-size: 24px;
}

#main_participate a.smaller_link {
	color: #dd0000;
	font-size: 14px;
}

#main_phone_numbers {
	color: #0000dd;
	font-size: 14px;
}

#frontpage_news {
	font-size: 14px;
	border-top: thin dotted black;
	border-bottom: thin dotted black;
}
.errorExplanation {
	color: #dd0000;
	font-size: 14px;

}
.page-title {
	text-align: left;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 10px;
}
.heading {
	text-align: left;
	font-size: 20px;
}

.pagination {
	padding: 3px;
	margin: 3px;
}
	
.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #aaaadd;
	text-decoration: none;
	color: #000099;
}
.pagination a:hover, .pagination a:active {
	border: 1px solid #000099;
	color: #fff;
	background: #990000;
}
.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #000099;
	font-weight: bold;
	background-color: #000099;
	color: #FFF;
}
.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #eee;
	color: #ddd;
}
table#request-stats {
	text-align: center;
	border: thin dotted black;
	margin-bottom: 20px;
}
table#request-stats th {
	font-size: 14px;
}

table#request-stats td {
	padding: 2px 20px;
	border: thin dotted #000099;
}
table#request-stats tr#all-bills td{
	font-weight: bold;
	color: white;
	background: #000099;
}
table#request-stats-admin {
	text-align: center;
	border: thin dotted black;
	margin-bottom: 20px;
	width: 1000px;
}
table#request-stats-admin th {
	font-size: 10px;
}

table#request-stats-admin td {
	padding: 30px 20px;
	border: thin dotted #000099;
	font-size: 10px;
}

.alert {
	font-size: 16px;
	color: #d00;
}

.required {
	border: 2px solid #e00;
}
.fieldWithErrors {
  padding: 2px;
  background-color: white;
  display: inline;
}
#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

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

#bill_select {
	font-size: 14px;
}

a.big_link {
	font-size:22px;
	
}

	