/* ContentPane_Basic styles */
.contentpane-basic
{
}
	/* Container Title */
	.contentpane-basic h3.subtitle 
	{
	}
	.contentpane-basic h3 .Head
	{
		/* This is a default DNN class. 
			We override it here  */
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		line-height: normal;
		font-weight: bold;
		color: #336633;
	}
	/* Container Content */
	.contentpane-basic .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 */
	.contentpane-basic .actions
	{
	}
	.contentpane-basic .actions a:link.CommandButton
	{
		color: #0000ff !important;
	}
	.contentpane-basic .actions a:visited.CommandButton
	{
		color: #0000ff !important;
	}
	.contentpane-basic .actions a:hover.CommandButton
	{
		color: #ff0000 !important;
	}
	.contentpane-basic .actions a:active.CommandButton
	{
		color: #000080 !important;
	}
/* End of ContentPane_Basic styles */


/* ContentPane_With_Ruler styles */
.contentpane-ruler
{
}
	/* Container Title */
	.contentpane-ruler h1.fullruler
	{
		background: url(images/drop-shadow_ruler_750px.gif) no-repeat;
		background-position: -10px bottom;
		padding-bottom: 18px;
		font-weight: normal;
	}
	.contentpane-ruler h1.stdruler
	{
		background: url(images/drop-shadow_ruler.gif) no-repeat;
		background-position: -10px bottom;
		padding-bottom: 18px;
		font-weight: normal;
	}
	.contentpane-ruler h1 .Head
	{
		/* This is a default DNN class. 
			We override it here  */
		font-family: Goudy Old Style, Times New Roman !important;
		font-size: 34px;
		line-height: normal;
		font-weight: normal;
		font-style: italic;
		color: #003000;
	}
	/* Container Content */
	.contentpane-ruler .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 */
	.contentpane-ruler .actions
	{
	}
	.contentpane-ruler .actions a:link.CommandButton
	{
		color: #0000ff !important;
	}
	.contentpane-ruler .actions a:visited.CommandButton
	{
		color: #0000ff !important;
	}
	.contentpane-ruler .actions a:hover.CommandButton
	{
		color: #ff0000 !important;
	}
	.contentpane-ruler .actions a:active.CommandButton
	{
		color: #000080 !important;
	}
/* End of ContentPane_With_Ruler styles */


/* Titleless Container styles */
.no-title
{
}
	/* Container Title */
	.no-title h3.subtitle 
	{
		display: none;
	}
	.no-title h3 .Head
	{
		/* This is a default DNN class. 
			We override it here  */
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		line-height: normal;
		font-weight: bold;
		color: #336633;
	}
	/* Container Content */
	.no-title .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 */
	.no-title .actions
	{
	}
	.no-title .actions a:link.CommandButton
	{
		color: #0000ff !important;
	}
	.no-title .actions a:visited.CommandButton
	{
		color: #0000ff !important;
	}
	.no-title .actions a:hover.CommandButton
	{
		color: #ff0000 !important;
	}
	.no-title .actions a:active.CommandButton
	{
		color: #000080 !important;
	}
/* End of Titleless Container styles */
















