/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.containerrow1_blue {
	background-image: url(gradient_LtBlue.jpg);
}
.containerrow2_blue {
	background-color: #ffffff;
}
.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/    
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}


.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	width: 15px;
	height: 100%;   /*override the default height for icon so that menubreaks can have heights adjusted*/
}

.ModuleTitle_SubMenu 
{
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}

.ModuleTitle_MenuBreak  {
	background-color: #EEEEEE; 
	font-size: 1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*		CONTAINER STYLES										 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.TopLeft {
	background-image: url(images/TopLeft_03.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width:10px;
	height:21px;
}
.top {
	background-image: url(images/Top_05.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height:21px;
}
.TopRight {
	background-image: url(images/TopRight_07.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:10px;
	height:21px;
}
.Right {
	background-image: url(images/Right_13.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.BottomRight {
	background-image: url(images/BottomRight_18.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:10px;
	height:10px;
}
.Bottom {
	background-image: url(images/Bottom_17.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.BottomLeft {
	background-image: url(images/BottomLeft_16.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width:10px;
	height:21px;
}
.Leftt {
	background-image: url(images/Left_12.jpg);
	background-repeat: repeat-y;
	background-position: Right top;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*		GREEN CONTAINER STYLES									 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.TopLeftGRN {
	background-image: url(images/TopLeftGRN_03.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	width:5px;
	height:21px;
}
.topGRN {
	background-image: url(images/TopGRN_05.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height:21px;
}
.TopRightGRN {
	background-image: url(images/TopRightrGRN_07.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width:5px;
	height:21px;
}
.RightGRN {
	background-image: url(images/RightGRN_13.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.BottomRightGRN {
	background-image: url(images/BottomRightGRN_21.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:5px;
	height:5px;
}
.BottomGRN {
	background-image: url(images/BottomGRN_20.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.BottomLeftGRN {
	background-image: url(images/BottomLeftGRN_19.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width:5px;
	height:5px;
}
.LeftGRN {
	background-image: url(images/LeftGRN_12.jpg);
	background-repeat: repeat-y;
	background-position: Right top;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*		ORANGE CONTAINER STYLES									 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.TopLeftORANGE {
	background-image: url(images/Orange_TopLeft_03.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width:5px;
	height:21px;
}
.topORANGE {
	background-image: url(images/Orange_Top_05.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height:21px;
}
.TopRightORANGE {
	background-image: url(images/Orange_TopRight_07.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:5px;
	height:21px;
}
.RightORANGE {
	background-image: url(images/Orange_Right_13.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.BottomRightORANGE {
	background-image: url(images/Orange_BottomRight_21.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:5px;
	height:5px;
}
.BottomORANGE {
	background-image: url(images/Orange_Bottom_20.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.BottomLeftORANGE {
	background-image: url(images/Orange_BottomLeft_19.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width:5px;
	height:5px;
}
.LeftORANGE {
	background-image: url(images/Orange_Left_12.jpg);
	background-repeat: repeat-y;
	background-position: Right top;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*		NEW CONTAINER STYLES									 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.NewTopLeft {
	background-image: url(images/New_TopLeft_03.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	width:5px;
	height:21px;
}
.Newtop {
	background-image: url(images/New_Top_05.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height:21px;
}
.NewTopRight {
	background-image: url(images/New_TopRight_07.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:5px;
	height:21px;
}
.NewRight {
	background-image: url(images/New_Right_13.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.NewBottomRight {
	background-image: url(images/New_BottomRight_20.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:5px;
	height:5px;
}
.NewBottom {
	background-image: url(images/New_Bottom_18.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.NewBottomLeft {
	background-image: url(images/New_BottomLeft_16.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width:5px;
	height:5px;
}
.NewLeftt {
	background-image: url(images/New_Left_12.jpg);
	background-repeat: repeat-y;
	background-position: Right top;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*		TEXT STYLES										         */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


.HeadingText 
{
    font-family: Calibri, Arial;
    font-size:13px;
    text-align:left;
    font-weight:bold;
    color:#33336f;
    text-transform:uppercase;
} 
.HeadingTextGRN 
{
    font-family: Calibri, Arial;
    font-size:13px;
    text-align:left;
    font-weight:bold;
    color:#003d15;
    text-transform:uppercase;
} 
.HeadingTextORNGE 
{
    font-family: Calibri, Arial;
    font-size:13px;
    text-align:left;
    font-weight:bold;
    color:#522702;
    text-transform:uppercase;
}


.HeadingText2
{
    font-family: Calibri, Arial;
    font-size:11px;
    text-align:left;
    font-weight:bold;
    color:#000000;
}
.GradientBG {
	background-image: url(images/GradientBG_18.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.HeaderBG {
	width:156px;
	height:24px;
	background-image: url(images/HeaderBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family:Calibri, Arial;
	font-size:12px;
	text-align:left;
	color:#000000;
	
}
.ProductText {
	font-family:Calibri, Arial;
	font-size:12px;
	text-align:left;
	color:#464647;
	font-weight:bold;
	padding-left:2px;
	height:20px;
	width:100%;
	background-image: url(images/GradBG.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	list-style-image: url(images/BulletLogo.png);
	list-style-position: inside;
	list-style-type: circle;
}
.ProductText a:link {
	font-family:Calibri, Arial;
	font-size:12px;
	text-align:left;
	color:#464647;
	font-weight:bold;
	padding-left:2px;
	height:20px;
}
.ProductText a:visited {
	font-family:Calibri, Arial;
	font-size:12px;
	text-align:left;
	color:#464647;
	font-weight:bold;
	padding-left:2px;
	height:20px;
}
.ProductText a:hover {
	font-family:Calibri, Arial;
	font-size:12px;
	text-align:left;
	color:#000000;
	font-weight:bold;
	padding-left:2px;
	height:20px;
}
.ProductText a:active {
	font-family:Calibri, Arial;
	font-size:12px;
	text-align:left;
	color:#464647;
	font-weight:bold;
	padding-left:2px;
	height:20px;
}

.ContainerGradient {
	background-image: url(images/HeadingBG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height:22px;
	vertical-align:middle;

}
.ContainerText {
	font-family: Calibri,Arial;
    font-size:14px;
    font-weight:bold;
    text-align:left;
    color:#33336f;
    padding-left:3px;
    text-transform:uppercase;
}
.BottomBorder {
	border-top:1px solid #cfdefc;
	height:5px;
}
