﻿.CategoryMainNews{}
.CategoryMainNewsTitle{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.3em;
  font-weight: bold;
  color: #054F80;
}
.CategoryMainNewsTitle a{
  color: #054F80;
}

.CategoryMainNews2{}

.CategoryMainNewsThum{
  float: right;
  margin-left: 10px;
  padding: 3px 0 10px 3px;
}

.CategorySubcat{
  margin-bottom: 10px;
  background-color: #E2EFF4;
  padding: 3px;
}
.CategorySubcat ul{
  list-style: none;
}
.CategorySubcat ul li{
  list-style: none;
  float: right;
  margin-left: 5px;
  font-family: Arial;
  font-size: 1.1em;
  font-weight: bold;
  padding: 2px 5px;
}
.CategorySubcat ul li a{
  background-color: #FFFFFF;
  padding: 2px 5px;
  display: block;
}
.CategorySubcat ul li a:hover{
  background-color: #CBE2EB;
}


.CategoryNewsHeadline{
  margin-bottom: 10px;
}
.CategoryNewsHeadline ul {
  list-style: url(/img/arrow_right.gif) inside;
}
.CategoryNewsHeadline ul li{
  font-family: Arial;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.5em;
}
.CategoryNewsHeadline a:hover{
  color: #4D4D4D;
}


.NewsTopic{
  margin-bottom: 15px;
}
.NewsTopicThum{
  float: right;
  margin:10px;
}
.NewsTopicRead{
  font-size: 11px;
  text-align: left;
  margin-bottom: 15px;
}
#NewsGallery{
  margin-bottom: 15px;
  background-color: #F3F3F5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 735px;

}
.NewsGalleryThum{
  width: 100px;
  height: 100px;
  text-align: center;
  float: right;
  margin: 5px 5px;
  padding: 5px 0 5px 0;
}

.NewsRelatedTopic{
  margin-bottom: 15px;
}
.NewsRelatedTopic ul {
  list-style: url(/img/arrow_right.gif) inside;
}
.NewsRelatedTopic ul li{
  font-family: Arial;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.5em;
}
.NewsRelatedTopic a:hover{
  color: #4D4D4D;
}
#CommentBox{
  background-color: #F3F3F5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 725px;
  padding: 5px;
}
.Comment{
  font-family: Arial;
  margin-bottom: 15px;
  border-bottom: 1px solid #333333;
  padding-bottom: 15px;
}
.Comment .CommentTitle{
  font-size: 1.1em;
  font-weight: bold;
  color: #054F80;
}
.Comment .CommentWriter{
  font-size: 0.9em;
  font-weight: bold;
  color: #999999;
  border-left: 1px solid #999999;
  float: right;
  padding: 0 0 0 10px;
  margin-left: 10px;
}
.Comment .CommentDate{
  font-family: tahoma;
  font-size: 0.7em;
  font-weight: bold;
  color: #999999;
}
.Comment .CommentText{
  clear: both;
  font-weight: bold;
  font-family: Tahoma;
  font-size: 12px;
  font-weight: normal;
}

#BreakingNews{
  border: 1px solid #FF0033;
}

#BreakingNews h1{
  background-color: #FF0033;
  padding: 2px 5px;
  font-family: Arial;
  font-size: 1.2em;
  font-weight: bold;
  color: white;
}

#BreakingNews p{
  padding: 5px;
}

.IndexBlock{}
.IndexBlock .IndexBlockTitle{
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  padding: 3px 0 3px 0;
}
.IndexBlock .IndexBlockContent{
  padding: 3px;
}

