/*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: 5px;
	margin-right: 3px;
	clear:both;	
}

div.shortNews div.newsTitleFr A
{
    color:#666666;
    font:10px Verdana;    
}

div.newsTitle A{
	color: #158A28;		
}


.shortNews .newsTitle {
	font-weight: bold;
}

.newsAnnotation {
	text-align: justify;	
}

.newsAnnotation .contentStyle{

}

.newsAnnotation p {
	margin: 0px;
}

.newsDetail {
	display: block;
	text-align: right;
}

.newsDetail a {
	color: #FF0000;
	text-decoration: none;
}

.newsDetail a:hover {
	color: #FF0000;
	text-decoration: underline;
}

.Gr{
    float:left; 
    width:16px;
    margin: 0px 0px 0px -3px;
    cursor:hand;
    cursor:pointer;
}

.shortNewsAfterGr{
     width:153px; 
     margin: 0px 0px 0px 0px;     
     cursor:pointer;
     cursor:hand;
}

/*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;
}

.editBTN
{
    font:10px bold Arial;
    background-color:#7cd22e;
    border:solid 1px #000;
}

/*News annotation styles End*/