/* 
================================
 Container Styles for DotNetNuke
================================
*/   

/* css for orange Container Begin here*/

.containerOrange_master {
	width:100%;
	background-color: #FFF;
	border-right: none; 
	border-top: none; 
	border-left: none; 
	border-bottom: none; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.orangecontainerROW1 {
	height:41px;
	background-image:url(orange-header.gif);
	background-repeat:no-repeat;
	background-color: transparent;
	background-position:center;
}
.orangecontainerROW2 {
	background-color: #ffffff;
}
.orange_sideleft {
	width:5px;
	background-image:url(orangeside_left.gif);
	background-repeat:repeat-y;
	background-position:left;
}
.orange_sideright {
	width:5px;
	background-image:url(orangeside_right.gif);
	background-repeat:repeat-y;
	background-position:right;
}
.orange_sidebottom {
	background-image:url(orangeside_bottom.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
.orange_sidebottomleft {
	background-image:url(orangebottom_leftright.gif);
	background-position:bottom;
	background-repeat: no-repeat;
}
.orange_sidebottomright {
	background-image:url(orangebottom_sideright.gif);
	background-position:bottom;
	background-repeat: no-repeat;
}

.containermaster_transparent {
	width: 100%;
	background-color: transparent;
}

/* css for orange Container end here*/

/* css for RedWithOrange header begin here */

.containerRedWithOrange_master {
	width:100%;
	background-color: #FFF;
	border-right: none; 
	border-top: none; 
	border-left: none; 
	border-bottom: none; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}

.RedOrange_Title {font-family:Arial, Helvetica, sans-serif;font-size:18px;color:#0060ad;}

.RedWithOrange_containerROW1 {

	height:38px;
	background-image:url(headerRedWithOrange.jpg);
	background-repeat:no-repeat;
	background-color: transparent;
	background-position:center;
}
.RedWithOrange_containerROW2 {
	background-color: #fcbc86;
}
.RedWithOrange_sideleft {
	width:2px;
	background-image:url(blueBorder_leftside.jpg);
	background-repeat:repeat-y;
	background-position:left;
}
.RedWithOrange_sideright {
	width:2px;
	background-image:url(BlueBorder_rightside.jpg);
	background-repeat:repeat-y;
	background-position:right;
}
.RedWithOrange_sidebottom {
	background-image:url(blueBorder_midBottom.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
.RedWithOrange_sidebottomleft {
	background-image:url(blueBorder_leftBottom.jpg);
	background-position:bottom;
	background-repeat: no-repeat;
}
.RedWithOrange_sidebottomright {
	background-image:url(blueBorder_rightBottom.jpg);
	background-position:bottom;
	background-repeat: no-repeat;
}

.containermaster_transparent {
	width: 100%;
	background-color: transparent;
}


/* css for RedWithOrange header end here */

/* css for BlueFix begin here */

.BL {
	border-top:0px;
	border-left:#2d7cbb 2px solid;
	border-right:#2d7cbb 2px solid;
	border-bottom:#2d7cbb 2px solid;
	width:138px;
	}
.BlueFixcontainer_master {
	width:138px;
	background-color: #FFF;
	border-right: none; 
	border-top: none; 
	border-left: none; 
	border-bottom: none; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.BlueFix_containerROW1 {
	height:37px;
	background-image:url(BlueHeader.jpg);
	background-repeat:no-repeat;
	background-color: transparent;
	background-position:center;
}
.BlueFix_containerROW2 {
	background-color:#b5e3f7;
}
.BlueFix_sideleft {
	width:3px;
	background-image:url(BlueBorderLeft.jpg);
	background-repeat:repeat-y;
	background-position:left;
}
.BlueFix_sideright {
	width:3px;
	background-image:url(BlueBorderRight.jpg);
	background-repeat:repeat-y;
	background-position:right;
}
.BlueFix_sidebottom {
	background-image:url(BlueBorderBottom_Mid.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
.BlueFix_sidebottomleft {
	width:4px;
	background-image:url(BLueBorderBottom_Left.jpg);
	background-position:bottom;
	background-repeat: no-repeat;
}
.BlueFix_sidebottomright {
	width:4px;
	background-image:url(BLueBorderBottom_Right.jpg);
	background-position:bottom;
	background-repeat: no-repeat;
}

.containermaster_transparent {
	width: 100%;
	background-color: transparent;
}


/* css for BlueFix end here */
.Head {
    color: #ffffff;
    font-family: Tahoma,Arial,Helvetica;
    font-size: 13px;
    font-weight: bold;
}

