﻿.CategoryMainNews{}
.CategoryMainNewsTitle{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.3em;
  font-weight: bold;
  color: #0076A3;
}
.CategoryMainNewsTitle a{
  color: #35629D;                                                                                           
  padding-right: 3px;
}

.CategoryMainNews2{}

.CategoryMainNewsDesc{
  float: right;
  margin-left: 10px;
  width: 65%;
  padding-right: 10px;
}

.CategoryMainNewsThum{
  float: left;
  margin-right: 10px;
  height: 100px;
  width: 25%;
}

.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: 0 0 10px 10px;
}
.NewsTopicRead{
  font-size: 12px;
  text-align: left;
  margin-bottom: 15px;
}
.NewsGallery{
  margin-bottom: 15px;
}
.NewsGalleryThum{
  width: 100px;
  height: 100px;
  text-align: center;
  float: right;
  margin: 5px 5px;
}

.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;
}

.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: #0072A1;
}
.Comment .CommentWriter{
  font-size: 1em;
  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;
}

#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;
}

#city{}
#city ul {
  list-style: none;
}
#city ul li {
  list-style: none;
  float: right;
  margin: 5px;
  width: 90px;
  text-align: center;
  background-color: #F1F4F8;
  border: 1px solid #7896BD;
  white-space: nowrap;
  overflow: hidden;
}
#city ul li a{
  display: block;
  padding: 3px;
}
#city ul li a:hover{
  background-color: #7896BD;
}