/* Note: Weeded on 8/2/11 - I'm leaving targets that are too general to reliably declare obsolete */
/* activity styles */

#media a,
#media a:visited {
	font-weight: bold;
}

div.block_content {
	padding: 1.3em;
}

div.block_content_header {
	background: transparent url('/images/rails/bg_slashed_grey.gif') left top repeat;
	font-size: 1em;
	height: 3em;
	padding: 0 1.3em;
}

div.block_content_header h3 {
	margin: 0;
	font-size: 1.5em;
	line-height: 2;
	float: left;
}

div.ui-tabs-panel ul {
	list-style-type: none;
}

/* edit forms */

.profile_update_form dl {
	clear: both;
	margin:15px 0 15px;
}

.profile_update_form dl dt {
	float: left;
	text-align: right;
	width:170px;
	line-height: 20px;
}

div#nyroModalContent div.form_actions .fr a {
	color: #333;
	font-weight: bold;
}

.profile_update_form dl dt ul,
.profile_update_form dl dd ul {
	margin: 0;
	padding: 0;
}

.profile_update_form dl dt ul li,
.profile_update_form dl dd ul li {
	list-style-type: none;
}

.profile_update_form dl dd {
	font-size:1.1em;
	margin:.5em 0 0.6em 14em;
}

.profile_update_form p.note {
	color:#555;
	font-size:.8em;
	margin-top:-3px;
}

.profile_update_form input.text {
	width: 205px;
	position: relative;
}

div.edit_form {
	background: #FFF;
}

div.form_row {
	border: 1px solid #CCC;
	border-width: 0 0 1px 0;
	margin: 0 0 1em 2em;
	padding: 1em 0;
}

div.form_actions {
	border-top: 3px solid #CCC;
	text-align: right;
	margin: 0 auto;
	padding: 10px 20px 10px 0;
	width: 90%;
}

.profile_update_form dl dt ul li, .profile_update_form dl dd div.form_error ul {
	margin: 0 0 0 10px;
}

.profile_update_form dl dt ul li, .profile_update_form dl dd div.form_error ul li { 
	list-style-type: square;
}




div.block_content_header .fr {
	padding: 6px 0 0 0;
}



.edit_form textarea {
	font-size: .9em;
	height: 40px;
	width: 275px;
}


div.upload_cue{
	margin: 3px 10px 0 0; display: none;
}

div.action_cue,
span.action_cue {
	background: url(/images/rails/loader_inline.gif) no-repeat 30px center;
	display: none;
	height: 11px;
	margin: 5px 0 0 0;
	*margin-top: 8px; /* ie7 only */
	padding: 2px 22px;
	width: 43px;
}

span.action_cue {
	padding: 2px 44px;
}


div.action_cue_small {
	background: url(/images/rails/loader_inline_small.gif) no-repeat center;
	display: none;
	height: 11px;
	margin: 0;
	padding: 2px 0 2px 20px;
	width: 16px;
}

/* button style */

.btn_medium {
	background:transparent url(/images/rails/btn_medium.png) no-repeat scroll left top;
}
.btn_medium, .btn_medium-on, .btn_medium-pressed, .btn-medium-green, .btn-medium-green-on, .btn-medium-gray, .btn-medium-green-darkbg, .btn_medium-darkbg {
	height: 24px;
	padding-left: 5px;
}
.btn {
	float: left;
	margin-right: 5px;
	padding-left: 3px;
}

.btn_medium a, .btn_medium input {
	background: transparent url(/images/rails/btn_medium.png) no-repeat scroll right top;
}
.btn_medium a, .btn_medium input, .btn_medium-on a, .btn_medium-on input, .btn_medium-pressed a, .btn_medium-pressed input {
	font-size: 11px;
	line-height: 24px !important;
	padding: 0 12px 2px 7px;
	text-transform: uppercase;
}
.btn a {
	display: block;
	font-size: 10px;
	line-height: 18px;
	padding: 0 10px 2px 7px;
}
.btn a, .btn a:visited, .btn input {
	border: 0 none;
	color: #FFF;
	font-family: "Nimbus Sans L",Helvetica,Arial,Verdana,sans-serif;
	text-decoration: none;
	width: auto;
}


.truncate_link {
	font-size: 11px;
	font-weight: normal;
}

.media_upload_terms {
	font-size: 11px;
	margin: 0 0 10px 0;
	width: 410px;
}




