/*widget*/
.widget-head {  
     -moz-border-radius-topleft: 2px;  
     -moz-border-radius-topright: 2px;  
     -webkit-border-top-left-radius: 2px;  
     -webkit-border-top-rightright-radius: 2px;
     text-align: left;
     font-weight: bold; 
     height: 17px;
     padding-left: 3px;
     padding-top: 3px;
     color: #fff;
}
 
 .color-yellow-f {background:#f2bc00;}
 .color-red-f    {background:#dd0000;}  
 .color-blue-f   {background:#418fa5;}    
 .color-orange-f {background:#f66e00;}  
 .color-green-f  {background:#8dc100;}  
 .color-gray-f  {background:#d3d3d3;}

 
 .widget {  
     color: #56554e; 
     overflow: hidden;   
     /*line-height: 30px;  */
     margin: 5px;  
     -moz-border-radius: 4px;  
     -webkit-border-radius: 4px;
 }  
  

 .widget-content {  
     background: #f5f5f5 url(Img/widget-content-bg.png) repeat-x;
     padding: 5px;  
     color: #56554e;  
     -moz-border-radius-bottomleft: 2px;  
     -moz-border-radius-bottomright: 2px;  
     -webkit-border-bottom-left-radius: 2px;  
     -webkit-border-bottom-rightright-radius: 2px;  
     line-height: 1.2em;  
     overflow: hidden;  
 }

/*End widget*/

.hh1{
     -moz-border-radius-topleft: 3px;  
     -moz-border-radius-topright: 3px;  
     -webkit-border-top-left-radius: 3px;  
     -webkit-border-top-rightright-radius: 3px;
     font-weight: bold;
     height: 17px;
     margin-bottom: 10px;
     text-align: center;
     color: #fff;
}

.hh1 a:link{
	text-decoration: none; 
	color: #fff;
	outline:none;
} 
.hh1 a:visited{
	text-decoration : none; 
	color : #fff;
} 
.hh1 a:hover{
	text-decoration: none;
	color : #f08d00;
}