/* GREYBACK COLORS */
	.greyback_primary, a.greyback_primary:hover, a.greyback_primary:visited {
		background: #666666;
		color: #ffffff;
	}

	.greyback_secondary, a.greyback_secondary:hover, a.greyback_secondary:visited {
		background: #cccccc;
		color: #666666;
	}

	.greyback_primary_accent, a.greyback_primary_accent:hover, a.greyback_primary_accent:visited {
		background: #10A0E5;
		color: #ffffff;
	}

	.greyback_secondary_accent, a.greyback_secondary_accent:hover, a.greyback_secondary_accent:visited {
		background: #aaaaaa;
		color: #ffffff;
	}

BODY {
	background: #020202 url(../img/core/backend/background.jpg) fixed no-repeat 0px 140px ;
	font-family: Arial;
	color: #444444;
}

A {
	font-family: Arial;
	color: #444444;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#loading {
	margin-top: -50px;
	background: #10A0E5;
	border-bottom: solid 1px #438cdb;
	position: absolute;
	width: 100%;
	height: 20px;
	padding: 15px 0;
	text-align: center;
	opacity: 0.75;
	z-index: 10000;
}

/* FULLSCREEN */
	#fullscreen {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(../img/core/black_bg.png);
	}
	
	#fullscreen_content {
		overflow-y: auto;
		width: 98%;
		height: 98%;
		padding: 1%;
	}
	
	#fullscreen_close {
		position: absolute;
		background: url(../img/core/apple-close.png) center center no-repeat;
		top: 0;
		right: 0;
		display: block;
		text-indent: -3000em;
		width: 28px;
		height: 28px;
	}
	
	#fullscreen h1 {
		color: #ffffff;
		margin-left: 2%;
	}
	
	#fullscreen .paging {
		position: absolute;
		bottom: 2%;
		right: 1.5%;
	}
	
	#fullscreen #uploadchoice {
		width: 500px;
		position: absolute;
		bottom: 2%;
		left: 1.5%;
	}
	
	#fullscreen #uploadchoice li {
		width: 180px;
		float: left;
	}
	
	#fullscreen #uploader_workspace {
		position: absolute;
		width: 712px;
		height: 600px;
		left: 50%;
		top: 50%;
		margin-left: -356px;
		margin-top: -300px;
	}
	
	#fullscreen #uploader_container {
		background: #EBEBEB;
		width: 100%;
		float: left;
	}

/* SHADOWBOX */
	#shadowbox {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(../img/core/black_bg.png);
	}
	
	#shadowbox_content {
		position: absolute;
		width: 860px;
		max-height: 560px;
		left: 50%;
		top: 50%;
		margin-left: -470px;
		margin-top: -300px;
		background: #ffffff;
		padding: 20px;
		-webkit-border-radius: 9px;
/* 		opacity: 0; */
	}

	#shadowbox_wrapper {

	}

	#shadowbox_data {
		max-height: 560px;
		overflow-y: auto;
	}
	
	#shadowbox .page_elements_wrap {
		max-height: 470px;
		overflow-y: auto;
	}
	
	#shadowbox_close {
		position: absolute;
		background: url(../img/core/apple-close.png) center center no-repeat;
		top: -12px;
		right: -12px;
		display: block;
		text-indent: -3000em;
		width: 28px;
		height: 28px;
	}

H1.page_title  {
	height: 23px;
	padding: 13px 0px 0px 8px;
	background: url(../img/core/backend/gradients.png);
	color: #ffffff;
	-moz-border-radius-topleft: 9px;
	-moz-border-radius-topright: 9px;
	-webkit-border-top-left-radius: 9px;
	-webkit-border-top-right-radius: 9px;
	border: solid 1px #A5A5A5;
	text-shadow: 1px 1px 3px #333333;
	margin-bottom: -1px;
	text-transform: uppercase;
	font-size: 20px;
	font-family: Arial;
	
}

.error-message, .accounts_message {
	background-color: pink;
	border: solid 1px red;
	padding: 5px;
	margin: 0px 10px 5px 0px;
	clear: both;
}

.radio LEGEND {
	font-weight: bold;
	color: #666666;
	margin-bottom: 5px;
}

.radio LABEL {
	display: inline;
}

.input {
	margin: 10px 0;
}

label {
/* 	margin-left: 4px; */
	font-size: 13px;	
	display: block;
	font-weight: bold;
	color: #666666;
}

#opaque {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
    background-color: black;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

input, #content textarea {
	width: 698px;
	font-family: Arial;
	font-size: 16px;
	border: 1px solid #cccccc;
	color: #565656;
	margin: 2px 7px 5px 2px;
	padding: 10px 10px 8px 10px;;
/*
	-moz-box-shadow: inset 0 3px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 3px 3px rgba(0,0,0,0.5);
*/
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

#content .checkbox input {
	width: 15px;
}

#content .checkbox label {
	display: inline;
}

#content #gallery_sort textarea, #content #gallery_sort input {
	width: 472px;
}

#content #gallery_sort input.date, #content #gallery_sort input.time {
	width: 250px;
}

select {
	width: 282px;
	font-family: Arial;
	font-size: 14px;
	color: #565656;
	margin: 1px;
	padding: 4px 4px 4px 0;
	font-weight: bolder;
	-webkit-box-shadow: inset 0 3px 3px rgba(0,0,0,0.5);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-moz-box-shadow: inset 0 3px 3px rgba(0,0,0,0.5);
	border: 1px solid #CDCDCD;
}

#content option, #content option:focus {
	padding: 7px 8px 5px 5px;
}

#header {
	height: 180px;
	background: transparent url(../img/core/backend/header_bg.png) repeat-x;
}

#logo {
	float: left;
	margin: 10px 0px 0px 20px;
}

#logo A {
	display: block;
	height: 147px;
	width: 170px;
}

#controls {
	float: right;
	color: #ffffff;
}

#controls UL LI {
	float: left;
}

#controls A {
	display: block;
	font-size: 12px;
	padding: 7px 15px;
	height: 16px;
	background: #10A0E5;
	color: #ffffff;
	text-align: center;
}

#controls A:hover {
	background: #666666;
}

#menu {
	float: left;
	padding: 5px 2px 0 15px;
	margin-top: -20px;
}

#content {
	background: #FFFFFF;
	padding: 5px 15px 15px 15px;
	float: left;
	width: 740px;
	-moz-border-radius-topleft: 9px;
	-moz-border-radius-topright: 9px;
	-moz-border-radius-bottomleft: 9px;
	-moz-border-radius-bottomright: 9px;
	-webkit-border-radius: 9px;
	box-shadow: 1px 1px 3px #333333;
	-webkit-box-shadow: 1px 1px 3px #333333;
	-moz-box-shadow: 1px 1px 3px #333333;
	margin-top: -40px;
	margin-bottom: 40px;
	margin-left: -5px;
	min-height: 1045px;
}

#interior {
	background: #EBEBEB;
	border: solid 1px #CCCCCC;
	padding: 4px 4px 15px 4px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomleft: 9px;
	-moz-border-radius-bottomright: 9px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 9px;
	-webkit-border-bottom-right-radius: 9px;
}

#flashMessage {
/* 	display: none; */
	margin-top: 10px;
	background: #cccccc;
	padding: 10px;
	border: solid 1px #aaaaaa;
	-webkit-border-radius: 6px;
	font-weight: bold;
}

.paging div {
/* 	display: inline; */
}

.paging {
	text-align: right;
	padding: 10px;
}

.paging a {
	padding: 3px;
	margin-left: 3px;
}

#content table {
	margin: 10px;
	width: 710px;
}

#content table tr:first-child th:first-child {
	border-top-left-radius:9px
}

#content table tr:first-child th:last-child {
	border-top-right-radius:9px
}

#content table tr:last-child td:first-child {
	border-bottom-left-radius:9px
}

#content table tr:last-child td:last-child {
	border-bottom-right-radius:9px
}

#content TD, TH {
	padding: 10px;
	text-align: center;
	width: 100px;
}

#content tr {
	background: #cccccc;
}



#content tr a, tr {
	color: #444444;
}

#content tr:nth-child(even) {
	background: #bbbbbb;
}

#content tr:hover {
	background: #ebebeb;
}

#content td:first-child, th:first-child {
	text-align: left;
	width: auto;
}

#content td:first-child a {
	font-weight: bold;
}

#content A.table_edit {
	font-weight: bolder;
	background: url(../img/core/backend/small_icons_grey.png) no-repeat transparent 0px -74px;
	padding-left: 20px;
	margin-left: -10px;
}

#content A.table_view {
	font-weight: bolder;
	background: url(../img/core/backend/small_icons_grey.png) no-repeat transparent 0px -56px;
	padding-left: 20px;
	margin-left: -10px;
}

#content A.table_delete {
	font-weight: bolder;
	background: url(../img/core/backend/small_icons_grey.png) no-repeat transparent 0px -38px;
	padding-left: 20px;
	margin-left: -10px;
}

#content TH {
	background: #444444;
	color: #ffffff;
	font-size: 14px;
}

#content TH A {
	color: #ffffff;
}

#overlay {
	z-index:10000;
	padding: 20px;
	width: 900px;
	height: 600px;
	background: white;
	border: solid 1px #cccccc;
	display: none;
}

/* MENU */
#admin_nav {
	float: right;
}

#menu UL {
	padding: 0;
	margin: 0;
}

#menu LI {
	list-style: none;
}

#menu LI.topnav {
	background: url(../img/core/backend/navigation_bg.png) no-repeat 0px -100px;	
	width: 190px;
	height: 26px;
	padding: 12px 0px;
}

#menu LI.topnav:hover {
	background: url(../img/core/backend/navigation_bg.png) no-repeat 0px -50px;	
}

#menu LI.subnav {
	width: 175px;
	padding-left: 15px;	
}

#menu LI.subnav LI {
	background: transparent url(../img/core/backend/grey_bg.png);
	border-bottom: dashed 1px #333333;
}

#menu LI.subnav LI A {
	padding: 11px 3px 8px 10px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bolder;
	width: 162px;
	display: block;
}

#menu LI.topnav A {
	display: block;
	color: #ffffff;
	padding: 8px 10px 2px 48px;
	font-family: Arial, sans-serif;
	font-size: 16px;
	height: 15px;
	text-transform: uppercase;
	font-weight: bolder;
}

#menu .topnav A {
/* 	background: url(../img/core/backend/navigation_bg.png) no-repeat 0px -100px; */
	background: transparent url(../img/core/backend/navigation_sprite.png) no-repeat 15px 0px;
}

#menu .topnav A:hover {
/* 	background: url(../img/core/backend/navigation_bg.png) no-repeat 0px -50px; */
}

#menu li.greybackMenu_active {
	background: url(../img/core/backend/navigation_bg.png) no-repeat 0px 0px;
}

#menu li.greybackMenu_active:hover {
	background: url(../img/core/backend/navigation_bg.png) no-repeat 0px 0px;
}

#menu .subnav {
	display: none;
	
}

#menu .subnav A:hover {
	background: #222222;
}

#menu .subactive {
	display: block;
}


#menu #greybackMenu_mcp A {
	background: transparent url(../img/core/backend/navigation_sprite.png) no-repeat 15px -420px;
}

#menu #greybackMenu_pages A {
	background: transparent url(../img/core/backend/navigation_sprite.png) no-repeat 15px -32px;
}

#menu #greybackMenu_media A {
	background: transparent url(../img/core/backend/navigation_sprite.png) no-repeat 15px -61px;
}

#menu #greybackMenu_blog A {
	background: transparent url(../img/core/backend/navigation_sprite.png) no-repeat 15px -90px;
}

#menu #greybackMenu_news A {
	background: transparent url(../img/core/backend/navigation_sprite.png) no-repeat 15px -122px;
}

#menu #greybackMenu_galleries A {
	background: transparent url(../img/core/backend/navigation_sprite.png) no-repeat 15px -152px;
}

#menu #greybackMenu_messages A {
	background: transparent url(../img/core/backend/navigation_sprite.png) no-repeat 15px -182px;
}

#menu #greybackMenu_mass-email A {
	background: transparent url(../img/core/backend/navigation_sprite.png) no-repeat 15px -212px;
}

#menu #greybackMenu_contribute A {
	background: transparent url(../img/core/backend/navigation_sprite.png) no-repeat 15px -242px;
}

#menu #greybackMenu_calendar A {
	background: transparent url(../img/core/backend/navigation_sprite.png) no-repeat 15px -272px;
}

#menu #greybackMenu_staff A {
	background: transparent url(../img/core/backend/navigation_sprite.png) no-repeat 15px -302px;
}

#menu #greybackMenu_forms A {
	background: transparent url(../img/core/backend/navigation_sprite.png) no-repeat 15px -512px;
}

#menu #greybackMenu_links A {
	background: transparent url(../img/core/backend/navigation_sprite.png) no-repeat 15px -332px;
}

#menu #greybackMenu_mobile A {
	background: transparent url(../img/core/backend/navigation_sprite.png) no-repeat 15px -362px;
}

#menu #greybackMenu_admin A {
	background: transparent url(../img/core/backend/navigation_sprite.png) no-repeat 15px -392px;
}

#menu #greybackMenu_community A {
	background: transparent url(../img/core/backend/navigation_sprite.png) no-repeat 15px -90px;
}

#menu #greybackMenu_store A {
	background: transparent url(../img/core/backend/navigation_sprite.png) no-repeat 15px -450px;
}

#menu #greybackMenu_accounts A {
	background: transparent url(../img/core/backend/navigation_sprite.png) no-repeat 15px -480px;
}





.advanced_content {
	display: none;
}

.branch > div {
/*
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
*/
	border: solid 1px #939393;
	background: url(../img/core/backend/gradient_bg.png) repeat-x;
	padding: 5px 5px 2px 5px;
	margin: 3px;
	
}

.helper {
	border: dashed 1px #CCCCCC;
	background: #0D80D7;
	-moz-border-radius: 7px;
}

#dragHelper .sortable_controls, #dragHelper LI UL {
	display: none;
}

.dragable {
	display: block;
}

.branch div:hover {
	cursor: move;
}

.button, input[type=submit] {
	font-size: 14px;
	height: 14px;
	width: 80px;
	text-align: center;
	font-weight: bold;
	background: url(../img/core/backend/gradients.png) top center;
	border: solid 2px #A5A5A5;
	padding: 7px 10px 6px 10px;
	margin: 5px 5px 5px 0;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	color: #FFFFFF;
	text-shadow: 1px 1px 3px #333333;
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.5);
}

.button:hover, input[type=submit]:hover {
	background: url(../img/core/backend/gradients.png) bottom center;
}

input[type=submit] {
	float: right;
	right: 10px;
	display: block;
}

.rte_link input[type=submit] {
	float: left;
}

#rte_link_close {
	margin-left: 86px;
	margin-top: -36px;
	display: block;
}

.rte_link 

#PageIndexForm {
	text-align: right;
}

a.button:hover {
	background: #444444;
}

input[type=submit] {
	height: 30px;
}

/* jQUERY UI */
.ui-datepicker-trigger {
	margin: 0 0 -3px 5px;
}

#ui-datepicker-div {
	z-index: 10000;
}

#page_content {
	margin-bottom: 10px;
}

.draggable, .undraggable, .droppable {
	border: solid 1px #cccccc;
}

.droppable, .undroppable {
	padding: 5px;
	background: #eeeeee;
	clear: both;
	min-height: 30px;
}

.undroppable {
	background: #CCCCCC;
}

#page_template_unused, #page_template_layout {
	width: 730px;
	padding: 0;
	float: left;
}

.draggable, .undraggable {
	margin: 5px;
	background: #ffffff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

#page_template_unused DIV.draggable,
#page_template_layout DIV.draggable {
	width: 703px;
	height: 45px;
	padding: 5px;
	margin: 5px 0 0 5px;
	float: left;
}

#page_template_layout {
	min-height: 30px;
}

#page_content LABEL, label.header_label {
	background: url(../img/core/backend/gradients.png) 0 -108px;
	color: #ffffff;
	margin-top: 5px;
	padding: 8px 3px 11px 7px;
	height: 11px;
	-moz-border-radius-topleft: 5px; 
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	font-size: 14px;
	text-transform: capitalize;
	border: solid 1px #CCCCCC;
	border-bottom: none;
}

#page_content .draggable LABEL,
#page_content .undraggable LABEL {
	background: #cccccc;
	margin: 0;
	font-size: 11px;
	border:  none;	
}

#page_content .undraggable LABEL {
	background: #ffffff;
	color: #cccccc;
}

#page_content .draggable P,
#page_content .undraggable P {

}

.page_element {
	float: left;
	margin: 5px 0 0 5px;
}

.pageelement_controls {
	float: right;
	margin-top: -24px;
}

.pageelement_controls LI {
	float: left;
	padding-bottom: 5px;
}

.pageelement_controls LI A {
	display: block;
	padding: 3px 3px 3px 20px;
	color: #ffffff;
	font-size: 12px;
	background: url(../img/core/backend/white_icons.png) 0 -64px no-repeat;
	height: 10px;
}

.pageelement_controls .dropcontrols LI {
	float: none;
	width: 70px;
	margin: 2px 0 2px;
}

.pageelement_controls .dropcontrols {
	position: absolute;
	background: #666666;
	padding: 5px;
	border: solid 1px #333333;
	margin-top: 5px;
	margin-left: -55px;
	display: none;
}

.pageelement_controls .dropcontrol_arrow {
	background-position: 0 -16px;
	text-indent: -3000px;
	border-left: solid 1px #cccccc;
	margin-left: 3px;
}

.pageelement_controls .dropcontrols .config {
	background-position: 0 -96px;
}

.pageelement_controls .dropcontrols .delete {
	background-position: 0 -32px;
}

.pageelement_content {
	overflow: hidden;
	color: #565656;
	padding: 5px 10px;
}

.pageelement_content img {
	width: 100px;
}

.pageelement_content p {
	padding-right: 20px;
}

.undraggable .pageelement_controls LI A {
	color: #cccccc;
}

.pageelement_controls LI A:hover {
	background: #aaaaaa;
	color: #000000;
	text-shadow: 0px 0px 0px #FFFFFF;
}

.pageelement_add {
	display: block;
	padding: 4px 3px 4px 20px;
	font-size: 12px;
	height: 12px;
	background: #cccccc url(../img/core/backend/white_icons.png) 0 1px no-repeat;;
/* 	text-align: right; */
	color: #eeeeee;
}

/* --Uploadify -- */
.greybackMediaSelector .upload {
	min-height: 100px;
}

.uploadifyQueueItem {
	font: 11px Verdana, Geneva, sans-serif;
	border: 2px solid #E5E5E5;
	background-color: #F5F5F5;
	margin-top: 5px;
	padding: 10px;
	width: 335px;
	float: left;
}

.uploadifyQueueItem INPUT {
	width: 312px;
}


.uploadifyError {
	border: 2px solid #FBCBBC !important;
	background-color: #FDE5DD !important;
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}
.uploadifyProgressBar {
	background-color: #0099FF;
	width: 1px;
	height: 3px;
}
#fileQueue .uploadifyQueueItem {
	font: 11px Verdana, Geneva, sans-serif;
	border: none;
	border-bottom: 1px solid #E5E5E5;
	background-color: #FFFFFF;
	padding: 5%;
	width: 90%;
}
#fileQueue .uploadifyError {
	background-color: #FDE5DD !important;
}
#fileQueue .uploadifyQueueItem .cancel {
	float: right;
}

input.upload_save {
	display: none;
}

#uploadchoice {
	width: 100%;
	float: left;
	margin: 10px 0;
}

#uploadchoice li {
	float: left;
	background: url(../img/core/backend/navigation_bg.png) center -100px no-repeat;
	height: 26px;
	margin-right: 5px;
	border-radius: 6px;
	padding: 5px 10px;
	width: 157px;
}

#uploadchoice a {
	background: url(../img/core/upload_slice.png) 0 0 no-repeat;
	display: block;
	padding-left: 30px;
	line-height: 26px;
	font-size: 14px;
	text-transform: uppercase;
	color: #ffffff;
}

#upload_video a {
	background: url(../img/core/upload_slice.png) 0 -26px no-repeat;
}

#upload_audio a {
	background: url(../img/core/upload_slice.png) 0 -52px no-repeat;
}

#upload_docs a {
	background: url(../img/core/upload_slice.png) 0 -78px no-repeat;
}

#uploader_workspace {
	width: 100%;
	float: left;
	display: none;
}

#uploader_workspace label.header_label {
	width: 712px;
}

#uploader_container {
	border: solid 1px #cccccc;
	border-bottom: solid 7px #cccccc;
	padding: 15px 5px;
	width: 712px;
}

.greybackUpload-upload-list {
	width: 100%;
	float: left;
}

.greybackUpload-upload-list li {
	width: 355px;
	height: 60px;
	float: left;
	position: relative;
}

.greybackUpload-upload-list li input {
	width: 316px;
}

.greybackUpload-progress {
	margin-left: 3px;
	width: 344px;
	height: 26px;
	background: #444444;
	border-radius: 5px;
}

.greybackUpload-progressbar {
	width: 6px;
	height: 26px;
	background: url(../img/core/backend/gradients.png);
	border-radius: 5px;
}

.greybackUpload-upload-info {
	text-align: right;
	padding-right: 12px;
}

.greybackUpload-upload-cancel {
	position: absolute;
	top: 0px;
	right: 12px;
	display: block;
	width: 26px;
	height: 26px;
	background: url(../img/core/upload_slice.png) left -234px no-repeat;
	text-indent: -3000px;
}

.greybackUpload-upload-file {
	padding: 0 10px 0 5px;
	line-height: 24px;
}

#MediaTagall {
	width: 300px;
}

.tag_list ul, .tag_list li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.tag_list {
	width: 100%;
	float: left;
	display: none;
}

.tag_list li {
	float: left;
}

.tag_list a {
	display: block;
	padding: 5px;
	background: #cccccc;
	margin: 3px;
}

.fulltags, .fulltags li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.fulltags {
	position: absolute;
	width: 80%;
	top: 0;
	right: 28px;
}

.fulltags a {
	color: #ccc;
}

#fulltags {
	float: right;
	margin-top: 20px;
}

.image_list, .image_list li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.image_list {
	clear: both;
/* 	width: 80%; */
	margin-left: 1.5%;
}

.image_list LI {
	position: relative;
	float: left;
/* 	border: solid 1px #cccccc; */
	width: 16%;
	margin-left: .5%;
}

#interior .image_list LI {
	width: 19.5%;
}

.image_list LI IMG {
	width: 96%;
	padding: 2%
}

.image_list LI A.imageMultiplePrevSelected {
	background: #cccccc;
}

.image_list LI A.imageMultipleSelected {
	background: #10A0E5;
}

.rte_image_list {
	width: 444px;
	float: left;
}

.rte_image_list LI {
	float: left;
	padding: 5px;
/* 	border: solid 1px #cccccc; */
	margin: 0 4px 5px 0;
	width: 60px;
	height: 60px;
}

.image_preview {
	width: 138px;
	height: 138px;
	bottom: 33px;
	left: 450px;
	position: absolute;
	display: none;
	background: #666666;
	text-align: center;
	vertical-align: middle;
}

.image_preview_title {
	display: none;
	color: #cccccc;
	width: 120px;
	height: 20px;
	overflow: hidden;
}

.image_preview_img {
	background: #000000;
	line-height: 138px;
	width: 138px;
	height: 138px;
	text-align: center;
}

.image_preview_img img {
	vertical-align: middle;
}

.image_list LI A {
	display: block;
	width: 100%;
	vertical-align: middle;
	text-align: center;
}

.image_list LI A:hover {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.image_list .image_title {
	font-weight: normal;
	width: 95%;
	margin: 0 5px;
	color: #cccccc;
	font-size: 10px;
	overflow: hidden;
	height: 35px;
	text-align: center;
}

.audio_list li {
	float: left;
	width: 710px;
	padding: 5px;
	border: solid 1px;
	margin: 3px 0;
}

.audio_list li.audio_list_titles {
	font-weight: bold;
	border: none;
}

.audio_list li div {
	float: left;
}

.audio_list_title {
	width: 400px;
}

.audio_list_duration {
	width: 110px;
}

.audio_list_created {
	width: 200px;
}

.tags, .tags li, #tags  {
	padding: 0;
	margin: 0;
	list-style: none;
}

.tags {
	margin: 10px;
}

#tags {
	display: none;
	width: 100%;
	float: left;
}

#facebox #tags {
	display: block;
}

.fulltags LI, .tags LI {
	float: left;
	padding: 5px;
}

.media_selector {
	border: solid 1px #CCCCCC;
	padding: 10px;
	background: #EEEEEE;
	height: 508px;
	display: none;
}

.element_picker {
	width: 50%;
	float: left;
}

.element_picker LI {
	padding: 3px;
	margin: 2px;
	border: solid 1px #CCCCCC;
}

.element_picker LI UL {
	display: none;
}

.greybackMediaImageSelectorLink, .greybackMediaVideoSelectorLink, .greybackMediaAudioSelectorLink, .greybackMediaDocumentSelectorLink {
	display: block;
	width: 200px;
	height: 133px;
	background: #cccccc;
	line-height: 133px;
	text-align: center;
}

.greybackMediaAudioSelectorLink, .greybackMediaDocumentSelectorLink {
	width: 600px;
	height: 50px;
	line-height: 50px;
}

.toggle {
	color: #CCCCCC;
	padding: 6px;
	background: url(../img/core/backend/toggle_plus_bg.png) no-repeat transparent 2px 0px;
	display: block;
	text-indent: -3000px;
	display: block;
	float: left;
	height: 14px;
	width: 6px;
}


#page_tree {
	padding-bottom: 15px;
	text-align: left;
}


#page_tree .sortable_controls {
	float: right;
}

#page_tree .sortable_controls A {
	color: white;
	font-weight: bolder;
	font-size: 12px;
	text-shadow: 1px 1px 3px #666666;
	background: url(../img/core/backend/white_icons.png) no-repeat transparent 0px -64px;
	padding-top: 2px;
	padding-left: 20px;
}

#page_tree .sortable_controls UL {
	padding: 0px;
}

#page_tree .sortable_controls LI {
	display: block;
	float: left;
	padding-bottom: 0px;
}

#page_tree .sortable_controls LI UL {
	border-left: solid 1px #eeeeee;
}

#page_tree .sortable_controls .dropcontrols LI {
	float: none;
	width: 70px;
	margin: 2px 0 2px;
	padding: 5px;
	margin-left: -30px;
}

#page_tree .sortable_controls .dropcontrols {
	position: absolute;
	background: #414243;
	padding: 0;
	border: solid #cccccc 1px;
	border-top: none;
	margin-left: -58px;
	margin-top: 2px;
	display: none;
}

#page_tree li li .sortable_controls .dropcontrols {
	background: #7A7B7D;
}

#page_tree li li li .sortable_controls .dropcontrols {
	background: #A8AAAC;
}

#page_tree li li li li .sortable_controls .dropcontrols {
	background: #414243;
}

#page_tree li li li li li .sortable_controls .dropcontrols {
	background: #7A7B7D;
}

#page_tree li li li li li li .sortable_controls .dropcontrols {
	background: #A8AAAC;
}

#page_tree .sortable_controls .dropcontrol_hover {
	border-left: solid 1px #cccccc;
	margin-left: 7px;
}

#page_tree .sortable_controls .dropcontrol_arrow {
	display: block;
	background-position: 0 -16px;
	text-indent: -3000px;
	
	margin-left: 2px;
}

#page_tree .sortable_controls .delete {
	background-position: 0 -32px;
}

#page_tree .sortable_controls .preview {
	background-position: 0 -48px;
}


#page_tree .sortable_title {
	background: url(../img/core/backend/white_icons.png) no-repeat transparent 0px -81px;
	padding-left: 22px;
	color: white;
	font-weight: bolder;
	font-size: 12px;
	line-height: 14px;
	padding-top: 1px;
	text-shadow: 1px 1px 3px #666666;
	float: left;
}

#page_tree .sortable_title A {
	color: white;
}

#page_tree .sortable_haschildren {
	float: left;
}

#page_tree .sortable_haschildren A {
	display: block;
	margin: 2px 3px;
	width: 10px;
	height: 10px;
	text-indent: -3000px;
	background: url(../img/core/backend/children_arrows.png) no-repeat transparent left top;
}

#page_tree .sortable_haschildren A.shown {
	background: url(../img/core/backend/children_arrows.png) no-repeat transparent right top;
}

#page_tree LI DIV.helper, #page_tree LI LI DIV.helper, #page_tree LI LI LI DIV.helper, #page_tree LI LI LI LI DIV.helper, #page_tree LI LI LI LI LI DIV.helper, #page_tree LI LI LI LI LI LI DIV.helper {
	border: dashed 1px #CCCCCC;
	background: #0D80D7;
	-moz-border-radius: 7px;
}


#page_tree LI DIV.branch_details {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: solid 1px #939393;
	background: #414243 /* url(../img/core/backend/gradients.png) repeat-x  0px -36px */;
	padding: 5px;
	margin: 3px;
	height: 14px;
}

#page_tree LI LI {
/* 	display: none; */
}

#page_tree LI LI DIV.branch_details {
	background: #7A7B7D /* url(../img/core/backend/gradients.png) repeat-x 0px -71px */;
}

#page_tree LI LI LI DIV.branch_details {
	background: #A8AAAC /* url(../img/core/backend/gradients.png) repeat-x 0px -106px */;
}

#page_tree LI LI LI LI DIV.branch_details {
	background: #414243 /* url(../img/core/backend/gradients.png) repeat-x 0px -106px */;
}

#page_tree LI LI LI LI LI DIV.branch_details {
	background: #7A7B7D /* url(../img/core/backend/gradients.png) repeat-x 0px -106px */;
}

#page_tree LI LI LI LI LI LI DIV.branch_details {
	background: #A8AAAC /* url(../img/core/backend/gradients.png) repeat-x 0px -106px */;
}

a.toggle:hover {
	color: #BCBCBC;
}

.pagetree_controls_edit {
	background: url(../img/core/backend/white_icons.png) no-repeat transparent 1px -64px;
	height: 18px;
	display: block;
	text-indent: 20px;
	font-size: 10px;
} 

a.pagetree_controls_edit:hover {
	background: url(../img/core/backend/black_icons.png) no-repeat transparent 1px -64px;
} 


.pagetree_controls_dup {
	background: url(../img/core/backend/white_icons.png) no-repeat transparent 1px -16px;
	height: 18px;
	width: 18px;
	display: block;
	text-indent: -3000px;
	font-size: 10px;
} 

a.pagetree_controls_dup:hover {
	background: url(../img/core/backend/black_icons.png) no-repeat transparent 1px -16px;
} 

.pagetree_controls_del {
	background: url(../img/core/backend/white_icons.png) no-repeat transparent 1px -32px;
	height: 18px;
	display: block;
	text-indent: 20px;
	font-size: 10px;
	display: none;
} 

#page_tree a.pagetree_controls_del:hover {
	background: url(../img/core/backend/black_icons.png) no-repeat transparent 1px -32px;
	color: #CC0202;
	text-shadow: none;
	display: none;
} 

#page_template_positions label {
	width: 100px;
}

#links, #links li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#links {
	float: right;
	margin-top: -30px;
}

.gallery #links {
	margin-top: -40px;
}

#links LI {
	float: left;
	margin-left: 3px;
}

#links LI A {
	font-size: 14px;
	height: 14px;
	width: 80px;
	text-align: center;
	font-weight: bold;
	background: url(../img/core/backend/gradients.png) 1px -72px;
	border: solid 2px #A5A5A5;
	padding: 6px 8px 4px 8px;
	margin: 5px 5px 5px 0;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	color: #FFFFFF;
	text-shadow: 1px 1px 3px #333333;	
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.5);
}

#links LI A:hover {
	background: url(../img/core/backend/gradients.png) 1px -36px;
}


#PageParentId, #PagePageTemplateId {
	height: 30px;
}

#PageHidden {
	height: 16px;
	width: 16px;
	float: left;
	margin-top: -1px;
	margin-right: 2px;
}

.advanced_link {
	height: 18px;
	background: url(../img/core/backend/black_icons.png) no-repeat transparent 1px -96px;
	padding-left: 20px;	
	padding-top: 2px;
}

#facebox DIV.submit {
	margin-top: -24px;
	clear: both;
}

#facebox .body {
}

#PageGreybackEditForm, #PageGreybackAddForm, #ConfigGreybackEditForm {
	padding-bottom: 30px;
}

#page_content .draggable label  {
	background: url(../img/core/backend/draggable.png) no-repeat top left;
	padding-left: 26px;
}

#gallery_sort .textarea label {
	display: block;
}

#gallery_sort LI, .sortable_items LI, #department_sort LI {
	padding: 10px;
}

.blog_posts #gallery_sort LI {
	height: 126px;
}

.staff_departments #gallery_sort LI {
	height: 128px;
	position: relative;
}

#gallery_sort LI TEXTAREA {
	height: 40px;
}

#gallery_sort LI DIV {
	margin: 0 0 0 200px;
}

#gallery_sort li div.draggable_controls {
	position: absolute;
	top: 10px;
	right: 10px;
}

#gallery_sort LI DIV.advanced_content, #gallery_sort LI DIV.advanced_content DIV {
	margin: 0;
}

#gallery_sort LI IMG {
	position: absolute;
	width: 192px;
}

#gallery_sort LI DIV.text {

}

#gallery_sort .gallery_item_del {
	float: right;
}

.gallery_selector {
	width: 725px;
}

#community_gallery_sort .gallery_item_del {
	float: right;
}

#menu_sort LI {
	padding: 10px;
}

.staff_member_delete {
	float: right;
}

.draggable_controls {
	float: right;
}

.draggable_controls a {
	display: block;
	float: left;
	width: 37px;
}

#media_video_player {
	width: 720px;
	height: 395px;
}

#page_elements_pick {
	width: 550px;
}

/* CALENDAR */
	#content table.calendar {
		border-collapse: separate;
		border-spacing: 2px;
		margin: 0px;
	}
	
	#content .calendar TD, #content .calendar TH {
		padding: 0px;
		width: auto;
	}
	
	#content td.calendar_date_noncurrent, #content td.calendar_day {
		text-align: left;
	}

	
	#content table.calendar td {
		border: none;
	}

	#content .calendar_header {
		padding: 15px 0;
	}

	#content .calendar_title {
		font-size: 1.5em;
		text-align: center;
	}

	#content .calendar_prev, .calendar_next {
		vertical-align: middle;
	}
	
	#content .calendar_next {
		text-align: right;
	}
	
	#content .calendar_headers TD {
		text-align: center;
		font-weight: bold;
	}
	
	#content .calendar_date {
		font-size: 1.2em;
		padding: 3px;
	}
	
	#content .calendar_event {
		font-size: .8em;
		padding: 3px;
	}
	
	#content .calendar_selector {
		text-align: right;
	}

/* FORM PLUGIN */
	.greybackFormEditor {
		width: 100%;
		float: left;
	}
	
	.greybackFormEditor_controls {
		position: absolute;
		top: 6px;
		right: 0;
	}
	
	.greybackFormEditor .text input {
		width: 415px;
	}
	
	.greybackFormEditor .field_options input {
		width: 400px;
	}
	
	 #content .greybackFormEditor .field_text {
		width: 415px;
		height: 100px;
	}
	
	.greybackFormEditor_placeholder {
		border: dashed 1px;
		height: 50px;
	}
	
	.greybackFormEditor_fields {
		width: 515px;
		float: left;
	}
	
	.greybackFormEditor_elements {
		width: 200px;
		float: right;
	}
	
	.greybackFormEditor_element, .greybackFormEditor_field {
		background: #ffffff;
		padding: 6px;
		margin: 5px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
	}
	
	.greybackFormEditor_field {
		padding: 5px 0;
		position: relative;
	}
	
	.greybackFormEditor_element {
		background: url(../img/core/backend/draggable.png) no-repeat top left;
		padding-left: 26px;
		color: #ffffff;
	}
	
	.greybackFormEditor_fieldlist, .greybackFormEditor_elementlist {
		padding: 5px;
		border: solid 1px #cccccc;
	}
	
	.field_config {
		display: none;
		border-top: solid 1px #cccccc;
		padding: 0 10px;
		margin-top: 5px;
	}
	
	.field_config label {
		margin-left: 5px;
	}
	
	.field_display {
		padding-left: 26px;
		background: url(../img/core/backend/small_icons_grey.png) no-repeat transparent 4px -92px;
		width: 355px;
		height: 15px;
		overflow: hidden;
		display: block;
	}
	
	.field_config_link {
		float: left;
		text-transform: lowercase;
		padding-left: 22px;
		background: url(../img/core/backend/small_icons_grey.png) no-repeat transparent 0px -110px;
		margin-right: 5px;
	}
	
	.field_del_link {
		text-indent: -3000em;
		width: 18px;
		height: 18px;
		float: left;
		display: block;
		background: url(../img/core/backend/small_icons_grey.png) no-repeat transparent 0px -36px;
		border-left: solid 1px #cccccc;
		margin-top: -2px;
		margin-right: 5px;
	}
	
	.field_option_add, .field_option_rem {
		display: block;
		margin-top: 12px;
		width: 18px;
		height: 18px;
		float: right;
		text-indent: -3000em;
		background: url(../img/core/backend/small_icons_grey.png) no-repeat transparent 0px -144px;
	}
	
	.field_option_rem {
		background: url(../img/core/backend/small_icons_grey.png) no-repeat transparent 0px -162px;
	}
	
	.greybackFormEditor #email .field_del_link {
		display: none;
	}
	
	.greybackFormEditor #email .field_config_link {
		margin-right: 29px;
	}
	
	.greybackFormEditor #email_config .checkbox {
		display: none;
	}
	
	.forms_entries .entry {
		padding: 10px;
		display: none;
	}

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