body {
  width: 100%;
  height: 100%; 
  margin: 0px; 
  padding: 0px;
  font-family: verdana,tahoma,sans-serif;
  font-size: 11px;
  color: #2f2f2f;
  background-color: #f2f2ea;
}

img
{
	border:0px;
}

td, div {
  font-size: 11px;
}



.news_date {
  font-weight: bold;
}
.news_time {
  font-weight: bold;
  color: #675e52;
   
}

.settings
{
	padding:5px;
}

.settings .colorButton
{
	cursor:pointer;
	border-width:0px;
	width:40px;
	height:15px 
}


.container_left {
  width: 17px;
  max-width:17px;
  background-image: url('/Custom/Images/page_bg_left.gif');
  background-repeat:repeat-y;  
}
.container_right {
  width: 17px;
  background-image: url('/Custom/Images/page_bg_right.gif');
  background-repeat:repeat-y;  
}
.container_spacer {
  width: 10px;
  background-color: #ffffff;
}
.container {
  width: 100%;
  height: 100%;
  text-align:left;
  background-color: #ffffff;
}
.content_td {
  height: 100%;
  
}
.header_td {
  height: 214px;
}
.header_container {
  height: 214px;
}


.header .top_spacer {
  height: 10px;
}
.header .left_spacer {
  height: 10px;
}
.header .left {
  float: left;
  width: 224px;
  height: 175px;  
  background: #ffffff url('/Custom/Images/logo_shadow_bg.gif') no-repeat; 
  vertical-align: top;
  
}
.header .left .logo {
  margin-top: 45px;
  text-align: center;
} 

.header .center {
  float: left;
  width: 534px;
}
.header .right {
  float: left;
  text-align:center;
  width:140px;
  
  vertical-align:top
}


.subMenu
{
	clear: both;  
	height: 15px;
	background-color: #ffffff;
	margin: 0px 0px 5px 0px;
	font-family: tahoma,sans-serif;
	font-weight:bold;
	overflow: hidden;
}

.subMenu .item {
  float: left;
  margin: 0px 0px 0px 11px;
}

.subMenu .sep {
  float: left;
  width: 1px;  
  margin: 2px 0px 0px 11px;  
}

.subMenu .item a {
  color: #c32205;
  text-decoration:underline;
}
.subMenu .item a:hover {
  color: #c32205;
  text-decoration: none;
}

.subMenu .item .activeText {
  color: #c32205;  
}

.searchLabel
{
	font-family: tahoma,sans-serif;
	font-weight: bold;
	color: #ffffff;
	vertical-align:top;	
	padding-left:11px;
	padding-right:10px;	
	padding-top:3px;	
}





a.mainmenuItemActiveText {
  color: #ffffff;
  text-decoration: none;
}
a.mainmenuItemActiveText:hover {
  color: #ffffff;
  text-decoration: none;
}


.mainmenu .item {
  float: left;
  margin: 3px 0px 0px 11px;
}
.mainmenu .search {
  float: right;  
  padding: 1px 8px 0px 0px;
  vertical-align:top;
} 

.mainmenu .search .button {
  height: 15px;
  margin-top:3px;
} 


.mainmenu .item a {
  color: #dbd8d6;
  text-decoration: none;
}
.mainmenu .item a:hover {
  color: #ffffff;
  text-decoration: none;
}
.mainmenu .item a.active {
  color: #ffffff;
  text-decoration: none;
}
.mainmenu .item a.active:hover {
  color: #ffffff;
  text-decoration: none;
}

.mainmenu .item .activeText {
  color: #ffffff;  
}

.leftblock {    
  width: 238px; 
  height: 100%;
  text-align:left;
}
.sepblock {    
  width: 6px; 
}
.contentblock {  
  width: 2000px;
  height: 100%;
  background-color: #eeeeee;  
  padding: 12px 10px 20px 10px;  
}

.title {
  color: #675e52;
  margin: 0px 0px 12px 0px;
  font-size: 14px;
  font-weight: bold;
}


.block_gray {
  background: #f1f1e9 url('/Custom/Images/block_bg.gif') repeat-x;
  margin: 0px 0px 10px 0px;  
}

.block_inner {
  background-image: url('/Custom/Images/block_bg_l.gif');  
  background-repeat: repeat-y;
  background-position: right;
}
.block_title {
  height: 31px;
}
.block_title .left {
  float: left;
  width: 5px;
  height: 5px;
  background-image: url('/Custom/Images/block_cl.gif');
  overflow: hidden;
}
.block_title .left_ct {
  float: left;
  width: 5px;
  height: 5px;
  background-image: url('/Custom/Images/block_cl_ct.gif');
  overflow: hidden;
}


h1
{
	color: #675e52;
	font-size: 13px;
	font-weight: bold;
}

.block_title .caption {
  float: left;
  color: #675e52;
  margin: 6px 0px 0px 5px;
  font-size: 13px;
  font-weight: bold;  
}
.block_title .caption_red {
  float: left;
  color: #ffffff;
  margin: 6px 0px 0px 5px;
  font-size: 13px;
  font-weight: bold;  
}
.block_title .right {
  float: right;
  width: 7px;
  height: 7px;
  background-image: url('/Custom/Images/block_cr.gif');
  overflow: hidden;
}
.block_title .right_ct {
  float: right;
  width: 7px;
  height: 7px;
  background-image: url('/Custom/Images/block_cr_ct.gif');
  overflow: hidden;
}

.block_content {
  background-color: #ffffff;
  margin: 0px 10px 0px 7px;
  padding: 7px;
}
.block_content_ct {
  background-color: #ffffff;
  margin: 0px 2px 0px 0px; 
  padding: 10px; 
}
.block_content_red { 
  color: #000000;   
  padding: 10px;
}
.block_links {
  margin: 10px 10px 10px 10px; 
}
.block_links a {
  color: #c42603;  
}
.block_footer {
  height: 6px;
  background-image: url('/Custom/Images/block_ft_bg.gif');
}
.block_footer .left {
  float: left;
  width: 6px;
  height: 6px;
  background-image: url('/Custom/Images/block_ft_l.gif');
  overflow: hidden;
}
.block_footer .left_ct {
  float: left;
  width: 6px;
  height: 6px;
  background-image: url('/Custom/Images/block_ft_l_ct.gif');
  overflow: hidden;
}
.block_footer .right {
  float: right;
  width: 6px;
  height: 6px;
  background-image: url('/Custom/Images/block_ft_r.gif');
  overflow: hidden;
}
.block_footer .right_ct {
  float: right;
  width: 6px;
  height: 6px;
  background-image: url('/Custom/Images/block_ft_r_ct.gif');
  overflow: hidden;
}


.footer_td .left {
  float: left;
  width: 240px;
  height: 83px;
}
.footer_td .left .title {
  margin: 12px 10px 0px 10px;
  color: #ffffff;
  font-family: arial,sans-serif;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
}
.footer_td .left .addr {
  margin: 12px 10px 0px 10px;
  font-size: 10px;
}
.footer_td .right {
  float: right;
  width: 650px;
  height: 83px;
  font-size: 10px;
}
.footer_td .right .menu {
  margin: 10px 0px 0px 10px;
}
.footer_td .right .menu a {
  margin-right: 13px;
  color: #ffffff;
  font-size: 10px;
}
.footer_td .right .menu a:hover {
  color: #ffffff;
}

.footer_td .right .copyright {
  margin: 35px 0px 0px 0px;
  padding-left:80px;
  text-align: left;
  font-size: 10px;
}

.newsButtonContainer
{
	text-align:right;
	padding-top:30px;
	padding-right:10px;		
}

.commentsPanel
{
}



.collapsiblePanel
{
	overflow:hidden;
	margin-top:10px;		
}

.commentsHolderComment
{
}

.fromLabelComment
{
	font-weight:bold;	
}

.postedOnLabelComment
{
	color: #675e52;
}

.commentPanelComment
{
	margin-top:10px;
	margin-bottom:10px;
}

.commentAddTextBox
{
	width:250px;
}

.commentAddTextArea
{
	width:290px;
}

.commentButtonPanel
{
}

.loginBoxes
{
	width:120px;
}

div.ajax__calendar_years table tr td
{
    padding:0px;
}
div.ajax__calendar_months table tr td
{
    padding:0px;
}
div.ajax__calendar_days table tr td
{
    padding:0px;
}


.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.dragTitle
{
	cursor:move;
}

.galleryList
{
	text-align:left;
	width:457px;
}

.galleryListItem
{
	padding:10px;		
	/*--filter:progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);--*/
	filter:progid:DXImageTransform.Microsoft.BasicImage(opacity=0.8);	
	opacity:0.8;
	
}

.galleryListItem:hover
{
	padding:10px;		
	/*--filter:progid:DXImageTransform.Microsoft.BasicImage(grayScale=0);--*/
	filter:progid:DXImageTransform.Microsoft.BasicImage(opacity=1);
	opacity:1;
}

.ratingHeader
{
	font-weight:bold;
	width:100%;
}

.ratingHeader .label
{
	text-align:right;
	padding-right:10px;
}

.ratingHeader .value
{
	text-align:left;
	padding-left:10px;
}

.ratingContent
{
	width:100%;
}

.ratingContentHeader
{
	vertical-align:top;
	height:30px;
	font-weight:bolder;	
}

.ratingContentTop3
{
	font-weight:bold;
}

.settingsPanel
{
	background-color:#eeeeee;
	margin-bottom:5px;	
}

.galleryPageButton
{
	padding-right:5px;
	padding-left:5px;
}

.votingResults
{
	padding-top:20px;
}

.pleaseWaitHolder
{	
	position:absolute;
	top:50%;
	left:50%
}

.pleaseWaitElement
{
	background-color:#ffffff;
	width:100px;
	height:50px;
	padding:10px;
	margin-bottom:1px;
	vertical-align:middle;
	border-style:solid;
	border-color:Gray;
	border-width:1px;
	text-align:center;
}

.bennersHolder
{
	text-align:center;	
}

.newsTimeLabel
{
	/*padding-left:5px;*/
}