html {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  overflow: none;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 12px;
  font-family: Verdana, Geneva, Helvetica, sans-serif;
  background: #48494d url(../images/page-back-top.gif) repeat-x;
}

#head {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 75px;  
  width: 100%;
}

#head-image {
  position: absolute;
  top: 11px;
  left: 20px;
  z-Index: 1;
}

#page-logo {
  position: absolute;
  top: 5px;
  left: 0px;
}

#menu-items {
  position: absolute;
  overflow: hidden;
  top: 0px;
  left: 0px;
  width: 750px;
  height: 66px;  
}

.menu-extra {
  position: absolute;
  top: 60px;
  left: 800px;
  width: 200px;
  height: 37px;  
}

#body-frame {
  position: absolute;
  top: 10px;
  left: 40px;
  width: 570px;
  height: 300px;
  border: 0 none;
}

.body-border {
  background: transparent;
  display: block;
  width: 570px;
  height: 16px;
  border: 0 none;
}

#body-content {
  background: #3d3e42;
  display: block;
  width: 570px;
  height: 620px;
  border: 0 none;
  padding: 10px;
  color: white;
  overflow: auto;
}

.gallery-thumb {
  width: 170px;
  height: 160px;
  float: left;
  text-align: center;
}

.gallery-thumb a { 
  text-decoration: none;
  color: white;
}

#gallery {
  background: #3d3e42;
  display: block;
  width: 570px;
  height: 620px;
  border: 0 none;
  padding: 10px;
  color: white;
  overflow: auto;
}

#gallery a { 
  text-decoration: none;
  color: white;
}

img { 
  border: 0 none;
}

.gallery-thumb img { 
  border: 1px solid #ffffff;
}

#body-gallery {
  position: absolute;
  top: 40px;
  left: 10px;
  width: 170px;
  height: 300px;  
  background: transparent;
  border: 0 none;
  overflow: hidden;
}

.body-gallery-back {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;  
  background: #3d3e42;
  border: 0 none;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.body-gallery-content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;  
  background: transparent;
  border: 0 none;
  z-index: 1;
}

.body-gallery-content div {
  padding: 14px;
}

.body-gallery-content img {
  border: 1px solid white;
}

#tree {
  position: absolute;
  top: 40px;
  left: 10px;
  background: #3d3e42;
  width: 250px;
  height: 600px;  
  overflow: hidden;
  padding: 10px;
}

#sitetree {
  position: absolute;
  top: 42px;
  left: 10px;
  background: #3d3e42;
  width: 250px;
  height: 568px;  
  overflow: auto;
  border: 1px solid #003399;
  background: white;
}

.siteedit {
  position: relative;
  margin: 0 0 0 10px;
  padding: 10px 0 0 10px;
  background: #3d3e42;
  width: 540px;
  overflow: auto;
  border: 1px solid #003399;
  background: white;
}

h1 {
  color: #000000;
  margin: 0;
  padding-bottom: 10px;
}  

label,
input,
select {
  display: block;
  width: 200px;
  float: left;
  padding: 0px;
  margin-bottom: 10px;
  font-size: 11px;
  font-family: Verdana, Geneva, Helvetica, sans-serif;
  color: #000000;
}

input.hiddenfield {
  width: 0px;
}

input.button {
  width: 100px;
}

textarea {
  float: left;
  padding: 0px;
  margin-bottom: 10px;
  font-size: 11px;
  font-family: Verdana, Geneva, Helvetica, sans-serif;
}

label {
  text-align: left;
  width: 75px;
  padding-right: 20px;
}

br {
  clear: left;
}

iframe {
  border: none!important;
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 90%;
}

iframe.editfield {
  border: 1px solid #003399;
  padding: 0px;
  margin-bottom: 10px;
}

  
/* MENU */
div.menu {
  position: relative;
  background: white;
  width: 750px;
  margin: 0px; 
  padding: 0px;
}

div.menu div {
  width: 100%;
  background: url(../images/menu-back.gif) repeat-x #ffffff;
  clear: both;
}

div.menu div div {
  float: left;
  text-align: center;
  font-size: 11px;  
  color: black;
  overflow: hidden;
  height: 33px;
  line-height: 33px;
  clear: none;
  cursor: pointer; 
}

.selectedItem {
  font-weight: bold;
  background: #dddddd;
}

#mainmenu a:hover,
#mainmenu li:hover { 
  background-color: #ddd;
  color: #000 !important;
}

/* LIST */
.admin-list {
  width: 525px;
  border: 1px solid #cacaca;
  color: black;
}
.admin-list table {
  width: 515px;
  margin: 4px;
  border-spacing: 0;
  padding: 0;
}

.admin-list table tr.selected {
  background: #f3f3f3;
}

.admin-list table tr td {
  padding-top: 2px;
  padding-bottom: 2px;
  border-bottom: 1px solid #cacaca;
  cursor: default;
}

.admin-list table tr td.last {
  border-bottom: 0px;
}

.admin-list table tr td div.last-left {
  float: left;
}

.admin-list table tr td div.last-right {
  float: right;
}

.admin-list table span {
  font-weight: normal;
}

.item-list {
  border: 1px solid #48494d;
  padding: 4px;
  margin-top: 2px;
  height:1.2em;
  clear: both;
}

.item-list a:link, a:visited, a:active {
  text-decoration: none;
  color: #ffffff;
}