.statistic {
	color: #315175;
	font-weight: bold;
}

.anoun {
	background: url(/portal/images/tcat.gif) repeat-x;
	color: #FFFFFF;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	
	font-size: 12px;
text-shadow: 0px 0px 4px #000000;

        filter: dropshadow(color=#000000, offx=0, offy=0);
}

.anoun a:link {
	color: #FFFFFF;
}

.anoun a:visited {
	color: #FFFFFF;
}

.anoun a:hover, .tcat a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.pbh {
	background: url(/images/MetroSnack/thead.gif) repeat-x;
	color: #ffffff;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
}

.pbh a:link {
	color: #ffffff;
	text-decoration: none;
}

.pbh a:visited {
	color: #ffffff;
	text-decoration: none;
}

.pbh a:hover, .thead a:active {
	color: #ffffff;
	text-decoration: underline;
}

.anh {
-webkit-box-shadow: 0px 4px 3px #595959;

        -moz-box-shadow: 0px 4px 3px #595959;

        box-shadow: 0px 4px 3px #595959;

filter:progid:DXImageTransform.Microsoft.Shadow(color='#595959',direction='120',strength='10');
}
.community {
	list-style-type: none;
	font-size: 12px;
	margin:0px;
	padding:0px;
}

.community li {
	display: inline;
	margin-left:0px;
	list-style-type: none;
}
.community li a {
	background: #ff8533;
	margin-left:0px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	line-height:32px;
	padding:0 5px 3px 5px;
}

.community li a:hover {
	background: #ffba8c;
	color: #000000;
}

/* Youtube Video Thumb */
.ytthumb_img {
width:210px;
margin-left:-5px;
margin-top:-20px;
}

.ytthumb{
overflow : hidden;
margin : 0px;
padding : 0px;
width : 200px;
height: 113px;
position:absolute;
z-index:2;

} 

.ytwrap {
	width:200px;
	height:113px;
}

.ytplay {
	background:url(/images/fancybox/play.png) no-repeat;
	width:200px;
	height:113px;
	position:absolute;
	z-index:3;
		filter:alpha(opacity=70);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	transition-duration:0.2s;
	-webkit-transition-duration:0.2s;
	-o-transition-duration:0.2s;
	-moz-transition-duration:0.2s;

}
.ytplay:hover {
		filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}



