/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.container {
	width: 100%;
	font-family: Verdana, Arial;
	color: #635248;
	padding: 0px;
}

.container_title {
	 font-size: 14px;
	 color: #A24176;
	 padding:0;
	 font-family: Verdana, Arial;
}

#dnn_ContentPane .container, #dnn_RightPane .container
{
	/*background-color: #FFFFFF;*/
}

#dnn_ContentPane .container_title, #dnn_RightPane .container_title
{
	/*background-color: #FFFFFF;*/
}

#dnn_ContentPane .head, #dnn_RightPane .head
{
	color: #A34077;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial;
}

#dnn_ContentPane .SubHead, #dnn_RightPane .SubHead
{
	color: #A34077;
	font-weight: normal;
	font-family: Verdana, Arial;
}

#dnn_ContentPane .Normal, #dnn_RightPane .Normal
{
	color: #635248;
	font-size: 12px;
	font-family: Verdana, Arial;
}

#dnn_ContentPane a, #dnn_RightPane a
{
	color: #A34077;
	font-weight: normal;
	font-family: Verdana, Arial;
}

#dnn_ContentPane a:hover, #dnn_RightPane a:hover
{
	text-decoration: underline;
	color: #A34077;
}

#dnn_LeftPane .container
{
	/*background-color: #FFFFFF;*/
}

#dnn_LeftPane .container_title
{
	/*background-color: #FFFFFF;*/
}

#dnn_LeftPane .head
{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial;
	text-align: right;
}

#dnn_LeftPane .SubHead
{
	color: #FFFFFF;
	font-weight: normal;
	font-family: Verdana, Arial;
	text-align: right;
}

#dnn_LeftPane .Normal
{
	color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Arial;
	text-align: right;
}

#dnn_LeftPane a
{
	color: #E3DDD8;
	font-weight: normal;
	font-family: Verdana, Arial;
}

#dnn_LeftPane a:hover
{
	text-decoration: underline;
	color: #E3DDD8;
}
#dnn_ContentPane .afgrouprow a:hover, #dnn_ContentPane .afgrouprow a {color:white;font-weight: bold;}
