/*#main {
	width: 700px;
	margin: auto;
}*/
.edit_field {
	width: 100%;
}

#lending_policy {
	float:left;
	clear:both;
}

.topic_check_box, .consumer_type_check_box {
	width: 40em;
}

#flash {
	margin-bottom: 1em;
}

table td, table th {
	border: 1px solid black;
	padding: .2em;
}

#notice {
	color: green;
} 

#error {
	color: red;
}

#side_nav a {
	color: white;
}

#side_nav {
	position: relative;
	left: -1em;
	padding: .5em;
	border: 1px solid #223850;
	float:left;
	width: 180px;
	background-color: #346D98;
}

.side_link {
	float: left;
	clear: both;
	width: 100%;
}

#template {
	margin-left: 1em;
	float: left;
	width: 570px;
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  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;
  position: relative;
  left: 2em;
}

#bottom {
	clear:both;
}

#login_box {
}

label {
	font-weight: bold;
}

.new_subtype {
	margin-left: 20px;
}

.subtype_listing {
	position:relative;
	left: 1em;
}

#media_type_select {
	float: left;
	clear: both;
	margin-bottom: 1em;
}

#item_submit {
	clear: both;
	float: left;
}

#left_col{
	float: left;
	width: 40%;
}

#right_col {
	float: left;
}

#left_col > div {
	margin-bottom: 1em;
}

#item_categories {
	float: left;
	clear: both;
}

#item_topics, #item_consumer_types {
	float: left;
	width: 260px;
	margin-bottom: 1em;
	margin-right: 1em;
}

#pdf_or_url {
	float: left;
	clear: both;
	margin-bottom: 1em;
}

#pdf_or_url > div {
	float: left;
	margin-right: 1em;
}

.or_text {
	position: relative;
	top: 1em;
}

.category_listing {
	position: relative;
	left: 1.5em;
}

#search_field {
	position: relative;
	left: 10em;
	margin-bottom: 2em;
}

#update_button {
	margin-top: 1em;
	position: relative;
	left: 500px;
	width: 150px;
}

#new_user_form {
	text-align: left;
}

.required {
	color: red;
}

.form_row {
	clear: both;
}

.form_cell {
	float: left;
	margin: .5em;
}

.form_cell {
  display: block;
}

.orders_table {
	padding-top: 1em;
	float: left;
	clear: both;
	width: 100%;
}

.orders_table td {
	background-color: #F1EED5;
}

#order_links {
	width: 100%;
	float: left;
	clear: both;
}

#reject_reason {
	clear: both;
}

#reject_submit {
	margin-top: 1em;
}

#item_attributes {
	float: left;
}

.report_header {
	float: left;
	width: 6em;
}

.report_header_img {
	float: left;
	width: 15px;
	position: relative;
	top: 5px;
}