* {
	font-family: Verdana, 'Arial CE', 'Helvetica CE', Arial, Helvetica, sans-serif; 
	line-height: 1.6; 
	font-size: 9pt;
	font-variant: normal;
}

body {
    margin: 0;
    padding: 0;
    background-color: #c4c4c4;
    color: #000000;
    text-align: center;
}

h1 {
    font-size: 18px;
    margin: 0 0 10px 0;
}

input {
  width: 200px;
  border: 1px solid #777777;
}

input.submit {
  width: auto;
  font-weight: bold;
  background-color: #ffffff;
}

textarea {
  width: 350px;
  height: 100px;
  border: 1px solid #777777;
}

.cb {
    clear: both;
}

a {
    color: #7e0028;
}

a:hover {
    color: #000000;
}

#main {
    width: 800px;
    margin: 0 auto;
    text-align: left;
    padding: 10px 0 0 0;
}

#title {
    height: 110px;
    background: url('img/title.gif') no-repeat;
}

#title div.flags {
    position: relative;
    top: 25px;
    left: 10px;
    width: 150px;
}

#title div.flags a {
    display: block;
    text-decoration: none;
    height: 20px;
    line-height: 20px;
}

#title div.flags img { 
    border: 0;
    margin: 0 5px 0 0;
}

#title div.connectors {
    float: right;
    margin: 10px 25px 0 0;
}

#title div.logo {
    position: relative;
    top: -80px;
    left: 333px;
    width: 136px;
}

#menu-horizontal {
    height: 25px;
    line-height: 25px;
    background: url('img/bg-menu-horizontal.gif') repeat-x;
    _margin: -80px 0 0 0; 
}

#menu-horizontal a {
    display: block;
    float: left;
    color: #ffffff;
    font-weight: bold;
    padding: 0 10px 0 10px;
    text-decoration: none;
    background: url('img/bg-menu-horizontal-item-off.gif') repeat-x;
    border-right: 2px solid #c4c4c4;
    height: 25px;
    line-height: 25px;
}

#menu-horizontal a:hover {
    background: url('img/bg-menu-horizontal.gif') repeat-x;
}

#menu-horizontal a.selected {
    background: url('img/bg-menu-horizontal.gif') repeat-x;
}

#menu-horizontal div.search {
    float: right;
    margin: 0 10px 0 0;
}

#menu-horizontal div.search div.search-name {
    float: left;
    margin: 0 5px 0 0;
    color: #ffffff;
}

#menu-horizontal input.text {
    float: left;
    background-color: #e5e5e5;
    border: 1px solid #ffffff;
    height: 11px;
    _height: 13px;
    margin: 6px 0 0 0;
    padding: 0;
    font-size: 9px;
    width: 100px;
}

#menu-horizontal input.submit {
    float: left;
    margin: 6px 0 0 0;
    border: 0;
}

#content-outer-container {
    background: url('img/bg-content-outer-container.gif') repeat-y;
    padding: 15px 0 15px 0;
}

#content-outer {
    background: url('img/bg-content-outer.gif') repeat-y;
    width: 800px;
}

#menu-vertical-container {
    margin: 0 0 10px 0;
    width: 160px;
    float: left;
    position: relative;
    top: -20px;
}

#menu-vertical {
    border-left: 1px solid #b3003e;
    padding: 20px 0 0 0;
}

#menu-vertical-container div.no-border {
    border-left: 0 solid #b3003e;
}

#menu-vertical ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu-vertical li {
    width: 150px;
    margin: 5px 0 0 0;
}

#menu-vertical a {
    display: block;
    text-decoration: none;
    height: 21px;
    line-height: 21px;
    margin: 0 0 0 15px;
    color: #ffffff;
    font-weight: bold;
    font-size: 11px;
}

#menu-vertical li.off {
    background: url('img/bg-menu-vertical-item-li-off.gif') repeat-x;
}

#menu-vertical li.off div {
    background: url('img/bg-menu-vertical-item-div-off.gif') no-repeat left;
}

#menu-vertical li.off a {
    background: url('img/bg-menu-vertical-item-a-off.gif') no-repeat right;
}

#menu-vertical li.on {
    background: url('img/bg-menu-vertical-item-li-on.gif') repeat-x;
}

#menu-vertical li.on div {
    background: url('img/bg-menu-vertical-item-div-on.gif') no-repeat left;
}

#menu-vertical li.on a {
    background: url('img/bg-menu-vertical-item-a-on.gif') no-repeat right;
}

#menu-vertical li.submenu-on, #menu-vertical li.submenu-off {
    width: auto;
}

#menu-vertical li.submenu-on a {
    text-decoration: none;
    margin: 0 0 0 15px;
    color: #000000;
    font-weight: normal;
    height: 16px;
    line-height: 16px;
}

#menu-vertical li.submenu-off a {
    text-decoration: none;
    margin: 0 0 0 15px;
    color: #7e0028;
    font-weight: normal;
    height: 16px;
    line-height: 16px;
}

#menu-vertical li.submenu-off a:hover {
    color: #000000;
}

#menu-vertical-container div.article-tip-off {
    margin: 20px 0 0 0;
}

#content-inner {
    width: 610px;
    _width: 630px;
    float: right;
    padding: 0 10px 0 15px;
    margin: 0 0 10px 0;
    text-align: justify;
    line-height: 18px;
}

#footer {
    height: 25px;
    background: url('img/bg-footer.gif') repeat-x; 
}

#footer img {
    margin: 3px 0 0 0;
}

#contact {
    text-align: center;
    padding: 10px 0 0 0;
    color: #777777;
    font-size: 11px;
}

#contact img {
    position: relative;
    top: 7px;
}

div.photo-previews .name {
  color: #7e0028;
  font-weight: bold;
  margin: 4px 0 2px 0;
}

div.photo-previews div.preview {
  float: left;
  border: 1px solid #7e0028;
  display: table;
  width: 100px;
  height: 100px;
  _position: relative;
  overflow: hidden;
  margin: 4px 4px 0 0;
}

div.photo-previews div.preview2 {
  _position: absolute;
  _top: 50%;
  display: table-cell;
  vertical-align: middle;
}

div.photo-previews div.preview3 {
  _position: relative;
  _top: -50%;
  _width: 100%;
  text-align: center;
}

div.photo-previews div.preview img {
  cursor: pointer;
}

div.comment-add {
  margin-bottom: 12px;
}

div.comment-add div {
  margin-bottom: 4px;
}

div.comment-add .mandatory {
  font-weight: bold;
}

div.comment-add .forum-help {
  font-size: 10px;
}

div.comment .header {
  margin-bottom: 2px;
}

div.comment .date {
  color: #7e0028;
  font-weight: bold;
}

div.comment .name {
  font-weight: bold;
}

div.comment .text {
  margin-bottom: 12px;
}

div.comment .authorize {
  color: #7e0028;
}

div.search-result {
  padding-top: 20px;
}

div.search-result img { 
    border: 0;
    margin: 0 5px 0 0;
    vertical-align: middle;
}

div.search-form div.small {
    font-size: 8pt;
    margin-top: 10px;
}