body {
  font: normal 14px/22px Arial, Helvetica, sans-serif;
  color: #132735;
}

a img {
      border: none;
}

.textbox {
  border: 1px solid #C4C4C4;
  font: normal 12px/14px Arial, Helvetica, sans-serif;
  background: #F7F7F7;
  color: #132735;
  padding: 4px 3px;
}

.textarea {
  border: 1px solid #C4C4C4;
  font: normal 12px/14px Arial, Helvetica, sans-serif;
  background: #F7F7F7;
  color: #132735;
  padding: 4px 3px;
}

.submit {
  border: 1px solid #2d83da;
  font: bold 13px/16px Arial, Verdana, sans-serif;
  color: white;
  background: #4398ef url('../images/btn.gif?1') repeat-x;
  padding: 3px 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

a {
  color: #3393f7;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.gray {
  color: #c0bfbf;
}

.blue {
  color: #3393f7;
}

#header {
  font-size: 10px;
  line-height: 14px;
  color: #3393f7;
  font-weight: bold;
}

#langmenu a {
  color: #132735;
}

#langmenu a.active {
  font-weight: bold;
  color: #3393f7;
}

#mainmenu a, #submenu a {
  color:#132735;
  background: white;
}

#mainmenu a.active, #submenu a.active {
  font-weight: bold;
  color: #3393f7;
  background: white;
}
#bottomgif {
background: url("../images/bottom.gif?1") no-repeat center;
width: 433px;
height: 7px;
margin: auto;
text-align: center;
}
#footer {
  border: 1px solid #ccc;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  background: #F8F8F8; 
}
.top-content {
    background: #F8F8F8;
    border-bottom: 1px solid #ccc;
    margin-bottom: 2px;
    padding-top: 12px;
    padding-bottom: 5px;
    clear: both;
}


/* article tags */
.article-tags { margin-top: 20px; font-size: 14px; min-height: 1em; }
.edy-tag-input { outline: none; }
.article-tag-icon {
    width: 16px;
    height: 16px;
    float: left;
    background: url('../images/tag.png') no-repeat center center;
    opacity: 0.5;
    filter: alpha(opacity=50);
    margin-right: 7px;
    margin-top: 3px;
}
.svg .article-tag-icon { background: url('../assets/tag.svg') no-repeat center center; }
.tagged-list-header {
    padding: 0;
    font-size: 24px;
    color: #222222;
    margin-bottom: 30px;
    margin-top: 5px;
}
.header-tag-icon {
    width: 24px;
    height: 24px;
    float: left;
    background: url('../images/header-tag.png') no-repeat center center;
    opacity: 0.5;
    filter: alpha(opacity=50);
    margin-top: -1px;
    margin-right: 15px;
}
.svg .header-tag-icon { background: url('../assets/header-tag.svg') no-repeat center center; }
.tagged-list-header  a {border: none; text-decoration: none;}
.tagged-list-header  a:hover { border-bottom: 1px solid #BEBEBE; }
.article-tags .edy-taglist { margin-left: 25px; }

/* 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);
}