#sectionTitle{
  font-family: "Trebuchet Ms", Arial, Tahoma, Verdana, sans-serif;
  width: 324px;
  display: block;
  float: left;
  border-bottom: 1px solid #303030;
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  font-size: 14pt;
  margin-bottom: 5px;
  text-transform: uppercase;
}

#sectionTitle span{
  color: #0049c2;
}

#newsLeftSide{
  float: left;
  width: 650px;
}

#newsTitle{
  font-size: 14pt;
  font-weight: bold;
}

#newsDate{
  font-size: 8pt;
  color: #505050;
}

#newsKeywords{
  font-size: 8pt;
}

#newsSummary{
  font-weight: bold;
  margin-bottom: 10px;
}

div.newsMainPictureFrame{
  width: 300px;
  padding: 5px;
  border: 1px solid #d0d0d0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  margin-top: 5px;
}

img.newsMainPicture{
}

div.newsMainPictureTextContainer{
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}

#newsText{
  font-size: 9pt;
}

#newsRightSide{
  float: left;
  width: 271px;
  padding-left: 15px;
}

#moreNewsFromCategory{
  background-color: #f0f0f0;
  padding: 10px;
}

#moreNewsFromCategory a, a.newsListByCategory{
  color: #0049c2;
  text-decoration: none;
  display: block;
  margin-bottom: 2px;
  padding-left: 20px;
  background: url('/images/bullet.png') no-repeat;
}

span.newsListDate{
  font-size: 7pt;
  font-family: Arial, Tahoma, Verdana, sans-serif;
  color: #707070;
  display: block;
  margin-bottom: 5px;
}

a.keywordCloud{
  color: #0049c2;
  text-decoration: none;
}

div.commentError{
  color: #cc0000;
}

div.commentSuccess{
  color: #00cc00;
}

#newsCommentsContainer{
  margin-top: 10px;
  max-height: 200px;
  width: 245px;
  overflow: auto;
  background-color: #fefefe;
  padding: 5px;
}

div.commentTitle{
  font-size: 10pt;
  font-weight: bold;
  color: #303030;
}

div.commentName{
  display: inline;
  font-weight: bold;
  color: #505050;
}

div.commentDate{
  font-size: 7pt;
  display: inline;
  color: #505050;
}

div.commentText{
  line-height: 1.5;
  margin-bottom: 20px;
}

#commentForm{
  margin-top: 10px;
}

#commentForm span.inputLabel{
  display: block;
  float: left;
  width: 75px;
  font-weight: bold;
}

#commentForm input{
  font-size: 8pt;
  width: 150px;
  margin-bottom: 5px;
}

.captchaImage { margin: 0 2px; }
.simpleCaptchaSelected { border: 2px solid #393; }

