/* Homepage Sidebar's Styles */
.sidebar
{
}
	/* Container Title */
	.sidebar h4
	{
		margin: 6px 0px;
	}
	.sidebar h4 .Head
	{
		/* This is a default DNN class. 
			We override it here  */
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #000000;
		line-height: normal;
		font-weight: bold;
	}
	/* Container Content */
	.sidebar .containercontent
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		line-height: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		color: #000000;
	}
	/* DNN Container Actions at bottom of container */
	.sidebar .actions
	{
	}
	.sidebar .actions a:link.CommandButton
	{
		color: #0000ff !important;
	}
	.sidebar .actions a:visited.CommandButton
	{
		color: #0000ff !important;
	}
	.sidebar .actions a:hover.CommandButton
	{
		color: #ff0000 !important;
	}
	.sidebar .actions a:active.CommandButton
	{
		color: #000080 !important;
	}















































