/*-------------------------------------------------------------------------------------------------------*/
/*	Widget
/*-------------------------------------------------------------------------------------------------------*/
table#widget
{
	margin:			0px;
	line-height:		17px;
	font-family:		arial,sans serif;
	font-size:			12px;
		padding:			0px;
}

td#widgettitle
{
	padding-top:		1px;
	padding-bottom:		3px;
	background:			rgb(189,189,189);
	color:				white;
	text-align:			center;
	font-weight:		bold;
}


td#widgetcontent
{
	padding:			0px;
}

#widgetcontent p

{
padding: 10px 9px;
}
#widgetcontent a 

{
	text-align:			right!important;
}

#widgetcontent img
{
	border-bottom: 3px solid white;
}

#widgetcontent img a
{
	border-bottom: 3px solid white;
}


#widgetcontent a:hover
{
	color:				rgb(0,82,156);
	text-decoration:	none;
}


