.LabelEditTextClass
{
	border: solid 0px red !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 300px !important;
}

.contentpane .LabelEditTextClass
{
	width: 500px !important;
	border: solid 0px red !important;
}

.containerWrapper
{
	margin: 0 0 0 0;
	padding: 10px 15px 10px 15px;
	border: red 0px solid;
}

tr
{
	vertical-align: top;
}


td
{
	text-align: left;
	clear: both;
}

.edit
{
	clear: both;
}
p a:link 
{
	text-decoration:underline;
}
.containerWrapper a, .containerWrapper a:link, .containerWrapper a:visited
{
	color: #C61230;
}

.containerWrapper a:hover, .containerWrapper a:active
{
	text-decoration:none;
}

.containerHeader h1, .containerHeader .Head
{
	padding: 0;
	margin: 0;
}

.containerWrapper .Normal
{
	clear: both;
}
/* hyperlink style for buttons and link buttons used in the portal admin pages */

.edit a.CommandButton:link, .edit a.CommandButton:visited
{
	color: #C61230;
}

.edit a.CommandButton:hover, .edit a.CommandButton:active
{
	color: #000000;
	text-decoration: underline;
}

h1.dnnTITLE
{
	font-size: 13px;
}

.containerMenu
{
	float: right;
	width: 20px;
	margin: 5px 0 0 0;
}

.containerHeader
{
	height: auto;
	width: 100%;
}
.ContainerContent
{
	height: auto;
	padding: 0 0 0 0;
	margin: 0px;
	border: green 0px solid;
}

.Head, h1
{
	line-height: 42px;
	font-size: 24px;
	font-weight: normal;
	font-family: "Segoe UI" , Arial, Verdana, Helvetica, sans-serif;
	color: #C61230;
}

.contentPane #netpotentialContainer
{
	padding: 0 15px 0 15px;
}

/************* Plain Heading Container ***********/
.plainBG
{
	margin: 0px;
	padding: 0px;
}
.plainHead
{
	height: 42px;
	line-height: 40px;
	border: green 0px solid;
}
.plainBG .ContainerContent
{
	background: none;
	margin: 0px;
	padding: 0;
}

.plainBG .ContainerContent p,.plainBG  .ContainerContent .Normal
{
	font-family: "Segoe UI" , Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	padding: 0 0 10px 0;
	margin:0px;
}


/************* SOLID RED BACKGROUND WITH CURVED CORNERS ***********/
.ContainerContent
{
	margin: 0px;
	padding: 0 10px 0  6px;
	background:#dddddd;
}
.ContainerContent p, .ContainerContent .Normal
{
	font-family: "Segoe UI" , Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	line-height: 1.3em;
	color: #000000;
	padding:5px 0 15px 0;
}
.commonBGBot
{
	height: 5px;
}
.commonBGBotL
{
	background: url(  'images/roundBL.gif' ) no-repeat left bottom;
	padding-left: 5px;
	border: red 0px solid;
}
.commonBGBotL .commonBGBotR
{
	background: url(  'images/roundBR.gif' ) no-repeat right bottom;
	padding-right: 5px;
	border: green 0px solid;
}

.commonBGBotL .commonBGBotR .commonBGBot
{
	border-bottom: #e9e9e9 solid 1px;
	background:#dddddd;
}
.containerWrapper .Head, .containerWrapper h1
{
	color: #C61230;
}

/************* red Heading Container ***********/

.redHeadL
{
	background: url(  'images/redTL.gif' ) no-repeat left top;
	padding-left: 5px;
	border: blue 0px solid;
	height: 42px;
}
.redHeadL .redHeadR
{
	background: url(  'images/redTR.gif' ) no-repeat right top;
	padding-right: 5px;
	border-bottom: green 0px solid;
	height: 42px;
}

.redHeadL .redHeadR .redHead
{
	background: url(  'images/redT.gif' ) repeat-x left top;
	height: 42px;
	border-bottom: green 0px solid;
	color:#FEFEFE;
}
.redHead .Head, .redHead h1
{
	color:#FEFEFE;
	line-height: 42px;
	font-size: 24px;
	font-family: "Segoe UI" , Arial, Verdana, Helvetica, sans-serif;
}
/************* GREY Heading Container ***********/
.greyBG
{
	border: red 0px solid;
}
.greyHeadL
{
	background: url(  'images/greyTL.gif' ) no-repeat left top;
	padding-left:5px;
	border: blue 0px solid;
	height: 42px;
}
.greyHeadL .greyHeadR
{
	background: url(  'images/greyTR.gif' ) no-repeat right top;
	padding-right: 5px;
	border-bottom: green 0px solid;
	height: 42px;
}

.greyHeadL .greyHeadR .greyHead
{
	background: url(  'images/greyT.gif' ) repeat-x left top;
	height: 42px;
	border-bottom: green 0px solid;
}
.greyHead .Head, .greyHead h1
{
	color:#FEFEFE;
	line-height: 42px;
	font-size: 24px;
	font-family: "Segoe UI" , Arial, Verdana, Helvetica, sans-serif;
}