@CHARSET "UTF-8";
ol.steps {
	list-style:				decimal;
	border-style:			solid;
	border-color:			#000;
	border-width:			1px 0;
	padding:				1em 0;
	margin:					1em 0;
}
ol.steps li {
	float:					left;	
	margin-left:			3em;
	padding-right:			1.5em;
	border-right:			1px solid #000;
}
ol.error_message {
	margin:					1em 0 1em 1em;
}
ul.feedback {
	margin:					0;
}
ul.feedback li
{
	padding:				.5em 0 .5em 1em;	
}
fieldset.full {
	width:					95%;
	margin-left:			auto;
	margin-right:			auto;
	clear:					both;
}
/*
fieldset.full div.checkboxes_wrapper li {
	float:					left;
}
fieldset.full div.checkboxes_wrapper label {
	padding:				.5em 1em;
	line-height:			3em;	
	margin-right:			5px;
	text-transform:			uppercase;
	font-weight:			bold;
	font-size:				.9em;
	border:					1px solid #999;	
	cursor:					pointer;
	background:				#333;
	color:					#ccc;
}
fieldset.full div.checkboxes_wrapper li label:hover {
	background:				#000;
	color:					#fff;
}
fieldset.full div.checkboxes_wrapper input[type="checkbox"]:checked + label {
	background:				#000;
	color:					#fff;	
}
fieldset.full div.checkboxes_wrapper ul {
	margin-top:				3em;
}
*/

fieldset.half {
	width:					40%;
	float:					left;
}
fieldset.third {
	width: 					25%;
	float:					left;
}
fieldset.phone label {
	display:				inline;
	margin-right: 			5px;				
}
fieldset.phone select	{
	width:					auto;
}
fieldset.phone input, fieldset.phone select {
	margin-right:			.3em;
}
textarea.large {
	height:					20em;
}
table.index {
	border-color: 			#000;
	border-width:			1px 1px 0 1px;
	border-style:			solid;
	width:					98%;
	margin:					10px auto;
}
table.index td {
	border-color:			#000;
	border-width:			0 0 1px 0;
	border-style:			solid;
	padding:				5px;
}
form.inline {
	display:				inline;
}
form.inline input[type="submit"] {
	clear:					none;
	float:					none;
}
div.resource_submit {
	clear:					both;
	margin:					10px auto 0 auto;
	text-align:				center;
	padding:				0;
}
div.resource_admin {
	padding:				0;
}
label.inline {
	display:				inline;
	margin-right: 			5px;
}
fieldset.master {
	width:					100%;
}
fieldset.login, fieldset.register, fieldset.centered {
	float: 					none;
	margin: 				1em auto 1em auto;
	width:					35%;
}
fieldset.login input[type="submit"], fieldset.centered input[type="submit"] {
	display:				block;
	margin:					0 auto;
}
fieldset.phone input.area_code {
	width:					1.7em;
	margin:					0 .2em;				
}
fieldset.phone input.phone_number {
	width:					6em;
}
fieldset.phone input.phone_extension {
	width:					4em;
}
input[type="text"].month, input.month, input[type="text"].day, input.day {
	width: 					2em;
	margin-right:			8px;
}
input[type="text"].year, input.year {
	width:					4em;
}
input[type="text"].time, input.time {
	width: 					6em;
	margin-right:			1em;
}
select.phone_type {
	width:					auto;
}
div.child {
	width:					50%;
	float:					right;
	margin:					0 3px;

}
div.index {
	padding:				10px;
	border:					1px solid #000;
	margin:					1em;
}
div.padded {
	padding:				10px;
}
div.checkboxes_wrapper {
	padding:				10px;
	/*float:					left; */
	clear:					right;
}
table.resource_data td.data {
	padding-left:			10px;
}

#my_menu {
	margin-top:				.3em;
	list-style:				disc;
	padding-left:			2em;
}
#my_menu li {
	margin-left:			1em;
}
#my_menu a {
	display:				block;
	text-transform:			uppercase;
	text-decoration:		none;
	font-weight:			bold;
	color:					#036;
}
#my_menu a:hover {
	background:				#f93;
	color:					#000;
}
#my_profile_box {
	float:					left;
	margin-right:			10px;
	margin-bottom:			10px;
	padding:				10px;
	background:				#000;
	border:					1px solid #999;
	color:					#eee;
	font-weight:			bold;
	width:					20em;
	max-width:				50%;
}

#my_profile_box a {
	color:					inherit;
}
#my_profile_box h2 {
	margin-top:				0;
}

#event_poster_date_info li.date_info {
	border-top:			1px solid #000;
	padding-bottom:		1em;
}

ul.menu li a {
	display:				block;
	padding:				7px;
}

img.resource_image {
	border:					1px solid #000;
	margin:					0 1em;
}

div.profile_image {
	float:					left;
	margin-right:			1em;
	height:					100%;
}

div.profile_image img {
	border:					1px solid #000;
}

img.profile_image
{
	float:					left;
	margin-right:			1em;
	border:					1px solid #000;
}
img.center {
	display:				block;
	margin:					0 auto;
}

ul.profile_list {
	border-top:				1px solid #000;
	margin-top:				2em;
}

ul.profile_list li {
	border-bottom:			1px solid #000;
	margin-bottom:			1em;
	margin-top:				1em;
	padding-bottom:			1em;
}

ul.profile_list div.image {
	height:					100%;
	padding-right:			1em;
	float:					left;
	width:					100px;
}

#ajax_status {
	line-height:			3em;
	padding:				0 1em;
	font-weight:			bold;
	text-transform:			uppercase;
	font-size:				0.9em;
	font-family:			sans-serif;
}

td.label, td.value, table.job td {
	vertical-align:			top;
}

div.resource_admin ul.menu {
	margin:					0 0 1em 0;
	
}
img.thumbnail {
	border:					1px solid #000;
}
#bulk_commands {
	background: 			url(/img/arrow-1.png) no-repeat;
	background-position:	0 .7em; 
	padding-left:			42px;
		
}
fieldset.date_time p.tight_bottom {
	margin-bottom:			0.3em;
}
fieldset.date_time p.tight_top {
	margin-top:				0.3em;
}
fieldset.date_time p.tight {
	margin-top:				0.3em;
	margin-bottom:			0.3em;
}
ul.comments
{
	border-bottom: 1px solid #AAA;
}
ul.comments li
{
	border-top: 1px solid #AAA;
	padding-top: 1em;
	padding-bottom: 1em; 
}
img.blog_image
{
	float: left;
	border: 1px solid #000;
	margin-right: 1em;
}
p.footer
{
	font-size: .8em;
}
#solo_content #solo_content
{
	padding: 0;
}
#development-profile_search #postal_code
{
	width: 10em;
}
#development-profile_search #postal_code_label,
#development-profile_search #town_label,
#development-profile_search #street_address_label
{
	display: inline;
}
#development-profile_search #town
{
	width: 10em;
}
#development-profile_search #street_address
{
	width: 20em;
}
ul.images li
{
	display: inline;
}
div.profile_text_float
{
}
div.profile_text_float > p
{
	margin: 0;
}
#home ul.read_list li
{
	border-bottom-width: 1px;
	padding-bottom: 1em;
}
#home ul.read_list li li
{
	border-bottom-width: 0;
	padding-bottom: 0;
}
ul.date_zoom_menu
{
}
ul.date_zoom_menu li
{
	float: right;
}
ul.date_zoom_menu li a
{
	display: block;
	float: left;
	margin-right: 1em;
	text-decoration: none;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	color: #900;
}
ul.date_zoom_menu li a:hover
{
	color: #f00;
}
#status_message
{
	text-align: center;
	font-weight: bold;
	background: #ddd;
	margin: 0;
	padding: 1em 0;
}
table.job td > p, td.value > p
{
	margin-top: 0;
}
#job_search_form input[type="text"]
{
	width: 20em;
	margin-right: 1em;
}
#job_search_form select
{
	margin: 0 1em;
	width: auto;
}
#job_search_form label
{
	display: inline;
	margin-right: 1em;
}
#job_search_form input[type="submit"]
{
	margin-left: 1em;
}
#dev_search_form label
{
	margin-right: 1em;
}
#dev_search_form #street_address_label
{
	margin-left: 1em;
}
ul.page_nav li
{
	display: inline;
	margin-right: .3em;
}
ul.page_nav li a
{
	font-weight: bold;
}
#dashboard_menu
{
	float:right;
	padding-top: 4em;
}
#dashboard_menu p
{
	font-weight: bold;
	text-align: center;
	font-size: 1.1em;
}
#dashboard_profile
{
	margin-right:			18em;
}
#dashboard_profile_inner1
{
	height: 				300px;	
}
table.cache_list th
{
	text-align: center;
	background: #ddd;
	border-width: 1px;
}
table.cache_list td
{
	border-width: 1px;
	padding: 3px 8px;
}
#survey3 textarea
{
	height: auto;
	width: 20em;
}
#survey3 input[type="text"]
{
	width: 20em;
}
ul.publications ul li
{
	margin-bottom: 2em;
	margin-top: 2em;
	border-bottom: 0;
}
ul.publications h3
{
	font-weight: normal;
	text-transform:none;
}
ul.publications h2
{
	text-transform: uppercase;
}
ul.publications li
{
	border-bottom: 1px solid #000;
}
ul.publications p.publication_date
{
	font-style: italic;
}

