/*News container on home above webpoll*/
.shortNews{    
    height:auto;
    margin:10px 0px 0px 0px; 
}

.shortNews_allNews{
    margin:0px 0px 20px 0px;  
}

.data{
   font:italic 11px Arial;
   color:#636363;
   height:12px;
   margin:0px;   
}

.data_allNews{
   font:italic 11px Arial;
   color:#636363;
   height:12px;
   margin:0px 0px 7px 0px;   
}

.newsTitle, .newsTitle a{
   font:bold 11px Arial;
   color:#96C00C;
   text-decoration:none;
}

.newsTitle a:hover{   
   text-decoration:underline;
}

.newsAnnotation {
	font:11px Arial;
    color:#636363;
	text-align: justify;
	display: inline;
}

.newsAnnotation p {
	margin: 0px;
	display: inline;
}

.ml2{margin-left:2px;}
.ml5{margin-left:5px;}

.editBTN{
	background-color:#87888a;
	border:1px solid #fff;	
	height: 17px;		
	font:bold 10px Arial;
	color:#2a2a2a;			
	cursor: pointer;
	cursor: hand;
}

.newsShortTitle {
	margin: 0px;
	color: #96C00C;
	font:bold 11px Arial;
	height: 24px;	
}


.newsDetail {
	display: block;	
}

.newsDetail a {
	color: #FF0000;
	text-decoration: none;
}

.newsDetail a:hover {
	color: #FF0000;
	text-decoration: underline;
}

.newsShortDescription {	
}

.newsShortFoot {
	height: 30px;
	overflow: hidden;
	margin:0;
}

.newsShortFoot input.submit{
	background-color:#87888a;	
	height: 21px;		
	font:bold 11px Arial;
	color:#2a2a2a;			
	cursor: pointer;
	cursor: hand;
}
/*News annotation styles End*/