body {
margin: 0;
font-family: helvetica, arial;
}
html, body {
overflow: hidden;
height: 100%
}
a {
color: #cc0033;
}
a:hover {
text-decoration: none;
}
.clear {
clear: both;
height: 1px;
line-height: 1px;
font-size: 1px;
}
#wrap {
background: white url('/images/top_bg.png') repeat-x top fixed;
color: #493d34;
font-size: 12px;
padding-top: 80px;
overflow: scroll;
height: 100%;
}
a img {
border: none;
}
#container {
width: 930px;
margin: auto;
position: relative;
}
#left {
float: left;
width: 180px;
height: 253px;
margin-top: 38px;
margin-left: 35px;
}
#right {
float: right;
width: 630px;
margin-bottom: 200px;
}
#foot {
position: fixed;
bottom: 0px;
height: 69px;
background: url('/images/bottom_bg.gif') repeat-x;
width: 100%;
}
* html #foot {
height: 29px;
position: absolute;
bottom: -1px;
}
#foot ul {
padding: 0;
margin: 40px auto 0;
width: 920px;
}
#foot ul li {
padding: 0;
list-style-type: none;
float: left;
margin-right: 35px;
}
#foot ul li a {
color: #f8ced2;
text-transform: uppercase;
text-decoration: none;
font-size: 12px;
font-weight: bold;
}
#foot ul li .active {
color: white;
}
#foot ul li a:hover {
text-decoration: underline;
}
h1 {
color: #cc0033;
font-size: 16px;
text-transform: uppercase;
font-weight: bold;
}
h2 {
font-size: 14px;
font-weight: bold;
color: #cc0033;
text-transform: uppercase;
}
h3 {
font-size: 12px;
text-transform: uppercase;
color: #999;
font-weight: bold;
}
#newstable {
border-collapse: collapse;
}
#newstable .day {
color: #cccccc;
vertical-align: center;
text-transform: uppercase;
font-size: 11px;
text-align: center;
font-weight: bold;
padding-right: 5px;
}
#newstable .date {
border: 1px solid #ffff00;
text-align: center;
padding: 10px;
}
#newstable .date h3 {
font-size: 14px;
margin: 0 0 8px 0;
}
#newstable .cont {
border: 1px solid #eaeaea;
border-left: none;
text-align: left;
padding: 10px;
}
#newstable .cont h3 {
margin: 0;
}
#newstable .cont h3 a {
color: #493d34;
text-decoration: none;
font-weight: bold;
}
#newstable .cont h3 a:hover {
text-decoration: underline;
}
#newstable .vahe td {
height: 6px;
}
#login {
width: 130px;
height: 146px;
background: url("/images/login.png") no-repeat;
padding: 55px 25px 18px 25px;
float: right;
margin-top: 150px;
}
#login input.text {
width: 128px;
height: 23px;
border: 0;
background: url("/images/login_input.png") no-repeat;
}
#login input.submit {
background: url("/images/submit.gif") no-repeat left 5px;
text-transform: uppercase;
width: 50px;
color: white;
font-size: 11px;
float: right;
border: none;
margin-top: 5px;
}

#register {
width: 262px;
height: 340px;
padding: 40px 26px 0 20px;
background: url("/images/register.gif") no-repeat;
color: white;
left: 50%;
margin-left: -200px;
}
#register h3 {
color: white;
margin-bottom: 0px;
}
#regtable {
margin-top: 17px;
}
#regtable input.text, #regtable textarea {
margin-left: 4px;
border: none;
padding: 4px 0 0 4px;
}
#regtable textarea {
width: 170px;
height: 62px;
background: url("/images/textarea.png") no-repeat;
}
#regtable input.text {
background: url("/images/input.png") no-repeat;
width: 170px;
height: 22px;
}
#regtable input.submit {
background: url("/images/submit.gif") no-repeat left 5px;
text-transform: uppercase;
color: white;
font-size: 11px;
padding-left: 10px;
margin-top: 10px;
border: none;
}
#postcontrol a {
background: url(/images/red_submit.gif) no-repeat left 5px;
padding-left: 10px;
margin-right: 20px;
text-transform: uppercase;
text-decoration: none;
}
#postcontrol a:hover {
text-decoration: underline;
}
/* forms */
   .form_area {
      margin: 20px 0;
}
.form_field {
  margin: 0 0 5px;
}
.form_field label, .fci-form-field-label {
  font-weight: bold;
  display: block;
}
.form_error {
  color: red;
  font-weight: bold;
  font-size: 12px;
  border: 1px dotted red;
  padding: 5px;
}
.form_field_error {
  color: red;
  font-size: 10px;
  line-height: 14px;
}
.form_notice {
  color: green;
  border: 1px dotted green;
  padding: 5px;
}

.form_field_size_large {
width: 100%;
}
.form_field_size_medium {
width: 50%;
}
.form_field_size_small {
width: 25%;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}

/* Image container styles */
.edy-positionable-container-center:first-child,
.edy-positionable-container-left-block:first-child,
.edy-positionable-container-right-block:first-child,
.edy-texteditor-container-wrapper-center:first-child,
.edy-texteditor-container-wrapper-left-block:first-child,
.edy-texteditor-container-wrapper-right-block:first-child {
  margin-top: 0;
}

.edy-positionable-container-center:last-child,
.edy-positionable-container-left-block:last-child,
.edy-positionable-container-right-block:last-child,
.edy-texteditor-container-wrapper-center:last-child,
.edy-texteditor-container-wrapper-left-block:last-child,
.edy-texteditor-container-wrapper-right-block:last-child {
  margin-bottom: 0;
}

.edy-positionable-container-center,
.edy-positionable-container-left-block,
.edy-positionable-container-right-block,
.edy-texteditor-container-wrapper-center,
.edy-texteditor-container-wrapper-left-block,
.edy-texteditor-container-wrapper-right-block {
  margin-top: 20px;
  margin-bottom: 20px;
}

.edy-positionable-container-left,
.edy-texteditor-container-wrapper-left {
  margin-right: 20px;
}

.edy-positionable-container-right,
.edy-texteditor-container-wrapper-right {
  margin-left: 20px;
}

.edy-image-container-with-title:after {
  display: block;
  padding: 4px;
  font-size: 12px;
  line-height: 1.3em;
  content: attr(data-title);
}