/* 
================================
 PGx - Container Styles for DotNetNuke
================================
*/   

.ContainerBorder {
	width: 100%;
	background-color: transparent;
	BORDER-RIGHT: #DEDEDE 1px solid; 
	BORDER-TOP: #DEDEDE 1px solid; 
	BORDER-LEFT: #DEDEDE 1px solid; 
	BORDER-BOTTOM: #DEDEDE 1px solid; 
	margin-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.ContainerBorderNoBorder {
	width: 100%;
	background-color: transparent;
	BORDER-RIGHT: 0px solid; 
	BORDER-TOP: 0px solid; 
	BORDER-LEFT: 0px solid; 
	BORDER-BOTTOM: 0px solid; 
	margin-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.containerrow2_orange {
	background-color: #FFFFFF
}
.ContainerRowFooter {
	BACKGROUND-COLOR: #FFFFFF;
	background-repeat: repeat-x;
	height: 17px;
	line-height: 15px;
}
.ContainerRowFooterBegin {
	BACKGROUND-COLOR: #FFFFFF;
	width: 12px;
	height: 17px;
	background-repeat: no-repeat;
}
.ContainerRowFooterEnd {
	BACKGROUND-COLOR: #FFFFFF;
	width: 12px;
	height: 17px;
	line-height: 15px;
	background-repeat: no-repeat;
}
.ContainerRowHeader {
	BACKGROUND-COLOR: #FFFFFF;
	line-height:22px;
	height:24px;
}
.ContainerRowHeaderEnd {
	BACKGROUND-COLOR: #FFFFFF;
	width: 12px;
	line-height: 22px;
	background-repeat: no-repeat;
	height:24px;
}
.ContainerRowHeaderPGxBowl {
	BACKGROUND-COLOR: #FFFFFF;
	width: 20px;
	line-height: 22px;
	height:24px;
	vertical-align:middle;
	padding-top:4px;
}
HR {
 height: 1px;
 color: #EAEAEA;
}
.PGX_Standard
{
    FONT-FAMILY: Verdana,Arial, Helvetica, Geneva, sans-serif;
    FONT-SIZE: 12px;
    font-weight: normal;
    margin: 0 px;
}
.Title {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight: normal;
	color: #4786CB;
}






