/*News container on home above webpoll*/
.shortNewsContainer {
	width: 321px;
	margin: 15px 0px 15px 17px;
	margin-left: expression(( true == true)?'9px':'9px'); /*For MSIE*/
	overflow: auto;
	overflow-x: hidden;
	scrollbar-3dlight-color: #EBEBEB;   
    scrollbar-arrow-color: #7F7F7F; 
    scrollbar-base-color: #EBEBEB; 
    scrollbar-darkshadow-color: #EBEBEB;
    scrollbar-face-color: #EBEBEB;
    scrollbar-highlight-color: #BEBEBE; 
    scrollbar-shadow-color: #BEBEBE;   
    scrollbar-track-color: #EBEBEB;
    text-align: left;
}

.shortNews {
	margin: 20px 4px 15px 0px;	
}

.shortNewsE {
	margin: 0px 4px 15px 0px;		
}

.shortNews .newsTitle {
	font-weight: bold;	
}

.newsTitle a, .newsTitle a:hover{
	font: bold 17px Verdana;
	color:#000;
	text-decoration:none;
}

.newsTitleE a, .newsTitleE a:hover{
	font: 13px Verdana;
	color:#9FC31F;
	text-decoration:none;
}

.newsCircle{
    background-image:url(/site/core/images/news-circle.gif);
    background-repeat:repeat-x;
    height:25px;
}    

.newsCircleE{
    background-image:url(/site/core/images/news-circle.gif);
    background-repeat:repeat-x;
    height:11px;
}    

.newsAnnotation {
	xtext-align: justify;	
	xfloat:none;
}

.newsAnnotationE {
	text-align: justify;	
	margin-right:15px;
	margin-bottom:-10px;
    margin-bottom:expression(isMSIE5_0?'-12px':isMSIE5_5?'-12px':isMSIE6_0?'-12px':'-10px');	
}

.newsAnnotation p {
	margin: 0px;
	line-height:17px;
	display: inline;
}

.newsDetail {	
	text-align: right;
}

.newsDetail a, .newsDetail a:hover {
	font: italic 13px Verdana;
	color: #0EB8E9;
	text-decoration: none;
}

/*News annotation styles Begin*/

.newsShortTitle {
	margin: 8px 0px 0px 0px;
	color: #FF0000;
	font-size: 11px;
	height: 24px;
	overflow: hidden;
}

.newsShortDescription {
	height:268px;
	margin: 0;
	padding-right: 10px;
	overflow: auto;
	overflow-x: hidden;
}

.newsShortDescription p {
	margin: 0 0 13px 0;	
}

.newsShortFoot {
	height: 30px;
	overflow: hidden;
	margin: 10px 0 0 0;
}
/*News annotation styles End*/