
/*-------------------------------------------------------------------------------------------------------*/
/*	Widget
/*-------------------------------------------------------------------------------------------------------*/
table#widget
{
	margin-top:			0px;
	width:				250px;
	background:			transparent!important;
	line-height:		16px;
	font-family:		verdana,arial,sans serif;
	font-size:			10px;
	
	border:				none!important;
	padding:			0px 0px 0px 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:			10px;
}

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

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


