html, body {
  margin:0;
  padding:0;
  font-family:      Verdana, Helvetica, sans-serif;
  font-size:        10px;
  background:#d2d2d2;
}
/* example tinymce code */
body.mceContentBody {
  text-align: left;
}

#admin_navigation {
  font-size: 1.1em;
  background-color:#5077E9;
  position: fixed;
  top:0px;
  left:0px;
  right:0px;
  height: 55px;
  z-index:100;
  background-image: url("../images/admin/bg_admin.gif");
  background-repeat: repeat-x;
  background-attachment: fixed;
}

#admin_navigation label {
  font-size:1em;
  color: #FFF;
  padding:1.8em .3em .1em .5em;
  border-left: 1px solid #FFF;
  display:block;
}

#admin_navigation #preview label {
  border-left: 1px solid transparent;
}

#admin_navigation a#mini_cms_admin_logo {
  display:block;
  height:30px;
  background-image: url("../images/admin/miniCMSadmin.gif");
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#cms_admin {
  width:200px;
}

#admin_navigation div {
  z-index:100;
  height:15px;
  float:left;
}

#admin_navigation div.links {
  padding:.28em .6em .2em .6em;
  border-left: 1px solid #FFF;
}

#admin_navigation option {
  padding-left:0;
  padding-right:1em;
}

#preview, 
.nopadding {
  text-align:right;
  width:135px;
}

#admin_navigation div.nopadding {
  text-align:right;
  padding:.28em .0em .2em .0em;
}

#admin_navigation div.fullwidth {
  width:100%;
}

#admin_navigation div#user {
  float:right;
  z-index:300;
}

#admin_navigation a, #admin_navigation option,
.toggler, .link {
  color:#2b51c2;
}

#admin_navigation a {
  padding:.2em 0;
  text-align:left;
  text-decoration:none;
}

#admin_navigation a:hover {
  text-decoration:underline;
}

#admin_navigation a.active {
  color:#111;
  text-decoration:none;
}

#admin_navigation a.vorschau {
  text-align:right;
  padding: .3em .8em .1em 1.5em;
  background-image: url(../images/admin/ext_link_a.gif);
  background-repeat: no-repeat;
  background-position:  3px 5px;
}

#admin_navigation a:hover.vorschau {
  background-image: url(../images/admin/ext_link_b.gif);
}

#admin_navigation #logout a {
  color:#000;
}

#bottom_wrapper {
  position:absolute;
  top:55px;
  right: 0px;
  left:0px;
  bottom:0px;
}

#chooser {
  background-color:#bbb;
  position: absolute;
  left: 0;
  top: 55px;
  bottom: 0px;
  width:320px;
  padding: 0 .8em .1em .8em;
  overflow: auto;
  position: fixed;
  z-index: 3;
}

#detail {
  position:absolute;
  left: 338px;
  right:0;
  top: 10px;
  bottom: 0px;
  padding-top:.2em;
  z-index: 2;
}

#chooser div {
  padding:.2em .2em;
}

#chooser {
  font-size:1.18em;
  font-weight:normal;
  color:#777;
}
#chooser a {
  color:#333;
  text-decoration:none;
}

#chooser a.current {
  font-weight:bold;
  color:#333;
}

#chooser a.active {
  /*font-weight:bold;*/
}
ul {
  margin:0;
  padding-left:.3em;
}

li {
  list-style-type: none;
}
ul ul li {
  padding-left:.6em;
}
li form {
  margin:0;
  padding:0;
}

h1, 
h2  {
  font-size: 1.4em;
  color: #333;
  margin:1.3em .2em .2em .2em;
  padding-top:0;
  padding-bottom:.2em;
}

h2 span {
  font-size: .9em;
  font-weight: normal;
}
#chooser h1 {
  padding-top:.5em;
  padding-bottom:.6em;
}

h1.module_title {
  border-bottom: #666 1px dotted;
}

#wysiwyg {
  padding-top:0;
  padding-left:0;
}

.page_properties {
  position: relative;
  top: -6px;
}

label.active, label.inactive  {
  color:#333;
  margin-left:0;
  padding-left:0px;
}

label.inactive {
  color:red;
}
#chooser li a.inactive{
 
  padding-right:1.3em;
  background-image: url(../images/admin/inactive.gif);
  background-repeat: no-repeat;
  background-position:  right;
}
.page_delete_button {
  border-top: 0px solid transparent !important;
}

#page_main {
  width:600px;
}

#property_area {
  background-color:#F3F3F3;
  width:400px;
  border:1px #666;
}

#property_area label {
  width:auto;
}

fieldset legend {
  margin-left:.5em;
  padding-right:.5em;
  color:#000;
}

fieldset label {
  width: 150px;
  margin-top:.3em;
  padding-right:.8em;
  text-align:right;
  display:block;
  float:left;
}

.show_image {
  padding-left: 167px;
}
div.error_display {
  margin-left:160px;
  color:red;
}

input, 
select, 
textarea, 
button {
  font-size: 1.1em;
  font-weight:normal;
  background-color: #f2f2f2;
  border-left:#a8a8a8 1px solid;
  border-top: #a8a8a8 1px solid;
  padding: 1px 5px;
}

input[type=checkbox] {
  margin-right:0px;
}

#admin_navigation select, #chooser select {
  background-color: #f1f1f1;
  color: #111;
  border-right: #f2f2f2 1px solid;
  border-top: #f2f2f2 1px solid;
  border-bottom: #f2f2f2 1px solid;
  border-left: #FFF 1px solid;
  font-size:1em;
  height:18px;
}
select[multiple] {
  height: auto;
}

select
{
  padding: 1px 0px 1px 5px;
}

label {
  clear: left;
}

fieldset input[type=text], 
fieldset input[type=password],
fieldset textarea {
  width: 400px;
}

.autowidth,
.grouped_items > * {
  clear:left;
  width:auto !important;
}

.object_list {
  background-color: #DDD;
  padding:.3em;
  float:left;
}

div.up_arrow {
  height: 1.7em;
}

.up_arrow, .link {
	cursor: pointer;
}

.object {
  background-color: #DDD;
}
.language_list li {
  background-color: green;
}
.inline {
  display: inline !important;
}
#language_chooser {
}
.important {
  color: white;
  background-color: red;
}
button {
  background-color: white;
  border: black 1px solid;
  padding: 0;
  margin: 0;
}

fieldset.show {
  border: #666 1px dotted;
  padding-bottom:1em;
}

#detail fieldset {
  margin:0;
  background-color:#e2e2e2;
  border: #999 1px dotted;
  border-bottom:none;
/*  border-left:none;*/
  border-right:none;
  padding-left:.3em;
}

#detail fieldset fieldset {
  padding:0;
  margin:0;
  border: #F9F9F9 1px dotted;
  border-top: none;
}

#detail #user_rights {
  margin-top:1em;
  background-color:#e8e8e8;
  margin-bottom:1.2em;
}
#user_rights input[type=hidden]{
  display:none !important;
}
.tag {
  color: #443377;
  margin-left: 6px;
  cursor: pointer;
  float: left;
}

.tag.active:after {
  content: "✓ ";
}

.tag.active {
  color: green;
}

button,
a.edit, label.edit, label.delete, label.new{
  background-color: transparent;
  border: none;
  cursor:pointer;
  height:16px; 
  width:400px;
  padding-left:16px;
  text-decoration:none;
  background-image: url(../images/admin/edit.gif);
  background-repeat: no-repeat;
}
button.create {
  width:auto;
  padding-left:16px;
  text-transform: uppercase;
  font-size:1.1em;
}
button.edit {
  color: #333;
}

button.edit_inactive {
  background-image: url(../images/admin/edit_inactive.gif);
  color: #666;
}

#chooser button {
  width : auto;
}

form span {
  padding:3px 0;
}

a.edit {
  padding-left:1.4em;
}

label.edit, label.delete, label.new, label.inherit, label.edit_content {
  padding:.2em .6em;
  margin-left:1em;
  width:10px;
  background-position: 0px 0px;
}

.toggler {
  cursor: pointer;
  padding-left: 10px;
  background-image: url(../images/admin/toggle_close.gif);
  background-repeat: no-repeat;
}

.toggler.open {
  background-image: url(../images/admin/toggle_open.gif);
}

.urights {
  border-bottom:#d2d2d2 1px solid;
}
button[type=submit] {
  background-image: url(../images/admin/save.gif);
}
button.new, label.new {
  background-image: url(../images/admin/new.gif);
}
button.folder_new {
  background-image: url(../images/admin/folder_new.gif);
}
button.delete, label.delete {
  background-image: url(../images/admin/delete.gif);
}
button.delete_inactive {
  background-image: url(../images/admin/delete_inactive.gif);
}
button.show {
  background-image: url(../images/admin/show.gif);
}
button.is_doc {
  background-image: url(../images/admin/is_doc.gif);
}
button.is_folder {
  background-image: url(../images/admin/is_folder.gif);
}
button.login {
  background-image: url(../images/admin/login.gif);
}
label.inherit {
  background-image: url(../images/admin/is_inherited.gif);
}
label.edit_content {
  background-image: url(../images/admin/edit_content.gif);
}
span.wwwpreview {
  text-decoration:none;
}
.noclick {
  cursor: default;
}
#error_messages {
  padding:.4em;
  color:red;
}
#error_messages.page_error {
  padding-left: 156px;
}
select#current_tags {
  min-width:5em;
  float: left;
  margin-right: 5px;
}
div.grouped_items > * {
  display:inline;
  float: none !important;
}
div.grouped_items select {
  margin-right: 20px;
}
select#sort {
  width: 150px;
  text-align: left;
}
span#tag_area {
  vertical-align:top;
  padding:5px;
  font-size:.9em;
}

#chooser li.navigation_level_3{
  padding-bottom:.3em;
/*  border-top: 10px solid #999;
*/}
#chooser li.navigation_level_1{
  padding-bottom:.5em;
}
/* definitions of properties per level of navigation */
#chooser a.level_1 {
  color:#2b51c2;
}
#chooser a.level_2 {
  /*color:#954947;*/
}
#resource_toggle {
  font-weight:bold;
}
#resource_toggle a:hover {
  color:#954947;
}
.new_entry_text {
  text-transform: uppercase;
}

#clone_area, .clone_area {
  display: none;
}
.show_button_only {
  width: 16px;
}

p.default_message {
  margin: 3.5em .5em;
  font-size:1.3em;
  color:#2b51c2;
}
p.default_message table td {
  padding: 0 1em 0 0;
  color:#666;
}

.language_separator {
/*  border-top-color:#444;*/
  border-top-width:2px;
/*  margin-top:.2em;*/
}

#resource_toggle form {
  display:inline;
}

#resource_toggle select {
  font-size:.95em;
}

fieldset {
  padding-left:0;
}

a.help {
  background-image: url(../images/admin/help.gif);  
  background-repeat: no-repeat;
  background-position: right;
  padding-right:18px;
  text-decoration: none;
  font-size: 1.2em;
  color: #2B51C2;
}


#detail fieldset.show {
  margin-bottom:2em;
}

.helptext {
  cursor: help;
}

#document_info {
  padding-top:.3em;
}

#page_properties_info {
  display: none;
  position: absolute;
  bottom: 0px;
  left: 600px;
}

#tag_panel {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}

a.help:hover + #page_properties_info {
  display: block;
}

#page_properties_info h3 {
  font-weight: normal;
  margin: 0;
}

#page_properties_info p {
  margin: 0;
}

#new_entry_form {
  float: right;
  margin-top: 2.3em;
}
#new_entry_form select {
  margin-right:.5em;
}

#list_header {
  border-bottom: #666 1px dotted;
}

#list_header a {
  margin-right: 1em;
}

a.sort_asc {
  padding-right:        1.2em;
  background:           url(../images/admin/ASC.png) no-repeat;
  background-position:  right;
}

a.sort_desc {
  padding-right:        1.2em;
  background:           url(../images/admin/DESC.png) no-repeat;
  background-position:  right;
}

a.sort_blind {
  padding-right:        1.2em;
  background:           url(../images/admin/sort_blind.gif) no-repeat;
  background-position:  right;
}

a.sort_asc:hover {
  padding-right:        1.2em;
  background:           url(../images/admin/DESC.png) no-repeat;
  background-position:  right;
}

a.sort_desc:hover {
  padding-right:        1.2em;
  background:           url(../images/admin/ASC.png) no-repeat;
  background-position:  right;
}

a.sort_blind:hover {
  padding-right:        1.2em;
  background:           url(../images/admin/ASC.png) no-repeat;
  background-position:  right;
}

/* page detail */
#pages_detail #page_main, #pages_detail #property_area {
  float: left;
}

#pages_detail {
  padding: 0;
  margin: 0;
/*  width: 640px;*/
}

#pages_detail div {
  margin: 0;
  padding: 0;
/*  height: 10px;*/
}

#selectors_container select {
/*  text-align: right;*/
}

#selectors_container select option{
}

.keywords {
  background-color: #e9e9e9;
}

#selectors_container, #check_boxes_container {
  width: 180px;
  float: left;
}

#selectors_container {
  text-align: right;
  width: 360px;
}

#selectors_container select {
  width: 200px;
}

#pages_detail input[type=text] {
  width: 500px;
}

#pages_detail input[type=text].short {
  width: 200px;
}

#pages_detail .languages {
  background-color: #c9d2df;
}

#pages_detail button[type=submit] {
  width: 16px;
  float: left;
}

.dimm {
  color: #444;
}
