/* GLOBAL LIVEBALL CSS FILE */

/*html elements*/

body {
	margin:0; 
	padding:0;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:14px;
	color:#333;
	background:#42423a;	
}

a:link {
	text-decoration: none;
	color: #B9441B;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #B9441B;
}
a:hover,
a:active {
	text-decoration: underline;
	color: #B9441B;
}

form{
margin:0;
}


/**/

#wrapper {               
	width:955px;
	margin:0 auto 0 auto;
	text-align:left;
	background:#fff;
}


/*header elements*/

#header{
	height:33px;
	background:#42423a;
}

.prim_nav{
	float:left;
	width:574px;
	height:33px;
}


.logo{padding-left:10px;padding-right:20px;}

.liveball_logo{
	float:right;
	clear:right;
	padding-right:5px;
}

/* top pod elements
------------------- */
.pod_actions {
	float: right;
	margin: 12px 0 0;
	padding-right: 7px; }
	.pod_actions li {
		list-style: none; }


/*tab container elements*/

#tab_container{
	height:25px;
	background:#666666;
	width:955px;
	margin-bottom:0;
}

.tabs{
	float:left;
	clear:left;
}

.logout{
	float:right;
	clear:right;
	font-size:9px;
	line-height:24px;
	color:#e7e7e7;
	text-align:right;
	height:25px;
	padding-right:8px;
	margin-top:0;
	background:url(/admin/resources/logout_bg.gif) right top no-repeat;
}

.logout a:link, .logout a:visited, .logout a:active{
	color:#e7e7e7;
	font-weight:normal;
}

/*breadcrumb and help container elements*/

#breadcrumb_container{
	height:25px;
	width:955px;
	margin-bottom:10px;
}

#breadcrumb_container_no_tab{
	height:25px;
	width:955px;
	margin-bottom:10px;
	background:url(/admin/resources/bread_fullwidth_bg.gif) left top no-repeat;
}

#no_tabs{
	width:955px;
	height:8px;
	margin-bottom:-15px;
	background:url(/admin/resources/bread_fullwidth_bg.gif) left top no-repeat;
}
#no_tabs.flush {
	margin-bottom: 0; }

.breadcrumbs{
	float:left;
	clear:left;
	padding-left:10px;
	font-size:11px;
	line-height:35px;
	color:#999;
}

.breadcrumbs a:link, .breadcrumbs a:active, .breadcrumbs a:visited{
	color:#999;
	font-weight:normal;
	text-decoration:none;
}

.breadcrumbs a:hover{
	text-decoration:underline;
}

.help{
	float:right;
	clear:right;
	height:25px;
	padding-right:10px;
	padding-top:10px;
	margin-top:0;
	background:url(/admin/resources/help_bg.gif) right top no-repeat;
}

.tr_roundedcorner{
	float:right;
	clear:right;
	height:25px;
	padding-right:10px;
	padding-top:10px;
	margin-top:0;
	background:url(/admin/resources/help_bg.gif) right top no-repeat;
}

/*content elements*/


#content_container{
	background:url(/admin/resources/content_container_bg.gif) bottom no-repeat;
	padding:0 10px 10px 10px;	
}

#main_content{
	width:935px;
	margin:17px 0 17px 0;
}

/* content modules */
.edit_module {
	margin-top: 17px;
	background: #f2f2f2;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd; }
	
.edit_module_top,
.edit_module_bottom {
	height: 8px;
	margin: 0 -1px;
	background: url(/admin/resources/edit_new_pod_top.gif) center top no-repeat; }	
	
.edit_module_bottom {
	background: url(/admin/resources/edit_new_pod_bottom.gif) center bottom no-repeat; }

/* simple typography modules */
.simpletext #main_content h3,
.simpletext #main_content p {
	margin: 0;
	padding: 0 64px 0 10px; }
	
.simpletext #main_content h3 {
	margin: 0 0 4px;
	font-size: 12px;
	word-wrap: break-word;  }
	
.simpletext #main_content p {
	margin: 0 0 12px;
	font-size: 11px;
	word-wrap: break-word; }
	
.content_list {
	font-size: 11px; }


/*footer elements*/

#footer{
	font-size:9px;
	color:#666666;
	line-height:22px;
	background-color:#42423a;
	clear:both;
	height:22px;
}

#footer a:link, #footer a:active, #footer a:visited{
	color:#666666;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}

.copyright{
	float:left;
}

.version{
	float:right;
	font-size: 9px;

	color:#666;

	text-transform:lowercase;
	vertical-align:middle;
}

.footer_links{
	float:right;
}



/* FORM CLASSES -- APPLY BY ELEMENT */

.form {
	color: #333333;
	font-size: 11px;
	line-height: 14px;
}
.formrowshade {
	background-color: #e7e7e7;
}
.formcaption {
	font-size: 10px;
	line-height: 12px;
}
.selectone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	color: #000000;
	background-color: #ffffff;
	border: solid 1px #cccccc;
	vertical-align: middle;
}
.selectone.lg {
	width: 306px; }
.selectmulti {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	color: #000000;
	background-color: #ffffff;
	border: solid 1px #cccccc;
	vertical-align: middle;
}

.text,
.textlarge,
.textXsmall,
.edit_new_text_field,
.edit_new_text_field_sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	border: solid 1px #cccccc;
	padding: 2px;
	vertical-align: middle;
	line-height: 14px;
	height: 14px;
}	
.textlarge {
	width:390px;
}	
.textXsmall{
	width:30px;
}
.textsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	border: solid 1px #cccccc;
	padding: 2px;
	vertical-align: middle;
	line-height: 10px;
	height: 12px;
}	
.edit_new_text_field{
	/* TODO: make sure we can safely remove commented out
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	border: solid 1px #cccccc;
	padding: 2px;
	vertical-align: middle;
	line-height: 14px;
	height: 14px;
	*/
	width:427px;

}
.edit_new_text_field_sm{
	width:227px;
	/* TODO: make sure we can safely remove commented out
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	border: solid 1px #cccccc;
	padding: 2px;
	vertical-align: middle;
	line-height: 14px;
	height: 14px;
	*/
}
.radio {
	font-size: 10px;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}
.radiocolor {
	font-size: 10px;
	width: 10px;
	height: 10px;
	padding: 0;
	margin: 5px;
}
.checkbox {
	font-size: 11px;
	vertical-align: middle;
}
.imagebutton {
	padding: 0;
	margin: 0;
	vertical-align: middle;
	border: none;
	line-height: 20px;
	height: 20px;
}
.textarea,
.edit_new_textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	background-color: #ffffff;
	border: solid 1px #cccccc;
	padding: 2px;
	line-height: 14px;
	height: 80px;
}	

.edit_new_textarea{
	width:427px;
}

.code_area {
	font-family: Monaco, "Lucida Console", Courier, Arial, sans-serif;
	padding: 5px;
	color: #000;
	font-size: 11px;
	line-height: 16px;
	background-color: #fff;
	border: 1px solid #ccc;
	resize: vertical;
}

.form_margin{
	margin-bottom:0px;
}

.error_red{
	color:#cc0000;
}


/*misc elements*/

.spacer{
	clear:both;
}
.right{
	float:right;	
}
.left{
	float:left;
}
.nav_padding{
	padding-bottom:20px;
}html>body .nav_padding{padding-bottom:0;}

.td_padding
{
	padding-right: 30px;
}
.pe_cancel {
	font-size: 10px;
	padding-right: 9px;
	padding-left: 18px;
	font-weight: bold;
}
.pe_cancel:link {
	color: #666666;
}
.pe_cancel:visited {
	color: #666666;
}
.pe_cancel:hover {
	text-decoration: underline;
	color: #000000;
}
.pe_cancel:active {
	text-decoration: underline;
	color: #000000;
}

.light_gray{
	color: #c6c6c6;
	}
	
.slider_top{
	background:url(/admin/resources/slider_top_bg.gif) repeat-x;
}


/*error handler elements*/
.validation-summary-valid {
	display: none; }
	
.error_handler{
	margin-top:14px;
	width:935px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
	.error_handler.flush {
		margin-top: 4px; }
	.lbui-editor .error_handler {
		width: 893px;
		margin: 0 auto; }
		
#modal_error_wrap.error_handler {
	width: 845px;
	margin: 0 0 16px; }

.error_handler_content /*,
.validation-summary-errors*/ {
	background:#fff url(/admin/campaigns/resources/error_handler_bg.gif) repeat-y;
	width:935px;
	margin-top:-2px;
	font-size:11px;
	line-height:16px;
	color:#cc0000;
	padding-left:10px;

}/*html>body .error_handler_content, html>body .validation-summary-errors{width:927px;}*/

.error_row td,
li.error_row,
div.error_row {
	background-color: #ff9900; }

.lbui-editor .error_handler_content {
	width: 881px;
	background: #fff;
	border-left: 1px solid #bb0000;
	border-right: 1px solid #bb0000; }
	
#modal_error_wrap .error_handler_content {
	width: 835px;
	border-left: 1px solid #cc0000;
	border-right: 1px solid #cc0000;
	background: #fff; }

/*	
.validation-summary-errors {
	margin: 14px 0 0; }	
*/

.error_handler_content h1,
.validation-summary-errors span{
	color:#cc0000;
	font-size:14px;
	font-weight: bold;
	margin:0px;
}

.error_handler_content p,
.validation-summary-errors li{
	margin:0px;
}

.validation-summary-errors li,
.validation-summary-errors ul {
	list-style: none;
	margin: 0;
	padding: 0; }

.error{
	float:left;
	margin-left:9px;
	width:900px;
}
	.lbui-editor .error {
		width: 858px; }
	#modal_error_wrap .error {
		width: 800px; }

.error_icon{
	float:left;
}

.modal_content .error p {
	color: #cc0000; }

/* IE6 nav fix */
#ulitem0_0 {
	width: 75px;
}
html>body #ulitem0_0 {
	width: auto;
}

/* NEW content module structures
------------------------------ */
#main_content.module.form {
	padding-bottom: 8px;
	background: #f2f2f2 url(/Admin/resources/edit_new_pod_bottom.gif) bottom left no-repeat; }
	
.module.form .module.top {
	height: 8px;
	background: #f2f2f2 url(/Admin/resources/edit_new_pod_top.gif) 0 0 no-repeat; }

.form .content_module {
	width: auto;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background: #f2f2f2; }
	
.toggle.off {
	display: none; }
	
.selectable tbody tr:hover {
	cursor: pointer; }

.instr {
	margin: 0;
	padding: 0;
	font-size: 11px; }
	
.lb_hdr {
	margin: 0 0 5px;
	padding: 0; }
	
.table_chart {
	position: relative;
	width: 140px;
	min-height: 116px;
	padding: 16px 4px 18px 0; }
	
.chart_legend {
	position: absolute;
	bottom: 5px;
	margin: 0 0 0 23px;
	padding: 0;
	text-align: center;
	color: #42423a;
	font-size: 11px; 
	letter-spacing: .5px; 
	font-weight: normal; }
	
.clearfix:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; }	

/* content lists
--------------- */
.block_list {
	margin: 0;
	padding: 0; }
	.block_list li {
		display: block;
		padding: 5px 0;
		word-wrap: break-word; }

.data_row .block_list {
	margin-top: -3px; }

.striped_list li {
	padding-left: 5px;
	background: #efefef; }
	.striped_list .odd {
		background: #e7e7e7; }

/* inline editors
----------------- */
.hdr_bar {
 margin: 0 0 8px; padding: 0; text-align: left; 
position: relative; z-index: 9998; display: block; padding: 6px 16px 5px 24px; font-size: 14px; color: #000; border-bottom: 1px solid rgb(221, 211, 221); border-bottom: 1px solid rgba(221, 211, 221, 0.1); -moz-box-shadow: 0 1px 6px #CCCCCC; -webkit-box-shadow: 0 1px 6px #CCCCCC; box-shadow: 0 1px 6px #CCCCCC; font-family: Arial, sans-serif; font-size: 14px; font-weight: normal; background: #fafafa; background: rgba(255, 255, 255, .2); }
.hdr_bar a {
	color: #000;
	font-weight: bold; }
	
.btn_edit_pod {
	position: absolute;
	top: 1px;
	left: 0;
	z-index: 9998; }

/* forms
--------- */

/* standard form lists */
/* for edit pages */
.std_form_list {
	margin: 16px 16px 0;
	padding: 0 0 4px;
	list-style: none; }
	.std_form_list li {
		overflow: auto;
		width: 901px;
		min-height: 20px;
	  	height: auto !important;
		height: 20px;
		margin-bottom: 1px;
		padding: 6px 0 6px;
		line-height: 16px; }
	.std_form_list li.tall {
		min-height: 30px; }
	.std_form_list li:first-child {
		margin-top: -4px; }
	.std_form_list li li {
		width: auto; }
	/* TODO: make sure this doesn't cause problems... */
	.std_form_list li li:first-child {
		margin-top: 0; }
	.std_form_list .tab-section-header {
		margin-bottom: 0;
		padding-bottom: 0; }
	.std_form_list .tab-section {
		padding-top: 0; }
	.std_form_list input,
	.std_form_list select,
	.std_form_list textarea {
		float: left;
		width: 300px; 
		margin: 0 5px; }
	.std_form_list input.check {
		float: none;
		display: inline;
		width: auto; }
	.std_form_list select {
		width: 304px; }
	.std_form_list .stacked {
		display: block; 
		float: left;
		clear: left;
		margin-bottom: 6px;  }
	.std_form_list .fieldnote {
		float: left;
		width: 430px;
		font-size: 10px;
		color: #666; }

.reqfield {
	font-weight: bold; }
	
.form-tabbed-wrapper {
	float: left; 
	width: 730px; }	
	
.field-tabs {
	background: #aaa; }
	.field-tabs li {
		float: left;
		margin-right: 2px;
		margin-bottom: 0;
		padding-top: 4px;
		padding-bottom: 0;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
		background: #ccc;
		cursor: pointer; }
	.field-tabs li.dimmed {
		background: #e0e0e0; }
	.field-tabs a {
		padding: 0 9px;
		color: #505050;
		font-weight: normal;
		font-size: 11px;
		text-shadow: 0 1px 0 #e7e7e7; }
	.field-tabs .dimmed a {
		color: #aaa; }
	.field-tabs a:hover {
		text-decoration: none; }
	.field-tabs .on,
	.field-tabs li.dimmed.on {
		box-shadow: 0 -1px 0 #E7E7E7, -1px 0 0 #E7E7E7, 1px 0 0 #eee;
		background: #fcfcfc;
		cursor: default; }
	.field-tabs .on a {
		color: #333;
		text-shadow: none;
		text-decoration: none;
		cursor: default; }
	.field-tabs .on.dimmed a {
		color: #999; }
	
a.contextual_help { /* TODO: remove dupe code from campaigns.css */
	color: #888;
	font-size: 10px; }
	.contextual_help.w_img { /* use with [?]'s next to image text */
		position: relative;
		top: -2px; }
	
.nested.off {
	display: none; }
	
.hint { /* duplicated in edit_new.css */
	font-size: 10px;
	color: #666; }

.form_list {
	margin: 0;
	padding: 16px 0 0;
	list-style: none;
	font-size: 11px; }
	
.simple_form_list {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px; }
	
	.simple_form_list > .lbui-sort-item {
		padding-left: 8px; }

.form_list select[disabled='disabled'],
.simple_form_list select[disabled='disabled'] {
	color: #999;
	border: 1px solid #ddd; }
	
.form_section,
.content_section {
	margin: 0 16px 8px;
	padding: 0;
	font-size: 11px; }
	.form_section.in_module,
	.content_section.in_module {
		margin: 16px 16px 0; }
	.form_section.primary {
		margin-bottom: 0; 
		padding-left: 1px; }
	.form_section.secondary,
	.form_footnote {
		background: #fafafa;
		border: 1px solid #aaa;
		-moz-box-shadow: 1px 1px 1px #fff;
		-webkit-box-shadow: 1px 1px 1px #fff;
		box-shadow: 1px 1px 1px #fff; }
	.form_footnote {
		margin: 8px 8px 0; 
		font-size: 11px;
		padding: 12px;
		color: #333;
		background: #e7e7e7;
		border: 0 none;
		-webkit-box-shadow: none;
		box-shadow: none;
		text-shadow: 0 1px 0 #fafafa; }
		.form_footnote ul {
			margin: 0;
			padding: 6px 16px 12px 32px; }
		.form_footnote ul:last-child {
			padding-bottom: 0; }
		.form_footnote li {
			margin: 0;
			padding: 0 0 6px;
			color: #ccc; }
		.form_footnote li strong {
			color: #505050;
			font-weight: normal; }
		.form_footnote h3 {
			margin: 0 0 0 4px;
			padding: 0;
			font-size: 11px; 
			color: #505050; }
	.form_section.group {
		margin: 0 0 8px;
		border: 1px solid #ccc;
		background: #f2f2f2; }
	.form_section.grayed {
		position: relative;
		cursor: pointer; }
	.form_section.first {
		position: relative;
		margin-top: -7px; }
		.form_section.grayed .lbui-btn {
			position: absolute;
			top: 24%; 
			right: 16px;
			-moz-opacity: .3;
			opacity: .3; }
	.form_section h3 {
		padding-bottom: 8px; }
	#traffic_source_editor .form_section h3 {
		padding-bottom: 0; }
	.form_section.grayed:hover h3,
	.form_section.grayed:hover .lbui-btn {
		-moz-opacity: 1;
		opacity: 1; }
	.form_section li,
	.content_section li {
		list-style: none; }
	.form_section .script_block {
		width: 543px;
		height: 125px; }
		
#EditScriptForm .group:first-child {
	position: relative;
	margin-top: -10px; }
	
a.secondary {
	color: #888;
	font-weight: bold; }
	
a.secondary:hover {
	color: #000;
	text-decoration: underline; }
	
.form_pod {
	overflow: hidden;
	position: relative;
	width: 388px;
	padding: 8px;
	background: #fff;
	font-size: 11px;
	border: 1px solid #ccc; }
	.form_pod.full {
		width: 533px; 
		margin-left: 10px;
		margin-bottom: 12px; }
	
.form_list li,
.form_pod li {
	list-style: none; }

.form_item {
	padding-bottom: 35px;
	list-style: none; }
	.form_item.ultracompact {
		padding-bottom: 3px; }
	.form_item.compact {
		padding-bottom: 16px; }
	.form_item.padded { 
		padding-top: 26px;
		padding-bottom: 16px; }
	.form_item.rows {
		margin: 0 16px;
		padding: 8px 0 0;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #ccc; }
	.form_item.padded_pod {
		overflow: hidden;
		min-height: 35px;
  		height: auto !important;
  		height: 35px;
		margin-bottom: 8px;
		padding-top: 8px;
		padding-bottom: 8px; }
	.form_item.rows:first-child {
		border-top: 0 none; }
	.form_item.rows.last {
		border-bottom: 0 none; }
	.form_item > p {
		margin: -4px 0 0;
		padding: 0 32px 12px 0; }
	
.form_list h3,
.form_section h3 {
	margin: 0;
	font-size: 11px; }
	.form_list h3.wizard {
		margin-top: 14px; }
	
.form_left {
	float: left;
	width: 170px;
	padding: 0 10px 0 0;
	text-align: right; }
	.form_left.narrow {
		width: 80px; }
	.form_left.legend {
		margin-top: 8px;
		padding-right: 0;
		text-align: left; }

.legend {
	padding-bottom: 2px;
	font-weight: normal; }

.form_right {
	float: left;
	width: 708px;
	padding: 8px 0; }
	.form_right.narrow {
		width: 690px; }
	.form_right.wide {
		width: 778px; }
	.form_right.full {
		width: 100%;
		padding-top: 16px; }
	
.group_module {
	padding-left: 8px;
	background: #eee;
	border: 4px solid #e7e7e7; }
	
.form_right.pod {
	padding: 8px;
	background: #eee;
	border: 4px solid #e7e7e7; }
	
.field_groups {
	clear: both; 
	margin: 10px 0 0;
	padding: 2px 0 0; }
	.field_groups.simple {
		margin: 0;
		padding: 0; }
	.field_groups:first-child {
		margin: 0; }
	.field_groups.inline {
		float: left;
		clear: none; }
	.field_groups.row,
	.data_row {
		float: left;
		clear: none;
		width: 530px;
		margin: 0;
		padding: 0 0 12px 10px; }
	.data_row {
		line-height: 16px; }
	.field_groups.wide {
		width: 605px; }
	/*.field_groups.full {
		width: 736px; }*/
	.field_groups.padded_pod {
		margin-bottom: 8px;
		padding: 8px; }	
		
.field_group_header {
	float: left;
	clear: left;
	width: 155px;
	margin: 0;
	font-size: 11px;
	font-weight: normal;
	text-align: right; }
	.field_group_header.narrow {
		width: 65px; }
	.field_group_header.w110 {
		width: 110px; }
	.field_group_header.field_tab_header {
		line-height: 24px; }
	.req {
		font-weight: bold; }
	
.field_groups li {
	overflow: visible;
	float: left;
	margin: 0;
	padding: 0 6px 0 0;
	margin-right: 6px; }
	
.toggle_group li {
	margin: 0;
	padding: 0; }
	
.field_groups input,
.field_groups select,
.field_groups label {
	display: block; }
	
.field_groups .inlinefield {
	display: inline;
	margin-right: 8px; }

.field_groups input {
	width: 300px; }
	
#pe_content_container .field_groups input {
	width: 545px; }	
	
.field_groups .check {
	display: inline;
	width: auto;
	margin: 0;
	padding: 0 8px 0 0;
	color: #333; }
	
.field_groups select {
	margin-top: 0;
	width: 190px; }
	.field_groups select.narrow {
		width: 164px; }
	.field_groups select.wide,
	#pe_content_container .field_groups select {
		width: 240px; }
	.field_groups select.xwide {
		width: 300px; }

.field_groups textarea {
	font-family: Arial, sans-serif;
	width: 300px;
	font-size: 11px;
	padding: 2px 3px;
	border: 1px solid #ccc;
	color: #333;
	font-weight: bold; }
	
.field_groups .short {
	height: 40px; }

.sub_label {
	margin: 0;
	padding: 0 0 0 1px;
	font-size: 10px;
	color: #999; }
	
.toggle_group {
	margin-left: 0;
	padding-left: 0; }
	
.field_hint,
.field_action {
	width: 165px;
	margin-left: -5px;
	font-size: 10px;
	color: #999;
	line-height: 1.1; }
	
.field_action {
	width: auto; }
	
li.form_URL_slash {
	position: relative;
	margin: 2px -12px 0 -8px;
	line-height: 1; }

.content_module p.field_hint {
	margin: 0 0 0 -5px;
	line-height: 1; }
	
.content_module p.field_action {
	margin: 0 0 0 -5px;
	padding: 1px 0 0; }
	
/* simple field list */
.field_list {
	margin: 0;
	padding: 0; }
	.field_list li {
		margin: 5px 0 0; }
	.field_list li:first-child {
		margin: 0; }
	.field_list select {
		width: 250px; }	
	
.form_actions {
	margin-top: -10px;
	padding-right: 30px;
	text-align: right; }
	
#pe_content_container .form_actions {
	margin-bottom: 8px;
	padding-top: 16px;
	padding-right: 0; }
	
.form_actions li {
	display: inline; }
	
.form_actions .pe_cancel {
	position: relative;
	top: -8px; }

#pe_content_container .form_actions .pe_cancel {
	position: static;
	top: auto; }
	
.list_actions,
.module_actions {
	text-align: right; }
.module_actions {
	clear: both;
	margin: 0; 
	padding: 0 10px 0 0; }
	.list_actions li,
	.module_actions li {
		display: inline; }
	.list_actions .pe_cancel,
	.module_actions .pe_cancel {
		position: relative;
		top: -8px; }
	.module_actions.disabled .pe_cancel {
		display: none; }
	.module_actions.disabled .pe_cancel:hover {
		text-decoration: none; }
	.module_actions.disabled input {
		cursor: wait; }
	.module_actions.lbui-actionspinner {
		background-position: 830px 0; }
	.module_actions .inactive {
		cursor: default; }
	
/* creative display
---------------------------- */

.scrollable {
	position: relative; /* for IE */
	padding-bottom: 0; }
	
.thumb_gallery .thumb_wrap {
	margin: 7px 18px 7px 0;
	padding: 0;
	border: 1px solid #fff; }

.thumb_wrap:hover .hdr_overlay {
	background: rgba(231, 231, 231, .75); }
	
.selected .hdr_overlay,
.thumb_wrap.selected:hover .hdr_overlay {
	color: #000;
	background: #D4F2B6;
 	background: rgba(212, 242, 182, .95);
 	-moz-box-shadow: 0 1px 0 #ccc;
 	-webkit-box-shadow: 0 1px 0 #ccc;
 	box-shadow: 0 1px 0 #ccc; }

.hdr_overlay.title {
	font-size: 11px;
	font-weight: normal;
	line-height: 12px; }
	
.form_list .thumb_gallery {
	margin: -9px 0; }
	
.thumb_gallery .c_mvt.on { /* TODO: consolidate with styles in campaigns.css */
	position: absolute;
	bottom: 0;
	right: 0;
	width: 26px;
	height: 16px;
	margin: 0;
	padding: 0;
	background-color: #e7e7e7;
	opacity: .8;
	background-position: -96px -156px; }
	
.thumb_wrap {
	cursor: pointer; }
	
.thumb_wrap .info_zoom {
	display: none;
	position: absolute;
	top: 40px;
	right: 7px; }

.thumb_wrap:hover .info_zoom {
	display: block; }
	
/* thumbail grid
---------------------- */
.thumb_grid {
	overflow: hidden;
	width: 608px;
	margin: 0;
	padding: 0; 
	border: 1px solid #ccc;
	border-top: 0 none;
	background: #e7e7e7; }
.thumb_grid li {
	float: left;
	list-style: none; }
.thumb_grid_filters {
	width: 584px;
	padding: 8px 0 0 24px;
	border: 1px solid #ccc;
	border-bottom: 0 none;
	background: #e7e7e7; }
	#pe_content_container .thumb_grid_filters {
		width: 589px;
		padding: 8px 0 0 19px; }
.thumb_grid_filters select {
	width: 375px;
	margin-right: 8px; }
.thumb_grid_filters label {	
	color: #666;
	font-size: 10px; }
	
/* Unordered file lists
---------------------- */
.module_header {
	overflow: auto;
	position: relative;
	margin: 2px 4px 0;
	padding: 0 10px;
	color: #fff;
	font-weight: normal;
	font-size: 11px;
	background: #999;
	border-bottom: 1px solid #fff;
	list-style: none; }

.tree-root .module_header {
	margin: 2px 0 0 0; }

.nav.edit_fw ul {
	background: url("/admin/libraries/resources/nav_edit_fw.gif") 0 0 no-repeat;
	height: 27px;
	list-style: none;
	margin: 0;
	padding: 0; }
	
.module_header-controls {
	position: absolute;
	top: 2px;
	right: 8px;
	color: #e7e7e7;
	font-size: 10px;
	font-family: Verdana, sans-serif; }
	.module_header-controls a {
		color: #fff;
		letter-spacing: normal;
		text-decoration: none;
		color: #e7e7e7;
		font-weight: normal; }
		.tree-controls a:hover {
			text-decoration: underline; }

/* tree structure 
--------------- */
.tree {
	margin: 0;
	padding: 0;
	width: 919px;
	margin: 0 auto;
	color: #42423a;
	font-size: 12px;
	font-family: Arial, sans-serif;
	list-style: none;
	background: #e7e7e7; }
	
.tree a {
	color: #000; }

/* new node/leaf structure */	
.tree > li.tree-leaf {
	padding-left: 13px; }

.tree li {
	list-style: none; }

.root-list {
	margin: 0;
	padding: 0; }
	
.header-item {
	float: left; 
	padding: 3px 0;
	font-size: 10px;
	color: #f2f2f2;
	border-left: 1px solid #ccc;
	border-right: 1px solid #808080; }
	.header-item:first-child {
		border-left: 0 none; }
	.header-item:last-child,
	.header-item.last {
		width: 1px;
		height: 100%; }
	.header-item.last {
		border-right: 0 none; }
	
.header-item a {
	color: #e7e7e7;
	font-weight: normal;
	text-shadow: none; }
	
.fw-name {
	width: 542px; }

.file-last-mod,
.file-size {
	width: 139px;
	padding-left: 10px; }
	
.file-size {
	width: 60px; }
	
.header-item.file-last-mod,
.header-item.file-size {
	background: #9f9f9f;
	letter-spacing: normal; }

.node-list,
.leaf-list {
	margin: 5px 0 0;
	padding-left: 0; }
.file-info {
	background: transparent; }
.tree-node {
	padding: 5px 0 0;
	background: #e7e7e7;  }
	
.tree-node .tree-node {
	padding-left: 0; }
	
.tree-node .tree-node .tree-node {
	margin-left: 0;
	padding-left: 0; }
	
.tree-leaf {
	height: 24px;
	overflow: hidden;
	padding: 0 0 0 10px;
	color: #666;
	background: #e7e7e7; }	
	
.tree-node .tree-leaf {
	background: #e7e7e7; } 
	
.tree-node .tree-leaf {
	padding-left: 41px; }	
	
.tree-node .tree-node .tree-leaf {
	margin-left: 0;
    padding-left: 57px; }

.tree-node .tree-node .tree-node .tree-leaf {
	margin-left: 0;
    padding-left: 73px; }
 
.tree-closed > ul.node-list,
.tree-closed > ul.leaf-list {
	display: none; }

.tree-closed {
	padding-bottom: 5px; }
	
.tree .even {
	background: #efefef; }
	
.file-sep {
	color: #999; }

/* structure for list block links */
.b_link {
	display: block;
	font-weight: bold;
	line-height: normal; }
	
/* structure for file list */
.file-list {
	overflow: hidden;
	clear: both;
	margin: 0;
	padding: 5px 0; }
	
.file-info {
	float: left;
	/*overflow: hidden;*/ }
	.file-info.actions {
		float: right;
		margin: -5px 0; }
	.file-info .action {
		height: 23px; }
	.file-info .delete {
		border-bottom: 1px solid #e7e7e7;}
	.file-info .delete.inactive {
		cursor: default;
		background: #ddd url("/Admin/Campaigns/resources/iconsAndButtons.gif") -100px 6px no-repeat; }
	.file-info .delete.spinner {
		background: #999 url(/Admin/resources/loader_16x16_999.gif) 1px 3px no-repeat; }
	
.node-info {
	float: right;
	width: 364px;
	margin: 0; }
	
.file-name {
	overflow: hidden;
	width: 514px; }	
	
.tree-node .tree-node .file-name {
	width: 498px; }

.tree-node .tree-node .tree-node .file-name {
	width: 482px; }
	
.meta-text {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: normal;
	color: #666; }

/* presentation for node and leaf links */
.sys_link,
.node-link {
	text-decoration: none; }

.sys_link {
	font-weight: bold;
	color: #000; }
	.sys_link:hover {
		color: #000; 
		text-decoration: underline; }

.node-link {
	float: left;
	width: 18px;
	margin-left: 10px;
	padding: 1px 0 0;
	color: #42423a;
	background: url(/admin/libraries/resources/icon_tree_arrows.png) no-repeat; }
	.node-link:hover {
		color: #42423a;
		text-decoration: none; }
		
.tree-open .node-link {
	background-position: 0 -44px; }
	
.tree-closed .node-link {
	background-position: 0 1px; }

.tree-node .node-link {
	margin-left: 7px; }
	
.tree-node .tree-node .node-link {
	margin-left: 23px; }
	
.tree-node .tree-node .tree-node .node-link {
	margin-left: 39px; }
	
.file-editor { /* file editor textarea */
	width: 829px;
	height: 400px;
	padding: 8px;
	font-size: 12px;
	color: #000;
	font-family: "Courier New", Courier, Arial, sans-serif; }

/* LiveBall global UI classes
--------------------- */
.lbui-editor {
	display: none;
	position: absolute;
	z-index: 9997;
	top: -1px;
	left: -4px;
	width: 927px;
	height: auto;
	padding: 0 0 6px;
	background: #f2f2f2;
	border: 1px solid #A7A29B;
	-moz-box-shadow: 0 8px 50px #222;
	-webkit-box-shadow: 0 5px 50px #222;
	box-shadow: 0 5px 50px #222; }
	
.lbui-editor-shadow {
	padding: 0 20px 20px 0;
	background: transparent url(/Admin/Campaigns/resources/bg_inline_editor) bottom right no-repeat; }
	
.lbui-bordered {
	border-right-width: 4px;
	border-bottom-width: 4px; }
	
.lbui-edit-module-container {
	position: relative; }
	
.lbui-edit-module {
	display: none;
	position: absolute;
	padding: 4px;
	background: #f2f2f2;
	border: 1px solid #ccc;
	font-size: 10px; }

.lbui-edit-module-actions {
	padding: 7px 0 2px;
	text-align: right; }
	
.lbui-save-edit-module {
	margin: 0 0 0 8px; }
	
.lbui-cancel-edit-module {
	color: #999 !important; }

.lbui-btn {
	background:#fff url(/Admin/resources/btn_overlay.png) repeat-x;
	display:inline-block;
	padding:2px 5px 3px;
	color:#333!important;
	text-decoration:none;
	-moz-box-shadow: 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 #fff;
	text-shadow:0 1px 0 #fff;
	border:1px solid #ccc;
	position:relative;
	cursor:pointer;
	font-size:10px;
	font-weight:normal!important;
	line-height:1;
	white-space:nowrap;
}

.lbui-btn.leftend {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0; }

.lbui-btn.rightend {
	border-left: 0 none;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0; }

.lbui-btn:hover {
	color:#333!important;
	background-color:#f2f2f2;
	text-decoration:none;
	-moz-box-shadow:0 0 1px #fff;
	-webkit-box-shadow:0 0 1px #fff;
	box-shadow:0 0 1px #fff;
	border-color: #bbb;
	box-shadow: 0 1px 0 #f2f2f2;
}

.lbui-btn.on,
.lbui-btn.on:hover {
	background-color: #a0a0a0;
	color: #000 !important;
	border-color: #aaa;
	/*cursor: default;*/
	text-shadow: 0 1px 0 #ddd; }

.lbui-btn.lg {
	font-size:11px;
}
		
.lbui-control-icon {
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	background: url(/Admin/Campaigns/resources/icon_ts_seo.png) no-repeat;
	cursor: pointer; }
	.lbui-control-icon.lbui-btn-off {
		background-position: -32px -32px; }
	.lbui-control-icon:hover {
		background-position: -16px -16px; }
	.lbui-control-icon.lbui-changed:hover {
		background-position: 0 0; }
	.lbui-control-icon.lbui-btn-off.lbui-changed:hover {
		background-position: -32px -32px; }
		
.lbui-infotag {
	margin-left: 6px;
	padding: 1px 7px 1px;
	background: #fafafa;
	color: #999;
	line-height: 1;
	border: 1px solid #ddd;
	font-size: 9px;
	font-family: Verdana, sans-serif;
	font-weight: normal; }
	.lbui-infotag a {
		color: #333;
		font-weight: normal; 
		line-height: normal; }
	.lbui-infotag a:hover {
		text-decoration: none; }
	.lbui-infotag strong {
		color: #000; }
	.lbui-infotag:hover a {
		color: #000; }

.lbui-has_engaged {
	background: #d4f2b6; }
	
.lbui-sort-item {
	position: relative;
	background: #f2f2f2; }
	
	.lbui-sort-item select {
		margin: 0; }
		
	.lbui-sort-item li.half-pod {
		width: 164px; }
	
.lbui-sort-delete {
	width: 18px;
	height: 18px;
	background: #333; }
	
.lbui-drag-handle,
.lbui-delete-sort-item {
	position: absolute;
	right: 0;
	width: 13px;
	padding: 3px;
	background-color: #ccc; }
			
.lbui-drag-handle {
	bottom: 0;
	height: 24px;
	text-align: center;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	border-top: 1px solid #fafafa; 
	background: #ccc url(/Admin/resources/drag_handle.png) 4px 4px no-repeat;
	cursor: crosshair; }

.lbui-delete-sort-item {
	top: 0;
	height: 13px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	border-bottom: 1px solid #bbb; }
	.lbui-delete-sort-item a {
		display: block;
		width: 13px;
		height: 13px;
		background: url(/Admin/campaigns/resources/iconsAndButtons.gif) -85px 0 no-repeat; }
		
.no_sort .lbui-drag-handle {
	cursor: default;
	background: #e7e7e7 url(/Admin/resources/drag_handle.png) 4px 4px no-repeat; }
	
.lbui-delete-sort-item.inactive {
	border-bottom: 1px solid #ddd;
	background-color: #e7e7e7; }
	.lbui-delete-sort-item.inactive a {
		cursor: default; }

.lbui-drag-handle:hover,
.lbui-delete-sort-item:hover {
	background-color: #aaa; }	

.no_sort .lbui-drag-handle:hover,
.lbui-delete-sort-item.inactive:hover {
	background-color: #e7e7e7; }

.lbui-tooltip {
	position: absolute;
	z-index: 9999;
	bottom: 0;
	left: 0; 
	height: 12px;
	padding: 4px 7px 2px;
	background: #222;
	background: rgba(0, 0, 0, .8);
	color: #fff;
	line-height: 1;
	-moz-text-shadow: 1px 1px 0 #000;
	-webkit-text-shadow: 1px 1px 0 #000;
	text-shadow: 1px 1px 0 #000;
	border: 1px solid #fff;
	font-size: 10px;
	font-weight: normal; }
	.lbui-tooltip.inline {
		position: static;
		display: inline;
		margin: 0 0 0 8px; }
	
.lbui-error {
	background: #FF9900; }

li.lbui-error {
	margin-top: -6px;
	margin-left: -6px;
	padding-top: 6px;
	padding-left: 6px; 
	padding-right: 6px;
	padding-bottom: 4px;
	margin-bottom: -4px; }
	
.lbui-error label {
	color: #000; }
	
.lbui-editor-save.saving {
	cursor: default; }
	
.lbui-loading {
	background: url(/admin/campaigns/resources/loader_32x32_white.gif) 50% 50% no-repeat; }

.lbui-rowspinner,
.lbui-actionspinner {
	background-image: url(/admin/resources/loader_16x16.gif);
	background-repeat: no-repeat; }
	
.lbui-scroller {
	overflow: auto; }
		
.lbui-clear {
	clear: both; }		
	
.lbui-hbt { /* hidden block text */
	display: block;
	text-indent: -9999px; }
	
.lbui-meta-hover {
	padding: 4px 10px 4px 0;
	font-weight: normal;
	cursor: default;
	background: url(/admin/resources/icon_meta_actions.gif) no-repeat 100% 6px; }
	
.lbui-meta-hover:link {
	font-weight: normal; }
	
.lbui-meta-hover:hover {
	text-decoration: none; }
	
.lbui-meta-hover.active {
	background: url(/admin/resources/icon_meta_actions_over.png) no-repeat 100% 6px; }

.lbui-meta-actions-wrap {
	position: absolute;
	padding-top: 3px;
	background: url(/admin/resources/up_arrow.png) 3px 0 no-repeat; }
	
.lbui-meta-actions {
	overflow: hidden;
	margin: 0 !important;
	padding: 2px;
	background: #666;
	-moz-box-shadow: -2px 2px 2px #aaa;
	-webkit-box-shadow: -2px 2px 2px #aaa;
	box-shadow: -2px 2px 2px #aaa; }
	.lbui-meta-actions a {
		display: block !important;
		height: 15px;
		margin: 0;
		color: #fff; }
	.lbui-meta-actions li {
		float: left;
		width: 58px;
		height: 15px;
		margin: 0;
		padding: 0 0 0 1px;
		line-height: 0; }
		.lbui-meta-actions li:first-child {
			padding: 0; }
			
.lbui-hidden {
	display: none; }
	
.lbui-invisi {
	visibility: hidden; }
	
.lbui-onEdit {
	background-color: #e5effa; }
		
/* meta actions buttons */
.btn_add_fw_files,
.btn_copy_fw_folder,
.btn_preview_fw_folder {
	width: 58px;
	height: 15px;
	text-indent: -9999px;
	background: url(/admin/resources/btns_file_actions.png ) no-repeat; }
	
.btn_add_fw_files {
	background-position: 0 0; }
	.btn_add_fw_files:hover {
		background-position: -68px 0; }
		
.btn_copy_fw_folder {
	background-position: 0 -25px; }
	.btn_copy_fw_folder:hover {
		background-position: -68px -25px; }
		
.btn_preview_fw_folder {
	background-position: 0 -50px; }
	.btn_preview_fw_folder:hover {
		background-position: -68px -50px; }

.lbui-onDelete {
	background: #ffdf7e !important; }
	
.lbui-usergen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; }
	
/* color palette (used in charts)
-------------------------------- */
.colorkey	{ height: 100%; }

/* jquery colorbox/modal liveball styles 
------------------------------- */
.modal_saving {
	background: url(/admin/resources/loader_16x16.gif) 2px 13px no-repeat; }
	
.modal_content				{ overflow: auto; max-height: 335px; padding: 16px; text-align: left; font-size: 11px; color: #42423a; }
.modal_content.traffic		{ margin: 0; padding-bottom: 8px; }
.modal_content small		{ font-size: 10px; }
.modal_content .title small	{ font-size: 11px; }
.modal_content .col			{ float: left; padding-bottom: 16px; }
.modal_content .col.rt		{ float: right; }
.modal_content .col.last	{ padding-bottom: 0; }
.modal_content .w74			{ width: 74px; }
.modal_content .w110		{ width: 110px; }
.modal_content .w165		{ width: 165px; }
.modal_content .w190		{ width: 190px; }
.modal_content .w225		{ width: 225px; }
.modal_content .w300		{ width: 300px; }
.modal_content .w330		{ width: 330px; }
.modal_content .w335		{ width: 335px; }
.modal_content .w435		{ width: 435px; }
.modal_content h2			{ margin: 0; padding: 0; }
.file_manager .modal_content h3			{ margin: 0 0 16px; padding: 0; font-size: 12px; }
#modal_content_wrapper		{ padding-bottom: 0; }

.hdr_modal_top {
	margin: 0;
	padding: 0;
	text-align: left; }

.hdr_modal_top a,
.modal_hdr_bar {
	position: relative;
	z-index: 9998;
	display: block;
	padding: 8px 16px 7px;
	font-size: 14px;
	color: #000;
	text-align: left;
	border-bottom: 1px solid rgb(221, 211, 221);
	border-bottom: 1px solid rgba(221, 211, 221, 0.1);
	-moz-box-shadow: 0 1px 6px #CCCCCC;
	-webkit-box-shadow: 0 1px 6px #CCCCCC;
	box-shadow: 0 1px 6px #CCCCCC; }
	
.modal_hdr_bar {
	overflow: auto; }	

/* light on dark title bar */	
.hdr_modal_wrap {
	overflow: hidden; 
	padding-bottom: 16px; }

.modal_title_bar {
	overflow: hidden;
	padding: 5px 16px 5px; /* !important until this is removed from campaigns.css */
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background: #42423a;
	color: #e7e7e7;
	font-weight: normal;
	-moz-box-shadow: 0 0 6px #42423a;
	-webkit-box-shadow: 0 0 6px #42423a;
	box-shadow: 0 0 6px #42423a; 
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;}

.modal_title_bar.loading {
		color: #666; }
		
.modal_title_left {
	float: left;
	width: 440px;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	word-wrap: break-word; }
	.modal_title_left.narrow {
		width: 279px; }
	
.modal_info_right {
	float: right;
	width: 400px;
	font-size: 10px;
	text-align: right; }
	.modal_info_right.narrow {
		width: 245px;
		padding-right: 16px;
		word-wrap: break-word; }

.modal_content a			{ color: #000; }

.modal_content a.page,
.modal_content a.path		{ margin-right: 4px; }

.modal_content p.txt_rt		{ text-align: right; margin: 0; padding-right: 16px; }

.modal_content ul			{ clear: both;  list-style: none; color: #505050; }
	.modal_content ul.editor_controls	{ clear: none; }

.modal_row					{ overflow: auto; margin: 0; padding: 10px 0 10px 10px; border-bottom: 1px solid #fafafa; background: #efefef; }
.modal_row.short			{ overflow: hidden; padding-top: 7px; padding-bottom: 7px; }
.modal_row.supershort		{ overflow: hidden; padding-top: 0; padding-bottom: 0; line-height: 28px; }
.modal_row.odd				{ background: #e7e7e7; }
.modal_row:last-child		{ border-bottom: 0 none; }

.thumb_wrap					{ position: relative; width: 150px; height: 100px; }
.thumb_wrap	 .no_thumb		{ display: block; width: 149px; height: 59px; padding-top: 40px; text-align: center; color: #eee; font-weight: normal; background: #ccc; }
.no_thumb:hover				{ text-decoration: none; }
.modal_content p.c_mvt		{ position: absolute; bottom: 0; right: 0; width: 26px; height: 16px; margin: 0; padding: 0; background-position: -96px -156px; background-color: #e7e7e7; -moz-opacity: .6; opacity: .8; }

.microthumb					{ float: left; margin: 0 16px 0 0; }

.modal_content .list_hdr,
.modal_content .list_subhdr	{ clear: both; margin: 0 0 -11px 0; padding: 1px 0 1px 10px; font-size: 10px; letter-spacing: 2px; color: #fff; text-transform: uppercase; font-weight: normal; background: #999; }

.modal_content .list_subhdr {
	margin-top: 16px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-transform: none;
	letter-spacing: normal;
	font-size: 11px;
	line-height: 1;
	background: #808080; }
	
.modal_content .list_subhdr:first-child {
	margin-top: 0; }

.list_hdr .lowercase 		{ text-transform: none; }

.modal_content .list_text	{ padding: 5px 10px 0; }

.modal_instr {
	color: #42423a;
	float: left;
	width: 90%;
	margin: 0; }
	
.modal_status,
.actions_list li.modal_status {
	float: left;
	width: 50%;
	padding-left: 21px;
	padding-bottom: 4px;
	text-align: left; }

.modal_status.warning {
	background: url(/admin/resources/icons_fw_statuses.png) 0 -1px no-repeat; }
	
.modal_status.saved {
	background: url(/admin/resources/icons_fw_statuses.png) -15px -18px no-repeat; }

.modal_saving .modal_status {
	background-image: none; }
		
.modal_content_bottom		{ clear: both; height: 16px; }

.hdr_block					{ clear: both; margin: 0; padding: 0; }
.hdr_block a				{ display: block; }
.modal_hdr					{ font-size: 10px; font-weight: bold; color: #999; }
.stats_hdr					{ margin: 0; padding: 0; }
.stats_row					{ float: left; width: 100px; height: 38px; margin: 0 0 0; padding: 0; }
.stats_row.sm				{ width: 85px; }
.stats_row.lg				{ width: 145px; }
.stats_row.mini				{ height: auto; margin-bottom: 0; }
.stats_row dt				{ margin: 0 0 3px; padding: 0; color: #999; font-size: 10px; }
.mini dt					{ margin: 0; }
.stats_row dd				{ margin: 0; padding: 0; font-size: 24px; }
.mini dd					{ font-size: 11px; }
.info_list					{ margin: 0; padding: 12px 0 0; }
.info_list li				{ margin: 0 0 4px; padding: 0; }
.info_block					{ clear: both; margin: 0; padding: 4px 0 0; color: #505050; }
.info_block.sm				{ padding: 1px 0 0; font-size: 9px; color: #999; }
.item_list					{ margin: 12px 0 0; padding: 0; list-style: none; }
.solo						{ margin: 0; padding: 0 16px 0 0; color: #999; text-align: right; }

.modal_content .percent		{ color: #999900; font-size: 24px; }
.modal_content .confidence	{ padding-left: 14px; font-size: 12px; line-height: 0; background: url(/Admin/Campaigns/resources/ascii_177.gif) 4px 4px no-repeat; color: #999; font-size: 12px; }
.mini .confidence			{ padding-left: 0; background: none; font-size: 10px; }
.modal_content .last_edited	{ margin: 8px 0 0; color: #666; }
.modal_content .last_traffic	{ margin: 2px 0 0; color: #666; }

.pager						{ position: absolute; z-index: 9999; bottom: 0; left: 0; width: 100%; margin: 0; padding: 0; list-style: none; background: #e7e7e7; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; border-top: 1px solid #f0f0f0; }
.pager.disabled				{ background: #f2f2f2; }
.page_prev					{ float: left; width: 50%; text-align: right; }
.page_next					{ float: right; width: 50%; text-align: left; }
.pager a 					{ display: block; padding: 0 16px 3px; color: #a0a0a0; font-weight: normal; font-size: 11px; text-shadow: 1px 1px 0 #fff; }
.pager.disabled a			{ color: #ccc; cursor: default; }
.page_prev a				{ -moz-border-radius-bottomleft: 8px; -webkit-border-bottom-left-radius: 8px; border-bottom-left-radius: 8px; border-right: 1px solid #f0f0f0; }
.page_next a 				{ -moz-border-radius-bottomright: 8px; -webkit-border-bottom-right-radius: 8px; border-bottom-right-radius: 8px; }
.pager a:hover				{ background: #e2e2e2; text-decoration: none; }
.pager a:active				{ background: #ddd; }
.pager.disabled a:hover,
.pager.disabled a:active	{ background: none; }


.modal_content.flex {
	overflow: visible;
	padding-bottom: 0;
	max-height: none; }
	
.modal_content.file_editor {
	overflow: visible;
	max-height: none;
	padding-bottom: 0;
	padding-top: 0; }
	.file_editor h3 {
		margin: 0 0 8px;
		padding: 0;
		font-size: 12px; }
	
.file_manager {
	min-height: 161px;
	height: auto !important;
	height: 161px;
	padding-bottom: 10px; }
	
.actions_list {
	overflow: auto;
	height: 23px;
	margin: 0;
	padding: 12px 0 8px;
	text-align: right; }
.editor_controls {
	overflow: auto;
	float: right;
	width: auto;
	margin: 0 -1px -1px 0;
	padding: 3px 8px 3px 32px;
	text-align: right;
	color: #666;
	font-size: 10px;
	border: 1px solid #fff;
	border-bottom: 0 none;
	background: #e7e7e7; }		
	.actions_list li,
	.editor_controls li {
		float: right;
		padding: 0 0 0 12px; }
	.actions_list li.left {
		float: left;
		text-align: left;
		width: 75%; }	
	.actions_list a,
	.editor_controls a {
		text-decoration: none; }
	.modal_content .editor_controls a {
		color: #666;
		font-weight: normal;
		text-shadow: 1px 1px 0 #fff; }
	.actions_list.disabled .pe_cancel:hover {
		text-decoration: none; }
	.actions_list.disabled a {
		cursor: wait; }
	.actions_list .lbui-actionspinner {
		width: 16px;
		height: 16px; 
		padding: 0; }

		
		
/* Common rounded corner UI styles
-------------------------------- */

/* 8px all sides */
.form_section.secondary,
.form_section.group,
.group_module,
.form_right.pod,
.lbui-editor,
.lbui-rounded,
#cboxContent {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;	}


/* 8px top left and top right */		
.editor_controls,
.hdr_modal_top a,
.modal_hdr_bar,
.hdr_bar {
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px; }
	
/* 4px all sides */
.lbui-meta-actions,
.lbui-tooltip,
.lbui-sort-item,
.lbui-infotag,
.lbui-btn,
.form_pod {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; }

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper.isFixed{ position: fixed;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible; }
#cboxLoadedContent{overflow:auto; background: #fafafa; background: rgba(255, 255, 255, 0.96); -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.isFixed #cboxLoadedContent { -moz-border-radius-topleft: 0; -moz-border-radius-topright: 0;  -webkit-border-top-left-radius: 0; -webkit-border-top-right-radius: 0; border-top-left-radius: 0; border-top-right-radius: 0; }
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/

#cboxLoadedContent.loading {
	background: url(/Admin/resources/loader_32x32_trans.gif) 50% 50% no-repeat;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.96); }

#cboxOverlay{background:url(/Admin/Campaigns/resources/overlay.png) 0 0 repeat;}
#colorbox{}
    #cboxContent{ border: 4px solid #42423a; }
    .isFixed #cboxContent { border-top: 0 none; -moz-border-radius-topleft: 0; -moz-border-radius-topright: 0; -webkit-border-top-left-radius: 0; -webkit-border-top-right-radius: 0; border-top-left-radius: 0; border-top-right-radius: 0;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
       	#cboxClose{position:absolute; z-index: 9999; top:0; right:0; background:url(/Admin/Campaigns/resources/icon_closewindow.png) 6px 6px no-repeat; width:28px; height:30px; text-indent:-9999px;}
       	.isFixed #cboxClose {display: none;}
       	
#cboxLoadingOverlay {
	background: url(/Admin/resources/loader_32x32_trans.gif) 50% 50% no-repeat;
	background-color: #fff;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }

#cboxLoadingOverlay {
	background-color: rgba(255, 255, 255, 0.96); }
       	
/* jQuery UI css */
/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaa; border-top: 1px solid #999; background: #ddd; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #e78f08; background: #f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #c0c0c0; border-right: 1px solid #ccc; background: #f7f7f7; background: rgba(255, 255, 255, 0.9); font-weight: bold; color: #333; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; outline: none; }
/*
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #aaa; background: #fff; font-weight: bold; color: #c77405; outline: none; }
*/
.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #aaa; background: #fff; font-weight: bold; /*color: #eb8f00;*/ outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
/*
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fed22f; background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color: #363636; }
*/
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #ffffff; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_ef8c08_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_ef8c08_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_ef8c08_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_228ef1_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_ffd27a_256x240.png); }

/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -webkit-border-radius: 5px; }/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 4px; height: 16px; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

.ui-slider-horizontal { height: 2px; -moz-box-shadow: 1px 1px 0 #fff; -webkit-box-shadow: 1px 1px 0 #fff; box-shadow: 1px 1px 0 #fff; background: #ddd url(/admin/campaigns/resources/bg_ui_slider_notch.gif) 50% 50% no-repeat; }
.ui-slider-horizontal .ui-slider-handle { top: -8px; margin-left: -2px; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }

/* File Uploader plugin
-------------------- */
.qq-uploader { position:relative; width: 100%; margin-top: 11px; }

.qq-upload-button {
    display:block; /* or inline-block */
    width: 86px; padding: 3px 0 5px; text-align:center;  
    margin: 0 0 0 10px;  
    cursor: pointer;
}
.qq-upload-button-hover {}
.qq-upload-button-focus {outline:1px dotted black;}

.qq-upload-drop-area {
    position:absolute; top:0; left:0; width:100%; height:100%; min-height: 70px; z-index:2;
    background:#d4f2b6; text-align:center; 
}
.qq-upload-drop-area span {
    display:block; position:absolute; top: 50%; width:100%; margin-top:-8px; font-size:16px;
}
.qq-upload-drop-area-active {background:#669933;}

.qq-upload-list {margin: 0 0 16px; padding:0 }
.qq-upload-list li { overflow: auto; padding: 5px 0 5px 10px; background: #F2F2F2; border-bottom: 1px solid #fafafa; }
.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
    margin-right: 7px;
}

.qq-upload-file {}
.qq-upload-spinner {display:inline-block; background: url(/admin/resources/loader_16x16.gif); width:16px; height:16px; vertical-align:text-bottom;}
.qq-upload-size,.qq-upload-cancel {font-size:11px;}

.qq-upload-cancel { float: right; color: #999 !important; font-weight: normal; }

.qq-upload-failed-text {display:none;}
.qq-upload-fail .qq-upload-failed-text {display:inline;}

.qq-upload-remove { display: none; float: right; padding-right: 10px; }

.qq-upload-remove a { color: #999; font-weight: normal; }

/* title/label thumbnail overlays
-------------------------*/
.template_title_overlay,
.hdr_overlay {
	position: absolute; 
	width: 136px; 
	margin: 0;
	/*text-shadow: 1px 1px 0 rgba(231, 231, 231, 0.7);*/
	color: #333;
	background: #e7e7e7;
	background: rgba(231, 231, 231, 0.7);
	background: -moz-linear-gradient(top, rgba(231, 231, 231, .8), rgba(231, 231, 231, 0.7));
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(231, 231, 231, .8)), to(rgba(231, 231, 231, 0.7))); }

.hdr_overlay {
	bottom: 0;
	overflow: hidden;
	height: 25px; 
	padding: 3px 7px; }

.template_title_overlay {
	z-index: 9999;
	top: 0;
	left: 0;
	height: 28px;
	padding: 3px 7px 2px;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	font-family: Arial, helvetica, sans-serif; }
