body {
	margin:0px;
	padding:0;
	min-width: 770px;
	position: relative;

}

body#edit_mode {
	padding-bottom: 50px;
}

/*
* html #min_width_ie {border-left:780px solid #fff; position:relative; float:left; z-index:1;}
* html #container {margin-left:-780px; position:relative; float:left; z-index:2; text-align:left;}
*/


div#edit_mode_menu {
	margin: 0;
	padding: 5px 0;
	background: #ccc;
	border-color: #949494;
	border-width: 1px 0 0 0;
	border-style: solid;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	float: left;
}

* html div#edit_mode_menu  {
	margin: 0 -10px -10px -10px;
} 

#version {
  color:#9E8F70;
  font-size:0.7em;
  text-align:center;
}


div.element_default {
	margin: 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
}

.element_simple {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

div.element_default p, #section_article p {
	margin: 7px 0;
}

.menu_tree .actions, .menu_tree .edit {
  margin: 0;
  padding: 0;
}



div#edit_mode_menu a, div#edit_mode_menu a:visited, div#edit_mode_menu a:active {
	margin: 0 10px;
	padding: 0 0 0 35px;
	font-weight: bold;
	line-height: 25px;	
	display: block;
	float: left;

}

div#edit_mode_menu a#home {
	background: url(/images/admin/buttons/page_home.png) no-repeat left;
}

div#edit_mode_menu a#edit {
	background: url(/images/admin/buttons/page_edit2.png) no-repeat left;
	padding: 3px 0 3px 40px;
	position: relative;
	margin: -3px 10px;
}

div#edit_mode_menu a#save {
	background: url(/images/admin/buttons/page_save.png) no-repeat left;
}

div#edit_mode_menu a#cancel {
	background: url(/images/admin/buttons/page_cancel.png) no-repeat left;
}

div#edit_mode_menu a#containers {
	background: url(/images/admin/buttons/page_containers2.png) no-repeat left;
}

div#edit_mode_menu a#container {
	background: url(/images/admin/buttons/page_container.png) no-repeat left;
}

div#edit_mode_menu a#search {
	background: url(/images/admin/buttons/page_search.png) no-repeat left;
}

div#edit_mode_menu a#preferences {
	background: url(/images/admin/buttons/page_settings.png) no-repeat left;
}

div#edit_mode_menu a#security {
	background: url(/images/admin/buttons/page_security.png) no-repeat left;
}

div.section, div.element {
	position: relative;
}

.editing div.element {
	min-height: 30px;
	position: relative;
}

div.element {
	/*min-height: 30px;*/
	position: relative;
}

* html .editing div.element {
	height: 30px;
	overflow: visible;
}


div.element_menu img {
	width: 16px;
	height: 16px;
}

div.element_menu a.edit_link img {
	width: 20px;
	height: 18px;
}

div.element_menu img.indicator {
	margin: 0 0 0 5px;
	text-align: center;
	padding: 3px;
	background: #E1E1E1;
	display: block;
	float: right;
	border: 1px solid #949494;
}

div.element_hover_out {
	border: 1px solid #629B0B;
	position: absolute;
	top: -1px;
	left: -1px;
	width: 100%;
	z-index: 80;	
	background: none;
}

div.hidden {
	border: 1px solid #929292;	
}

div.section_hover {
	/*-moz-opacity: 0.3 ;
	filter:alpha(opacity: 30);
	opacity: 0.3;*/
	background-image: url(/images/admin/section_overlay.png);
	z-index: 100;
}


* html div.section_hover {
    background-color: #333;
    background-color: transparent;
    background-image: url(/images/admin/blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src="/images/admin/section_overlay.png", sizingMethod="scale");
}

div.element_hover {
	background-image: url(/images/admin/element_overlay.png);
}

* html div.element_hover {
    background-color: #333;
    background-color: transparent;
    background-image: url(/images/admin/blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src="/images/admin/element_overlay.png", sizingMethod="scale");
}

div.element_new_link {
	margin: 5px 0 10px 0;
	float: left;
}

div.element_new_link a {
	padding: 7px 0 7px 30px;
	font-weight: bold;
	background: url(/images/admin/buttons/item/new.png) no-repeat left;		
	line-height: 24px;
	display: block;
}

.pagination {
	clear: both;
}

div.element_new_link a, div#edit_mode_menu a, div#edit_mode_menu a:link, div.element_menu img, td.buttons img, #edit_mode_menu form, #box #close  { behavior: url(/javascripts/iepngfix.htc); }


/*
.tab_contents textarea {
	width: 90%;
	height: 350px;
}*/

.tab_contents textarea {
	width: 95%;
}

#box #close {
position: absolute;
left:-12px;
top:-12px;
right:auto;
z-index: 500;
width:  32px;
height: 32px;;
}


#boxContents form {
  padding-bottom: 10px;
}

#box #boxContents {
  margin-top: 20px;
 
}

#boxContents h1 {
  margin-top: 0;
}

.fieldWithErrors {
  background-color: red;
  float: left;
	min-width: 40%;
	padding: 1px 0;
	min-height: 2.2em;
	
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid grey;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}
ul.tabs {
	list-style: none;
	margin: 10px 0;
	padding: 0;
	float: left;
	width: 95%;
	border-bottom:1px solid #765;
	position: relative;
	top: -1px;	
}

ul.tabs li {
	padding: 0 0 0 9px;
	margin: 0;
	/*background: url("/images/admin/tabs/left.gif") no-repeat left top;*/
	position: relative;
	line-height: 1.2em;
	float:left;
	display:inline;
	margin: 0;
	padding: 0;
	position: relative;
	top: 1px;
}

ul.tabs li a, ul.tabs li a:link, ul.tabs li a:visited{
	float:left;
	padding: 0 0 0 9px;
	text-decoration:none;
	font-weight:bold;
	color:#765;
	text-align: center;
	margin: 0;
	background:url("/images/admin/tabs/left_both.gif") no-repeat left top;
	border-bottom:1px solid #765;
}

ul.tabs li a span {
	float:left;
	display:block;
	background:url("/images/admin/tabs/right_both.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	font-weight:bold;
	color:#765;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
ul.tabs li a span {float:none;}
/* End IE5-Mac hack */

ul.tabs li a:hover span {
	color:#333;
}

ul.tabs li.current a, ul.tabs li.current a:link, ul.tabs li.current a:visited {
	background-position:0 -150px;
	border-width:0;
}

ul.tabs li.current a span {
	background-position:100% -150px;
	padding-bottom:5px;
	color:#333;
}

ul.tabs li a:hover {
	background-position:0% -150px;
}
ul.tabs li a:hover span {
	background-position:100% -150px;
}

div#settings_wrap {
  margin: 10px 20px;
  border: 1px solid #ccc;
  padding: 10px;
	background: #F7F7F7;
}

ul.bottom_actions {
  margin-left: 0;
}

div.sort, div.sort li {
	margin: 0;
	padding: 0;
}

div#languages_menu a:link, div#languages_menu a:visited, div#languages_menu span {
	margin: 0 5px 0 0;
	text-decoration: none;
	font-size: 1.1em
}

div#languages_menu a:hover {
	text-decoration: underline;
}

div#languages_menu span {
	color: black;
}


td.buttons {
	text-align: center;
}

td.buttons a{
	margin-right: 5px;
}

img#tab_indicator {
	margin: 5px 0 0 5px;
}

label {
	width: 40%;
	display: block;
	float: left;
	clear: both;
}

label.check_box {
	float: none;
	display: inline;
	clear: none;
}

input, select {
	display: block;
	float: left;
	margin: 3px 0;
}

div.fieldgroup {
	clear: both;
}

div.fieldgroup a {
	margin: 2px 0 0 10px;
	display: block;
	float: left;
	width: 200px;
	font-size: 1.2em;
}

input#login, input#password {
  border: 1px solid #ccc; background: #fff;
}

div.check_boxes {
	margin: 0 0 0 15px;
}

span#existing_element_for_section input {
	display: inline;
}

div#settings_content{
	clear: both;
}

td ul {
	margin-left: 0;
}

textarea {
	clear: both;
}

table.mceEditor {
	clear: both;
}

input {
	padding: 2px;
}

select {
	padding: 0;
}

fieldset {
	margin: 5px;
}

fieldset label {
	width: 30%;
}

fieldset input {
	width: 65%;
}

.highlight {
  background: #FFCC00;
}
fieldset input.check_box {
	width: auto;
}

button {
	padding: 0px 2px;
	margin: 0 2px;
	font-size: 1.1em;
	display: block;
	float: right;
}


div#notice {
	clear: both;
}


#search_button { float: left; padding: 0; margin: 3px 0 0 3px; font-size: 11px;   background: #EFEFEF; }
#edit_mode_menu form {
  float: left;
  background: url(/images/admin/buttons/page_search.png) no-repeat top left;
	padding: 0 0 0 35px;
	margin: 0 5px 0 10px;
	display: block;
	height: 25px;
}


div.found_element {
  border-bottom: 1px solid #999;
  margin-bottom: 15px;
  padding-bottom: 3px;
}

.input-submit {
  width: 150px;
}


div.element_menu {
	margin: 5px;
}

div.element_menu a {
	margin: 0 0 0 5px;
	width: 20px;
	height: 20px;
	text-align: center;
	padding: 2px 0 0 0;

	display: block;
	float: right;

}

.created_at {
  font-size: 0.9em;
  color: #555;
  margin: 0;
  text-align: right;
}

.tags {
  text-align: right;
}

h2 a, h2 a:link, h2 a:visited, h2 a:active {
  color: #000;
  text-decoration: none;
}

h2 a:hover {
  color: #000;
  text-decoration: underline;
}

.add_attachment_link a {
  padding-bottom: 10px;
}

#attachments_saved {
  margin: 10px 10px 10px 15px;
  list-style: disc !important;
}

#attachments_saved .attachment {
  position: relative;
}

#attachments_saved .attachment a {
  position: absolute;
  top: 0;
  right: 15px;
  display: block;
  margin: 0;
  padding: 0;
}

#attachments_saved div.fieldgroup {
  clear: none;
}

.el_attachments {
  list-style: circle;
  margin: 5px 10px 10px 10px;
  padding: 0 5px;
}

#element_by_title {
  width: 50%;
}

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

#main_content li {
  list-style: circle;
}

ul.menu_tree a {
  text-decoration: none;
}

ul.menu_tree a.action {
  color:#666666;
  font-size:0.8em;
  margin:0 2px;
  padding:0 2px;
  
}
ul.menu_tree a.action:hover {
  text-decoration: underline;
}



ul.menu_tree ul {
  margin-bottom: 7px;
}

div.new_el_by_url {
	display: inline;
}

div.new_el_by_url input, div.new_el_by_url button {
	display: inline;
	float: none;
	padding: 0;
	font-size: 0.8em;
}

.url_name {
  margin: 0;
  padding: 0;
}