body {
  background-color: #3d3d35;
}

body, p, h1, h2, h3 {
  color: #AAA;
}


IMG {
  border: 0;  
}

#container {
  background: #3d3d35 url(/localmedia/middlebg.gif) top center repeat-y;
  height: auto;
}

#topmargin {
  height: 50px;
  background: #3d3d35 url(/localmedia/topbg.gif) bottom center no-repeat;
}

#bottommargin {
  height: 30px;
  background: #3d3d35 url(/localmedia/bottombg.gif) top center no-repeat;
}

#toplogo {
  margin-top: -16px;
  display: block;
}

#wrap {
  padding: 0;
  width: 931px;
}

#menubar {
  float: none;
  width: auto;
  margin: 0;
}

DIV.greybar {
  height: 20px;
  background-color: #6b6b65;
  border-top: 1px solid #3d3d35;
  border-bottom: 1px solid #3d3d35;
}

DIV.imagebar {
  background-color: #a0a09e;
  height: 200px;
}

DIV.bgscroll {
  width: 303px;
  overflow: hidden;
  height: 190px;
  float: left;
  margin-left: 5px;
  margin-top: 5px;
}

#menu_1, #menu_2 {
  list-style: none;
  margin: 0;
  padding: 0;
}


#menu_2 {
  position: absolute;
  visibility: hidden;
}

#menu_1 LI {
  float: left;
}

#menu_1 LI A {
  display: block;
  height: 20px;
  line-height: 20px;
  margin-left: 10px;
  padding: 0px 10px;
  color: #ddd;
}

#menu_1 LI A:hover {
  background-color: #3d3d35;
}


#menu_2 LI {
  margin: 0;
  padding: 0;
  width: 150px;;
  white-space: nowrap;
  overflow: hidden;
  clear: both;
}

#menu_2 LI A {
  display: block;
  height: 20px;
  width: 150px;;
  line-height: 20px;
  margin-left: 10px;
  padding: 0px 10px;
  background-color: #6b6b65;
  color: #ddd;
  -moz-opacity:.70; 
  filter:alpha(opacity=70); 
  opacity:.70;
}


#menu_3, #menu_4 {
  margin: 0; padding: 0;
}

#menu_3 a, #menu_4 a {
  color: #aaa;
}

#menu_3 {
  list-style: none;
}

#menu_4 {
  margin-left: 20px;
}

#menu_3 > li {
  border-top: 1px solid #292924;
}


#menu_3 a:hover, menu_4 a:hover {
  color: white;
}

#menu_3 li a {
  display: block;
  line-height: 20px;
}

#menu_3 > li.active > a {
  font-weight: bold;
  background-color: #292924;
  padding-left: 20px;
}

#menu_4 li.active a {
  font-weight: bold;
}


#content {
  padding: 0;
  margin: 0;
  width: 931px;
}

#leftcontent, #rightcontent, #leftadmincontent, #rightadmincontent {
  float: left;
  min-height: 470px;
  height: 470px;
  height: auto !important;
  margin-top: 5px;
  margin-left: 5px;
}

#leftcontent {
  width: 611px;
  background-color: #292924;
}

#rightcontent {
  width: 303px;
  background-color: #1a1a17;
}


#leftadmincontent {
  width: 750px;
  background-color: #292924;
}

#rightadmincontent {
  width: 164px;
  background-color: #1a1a17;
}

DIV.innercontent {
  padding: 25px;
}

H2 {
  border-bottom: 1px dotted  #AAA;
  font-style: normal;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: normal;
  font-family: serif;
}


DIV.metatext {
  margin-top: 25px;
  line-height: 18px;
  font-style: italic;
  font-family: serif;
  font-family: arial;
  font-size: 14px;
}


A.editbutton IMG {
  border: 0;
}

DIV.editambient {
  position: absolute;
  margin-top: 10px;
  margin-left: 10px;
}


#status {
  float: right;
  margin-right: 20px;
  line-height: 20px;
}


#userinfo {
  float: left;
  margin-left: 20px;
  line-height: 20px;
}


DIV.buttonbar {
  border: 0;
}

SPAN.success {
  color: lightgreen;
}

SPAN.error {
  color: orange;
}

/* File manager   */

DIV.filelistscroller, DIV.filedetails, TABLE.filelist {
  background-color: #FFF;
}


#ambientsorter {
  list-style: none;
  margin: 0; padding: 0;
}

LI.ambientthumb {
  width: 140px;
  height: 140px;
  text-align: center;
  border: 1px solid #CCC;
  background-color: #AAA;
  position: relative;
  float: left;
  margin: 5px;
}

LI.ambientthumb IMG {
  margin-top: 10px;
}
LI.ambientthumb DIV.linkholder {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: white;
  font-size: 9px;
  width: 80px;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
}

LI.ambientthumb DIV.trashicon, LI.ambientthumb DIV.editicon  {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

LI.ambientthumb DIV.editicon {
  right: 30px;
}

LI.ambientthumb DIV.trashicon A DIV, LI.ambientthumb DIV.editicon A DIV {
  background:url(/media/smallicons/delete.png) no-repeat;
  height: 16px;
  width: 16px;
}

LI.ambientthumb DIV.editicon A DIV {
  background:url(/media/smallicons/application_edit.png) no-repeat;
}


DIV.galleryitem {
  width: 48px;
  height: 48px;
  float: left;
  margin-right: 3px;
  margin-bottom: 3px;
  border: 1px solid #AAA;
}

DIV.galleryitem A {
  line-height: 50px;
  height: 48px;
  display: table-cell;
  vertical-align: middle;
}

DIV.galleryitem A IMG {
  vertical-align: middle;
}

