/* tabs */

div.index_news {
  width:726px;
  /*height:245px;*/
  background-color:#ffffff;
  border:1px solid #38393a;
  border-collapse:collapse;
  margin:7px 7px 7px 9px;
  font-family:Arial, Helvetica, sans-serif;
  text-align:left;
}

.index_news_menu {
  background:#000 url(/img/newsmenu/newsmenubg.gif) repeat-x 0% 0%;
  height:27px;
  width:726px;
  text-align:left;
  padding:0px;
  margin:0px;
}

#newstabs {
  float:left;
  margin:0 !important;
  padding:0;
  width:680px;
  height:27px !important;
  background:#000000 url(/img/newsmenu/newsmenubg.gif) repeat-x 0% 0%;
  text-align:left;
  list-style-type:none;
  list-style-position:outside;
  list-style-image:none;
}

#newstabs li {
  list-style:none;
  margin:0px;
  float:left;
  height:20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
  background-image: url(/img/newsmenu/news_bg.gif);
  background-repeat: no-repeat;
  background-position: right top;
  padding-top: 7px;
  padding-right: 12px;
  padding-left: 10px;
}

/* every tab uses the same background image */
#newstabs li a {
  color: #FFFFFF;
  text-decoration: none;
  /*position:relative;*/
  /*display:block;*/
  height: 27px;
  overflow: hidden;
  padding:0px;
  margin:0px;
}

#newstabs li.current {
  background-image: url(/img/newsmenu/news_bg_cur.gif);
  background-repeat: no-repeat;
  background-position: right top;
}

#newstabs li.current a {
  cursor:default;
}

/* panes */
#newspanes {
  width:726px;
  /*height:319px;*/
  display:block;
}

/* single pane */
#newspanes div.newstabitem {
  margin:14px 0px 5px 8px;
  display:none;
  color:#000;
  width:716px;
  /*height:300px;*/
}

/* inside pane */
#newspanes div.newstabitem h2 {
  font-weight:normal;
  color:#000;
  letter-spacing:1px;
}

/* news block */
.index_news_top {
  background:url(/img/newsbullet.gif) 0% 0% no-repeat;
  padding-left:18px;
  width:198px;
  margin-right:16px;
}
.index_news_img {
  display:block;
  width: 185px;
  height: 104px;
  padding:0;
  float: left;
  border: 1px solid #929292;
}
.index_news_date {
  margin-top:10px;
  color:#dc0000;
  font-size:10px;
}
.index_news_title a:link, .index_news_title a:visited{
  font-weight:bold;
  font-size:11px;
  text-decoration:none;
  color:#000000;
  line-height:12px;
}
.index_news_title a:hover {
  text-decoration:underline;
  }
.index_news_txt {
  color:#666666;
  font-size:11px;
  clear: both;
}
.index_news_line {
  margin-top:8px;
  height:1px;
  background:url(/img/indexnews_h1.gif);
}
.index_news_img2 img{
  margin-right:7px;
  float:left;
  border:1px solid #666666;
  margin-bottom: 3px;
}
.index_news_date2 {
  color:#dc0000;
  font-size:10px;
  margin-top:-2px;
  margin-bottom:-2px;
  float:left;
}
.index_news_line2 {
  margin:8px 0px 10px 0;
  height:1px;
  background:url(/img/indexnews_h1.gif);
}
/* end news block */


