#edit_in_place {
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	z-index: 999;
	padding: 4px 0;
	margin: 0;
	background: transparent url("img/toolbar_bg.png") center repeat-x;
	opacity: 0.85;
	width: 100%;
}

span.edit_toolbar {
	display: inline;
	margin: 0;
	padding: 8px 16px 0px 0px;
	color: #fff;
}
span.edit_toolbar  a {
	color: #fff;
	text-decoration: none;
}
span.edit_toolbar  a:hover {
	color: #fff;
	text-decoration: underline;
}


#edit_in_place img {
	-moz-box-shadow: -4px 4px 4px #eee;
	-webkit-box-shadow: -4px 4px 4px #eee;
}
div.edit_div {
	/*margin: 2px 0;
	padding: 2px;
	border: 2px solid grey;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	*/
}

div.active_edit {
	margin: 2px 2px 10px 2px !important;
	padding: 0 !important;
	border: 2px solid grey;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	background: #ddd !important;
	-moz-box-shadow: 0 0 4px #ccc;
	-webkit-box-shadow: 0 0 4px #ccc;
	box-shadow: 0 0 4px #ccc;
	width: 100%;
	font-family: Avenir,"Lucida Grande",Verdana,"Bitstream Vera Sans",Helvetica,Arial,sans-serif;
}

div.active_edit_side {
	margin: 2px 2px 10px 10px;
	padding: 0;
	width: 680px;
	border: 2px solid grey;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	background: #ddd !important;
	-moz-box-shadow: 4px 4px 4px #ccc;
	-webkit-box-shadow: 4px 4px 4px #ccc;
	font-family: Avenir,"Lucida Grande",Verdana,"Bitstream Vera Sans",Helvetica,Arial,sans-serif;
	z-index: 2000 !important;
	color: #000 !important;
}

div.edit_controls {
	position: absolute;
	padding: 1px 4px;
	right: 3px;
	z-index: 1001;
}

div.edit_controls img {
	-moz-box-shadow: -4px 4px 4px #eee;
	-webkit-box-shadow: -4px 4px 4px #eee;
	opacity: 0.85;
}

div.edit_controls a {
}

div.sort_controls {
	position: absolute;
	padding: 1px 4px;
	xtop: 1px;
	right: 0px;
	z-index: 1001;
}
div.sort_controls_bottom_right {
	position: absolute;
	padding: 1px 4px;
	bottom: 0;
	right: 0px;
	z-index: 1001;
}
div.sort_controls_bottom_left {
	position: absolute;
	padding: 1px 4px;
	bottom: 0;
	left: 0px;
	z-index: 1001;
}
div.sort_controls_top_left {
	position: absolute;
	padding: 1px 4px;
	xtop: 0;
	left: 0px;
	z-index: 1001;
}


div.sort_controls img {
}

div.sort_controls a {
}

div.add_controls {
	padding: 1px 4px 3px 4px;
	margin: 0; 0 18px 0;
	text-align: center;
	z-index: 1001;
	background: transparent url("img/edit_in_place_bg.png") center repeat-x; #72B0D9;
	xcolor: #fff;
	width: 450px;
	xborder: 1px solid #84B0DC;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	-moz-box-shadow: -4px 4px 4px #eee;
	-webkit-box-shadow: -4px 4px 4px #eee;	
	font-weight: bold;
	margin: 0 auto 0 auto;
	text-align: middle;
}

div.add_from_locker {
	xmargin-bottom: 18px;
}

/*** Form styles ***/
div.formbox {
	padding: 0;
	margin: 0;
	clear: both;
	xmin-width: 830px;
    /* IE Dynamic Expression to set the width */
    width:expression(document.body.clientWidth < 900 ? "830px" : "100%" );
}

form.slideform div.formrow label.formlabel {
	float: left;
	width: 15%;
	text-align: right;
	background-color: transparent;
	padding: 4px 4px 4px 2px;
	padding-right: 4px;
	vertical-align: middle;
}

form.slideform div.formrow span.formelement {
	float: left;
	width: 100%;
	text-align: left;
	background-color: transparent;
	padding: 4px 2px 4px 4px;
	vertical-align: middle;
}

div.headerrow {
	background: grey  url("img/drag.png") no-repeat top right;
	color: #fff;
	font-weight: bold;
	padding: 2px 6px;
}

div.editrow {
	margin: 6px 10px;
	padding: 2px;
	clear: both;
}

div.editrow label.formlabel {
	display: block;
	font-weight: bold;
}

input.edit_headline {
	font-size: 16px;
}

a.content_selector_x {
	color: #cf221c !important;
}
ol.roster_list, ol.resource_list {
	margin: 0 0 12px 0;
}
ol.resource_list li {
}
table.checkboxes td {
	padding: 1px;
}

table.checkboxes td.image_selector {
	margin: 0;
	padding: 4px;
	cursor: pointer;
}

table.checkboxes td.quick_add_link {
	margin: 0;
	padding: 4px;
	background: #ADADAD;
	border: 1px solid #959595;
}

table.checkboxes td.quick_add_link a {
	font-weight: bold;
	color: #fff;
}

table.selector {
	margin: 2px 2px 10px 2px !important;
	padding: 0 !important;
	border: 2px solid grey;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	background: #ddd !important;
	-moz-box-shadow: -4px 4px 4px #ccc;
	-webkit-box-shadow: -4px 4px 4px #ccc;
	width: 100%;
	font-family: Avenir,"Lucida Grande",Verdana,"Bitstream Vera Sans",Helvetica,Arial,sans-serif;
}

table.selector tr {
}

table.selector td {
	xbackground: #fff;
	xborder: 1px solid #adadad;
	x-moz-border-radius: 4px; 
	x-webkit-border-radius: 4px;
	xmargin: 2px;
}

table.selector td.header {
	background: grey  url("img/drag.png") no-repeat top right;
	color: #fff !important;
	font-weight: bold;
	padding: 2px 6px;

}
td.header strong {
	background-color: grey;
	color: #fff !important;
	font-weight: bold;
	padding: 2px 6px;
}

table.selector td.filter {
	background-color: #a4a4a4;
}
table.selector td.filter a {
	color: #fff
	
}
table.selector td.content {

}





table.selector a {
	color: #4a525a;
	text-decoration: none;
	font-weight: normal;
}

div.quick_add {
	position: absolute;
	left: -9999px;
	top: 0;
	background: transparent url("img/event_background.png") repeat scroll 0 0;
	padding: 0;8px 4px 4px 8px;
	width: 520px;
}

table.layout_table td{
	border: none;
}
table.quick_add_form {
	margin: 4px;
	background: transparent; #6e6e6e;#eee;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;	
	color: #fff;
	width: 512px;
}
table.quick_add_form tr td {
	padding: 4px 0 4px 0;
}

form.quick_add {

}

div.alpha_links {
	display: inline;
	margin: 0;
	padding: 0;
}

div.alpha_links span {

}

div.formbox a {
	color:#4A525A;
	text-decoration: none;
}
div.formbox a:hover {
	text-decoration: underline;
	cursor: pointer;
}

a.alpha_link {
	font-size: 12px;
	font-weight:normal;	
}
a.alpha_link_bigger {
	font-size: 18px;
	font-weight: bold;
}
a.alpha_link_biggest {
	font-size: 24px;
	font-weight: bold;
}

ul.gallery_sorter {
	padding: 0;
	margin: 0 19px 0 0;
	list-style-type: none;
}
ul.gallery_sorter li {
	float: left;
	text-align: center;
	margin: 2px;
}

.clear {
	display: block;
	clear: both;
}

.sort_handle {
	cursor:  move;
}

img.sort_handle {
	
}

div.drop_zone {
	xborder: 3px dotted #ddd;
	
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;	
	min-height: 100px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

div.dz_bl {
	background: transparent url("img/drop_zone_bg.png");
}
div.dz_yl {
	background: transparent url("img/drop_zone_bg_yl.png");
}
div.dz_gr {
	background: transparent url("img/drop_zone_bg_gr.png");
}


div.movable_block {
	z-index: 999 !important;
}

div.push, div.push_narrow {
	margin-bottom: 2px !important;
}


div#cb_edit {
	xwidth: 680px;
	position: absolute;
	z-index: 11000;
	margin: 2px 2px 10px 2px !important;
	padding: 0 !important;
	border: 2px solid grey;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	background: #ddd !important;
	-moz-box-shadow: 0px 4px 8px #ccc;
	-webkit-box-shadow: 0px 4px 8px #ccc;
	box-shadow: 0px 4px 4px #ccc;
	font-family: Avenir,"Lucida Grande",Verdana,"Bitstream Vera Sans",Helvetica,Arial,sans-serif;
}

div#new_content {
	width: 680px;
	position: absolute;
	z-index: 11000;
}

.validation_error {
	background: transparent url("img/error_point.png") top left no-repeat;
	float: left;
	color: #fff;
	font-size: 11px;
	display: block;
	margin: 0;
	padding: 8px 0 8px 0;
}

.validation_error span {
	padding: 2px 14px 2px 10px;
	margin: 0;
	float: left;
	background: #990000;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	-moz-box-shadow: 4px 4px 4px #ccc;
	-webkit-box-shadow: 4px 4px 4px #ccc;
	color: #fff;
}

ul.standards, ul.standards ul {
	margin: 0;
	padding: 0 0 0 20px;
	display: block;
	list-style-type: none;
}  

ul.standards li, ul.standards ul li {
	padding: 1px;  
	margin: 0 0 0 0;
}
ul.standards li.separator {
	padding: 0;
}
ul.standards li.oddRow {
	background: transparent;
	border-bottom: 1px solid #c9c9c9; 
	border-left: 1px solid #c9c9c9; 
	margin-left: -12px; 
	padding-top: 2px;   
}
ul.standards li.evenRow {
	background: transparent;
	border-bottom: 1px solid #c9c9c9; 
	border-left: 1px solid #c9c9c9; 
	margin-left: -12px; 
	padding-top: 2px;	
}
span.selected_standard { 
	display: block;
	background-color: #ffefbd;
	color: #000;
}
