.hidde{
display:none;
}
textarea{
font-size:12px;
}
.activeField
        {
            background-image: none;
            background-color: #ffffff;
            border: solid 1px #33677F;
    }
.idle
        {
	    border: solid 1px #c3c3c3;
	    background-image: url('/img/blue_bg.png');
	    background-repeat: repeat-x;
	    background-position: top;
   }
   
.none{ border: 0px; }

.info, .success, .warning, .error, .validation {
border: 1px solid;

padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}
.info {
color: #00529B;
background-color: #BDE5F8;
background-image: url('/img/notice/info.png');
}
.success {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('/img/notice/success.png');
}
.warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('/img/notice/warning.png');
}
.error {
color: #D8000C;
background-color: #FFBABA;
background-image: url('/img/notice/error.png');
}






h2 {
    color: #242424;
    text-decoration:none; 
	font-size:14px;
	display:block;
	margin: 0;
	padding: 7px 0;
}




.tab, .tab td{
background: #f7f7f7;
border-bottom: 1px solid #adaab3;
padding:5px;
}


.tab2, .tab2 td{
background: #f7f7f7;
}





.tab1 td, .tab2 td {
padding:3px;
}



.tab span{
margin:3px;
text-align:center;
font-weight: bold;
font-size:11px;
border-bottom:1px dashed;
}
.line{
border-bottom:1px #999999 solid;
padding-bottom:5px;
}










.sharez-storylist{
   position: relative;
}
.sharez-top{
background:#FFFFFF;
border:1px #658400 solid;
padding:1px;
}
.sharez-bottom{
background:#f2f2f2;
height:17px;
width:100%;
border-top:1px #e5e5e5 solid;
text-align:right;
}
.sharez-fon{
background:transparent url(/img/fon.png);
padding:6px;
}
.sharez-hover {
position: absolute;
z-index: 9900;
display: none;
float:left;
}




.share-hover 
{
position: absolute;
z-index: 100;
display: none;
}	

.box1{
background:transparent url(/img/fon.png);
padding:10px;
}
.box2{
background:#FFFFFF;
border:1px #658400 solid;
padding:1px;
}
.box3{
background:#f2f2f2;
height:20px;
width:100%;
border-bottom:1px #e5e5e5 solid;
}
.box4{
float:left;
margin-left:5px;
margin-top:3px;
}
.box5{
float:right;
margin-right:5px;
margin-top:3px;
}


a.more_orange_link, a.more_orange_link:hover
{
	display: block;

	float:right;
	vertical-align:baseline;
	margin:0px;
	padding:0px;
	height:16px;
	padding-right:24px;
	margin-right:10px;
	font:9px;
	color: #f58615;
	text-decoration:none;

}

a.more_orange_link:hover {
	text-decoration:underline;
	
}



#newsmain{
	padding-left:10px;padding-top:10px;clear:both;
	}
	
.news_box {
	width:210px;
	background: #fff9b2;
}
.news_box div {
	width:210px;
	height:19px;
	font-size:1px;
	overflow:hidden;
	background: #fff9b2 url('img/news_box_bottom.png') no-repeat top;
}
.news_box a, .news_box a:hover {
	display:block;
	font:12px Arial;
	color: #575757;
	font-weight:bold;
	padding:6px 0 4px 7px;
	margin-bottom:4px;
	text-decoration:none;
}
.news_box a:hover {
	color: #8a8a8a;
	text-decoration:none;
}

.news_box p {
	padding:2px 10px 0 8px;
	margin:0px;
	font-size:11px;
	color: #575757;	
}







.box_panel {
	width:200px;
	height:100%;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#f0f0f0 repeat-x scroll left bottom;
	/*border:1px solid #f0f0f0; */
	left:0;
	margin:10px 0 15px;
	padding:5px;
	position:relative;
	top:0;
}
.box_panel .corner {
	background-image:url(img/box_corners.png);
	-background-image:url(img/box_corners_ie6.gif);
	background-repeat:no-repeat;
	font-size:0;
	height:10px;
	overflow:hidden;
	position:absolute;
	width:10px;
}
.box_panel .top-left {
	background-position:left top;
	left:0;
	top:0;
}
.box_panel .top-right {
	background-position:right top;
	right:0;
	top:0;
}
.box_panel .bottom-left {
	background-position:left bottom;
	bottom:0;
	left:0;
}
.box_panel .bottom-right {
	background-position:right bottom;
	bottom:0;
	right:0;
}




