* {
  margin: 0;
  padding: 0;
}

/* elements */

body {
  background: black url('../img/background.gif') top left repeat-x;
  width: auto;
  margin: 0;
  padding: 0;
	color: #E8E8E8; 
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
  font-size: 13px;
  line-height: 180%;
}

td, th {
  font-family: Verdana, "Geneva CE", lucida, sans-serif;
  font-size: 13px;
  line-height: 120%;
}

a {
  text-decoration: none;
  color: #B7C357;
}

a:hover { color: #DFE795; }
a img { border: 0px; }
p { margin : 0 0 10px 0; }

input, select {
  border: 1px solid #AAA;
  padding: 0px;
  height: 20px;
  background-color: #333;
  color: #DDD;
}

h1 {
  font : normal 1.8em "Trebuchet MS", "Geneva CE", lucida, sans-serif;
  padding : 8px 0 4px 0;
  margin : 0;
  color: #FFF;
  letter-spacing : 0px;
}

h2 {
  font : bold 1.6em Arial, Sans-Serif;
  letter-spacing : 0px;
  padding: 12px 0 4px 0;
}
h3 {  
  font : bold 1.3em Arial, Sans-Serif;
  padding : 4px 0;
  margin : 0;
}
h4 {  
  font : bold 1.2em Arial, Sans-Serif;
  padding : 4px 0;
  margin : 0;
  font-style: italic;
}
blockquote {
  margin-left: 20px;
  font-style: italic;
  color: #999;
  border-left: 3px solid #555;
  padding-left: 10px; 
}
input.checkbox {
  border: none;
  background: none;
  height: auto;
  float: left;
  margin: 1px 4px 0 0;
}
ol, ul {
  margin-left: 30px;
}
sup, sub {
  line-height: 100%;
}

/* fck styles */
.image, .imageLeft, .imageRight {
  background-color: #555;
  padding: 3px;
  border: 1px solid black; 
}
.imageLeft { float: left; margin: 2px 5px 2px 0px; }
.imageRight { float: right; margin: 2px 0px 2px 5px; }
.imageRow { vertical-align: middle; }
a:hover .image, a:hover .imageLeft, a:hover .imageRight { border: 1px solid #FFF; }

.tblleft { float: left; margin: 5px 8px 0 0; }
.tblright { float: right; margin: 5px 0 0 8px; }
.tblcenter { margin: auto 0; }
.imgtitle { font-size: 75%; padding: 0; font-style: italic; color: #E8E8E8; }
.tblcenter { text-align: center; margin-left: auto; margin-right: auto; }

.divleft, .divright { 
  float: left; 
  width: 250px;
  border: 1px dotted #666;
  padding: 3px;
  margin: 5px 5px 5px 0;
  font-size: 11px;
  line-height: 18px;
  overflow: hidden;
  background-color: #444;
}

.divright { 
  float: right; 
  margin: 5px 0 5px 5px;
}

.divleft .title, .divright .title {
  font-weight: bold;
  border-bottom: 1px dotted #666;
  width: 100%;
  margin-bottom: 3px;
  display: block;
}

.references {
  font : normal 11px Verdana, "Geneva CE", lucida, Sans-Serif;
  padding-right: 10px;
  line-height: 130%;
}

.tbl th {
  background-color: #666;
  padding: 2px 4px 2px 4px;
  vertical-align: center;
  line-height: 21px;
  color: white;
}

.tbl td {
  background-color: #999;
  color: black;
  line-height: 25px;
}

.tbl sup, .tbl sub {
  line-height: 20px;
}

ul.fyltree {
  list-style-type: none;
}

ul.fyltree ul {
  margin-left:0px;
  list-style-type: none;
}

ul.fyltree li {
  line-height: 13px;
  font-size: 9px;  
}

ul.fyltree ul li {
  padding: 1px 0 0 16px;
  background: url('../img/middle-n.gif') top left no-repeat;
}

ul.fyltree ul li.is {
  padding: 1px 0 0 16px;
  background: url('../img/middle-is.gif') top left no-repeat;
}

ul.fyltree ul li.last {
  padding: 1px 0 0 16px;
  background: url('../img/last.gif') top left no-repeat;
}

ul.fyltree span.o {
  padding: 1px 0 3px 12px;
  background: url('../img/o.gif') top left no-repeat;
}

ul.fyltree ul span.cross {
  padding: 1px 0 3px 16px;
  background: url('../img/cross.gif') top left no-repeat;
}

/* layout */

#wrap {
  width: 1000px;
  margin: 0 auto;
}

#header {
  width: 998px;
  height: 190px;
  overflow: hidden;
  position: relative;
  border-left: #515151 1px solid;
  border-right: #515151 1px solid;
}

#header .title {
  display: none;
}

.header-creation-cs     { background: url('../img/creation-cs.jpg') top left no-repeat; }
.header-planetopia-cs   { background: url('../img/planetopia-cs.jpg') top left no-repeat; }
.header-evolution-cs   { background: url('../img/evolution-cs.jpg') top left no-repeat; }
.header-universe-cs   { background: url('../img/universe-cs.jpg') top left no-repeat; }

#header ul.tabs {
  display: block;
  position: absolute;
  height: 36px;
  bottom: 0;
  right: 0px;
  list-style-type: none;
}

#header ul.tabs li {
  background: url('../img/middle.gif') top left repeat-x;
  float: left;
  display: block;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

#header ul.tabs li.left {
  width: 5px;
  height: 36px;
  padding: 0;
  border: none;
  background: url('../img/left.gif') top left repeat-x;
  opacity: 0.75;
  filter: alpha(opacity=75);
}

#header ul.tabs li a {
  color: #aaa;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  height: 32px;
  padding: 5px 9px 0 9px;
  outline: none;
}

#header ul.tabs li a:hover {
  color: #b7c357;
  text-decoration: underline;
}

#body {
  margin-top: 1px;
  width: 998px;
  min-height: 400px;
  border: 1px solid #515151;
  border-bottom: none;
  background-color: #393939;
  overflow: hidden;
}

#left {
  width: 178px;
  float: left;
  overflow: hidden;
  padding: 0px 10px 0 10px;
}

#left span.title {
  display: block;
  background: url(../img/menutitle.jpg) no-repeat 0px 0px;
  text-align: left;
  width: 150px;
  height: 22px;
  font: bold 130% "Trebuchet MS", "Geneva CE", lucida, sans-serif; 
  color: #DDD;
  padding: 2px 0px 0px 28px;
  margin: 10px 0px 0px 0px;
}

#left div.body {
  margin: 0px 0px 5px 12px; 
  padding: 0px 5px 5px 0; 
  background-color: #333;
  text-align: left;
}

#left div.bodyPad {
  margin: 0px 0px 5px 12px; 
  padding: 5px; 
  background-color: #333;
  text-align: left;
}

.webarchiv {
  text-align: center;
}

.webarchiv img {
  width: 100px;
  height: 100px;
}

.creativecommons {
  text-align: center;
}

.cc {
  display: none;
}

#menu {
  padding: 0 0px 0 5px;
  list-style-type: none;
  margin: 0;
}

#menu li {
  border-bottom: #737373 1px dotted;
  padding: 1px 0 1px 0;
  color: #737373;
}

#menu li a, #left div.body a, #left div.bodyPad a {
  text-decoration: none;
  color: #bdbdbd;
  /*padding-left: 3px;*/
  outline: none;
}

#menu li a.selected {
  text-decoration: none;
  color: #b7c357;
  font-weight: bold;
  /*padding-left: 3px;*/
  outline: none;
}

#menu li a:hover, #left div.body a:hover, #left div.bodyPad a:hover {
  color: #b7c357;
}

#menu ul {
  list-style-type: none;
  margin-left: 10px;
}

#menu ul li {
  border: none;
  font-size: 10px;
  margin-bottom: 3px;
  line-height: 130%;
}

#main {
  width: 780px;
  padding: 5px 10px 5px 10px;
  float: left;
  overflow: hidden;
}

#footer {
  clear: both;
  width: 988px;
  height: 25px;
  padding: 0 5px 0 5px;
  overflow: hidden;
  border: 1px solid #515151;
  border-bottom: none;
  background-color: #393939;
  font-size: 9px;
}

h1.abstract {
  border-bottom: 1px solid #737373;
  clear: both;
}

h1.abstract a {
  color: #E8E8E8;
}

h1.abstract a:hover {
  color: #b7c357;
}

div.artInfo {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  margin: 4px 0 12px 0;
  color: #bdbdbd;
  line-height: 120%;
}

.pages {
  text-align: center;
}

.pages table {
  margin: auto;
}

.pages table td a {
  display: block;
  width: 16px;
  cursor: pointer;
  border: 1px solid #515151;
  line-height: 16px;
}

.pages table td a.selected {
  cursor: default;
  background-color: #737373;
}

.pages table td a:hover {
  cursor: pointer;
  background-color: #737373;
}

.fRight { float: right; }
.clear { clear: both; }
.invisible {
  opacity: 0.5;  
  filter: alpha(opacity=50);  
  -moz-opacity: 0.5;  
  -khtml-opacity: 0.5; 
}

.errMsgDiv {
  text-align: center;
  padding: 50px;
}

.highlightw { color: white; }

.cHelp      { cursor: help; }
.right      { text-align: right; }
.oHidden    { overflow: hidden; }
.outscreen  { position: absolute; top: -9999px; left: -9999px; }

.body form {
  font-size: 11px;
  text-align: center;
  padding: 3px 3px 0 6px;
  line-height: 160%;
}

.body form .message, .errMsg {
  font-size: 10px;
  color: #c55;
}

#frmLogout {
  text-align: left;
}

.body form .buttons {
  text-align: center;
}

.body form input {
  width: 80%;
  font-size: 11px;
  line-height: 140%;
  height: 14px;
}

/* search */

.searchOptions {
  overflow: hidden;
  padding: 2px;
}

.searchOptions input {
  line-height: 100%;
  border: none;
  float: left;
  margin-top: 2px;
  margin-right: 5px;
}

.searchOptions label {
  float: left;
  margin-right: 5px;
}

.searchResult {
  border: 1px dotted #666;
  padding: 3px;
  margin: 3px;
  overflow: hidden;
  font-size: 11px;
  line-height: 140%;
}

.searchResult a img {
  vertical-align: middle;
}

.searchResult a.title {
  border-bottom: 1px dotted #666;
  width: 100%;
  display: block;
  line-height: 160%;
  font-size: 14px;
  margin-bottom: 5px;
}

.searchResult .link {
  float: right;
  padding-right: 5px;
}

.searchResult .titleNobottom {
  width: 100%;
  display: block;
  line-height: 160%;
  font-size: 14px;
}

.center {
  text-align: center;
}

/* comments */

div.moduleCommentsAdd, #main div.moduleCommentsListlast, div.moduleSystemListlast {
  border: 1px dotted #666;
  padding: 3px;
  margin: 3px;
}

div.moduleCommentsAdd span.title, #main div.moduleCommentsListlast span.title, div.moduleSystemListlast span.title {
  font-weight: bold;
  border-bottom: 1px dotted #666;
  width: 100%;
  display: block;
  line-height: 160%;
}

div.moduleCommentsAdd a.newcomment {
  display: block;
  float: right;
  font-size: 10px;
  margin-top: -2px;
  white-space: nowrap;
}

div.moduleCommentsAdd table.search, div.moduleCommentsAdd table.search td.input {
  width: 100%;
}

div.moduleCommentsAdd table.search td {
  font-size: 11px;
  white-space: nowrap;
}

div.moduleCommentsAdd table.search input {
  width: 95%;
  font-size: 12px;
  height: 15px;
}

div.moduleCommentsAdd ul.comments {
  list-style-type: none;
  margin: 0;
}

div.moduleCommentsAdd ul.comments li {
  margin-left: 10px;
  border-left: 1px dotted #555;
}

div.moduleCommentsAdd ul.comments li.last {
  border-left: none;
}

div.moduleCommentsAdd ul.comments div.title, #main div.moduleCommentsListlast div.title, div.moduleSystemListlast div.title {
  margin-top: 3px;
  background-color: #666;
  font-size: 11px;
  line-height: 130%;
  padding: 2px 4px 2px 4px;
  font-weight: bold;
  overflow: hidden;
}

#main div.moduleCommentsListlast div.title, div.moduleSystemListlast div.title {
  font-size: 10px;
}

div.moduleSystemListlast div.news {
  border: 1px solid #c00;
  background-color: #d44;
  color: white;
}

div.moduleSystemListlast div.actuality {
  border: 1px solid #0c0;
  background-color: #4d4;
  color: white;
}

div.moduleSystemListlast div.actuality a, div.moduleSystemListlast div.news a {
  color: white;
}

div.moduleSystemListlast div.actuality a:hover, div.moduleSystemListlast div.news a:hover {
  color: #ccc;
}

div.moduleCommentsListlast div.title {
  font-size: 9px;
}

.btn {
  display: block;
  font-size: 10px;
  white-space: nowrap;
  outline: none;
}

div.moduleCommentsAdd ul.comments div.title span.date, div.moduleCommentsListlast div.title span.date{
  float: right;
  font-weight: normal;
  font-size: 10px;
}

#main div.moduleSystemListlast div.title span.date {
  float: right;
  font-weight: normal;
  font-size: 9px;
}

#left div.moduleCommentsListlast div.title span.date {
  float: right;
  font-weight: normal;
  font-size: 7px;
}

div.moduleCommentsAdd ul.comments div.title span.name, div.moduleCommentsListlast div.title span.name {
  font-weight: normal;
  font-size: 10px;
  line-height: 130%;
  color: #bbb;
}

div.moduleCommentsAdd ul.comments div.title a.commentsAddEdit, div.moduleCommentsAdd ul.comments div.title a.react, div.moduleCommentsListlast div.title a.goto, div.moduleCommentsAdd ul.comments div.title a.wholenode {
  float: right;
  display: block;
  font-size: 10px;
  font-weight: normal;
}

div.moduleCommentsAdd ul.comments div.body, div.moduleCommentsListlast ul.comments div.body {
  border: 1px solid #666;
  font-size:  12px;
  line-height: 160%;
  padding: 0 4px 0 4px;
}

div.moduleCommentsAdd table.tblComments {
  font-size: 11px;
}

div.moduleCommentsAdd table.tblComments input {
  height: 16px;
}

div.moduleCommentsAdd table.pages {
  margin: 0 auto;
}

div.moduleCommentsAdd ul.pages {
  clear: both;
  list-style-type: none;
  margin: 15px 0 0 0;
}

div.moduleCommentsAdd ul.pages li {
  display: block;
  float: left;
}

div.moduleCommentsAdd ul.pages li a {
  padding: 0 2px 0 2px;
  margin-left: 2px;
  border: 1px solid #999;
  font-size: 9px;
}

div.moduleCommentsAdd ul.pages li a.selected {
  padding: 0 2px 0 2px;
  margin-left: 2px;
  background-color: #999;
  font-size: 9px;
  font-weight: bold;
  color: black;
}

div.moduleCommentsAdd ul.pages li span.dots {
  font-size: 9px;
}

div.moduleCommentsAdd span.highlight {
  background-color: #fffd36;
  color: black;
}

div.moduleCommentsAdd img.btnCommentsExp, div.moduleCommentsAdd img.btnCommentsCol {
  padding: 1px 3px 1px 3px;
  cursor: pointer;
}

div.moduleCommentsAdd .commentsErr {
  color: #e55;
  font-size: 10px;
}

/* inquiries */

div.moduleInquiriesShow div.body {
  padding-left: 5px !important;
  font-size: 10px;
}

div.moduleInquiriesShow div.body div.text {
  line-height: 140%;
  margin-bottom: 10px;
}

div.moduleInquiriesShow ul.options {
  margin-left: 0px;
  list-style-type: none;
}

div.moduleInquiriesShow ul.options li {
  line-height: 120%;
  margin-bottom: 5px;
}

div.moduleInquiriesShow div.option1 {
  background-color: #f8ff8c;
  height: 5px;
  border: 1px solid #000;
  width: 1px;
}

div.moduleInquiriesShow span.link {
  text-decoration: none;
  color: #B7C357;
  cursor: pointer;
}

div.moduleInquiriesShow div.inqclosed {
  text-align: center;
  color: #999;
}