/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.contentTitle, .contentTitle A, .contentTitle A:link, .contentTitle A:active, .contentTitle A:visited
 {
    color: #800000;
    font-weight: bold;
    font-size: 11pt;
    font-family: Verdana, Arial, Helvetica;
}
.headerPurple
{
	padding-top: 10px;
	padding-left: 10px;
}
.headerDots
{	 	
	 border-bottom-style: dotted;
	 border-bottom-color: Black;
	 border-bottom-width: 1px;
}

.containerMasterContent {
	width: 100%;
}
.containerMasterContentPurple {
	width: 100%;
	background-image: url("purpleBackground.jpg");
	background-repeat: repeat-x;	
	background-color: #a693c1;
}
.whiteBody p
{
	color: #ffffff;
	font-family: helvetica, arial, sans-serif;	
	font-size: 13px;		
}
.topleft
{
	width: 17px;
	height: 19px;	
	background-image:url("topLeft.png");
	background-repeat: no-repeat;	
}
.top
{
	height: 11px;
	background-image:url("top.png");
	background-repeat: repeat-x;	
}
.titleBar
{
	height: 6px;
	background-color: #ffffff;
}
.topright
{
	width: 17px;
	height: 19px;	
	background-image:url("topRight.png");
	background-repeat: no-repeat;	
}
.topleftNT
{
	width: 17px;
	height: 14px;	
	background-image:url("topLeft.png");
	background-repeat: no-repeat;
}
.toprightNT
{
	width: 17px;
	height: 14px;	
	background-image:url("topRight.png");
	background-repeat: no-repeat;
}
.left
{
	width: 17px;	
	background-image:url("left.png");
	background-repeat: repeat-y;
}
.right
{
	width: 17px;	
	background-image:url("right.png");
	background-repeat: repeat-y;
}
.bodyCont
{
}
.lowerleft
{
	width: 17px;
	height: 22px;	
	background-image:url("lowerLeft.png");
	background-repeat: no-repeat;
}
.bottom
{
	height: 22px;
}
.lowerright
{
	width: 17px;
	height: 22px;	
	background-image:url("lowerRight.png");
	background-repeat: no-repeat;
}
.command
{
}