div, form, input, button{
	margin: 0px;
	padding: 0px;
}

div.admin_listing{
	padding: 1em;
	background-color: #e4e4e4;
}

/* These are the main titles for each thing in an administrative list of stuff.*/
div.admin_listing span.identifier{
	font-weight: bold;
	font-size: larger;
	border-bottom: 1px solid #cccccc;
	display: block;
}

div.admin_listing span.description{
	padding-bottom: 1em;
}

a.edit{
	font-size: 8pt;
	font-weight: bold;
	vertical-align: super;
}

div.new_item{
	text-align: right;
	padding: .5em;
}

p.help{
	border-left: 15px solid blue;
	border-bottom: 1px dotted blue;
	padding-left: 5px;
}

div.help_browser p.help{
	margin-left: 1em;
	margin-right: 1em;
	background: #e4e4e4;
}

div.bottom_more_list{
	text-align: center;
	border-top: 1px dashed #cccccc;
	margin-top: 3px;
}


div.top_more_list{
	text-align: center;
	border-bottom: 1px dashed #cccccc;
	margin-bottom: 3px;
}

#news_listing h2{
	background-color: #e4e4e4;
	padding: 4px;
	border-top: 1px solid #cccccc;
}

.dates{
	font-weight: bold;
}

div.files{
	margin: 10px;
	border: 2px solid #cccccc;
	background: #e4e4e4;
	padding: 5px;
}

div.photo{
 padding: 0px; 
 margin: 10px;
 float: left;
 width: 175px;
 font-size: 10px;
 height: 200px;
/* overflow: hidden; */
}


/* Messages */

#admin_message, #user_message{
	border: 1px solid #cccccc;
	background: #e4e4e4;
	padding: 2px;
	margin: 2px;
}

#admin_message h2, #user_message h2{
	padding: 0;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
}
/* /Messages */

/* User Profile */

div.user_profile h2{
	letter-spacing: 2px;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	background: #e4e4e4;
	font-size: 18px;
}

div.user_profile h3{
	font-size: 12px;
}

div.user_profile h3.contact_info{
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
}


/* /User Profile */

/* Admin bar */

div#admin_bar{
	background-color: #e4e4e4;
	border-bottom: 2px solid #cccccc;
	margin-bottom: 5px;
	padding: 5px;
}

#admin_bar form, #admin_bar select{
	display: inline;
}

div#admin_bar div{
	font-weight: bold;
	font-size: 10px;
	display: inline;
}

/* /Admin bar */

div.page_type_list{
	text-align: center;
	float: left;
	width: 180px;
	height: 140px;
}
