@CHARSET "ISO-8859-1";

/*************
 * Default CSS
 */
html,body {
	width: 100%;
	height: 100%;
}

.spacer {
	clear: both;
}

/*
.globalDiv {
	width: 100%;
	height: 100%;
}
*/

#loading {
	display: none;
	z-index: 9999;
  width:100%;
	position: fixed;
	font-size: 11px;
  font-family: Arial, sans-serif;
  color:#000;
  bottom:0px;
  font-weight:bold;
  background-color: #F58400;
  text-align:center;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	position: absolute;
	bottom: 5px;
	/*left:16px;*/
}

#navigation li {
	display: inline;
	padding-left: 16px;
}

.menu_banner,.menu_banner ul {
	width: 100%;
}

.menu_banner ul {
	padding-left: 16px;
}

.menu {
	position: relative;
}

.menu_item, .menu_item_inactive {
	font: 2em 'Arial';
	color: #fff;
	font-weight: bold;
	float: left;
	font-stretch: narrower;
}

.menu_button {
	font: 2em 'Arial';
	color: #fff;
	font-weight: bold;
	float: right;
	margin-right: 16px;
}

/*
label,input {
	display: block;
}*/

fieldset,input.text {
	margin-bottom: 12px;
	/* width: 95%; */
}


#admin_content{
	position:absolute;
	top:91px;
	bottom:10px;
	left:0px;
	right:0px;
	overflow:auto;
	padding-bottom:5px;
	/*overflow:visible;*/
}

#admin_tree {
	padding-left: 10px;
}

.object_type_root_actions {
	float: right;
	margin-top: 15px;
}

.object_type_root_title {
	float: left;
}

.admin_children {
	margin-left: 10px;
	margin-bottom: 20px;
}

.admin_children a {
	font-size: 0.8em !important;
	font-family: Arial, sans-serif;
}

.admin_leafs {
	margin-left: 10px;
	margin-bottom: 10px;
}

#admin_tree h2 {
	padding-left: 75px;
	height: 50px;
	vertical-align: top;
	background-image: url(/media/big_folder.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 11.5px !important;
}

#admin_tree h3 {
	padding-left: 80px;
	height: 32px;
	vertical-align: top;
	background-image: url(/media/small_folder.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.ui-accordion .ui-accordion-content {
	margin-top: -1px !important;
}

.admin_tree_items {
	position: relative;
	top: -5px;
	padding-left: 105px;
}

.admin_tree_items_actions {
	float: right;
}

.admin_tree_items_actions img {
	cursor: pointer;
}

#admin_detail {
	padding-left: 30px;
	padding-right: 10px;
}

#admin_detail h1 {
	color: #F0B607;
	font-size: 3em;
	margin-bottom: 0px;
}

.admin_detail_images{
	margin-bottom:-10px;
}


.admin_detail_images a{
	font-size: 0.8em !important;
  font-family: Arial, sans-serif;
}

.admin_detail_image_list img {
  cursor: pointer;
}


.admin_detail_documents{
  margin-bottom:-10px;
}


.admin_detail_documents a{
  font-size: 0.8em !important;
  font-family: Arial, sans-serif;
}

.admin_detail_document_list img {
  cursor: pointer;
}


.object_type_preview{
	margin-top:-12px;
}

