/*
  bs|area51.css
  copyright(c) 2002 robert lillack, lillax|site|design.
*/

body {
  background-color:#ffffff;
  font-family:sans-serif;
  font-size:14px;
  color:#333333;
  letter-spacing:1px;
  margin: 0px;
  padding: 0px;
  background-color: white;
  border: 0; /*5px solid red;*/
  min-height: 1000px;
}

body.loginpanel {
  min-height: 0;
  background-color: #eee;
  border: 0;
}

body.loginpanel div.loginpanel {
  height: 160px;
  width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -80px;
  /*border: 1px solid red;*/
  /*background-color: white;*/
}

.loginpanel h1 {
  font-size: 16px;
  letter-spacing: -1px;
  color: #800;
  margin: 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #999;
}

.loginpanel p {
  font-size: 12px;
  color: #333;
  margin-top: 5px;
}

.loginpanel div input {
  width: 100%;
  margin: 0;
  border: 1px solid #999;
  background-color: #ffd;
}

.loginpanel div.buttons input {
  background-color: #555;
  color: white;
  width: 45%;
  margin-top: 10px;
  font-size: 14px;
  padding: 3px;
  border: 1px solid #333;
}

.loginpanel div.buttons input:hover {
  background-color: black;
}

div.title {
  background-color: black; /*#a4b2ff;*/
  font-size:20px;
  color:#ffffff;
  letter-spacing:0px;
  padding-top: 2px;
  padding-left:7px;
  margin-bottom: 1px;
  background-image: url(title-header-back.png);
}

div.info {
  font-family: sans-serif;
  font-size: 10px;
  color: #555555;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 2px;
  /*background-color: #ddd;*/
  padding: 2px;
  padding-left:7px;
  margin-bottom: 1px;
  text-align: right;
  margin-top: -18px;
  color: white;
}

#subtitle {
  background-color: #cdf;
  color: #333;
  padding: 5px;
  font-size: 11px;
  padding-left: 15px;
}

#sectionselector {
  font-family: sans-serif;
  font-weight: bold;
  font-size: 11px;
  color: black;
  background-color: #fff;
  /*border: 1px solid #00e;*/
  border: 0;
  display: inline;
  width: 300px;
}

#realcontent {
  margin: 10px;
}

h3 {
  font-family: sans-serif;
  font-size: 24px;
  color: white;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 0px;
  background-color: #555; /* #dd9999;*/
  padding: 2px;
  padding-left:7px;
  margin-top: 0px;
  margin-bottom: 1px;
  display: none;
}

h1 {
 font-family: sans-serif;
 font-size: 24px;
 color: black;
 font-weight: normal;
 font-style: normal;
 text-decoration: none;
}

a {
  font-family:sans-serif;
  font-size:14px;
  color:#000000;
  font-weight:normal;
  font-style:normal;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: red;
}

table.main {
  width: 100%;
  min-height: 100%;
  padding: 0;
  border-spacing: 0;
}

td.selection {
  margin: 0;
  width: 250px;
  background: #eee;
  vertical-align: top;
  padding: 10px;
}

td.selection a.module, td.selection strong.active, td.selection s {
  display: block;
  width: 250px;
  height: 50px;
  font-size: 11px;
  line-height: 11px;
  text-decoration: none;
  overflow: hidden;
  background-image: url(structure-buttons.gif);
}

td.selection a.module span,
td.selection strong.active span,
td.selection s span {
  display: block;
  margin-left: 10px;
  margin-top: 19px;
}


td.selection a.module:hover {
  background-position:-250px;
  color: black;
}

td.selection strong.active {
  background-position:-500px;
  color: white;
}

td.content {
  padding: 10px;
  vertical-align: top;
}

td.content h1 {
  margin-bottom: 0;
}

th {
  font-family:sans-serif;
  font-size:16px;
  background-color:#eeeeee;
  color:#00000;
  font-weight:bold;
  font-style:normal;
  text-decoration:none;
  letter-spacing:1px;
  text-align:left;
  padding:2px;
  padding-left:5px;
  padding-right:30px;
}

td {
  font-family:sans-serif;
  font-size:14px;
  color:#555555;
  font-weight:normal;
  font-style:normal;
  text-decoration:none;
  letter-spacing:1px;
}

div.pagename {
  background-color: #aa6f6f;
  font-size: 14px;
  color: white;
  letter-spacing: 0px;
  padding: 2px;
  padding-left: 7px;
  margin-bottom: 3px;
  margin-top: 0px;
}

div.pagename a {
  color: white;
  text-decoration: none;
}

div.pagename a:hover {
  color: white;
  text-decoration: underline;
}

div.pageselect a {
  color: white;
  text-decoration: none;
}

div.pageselect a:hover {
  background-color: white;
  color: black;
}


div.pagetree {
  border: 1px solid #999;
  padding: 1px;
}

div.pagetree a {
  display: block;
  font-size: 11px;
  text-decoration: none;
  background-color: white;
  padding: 2px;
  /*padding-left: 5px;*/
  border-left: 5px solid white;
}

div.pagetree a:hover {
  background-color: red;
  border-left: 5px solid red;
  border-right: 5px solid red;
  color: white;
}

div.pagetree a.active {
  font-weight: bold;
  background-color: black;
  border-left: 5px solid black;
  color: white;
}

div.pagetree a.hidden {
  font-style: italic;
}

div.pagetree a.invisible:after {
  content: "*";
  color: red;
}

div.pagetree a:hover.invisible:after {
  content: "*";
  color: white;
}

pre {
  font-family: monospace;
  margin: 0px;
}

p {
  margin-bottom: 3px;
}

.red {
  color: red;
}

form {
  display: inline;
}

/* CLOSABE TABS *********************************************************{{{ */
  .closabletab, .closabletab_hidden {
    padding: 5px;
    margin: 0;
    margin-top: 5px;
    background-color: #999;
    /*border: 1px solid red;*/
    border: 1px solid #ccc;
    color: #eee;
  }

  .closabletab_hidden {
    border: 1px solid #ccc;
  }

  .closabletab .title, .closabletab_hidden .title {
    font-size: 11px;
    text-decoration: none;
    font-weight: normal;
    color: white;
  }
  
  .closabletab .title {
    font-weight: bold;
  }
  
  .closabletab .title:hover,
  .closabletab_hidden .title:hover {
    text-decoration: underline;
  }

  .closabletab .content {
    background-color: #999;
    padding: 10px;
    border: 1px solid #999;
    margin-top: 10px;
  }

  .closabletab_hidden#newrecord {
    background-color: white;
    border: 1px solid white;
  }

  #newrecord, #newrecord .content {
    background-color: #f5f5f5;
  }

  .closabletab#newrecord {
    border: 1px solid red;
  }

  #newrecord .content {
    border: 0;
  }

  #newrecord .title {
    color: red;
  }

  #newrecord .description {
    color: black;
  }
  
  #pagesettingsbox {
    margin-top: -20px;
    text-align: right;
    border: 0;
    padding: 0;
    background-color: white;
  }
  
  #pagesettingsbox .content {
    border-color: #ddd;
    background-color: #fee;
    margin-top: 5px;
    text-align: left;
  }

  #pagesettingsbox .title {
    font-weight:normal;
    color: #999;
    margin: 0;
    padding: 0;
  }
  
  #newpagebox .content {
    border: 0;
    /*background-color: #fee;*/
    padding: 0;
    margin: 0;
  }
  
  #newpagebox form {
    display: block;
    padding: 0;
    margin: 0;
  }
  
  #newpagebox input {
    display: block;
    margin: 0;
    margin-top: 5px;
    padding: 2px;
    font-size: 10px;
    width: 100%;
  }
/*************************************************************************}}}*/

fieldset {
  border-width: 0;
  background-color: white;
}

fieldset label {
  font-size: x-small;
}




div.picturesnippet_full, div.picturesnippet_center,
div.picturesnippet_left, div.picturesnippet_right {
}

div.picturesnippet_full .caption, div.picturesnippet_center .caption,
div.picturesnippet_left .caption, div.picturesnippet_right .caption {
  text-align: left;
  font-size: 9px;
}

div.picturesnippet_full .caption,
div.picturesnippet_full img {
  width: 100%;
}


div.picturesnippet_left .caption,
div.picturesnippet_left img {
  display: block;
  margin-right: auto;
  margin-left: 0;
}

div.picturesnippet_right .caption,
div.picturesnippet_right img {
  display: block;
  margin-right: 0;
  margin-left: auto;
}

div.picturesnippet_center .caption,
div.picturesnippet_center img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}



textarea {
  height: 15em;
}

input.button {
  border: 2px solid #aaa;
  background-color: #ddd;
  color: black;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
  display: inline;
}

input.button:hover {
  background-color: red;
  color: white;
  border-color: red;
}

div.snippet {
  display: block;
  text-align: left;
  margin: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px;
  color: #555;
  background-color: #eef;
  border: 1px solid #ddf;
}

div.snippet div.snipbuttons {
  margin: 0px;
  margin-top: -20px;
  padding: 0;
  text-align: right;
}

form.confsnippet {
  display: block;
  text-align: left;
  font-size: 10px;
  margin: 0px;
}

form.confsnippet div.panel {
  margin-top: 10px;
  border-top: 1px solid #ddf;
  padding-top: 10px;
}

form.inputfield {
  text-align: left;
}

form p.description, .closabletab p.description {
  font-size: 10px;
  font-weight: bold;
  color: black;
  text-align: left;
  margin: 10px 0px 3px 0px;
}

form p.description em, .closabletab p.description em {
  font-style: normal;
  text-decoration: underline;
}

form.inputfield input.textedit, form.inputfield select {
  border-top: 1px solid #555;
  border-left: 1px solid #555;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background-color: white;
  font-size: 12px;
  font-weight: bold;
  /*padding: 2px;
  padding-left: 10px;*/
  padding: 0;
  margin: 0;
  width: 100%;
}

form.inputfield input.actionbutton, form.pagemovementcontrol input.actionbutton {
  margin: 3px 0px 10px 0px;
}

#pagesettingsbox .miscoptions {
  text-align: left;
}

form.addsnippet {
  display: block;
  text-align: right;
  font-size: 10px;
  margin: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px;
  color: #555;
  background-color: #eee;
  border: 1px solid #ddd;
}

form.addsnippet select {
  width: 200px;
  font-size: 10px;
}

input.textedit,textarea,select {
  font-family: sans-serif;
  font-weight: normal;
  font-size: 13px;
  color: #333;
  width: 100%;
  border: 1px solid #ddd;
}

input.actionbutton {
  color: white;
  background-color: #555;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid black;
  margin: 0;
  padding: 2px 10px 2px 10px;
}

input.actionbutton:hover {
  color: white;
  background-color: black;
}
