body {
    font-family: georgia, tahoma, verdana;
    font-size: 15px;
    margin:0;
    padding: 0;
    background: #364145 url(../images/background.gif);
}
img {
    border: 0;
}

div.background_left {
  background: url(../images/background_left.gif) repeat-y;
  width: 940px;
  margin: 0 auto;
  padding-left: 26px;
}

div.background_right {
  background: url(../images/background_right.gif) repeat-y right;
  width: 920px;
  margin: 0 auto;
  padding-right: 26px;
}

div.header_background {
    background: #364145 url(../images/background_header.gif) left bottom;
    margin: 0 auto;
    height: 10px;
}

div.container , div.header_background {
    width: 860px;
    padding: 0 30px;
}

div.container {
    background-color: #fff;
    margin: 0 auto;
    border-top: 1px solid white;
}

div#header {
    height: 43px;
    margin-top: 30px;
    text-align: right;
}

div#header p {
    text-align: right;
    padding-top: 8px;
}

div#header img.logo {
    float: left;
}

div.langs {
  float: left;
  color: #777;
  font-size: 80%;
  margin: -2px 8px;
}

div.langs a {
  color: #545454;
  font-weight: normal;
}

div#header img.download {
    float: right;
    margin-top: 8px;
}


div#header .menu span {
    font-size: 115%;
    padding-right: 20px;
}


div#header .menu a {
    color: #0055cc;
}

div#header a img {
    border: 0;
}

div.highlightMain div.container {
    background: #D4EFF9 url('../images/header.gif') no-repeat;
    width: 810px;
}

div.highlightMain div.container div.description {
    width: 670px;
    height: 60px;
    float: left;
    padding: 15px 0px;
}

div.highlightMain div.container div.lastVersion span {
    width: 119px;
    height: 30px;
    margin-top: 30px;
    float: right;
    text-align: center;
    background-image: url('../images/download_bg.gif');
    background-repeat: no-repeat;
    padding-top: 5px;
    font-weight: normal;
}
div.lastVersion a {
    color: #2D4106;
    font-size: 12px;
    font-family: tahoma, verdana, arial;
    text-decoration: none;
    margin-left: -3px;
}

div.highlightMain {
    /*background-color: #FFFCE8;
    border-top: 1px solid #FFEECA;
    border-bottom: 1px solid #FFEECA;*/
    padding: 23px 15px;
    background-color: #fff;
    width: 890px;
    margin: 0 auto;
}

div.highlightMain span {
    font-size: 110%;
    font-weight: bold;
}


div.highlight {
    background-color: #F7F7F7;
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    padding: 10px 0;
    margin-top: 20px;
    /*font-size: 150%;*/
}



div.highlight h1 {
    font-size: 150%;
    margin: 0;
}


div.content {
    width: 580px;
}

div.contentFull {
    width: 860px;
    background-color: #fff;
}

div.content p {
    line-height: 180%;
    text-align: justify;
}

div.contentFull p {
    line-height: 150%;
}

div.h1 {
    font-size: 120%;
    margin-bottom: -15px;
    font-weight: bold;
}

div.content h1 {
    font-size: 120%;
    margin-top: 25px;
    margin-bottom: -15px;
}

div.contentFull h1 {
    font-size: 140%;
    color: #A51033;
    font-weight: normal;
    margin: 0;
}

div.rightContent {
    line-height: 140%;
    float: right;
    width: 240px;
    padding-left: 20px;
    padding-top: 5px;
    background: #fff url('../images/sidearea.gif') no-repeat;
}

div.rightContent .contentTitle {
    font-family: arial, verdana, georgia;
    font-size: 120%;
    color: #A51033;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
}

div.rightContent span.dateOfNews {
    color: #A4A4A4;
    font-size: 90%;
}

div.contentCloser {
  background-color: white;
  height: 40px;
  margin-top: -15px;
  width: 920px;
}
div.footer {
    font-family: verdana, arial;
    font-size: 70%;
    border-top: 1px solid #EAEAEA;
    padding: 10px 0;
    color: #999;
    background-color: #fff;
    width: 920px;
}

div.footer div.techInfo {
    background: #fff url('../images/powered.gif') no-repeat;
    float: left;
    padding-left: 30px;
}

div.footer div.copy {
    text-align: right;
    float: right;
}

div.uploadError {
 margin: 5px;
 padding: 2px;
 font-weight: bold;
 background-color: #FDDFDF;
 border: 1px solid #FBC4C4;
 display: none;
 color: #840909;
}

div.uploadSuccess {
 margin: 5px;
 padding: 2px;
 font-weight: bold;
 background-color: #E9F8FC;
 border: 1px solid #D8F3FA;
 display: none;
}

.clear {
   clear: both;
   height: 0;
   overflow: hidden;
}

div.files {
   padding: 10px;
   border: 5px solid #DFDFDF;
}

div.files table td {
    border-bottom: 1px solid #F0F0F0;
    font-size: 90%;
}

img.fileType {
    float: left;
    margin-right: 5px;
}

div.commandTip {
    background-color: #FFFEDF;
    border-top: 1px solid #EEEBD5;
    border-bottom: 1px solid #EEEBD5;
    color: #555;
    padding: 4px 15px;
}

p.commandTipNote {
    font-size: 80%;
    color: #888888;
    padding: 4px 15px;
    margin-top: 0;
}

div.files table thead td {
    border-bottom: 2px solid #DFDFDF;
    font-size: 90%;
    color: #555555;
}
