/*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-bottom: 15px;
	margin-right: 3px;
}
.shortNews fieldset{
    border:1px solid #A3C1C6;
    margin:0px;
    padding:0px 15px 5px 15px;
    text-align:justify;
}
.shortNews fieldset legend{
    margin:0px 0px 10px -7px;
    font-weight:bold;
    font-size:12px;    
}
.shortNews .newsTitle {
	font-weight: bold;
}

.newsAnnotation {
	text-align: justify;
}

.newsAnnotation p {
	margin: 0px;
}

.newsDetail {
	display: block;
	text-align: right;	
}

.newsDetail a {
	color: #d02330;
	text-decoration: none;
}

.newsDetailA {
	color: #d02330;
	text-decoration: none;
}

.newsDetail a:hover {
	color: #050505;
	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*/