/* CSS Document */
@import url("e-moka.forms.css");

* {
  padding:0;
  margin:0;
}
body {
  font-family: Arial, Verdana, Sans-serif;
  font-size: 12px;
/*  font-family: "Bitstream Vera Sans",Verdana, Arial, Sans-serif;*/
  color: #333;
  background-color: #8b7663;  
}
img {
  border:0;
}
#wrapper {
 text-align:left;
}
#header {
  height: 150px;
  background: #8b7663 url(../img/header_bg.png) repeat-x left top;
  /*border-bottom: 1px solid #000;*/
}

#footer {
 background: #8b7663 url(../img/footer_bg.png) repeat-x left top;
 text-align:center;
 padding:1em 0;
 font-size:smaller;
 /*border-top:1px solid #333;*/
 /*background-color: #063260;*/
 line-height:1.5;
}

#menu {
  border-bottom: solid 1px;
  padding:0.5em;
  text-align:center;
  background-color: #342400;
  color: white;
  font-weight: bold;
}

#menu a {
  color:white;
  text-decoration: none;
}
#menu a:hover {
  color:white;
  text-decoration: underline;
}

h1, h2, h3, h4 {
/*padding-bottom:0.5em;*/
border-bottom: dotted 1px;
margin-bottom:0.5em;	
}

.comments h1, .comments h2, .comments h3, .comments h4 {
/*padding-bottom:0.5em;*/
  border-bottom:none;	
}
.news h1, .news h2, .news h3, .news h4 {
/*padding-bottom:0.5em;*/
  border-bottom:none;
}

h1 {
/*  font-family:"Trebuchet MS",Verdana,Arial,Sans-serif;*/
}

h1, a  {
 color: #805030;
}
h1 em, a em  {
    color:#008BCC;
    font-style: normal;
}
ul.colored a em
h2 {
    font-style: italic;
    font-weight: bold;
    color:#666;
}
a:hover, a:hover em {
color:#A22424;
text-decoration:none;
}
#content p, #content ul, #content ol {
line-height:1.5;
padding-bottom:1em;
text-align:justify;
}
ul, ol {
margin-left:3em;
}

.news {
  font-size: x-small;
  padding: 10px;
}

.news h2, h2 a {
  font-size: small;
  color: #805030;
  font-weight: bold;
  font-style: normal;
/*  margin-bottom:0.5em;*/
}

.comments {
/*  border: solid 1px;*/
/*  background-color: #fff4e8;*/
  background-color: white;
  font-size: 11px;
  display: block;
  padding: 0px;
  margin-top:2em;
}

.comment_odd {
  background-color: white;
  background-color: #fff4e8;
  border-bottom: dotted 1px;
  padding:1em;
  padding-top:0.1em;
}
.comment_even {
  border-bottom: dotted 1px;
  padding: 1em;
  padding-top:0.1em;
}

.comments h2, .comments h2 a {
  font-size: small;
  font-weight: bold;
/*  font-style: italic;*/
  color: #805030;
  text-align: right;
  margin-top: 1em;
}

.comments quote, .comments blockquote, .quote { 
  border-top: solid 1px;
  border-bottom: dotted 1px;
  border-color: gray;
  margin:10px;
  padding:10px;
  display:block;
  background-color: #eeeeee;
}

#content {
  min-height:300px;
  background-color: #ffffff;
  padding:2em 4em;
}

#subcontent {
  background-color: #ffffff;
  margin:0px;
  padding-right:210px;
}

#sidebox {
  margin-left: 600px;
  position: absolute;
  top: 210px;
  right: 30px;
  background-color: #fff4e8;
  border: solid 1px;
  border-color: #805030;
  Width: 200px;
  overflow: auto;
}

#sidebox h2{
  margin-top:0.3em;
  margin-bottom:0em;
}

#sidebox p{
  margin:0em;
  padding:0.1em;
}


#title {
  float: right;
  margin:1em 2em;
}

#title h1 {
  color: white;
  border-bottom: 1px dotted;
  font-size: 2em;
}

#flashMessage {
  padding:0.5em;
  margin:0.5em;
  background-color: #ffff00;
  color: black;
  font-size: 1.5em;
}

/* tables */

table {
  width: 100%;
  background-color: #fff;
  border: 1px solid #333;
  clear:both;
  margin: 0 0 2em 0;
  white-space: normal;
}
th {
  background-color: #ccc;
  border-top: 1px solid #fff;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  text-align: center;
  padding:3px;
}
table tr td {
  border-right: 1px solid #ccc;
  padding:4px 4px;
  vertical-align:top;
  text-align: center;
}
table tr.altRow td {
  background: #f4f4f4;
}

/* scaffold show */

div.related {
  clear:both;
  display:block;
}
dl {
  line-height:2em;
  margin:1em;
}
dt {
  font-weight: bold;
  vertical-align:top;
}
dd {
  margin-left:10em;
  margin-top:-2em;
  vertical-align:top;
}

/* scaffold buttons */

.notice {
  color: #DB8101;
  background-color: #ddd;
  display: block;
  padding: 1em;
}
.tip {
  color: #DB8101;
  background-color: #ddd;
  display: block;
  padding: 1em;
}

ul.actions {
  list-style: none;
  text-align:left;
  margin:2em 0;
  padding: 0;
}
ul.actions li {
  margin-left:1em;
  list-style: none;
  display: inline;
}
ul.actions li a,  ul.actions li input {
  padding: 2px 12px;
  color: #DB8101;
  background-color:#ccc;
  text-decoration: none;
  border: 1px solid #666;
  line-height: 24px;
  font-weight: bold;
  text-align:center;
  text-decoration: none;
}
ul.actions li a:hover {
  color: #DB8101;
  background-color:#fff;
  text-decoration: none;
}
td.listactions {
  width: 14em;
  text-align: center;
  white-space: nowrap;
}
td.listactions a {
  padding: 0px 8px;
  text-align:center;
  font-weight: bold;
  color: #DB8101;
  background-color:#ccc;
  text-decoration: none;
  border: 1px solid #666;
  white-space: nowrap;
}
td.listactions a:hover {
  color: #fff;
  background-color:#DB8101;
}

/* index links */

ul.colored a {

}
ul.colored a em {

}

a {
font-weight: bold;
 color: #805030;
}
a:hover {
   color:red
}

.helptip{
 display: none;
 font-size: smaller;
}


#forum {

}

table.ssi_table {
border: 1px solid #805030;
 background-color: #FFF4E8;
border-collapse: collapse;
}

.ssi_table td {
	text-align: left;
	border: none;
	border-bottom: 1px dotted;
/*	1px solid #805030;*/
/*	border-bottom: solid 1px;*/
/*	background-color: #FFF4E8;*/
}
