/*BREADCRUMB TITLE EDITOR--------------------------------*/
.epc-rename-button {
	padding:3px;
  border: solid 1px #fff;
}

.epc-rename-button:hover{
	border:solid 1px #9f9faf;
	text-decoration:none;
}

#rename_h3 {

}

.epc-form,
#create_form{
	display:inline;
	font-size:12px;
	color:#666;
	padding:0 5px;
}

#create_form{
	width:auto;
}

#add_child_form{
	display:inline;
}

.dpc-delete-form{
	color:#666;
}

#create_form input.title,
#rename_form input.title{
	border:1px solid #9f9faf;
	font:24px/36px arial, helvetica, sans-serif;
	padding:0 5px;
	width:240px;	
}

/*SUBNAV--------------------------------*/

#subnav .drag_handle{
	position:relative;
/*	top:3px;*/
	display:inline;
	float:left;
	cursor:move;
/*	padding: 0 5px 0 0;*/
	padding-right: 5px;
/*	margin-right: 5px;*/
	height:20px;
	width:11px;
	background:url(/images/drag_handle.png) no-repeat left center;
}


#subnav .self_item .drag_handle{
/*	top:6px;*/
}

/*MAIN CMS SLOT--------------------------------*/

div.editable_slot {
  background-color: transparent !important;
  margin: 0;
  padding: 5px;
  border: solid 1px #ddd;
}

.edit_slot label,
select#slot_type {
  display: none !important;
}

.edit_slot input.submit_tag {
	display: block;
	float: left;
	margin: 10px;
}

/*MEDIA EDIT BUTTONS--------------------------------*/

#change_background{
	position: absolute;
	top: 5px;
	left: 10px;
	z-index:1000;
}

.media_hidden_toggle li{
  float: left;
  background-color: #dddddd;
  padding: 3px;
  border: 4px solid white;
  font-size: 16px;
  font-weight: bold;
}

#change_background,
#change_postcard,
#change_image,
.btn_row{
	float:left;
	display:inline;
	clear:both;
	margin-bottom:10px;
}

#change_postcard,
#change_image{
  position: relative;
}

#change_background a.btn_edit,
#change_postcard a.btn_edit,
#change_image a.btn_edit,
.home #announcements a.btn_edit,
#media a.btn_up,
#media a.btn_down{
		position:relative;
		height:20px;
		font-size:12px;
		line-height:20px;
		padding: 0 9px 0 25px;
		float:left;
		background:url(/images/btn_edit_left.png) no-repeat top left;
		color:#fff;	
}

#change_background a.btn_edit,
.home #announcements a.btn_edit{
	padding-right:0;
	background:url(/images/btn_banner_left.png) no-repeat top left;
}

#media a.btn_up{
	background:url(/images/btn_up_left.png);
	margin-right:10px;
}

#media a.btn_down{
	background:url(/images/btn_down_left.png);
	margin-right:10px;
}

#change_background a.btn_edit span,
#change_postcard a.btn_edit span,
#change_image a.btn_edit span,
.home #announcements a.btn_edit span,
#media a.btn_up span,
#media a.btn_down span{
	position:absolute;
	right:0px;
	top:0;
	display:block;
	height:20px;
	width:9px;
	background:url(/images/btn_right.png) no-repeat top left;
}

#change_background a.btn_edit span,
.home #announcements a.btn_edit span{
	right:-9px;
	background:url(/images/btn_banner_right.png) no-repeat top left;
}

#change_background a.btn_edit:hover,
#change_background a.btn_edit:hover span,
#change_postcard a.btn_edit:hover,
#change_postcard a.btn_edit:hover span,
#change_image a.btn_edit:hover,
#change_image a.btn_edit:hover span,
.home #announcements a.btn_edit:hover,
.home #announcements a.btn_edit:hover span,
#media a.btn_up:hover,
#media a.btn_up:hover span,
#media a.btn_down:hover,
#media a.btn_down:hover span{
	background-position:bottom left;
	text-decoration:none;
	color:#666;
}
 
.change_directions{
	float:left;
	display:inline;
	line-height:20px;
	height:20px;
	padding:0 5px;
}

#change_background a.delete{
	margin:0 10px 0 19px;
}

a.delete{
	float:left;
	display:inline;
	text-indent:-9999px;
	height:16px;
	width:16px;
	background:url(/images/delete_trans.png) no-repeat top left;
}

a.delete:hover{
	background-position:bottom left;
}

a.btn_arrow_left,
a.btn_arrow_right{
	float:left;
	display:inline;
	margin-right:10px;
	height:20px;
	width:20px;
	text-indent:-999px;
	background:url(/images/btn_arrow.png) no-repeat;
}

a.btn_arrow_left{
	background-position: top left;
}

a.btn_arrow_right{
	background-position: top right;
}

a.btn_arrow_left:hover{
	background-position: bottom left;
}

a.btn_arrow_right:hover{
	background-position: bottom right;
}

/*BACKGROUND SELECTION MEDIA STYLES============================*/

#media_ajax_container{
	clear:both;
}

.admin_filters,
.public_controls{
	clear:both;
	width:720px;
	float:left;
	display:inline;
	margin-bottom:10px;
}

.admin_controls{
	float:left;
	display:inline;
	margin-top:5px;
}

.admin_controls li{
	display:inline;
}

ul.admin_controls li a{
	margin-right:10px;
}

h3.media{
	margin-bottom:40px;
}

a.cancel{
	color:#777;
	text-decoration:underline;
}

a.cancel:hover{
	color:#999;
}

.media-select a.expand img{
	border:5px solid #000;
	width:310px;
}

.media-select a.expand:hover img{
	border-color:#333;
}

.media_tools_wrap{
	border-bottom:1px solid #ccc;
	width:678px;
	float:left;
	display:inline;
	clear:both;
	margin-bottom:40px;
}

.media_tools{
	margin-bottom:10px;
	float:left;
	display:inline;
	width: 100%;
}

/*MEDIA UPLOAD FORM======================*/

.admin_form{
	float:left;
	display:inline;
	width:720px;
}

.form-row{
	margin-bottom:5px;
	float:left;
	display:inline;
	clear:both;
}

.form-row label{
	display:inline;
	float:left;
	width:120px;
}

.form_error{
	float:left;
	display:inline;
	margin:5px 0 5px 120px;
	width:600px;	
	clear:both;
	color:#f00;
}

.admin_form .instructions{
	width:480px;
	color:#666;
}

.admin_form hr{
	width:490px;
	border-top:2px dashed #aaa;
}

.admin_form .textarea textarea{
	width:358px;
	height:200px;
}

.tagfields{
	float:left;
	display:inline;
	clear:both;
	padding:10px;
	margin:10px 0;
	border:1px solid #ccc;
}

.tagfields label{
	width:110px;
}

.tagfields input{
	width:348px;
}

.tags_suggestions{
	float:left;
	display:inline;
/*	position:relative;
	left:110px;*/
}

.tags_suggestions a{
	color:#17A1BD;
	line-height:1.5em;
}

.tags_suggestions a:hover{
	background-color:#17A1BD;
	line-height:1.5em;
	color:#fff;
	text-decoration:none;
}

/* ADMIN GENERATOR STUFF ========================================*/

/* -- Admin Auto Generator -------------------------------- */

#sf_admin_container h1 {
	font: 24px Arial, helvetica, trebuchet !important;
	color:#000 !important;
	line-height:1em;
	margin:4px 0 24px 0;
	text-transform: capitalize;
}

#sf_admin_container p {
	font-size: 11px;
	line-height: 1.2;
}

#sf_admin_container fieldset h2 {
	background:transparent;
	font: 18px Arial, helvetica, trebuchet !important;
	color: #000;
	text-transform: capitalize;
}

#sf_admin_bar .sf_admin_filters {
	border: 1px solid #ddd;
	padding: 4px;
}

#sf_admin_bar .sf_admin_filters .form-row {
	border: none !important;
}

#sf_admin_container #sf_admin_bar {
position:relative;
right:0px;
width:auto;
}

#sf_admin_container fieldset {
	border: none;
}

#sf_admin_container ul.sf_admin_actions {
margin: 0;
}

#sf_admin_container h1 span {
	color: #28305E;
	display: block;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 0 0;
}

#sf_admin_container form input {
/*	margin: .5em 0;*/
}


#sf_admin_container .help b {
color: #999;
}

#sf_admin_container .help {
	color: #28305e;
}

#sf_admin_container .sf_admin_list {
border: none;	
}

#sf_admin_container .sf_admin_list th,
#sf_admin_container .sf_admin_list th a {
	background-color: #fff;
	font-size: 12px !important;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}
#sf_admin_container .sf_admin_list td {
vertical-align: top;	
}


#sf_admin_container .sf_admin_list td.actions {
width: 70px;
border-right: none;
}

#sf_admin_container .sf_admin_list td.actions ul li {
	display: block;
}

/*#sf_admin_container .sf_admin_list td.actions ul li.order {
	float: left;
}

#sf_admin_container .sf_admin_list td.actions ul li.edit {
	clear: both;
}*/

#sf_admin_container #sf_admin_content {
	font-size: 11px;
	margin-right: 0;
}

#sf_admin_container #sf_admin_content a {
font-family: arial, sans-serif;
font-size: 11px;	
}

#sf_admin_container ul.sf_admin_actions input {
background-color:#ddd;
border: 1px solid #333;
color:#333333;
}

#sf_admin_container ul.sf_admin_actions input:hover {
color: #fff;
background-color: #28305E;
border-color: #28305e !important;
}

#sf_admin_container a:hover {
	text-decoration: none;
	color: #000;
}


#sf_admin_container div.user_photo {
	width:50px;
	height:50px;
	background-position: center center;
}


/* CALENDAR WIDGET IS NASTY ========================================*/

div.calendar { /* Z-INDEX FIX NEEDED FOR EVERYTHING EVER */
	z-index:999;
}


.calendar, .calendar table {
  border: 1px solid #ccc;
  font-size: 11px;
  color: #000;
  cursor: default;
  background:#fff;
  font-family: arial,verdana,tahoma,sans-serif;
  border-collapse: separate;
}

.calendar td
{
  background:#fff;
}

.calendar {
  border:none;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
  background:#fff;
  font-weight: bold;
}

.calendar .nav {
  font-family: arial,tahoma,sans-serif;
}

.calendar thead tr {  
	background:#fff; 
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  padding: 2px;
	background:#fff;
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #797979;
  padding: 2px;
  text-align: center;
  color: #000;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background: url("hover-bg.gif");
  border-bottom: 1px solid #797979;
  padding: 2px 2px 1px 2px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background-color: #fff; 
	color:#000;
	font-weight:bold;
  padding: 3px 1px 0px 3px;
  border-bottom: 1px solid #797979;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
  background: url("dark-bg.gif");
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  font-family: arial,tahoma,sans-serif;
  width: 2em;
  color: #000;
  text-align: right;
  padding: 2px 4px 2px 2px;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  background: #fff;
  padding: 1px 3px 1px 1px;
  border: 1px solid #bbb;
	cursor:pointer;
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  border: 1px solid #797979;
  padding: 1px 3px 1px 1px;
  background: #666; 
	color: #fff;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #565;
  color: #fff;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  padding: 2px;
  background:#ccc;
	color: #000;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #afa;
  border: 1px solid #084;
  color: #000;
  padding: 1px;
}




