/*-------------------------------------------------------------------------------------------------------*/
/*	Widget
/*-------------------------------------------------------------------------------------------------------*/
table#widget
{
	margin-top:				50px;
	width:					280px;
	background:				none;
	line-height:				16px;
	font-family:				verdana,arial,sans serif;
	font-size:				10px;
	padding:				0px;
	border-left:				none!important;
	border-right:				1px solid #353760;
}

td#widgettitle
{
	padding-top:				1px;
	padding-bottom:				3px;
	background:				none;
	color:					#004748;
	text-align:				left;
	font-weight:				bold;
	font-size:				12px;
}


td#widgetcontent
{
	padding:				0px 30px 40px 20px;
	color:					#004748;
}

#widgetcontent a
{
	color:					#272952;
	text-decoration:			none;
	font-weight:				bold;
}

#widgetcontent a:hover
{
	color:					#494B74;
	text-decoration:			none;
	font-weight:				bold;
}
