body 
{
  margin: 0;
  font-family: Tahoma, Arial, Verdana, sans-seif;
  font-size: 12px;
}

div
{
  width: 100%;
}

#admin_main
{
  width: 927px;
  padding-top: 12px;
}

#admin_header
{
  background: url('header_bg.png');
  height:81px;
}

#admin_header div
{
  height:81px;
}

#admin_header_left
{
  background: url('header_administration_bg_left.png');
  float: left;
  width: 425;
}

#admin_header_right
{
  background: url('header_bg_right.png');
  float: right;
  width: 6;
}

#admin_content
{
  margin-top: 100px;
}




/* Error */

#admin_error
{
  clear: both;
  padding-top: 20px;
  padding-bottom: 20px;
}


#admin_error_content
{
  clear: both;
  border: solid 1px #efadad;
  background: #ffe1e1;
  height:auto;
  overflow:hidden;
}

.error_header
{
  float:left;
  width: 70px;
  height: 16px;
  text-align:right;
  background: url('err.gif') no-repeat;
  font-weight:bold;
  font-size:12px;
  color: #cc0000;

  padding: 10px 0px 10px 0px;
  background-position: 10px 9px;
}

.error_message
{
  display:block;
  width:837px;
  padding: 10px 10px 10px 10px;
  float:left;
  font-weight:normal;
  font-size:12px;
  color: #cc0000;
}






.content_left
{
  width: 320px;
  float: left;
  text-align: left;
  margin-left : 115px;
}

.content_left input
{
  float: left;
  margin-right:10px;
}

.content_left p
{
  margin :0;
  padding :0;
  clear: both;
}

.content_left a
{
  display: block;
  float: left;
  background: url('icon_grid.gif') no-repeat;
  padding:1px 0 0 27px;
  height: 22px;
  color: #39aacb;
}

.content_left a:hover
{
  color: #3480ab;
  text-decoration: none;
}

.content_right
{
  width: 400px;
  float: left;
  text-align: left;
  padding: 0 0 11px 40px;
}

.content_right input
{
  display: block;
  clear: both;
  margin-bottom: 11px;
}

.content_right div
{
  font-size: 18px;
  padding-bottom: 39px;
}
.content_left div
{
  font-size: 18px;
  padding: 0 0 39px 30px;
}



/* buttons */

.btn_add
{
  width: 109px;
  height: 21px;
  background: none;
  background: url('add_button.gif');
  border: none;
}

.btn_delete
{
  width: 109px;
  height: 21px;
  background: none;
  background: url('delete_button.gif');
  border: none;
}

.btn_configure
{
  width: 109px;
  height: 21px;
  background: none;
  background: url('configure_button.gif');
  border: none;
}

.btn_guest_mode
{
  width: 109px;
  height: 21px;
  background: none;
  background: url('guest_mode_button.gif');
  border: none;
}

input.btn_admin_mode
{
  width: 109px;
  height: 21px;
  background: none;
  background: url('admin_mode_button.gif');
  border: none;
  clear: none;
  float: left;
  margin-left: 10px;
}

.btn_save
{
  width: 109px;
  height: 21px;
  background: none;
  background: url('save2__button.gif');
  border: none;
}

.btn_cancel
{
  width: 109px;
  height: 21px;
  background: none;
  background: url('cancel_button.gif');
  border: none;
}


.btn_add:hover,
.btn_delete:hover,
.btn_configure:hover,
.btn_guest_mode:hover,
.btn_admin_mode:hover,
.btn_save:hover,
.btn_cancel:hover
{
  background-position: 0 -21px;
}


#key
{
  float: left;
  clear: none;
  border: solid 1px #c0d6dd;
}

.editor textarea
{
  width :100%;
  height: 500px;
  border: solid 1px #c0d6dd;
  margin-top: 10px;
  padding: 35px 20px 35px 20px;
  overflow: auto;
}

.editor input
{
  margin: 10px;
}


.editor span
{
  font-size: 18px;
  padding: 0 0 39px 30px;
}

#config_filename
{
  font-size: 14px;
  color: #999;
}

