/*
  -------------------------------------
  (c) Dev4Masses, All rights reserved
  -------------------------------------
  $Description: Stylesheets file for public part of CCDD Project $
  $Date: 2006/01/05 12:17:18 $
  $Revision: 1.5 $
  $State: Exp $
*/


/*** Old ***/
a {
  color:           #5A789C;
  text-decoration: underline;
}

a:hover {
  color:           #8A1228;
  text-decoration: none;
}


img {
  border-color:    #999999;
}

.pg_hdr td, .hdr2, .news_ttl {
  color:           #00336F;
}

/* Work area */
.wrk_area td {
  color: #000000;
}

/* Pin at home */
.img_brd_pin {
  border-top: 1px solid #767790;
  border-left: 1px solid #767790;
  border-right: 1px solid #767790;
  border-bottom: 1px solid #767790;
  /*border-width: 0px;*/
}

/* Новости */
.ttl {
  color:             #333333;
}

.srch_news_ttl, .srch_news_btn {
  color:             #818181;
}

.news_fltr, .news_fltr_b, .data, .more {
  color:             #666666;
  font-size:         10px;
}

img.news_img {
  /*border-color: #dddddd;*/
}

/*** NEW ***/
.mid_bar {
  border-top: 1px solid #616C7C;
}

td.m_bar_l_bg {
  background-image: url( 'i/mid_bar_l_bg_cc.gif' );
}

td.m_bar_r_bg {
  background: transparent url( 'i/mid_bar_r_bg_cc.gif' ) repeat-x 0px 1px;
  background-color: #BDC8D5;
}

/*****************************************************************/
/**** MENU *****/
/*** first level: begin ***/
#leftMenu a.itemL1 {
  background: transparent url(i/button_normal_cc.gif);
  padding: 10px 20px 8px 10px;
}

#leftMenu a.itemL1:hover {
  background: transparent url(i/button_hover_cc.gif);
}

#leftMenu a.activeL1, #leftMenu a.activeL1:hover {
  background: transparent url(i/button_hover_cc.gif);
}

a.popup_mnu:hover {
  font-size: 10px;
  color: #8A1228;
  text-decoration: none;
}
/*****************************************************************/