a {
  color: #2f2f2f;
  text-decoration: underline;
}
a:hover {
  color: #c42603;
  text-decoration: none;
}

a.red {
  color: #c42603;  
}
a.red:hover {
  color: #2f2f2f;  
}

.clickablePanel
{
	cursor:pointer;	
	color: #c42603;
	text-decoration: underline;	
}

.title_red {
  color: #d90000;
  font-weight: normal;
}

.block_red {
  background: #f9c8bd url('/Custom/Images/block_bg_red.gif') repeat-x;
  margin: 0px 0px 10px 0px;    
}

.block_title .left_red {
  float: left;
  width: 5px;
  height: 5px;
  background-image: url('/Custom/Images/block_cl_red.gif');
  overflow: hidden;
}

.block_title .right_red {
  float: right;
  width: 7px;
  height: 7px;
  background-image: url('/Custom/Images/block_cr_red.gif');
  overflow: hidden;
}

.header .right .date {
  color: #ffffff;
  font-size: 9px;
  text-align: center;  
}

.header .right .temperature
{
	padding-top:10px;
	padding-left:5px;
	float:left;
	color: #ffffff;
}

.mainmenu {
  clear: both;  
  height: 23px;  
  background: #6B4848 url('/Custom/Images/menu_bg.gif') repeat-x; 
  margin: 5px 0px 5px 0px;
  font-family: tahoma,sans-serif;
  font-weight: bold;
  overflow: hidden;
}

.mainmenu .sep {
  float: left;
  width: 1px;
  height: 19px;  
  margin: 2px 0px 0px 11px;
  background-image: url('/Custom/Images/menu_sep.gif');
}

.header {
  clear: left;
  text-align:center;
  height: 185px;
  background: #ecd6d2 url('/Custom/Images/hd_bg.gif') repeat-x; 
  overflow: hidden;
  padding-left:10px;
}

.header .separator {
  float: left;
  width: 11px;
  height:175px;
  background-image:url('/Custom/Images/hd_sep.jpg');
}

.mainmenu .search .input {
  width: 100px;
  height:16px;
  border: 1px solid #d54429;
} 

.footer_td {
  height: 83px;
  background: #646752 url('/Custom/Images/footer_bg.gif') repeat-x; 
  color: #ffffff;
  
}

* {padding:0; margin:0}
.dropdown {float:left; margin: 4px 2px 2px 0px; }
.dropdown dt {  padding:0px 0px 0px 11px; font-weight:bold; cursor:pointer}
.dropdown dt:hover {}
.dropdown dd {margin-top:6px;background-color:#fdfdfd;position:absolute; overflow:hidden; display:none; z-index:200; opacity:0;width:148px;}
.dropdown ul {margin:0px 2px 2px 2px; text-align:left; padding:2px; list-style:none; border-top:none;background-image:url('/Custom/images/dmenu_back.gif');background-position:bottom;background-repeat:repeat-x;width:140px}
.dropdown li {display:inline}
.dropdown li a, .dropdown li a:active, .dropdown li a:visited {display:block;padding:0px 0px 5px 10px; color:#928e8c; text-decoration:none; width:130px}
.dropdown li  a:hover {background:#e4dede; color:#c12503;margin:0 px 2px 2px 2px; }
.dropdown a, .dropdown a:active, .dropdown a:visited {color: #dbd8d6;
  text-decoration: none;}
.dropdown a:hover {color: #ffffff;
  text-decoration: none;}
.dropdown .underline {}

.galleryPage
{
	color:Red;	
}
.galleryPage .item
{
	padding-right:3px;
	padding-left:3px;
}
.galleryPage a {
  color: #c42603;  
}

.galleryPage a:hover {
  color: #2f2f2f;  
}

.votingRusultItem
{
	background-color:#492d2d;
}

