.hidden {
	display: none;
}
#content {
  color: #404040;
}
#content textarea {
	width: 400px;
	height: 100px;
}
h1, h2, h3 {
  color: #4169e1;
}

#contact_info {
  font-size: .9em;
}
#contact_info address{
	font-style: normal;
}
#contact_info strong{
	color: #4169e1;
}

#contact_info a {
  border-bottom: 1px dotted #0000cd;
}

#content a {
  color: #0000cd;
  text-decoration: none;
}

#content a:hover {
  color: #4169e1;
}

#content p {
  line-height: 1.5em;
}

#data_fields {
	font-size: .9em;
}

#description {
	width: 85%;
	margin-top: 3em;
}

#show_history {
	margin: 1em 0;
}

.show {
	width: 85%;
	margin: 1em 0;
}

#item_list {
	width: 100%;
	margin: 0;
	padding: 0;
}

#item_list .item_block {
	display: block;
	border: none;
}

#item_list .admin {
	position: relative;
	top: -20px;
	float: right;
	margin: 0;
	padding: 0;
}

#item_list .admin a {
  border: none;
  margin: 0;
  padding: 0;
}

#item_list .item {
	width: 100%;
	height: 80px;
  border-top: 1px dotted #cccccc;
}

#item_list .last{
  border-bottom: 1px dotted #cccccc;
}

#item_list .item:hover {
	background: url(../images/link_hover_background.png)
}

#item_list .item a {
	border: none;
}

#item_list .item_info {
	margin: 4px 10px;
  padding: 0;
}

#item_list .item_info strong {
  color: #4169e1;
}

#item_list .item_info .description {
  color: #444444;
	font-size: .9em;
}

#item_list .item img {
	border: 1px solid #cccccc;
  float: left;
	margin: 5px 10px 5px 0;
	padding: 2px;
}
#item_list .left {
	float: left;
	width: 60%;
}
#item_list .right {
	text-align: right;
	float: right;
	font-size: 0.9em;
	color: #777777;
	font-weight: bold;
  width: 22%;
}
#item_list .bottom {
	font-size: 0.75em; 
	color: #777777
}
#data_fields {
	text-align: left;
}

.note {
	font-size: 80%;
}