._widget
{
    font-size: 11px;
}
.newsWidget {
	font-size: 11px;
	text-align: left;
     
	border: 1px solid #DDDDDD; 
    border-radius: 6px 6px 6px 6px;
	box-shadow:1px 1px 5px rgba(0,0,0,0.2);
    
    
    margin: 0 0 7px 0;
    padding: 7px;
	
}
	.newsWidget > h3{
		font-weight:bold;
		font-size:11px;
		margin: 0px;
		line-height: 13px;
		text-transform: capitalize;
	}
	
	.newsWidget > p{
		margin: 0 0 5px 0;
	}	
	
.bannerWidget.leftSide img, .bannerWidget.leftSide embed
{
	padding-bottom: 0px;
	padding-top: 0px;
	max-width: 180px;
    text-align: left;
}

.bannerWidget.headBelow 
{
	text-align: center;
}

.bannerWidget.headBelow img, .bannerWidget.headBelow embed
{
	padding-bottom: 10px;
	padding-top: 1px;
	max-height: 180px;
}

.coverWidget {
	font-size: 11px;
	text-align: justify;
     
	border: 1px solid #DDDDDD;
    border-radius: 6px 6px 6px 6px;
	box-shadow:1px 1px 5px rgba(0,0,0,0.2);
	
    margin: 0 0 7px 0;
    padding: 7px;
	background-color: rgba(249,249,249,1);
}
	.coverWidget > h3{
		font-weight:bold;
		font-size:11px;
		margin: 0px;
		line-height: 15px;
	}
	
	.coverWidget > p{
		margin: 0 0 5px 0;
	}


.statWidget {
	font-size: 11px;
	text-align: left;
     
	border: 1px solid #DDDDDD;
    border-radius: 6px 6px 6px 6px;
	box-shadow:1px 1px 5px rgba(0,0,0,0.2);
	
    margin: 0 0 7px 0;
    padding: 7px;
	background-color: rgba(249,249,249,1);
}
	.statWidget > h3{
		font-weight:bold;
		font-size:11px;
		margin: 0px;
		line-height: 15px;
	}
	
	.statWidget > p{
		margin: 0 0 5px 0;
	}
	
	.statWidget  span
	{	
		display:inline-block;
	}
	
.quicksearchWidget{
	font-size: 11px;	
}	
	.quicksearchWidget  input[type="text"]{
		width: 100px;		
	}
	
	.quicksearchWidget  input[type="submit"], .quicksearchWidget  input[type="button"]{
		width: 45px;
		height: 22px;
		border: none;
		text-transform: uppercase;
		font-size: 8px;
		font-weight: bold;
		color: #FFFFFF;
		background-image: url(buttonBg.gif);
		background-repeat: no-repeat;
		background-position: left top;
		position:relative;
		top:-2px;
	}
	
	
	
	
.freeLawWidget
{
	float: right;
	width: 248px;
	margin: 0px 0px 10px 20px;
	padding: 0px 0px 0px 0px;
	background-color:#F3F5F6;	
	font-size: 11px;
	text-align: left;	
}

	.freeLawWidget  h3
	{
		margin-bottom: 10px;
		font-size: 11px;
		font-weight: bold;
		color: #515151;	
	}
	
	.freeLawWidget p
	{
		color: #868686;
	}
	
	.freeLawWidget ul{ /* line-height: 15px; */ }
	
	.freeLawWidget ul li
	{
		padding-top:5px;
	}
	
	.freeLawWidget ul li a { /* text-decoration:none; */ }

	.freeLawWidget div.boxContent
	{
		margin: 0px 0px 0px 0px;
		padding: 3px 10px 3px 10px;	
	}
	
	.freeLawWidget > div:last-child
	{
		background-image: url(boxBorderBottom.gif);
		background-repeat: repeat-x;
		height: 15px;
		background-position: left bottom;
		background-color: rgba(255,255,255,1);
	}
	
	.freeLawWidget > div:first-child
	{
		background-image: url(boxBorderTop.gif);
		background-repeat: repeat-x;
		height: 15px;
		background-position: left top;
		background-color: rgba(255,255,255,1);
	}
	  
    
.rssReadWidget .rsslogo
{
	max-width:134px;
	max-height:50px;	
	margin-bottom:5px;
}

.rssReadWidget img.itemImage
{
	max-height:90px;
	max-width:90px;
	margin: 0 5px 0px 0;
	float:left;
}

.rssReadWidget h5
{
	margin-bottom: 5px;
}

.rssReadWidget div.item
{
	padding: 10px 0 0px 0;
	clear:left;	
    text-align: justify;
}

.lastUpdatesWidget
{
	font-size: 12px;
	text-align: left;
    
     
	border: 1px solid #DDDDDD;
    border-radius: 6px 6px 6px 6px;
	box-shadow:1px 1px 5px rgba(0,0,0,0.2);
	
    margin: 0px;
    padding: 5px 5px 10px 5px;
    
	background-color: rgba(249,249,249,1);   
}

.lastUpdatesWidget ul
{
    list-style-type: none;
    padding: 0 0 0 10px;
}

.lastUpdatesWidget ul li
{
    margin: 7px 0 0 0;
}














