/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	height: 100%;	
	background-color: #ffffff;
}
.skinmaster {
	height: 100%;
	background-color: #ffffff; 
}
.skinheader {
}
.skingradient {
	/*BACKGROUND-IMAGE: url(gradient_DkBlue.jpg); HEIGHT:30px;*/
	background-color: #ffffff;
	width: 100%;
}
.controlpanel {
	background-color: #ffffff;
}
.toppane {
	background-color: ffffff;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	BORDER-RIGHT: #7994CB 0px solid; 
	BORDER-TOP: #7994CB 0px solid; 
	BORDER-LEFT: #7994CB 0px solid; 
	BORDER-BOTTOM: #7994CB 0px solid; 
}
.leftpane {
	width: 1px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 2px;
	padding-top: 6px;
	BACKGROUND-IMAGE: url(http://www.bluezone.ca/site05/images/NEW_leftpane.jpg);
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 2px;
	padding-top: 6px;
}
.rightpane {
	width: 211px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 2px;
	padding-top: 6px;
}
.bottompane {
	width: 742px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 2px;
	padding-top: 6px;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem 
{
	height: 21px;
	border-left: #f3f3f3 0px solid; 
	border-bottom: #f3f3f3 1px solid; 
	border-top: #f3f3f3 1px solid; 
	border-right: #f3f3f3 0px solid;
	cursor: pointer; 
	color: #3d71a8; 
	font-family: Arial, Helvetica; 
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal; 
	background-color: Transparent;
		padding-left: 6px;
	padding-right: 6px;
}
.MainMenu_MenuIcon {
	background-color: #f3f3f3; 
	border-left: #f3f3f3 1px solid; 
	border-bottom: #f3f3f3 1px solid; 
	border-top: #f3f3f3 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 1px; 
	height: 1px;

}
.MainMenu_SubMenu {
	background-color: #f3f3f3;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel 
{
	height: 21px;
	background-color: #ffffff; 
	cursor: pointer; 
	cursor: hand; 
	color: #8baacb;  
	font-family: Arial, Helvetica; 
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal;
	padding-left: 6px;
	padding-right: 6px;
}
.MainMenu_MenuArrow {
	border-right: #f3f3f3 0px solid; 
	border-bottom: #f3f3f3 0px solid; 
	border-top: #f3f3f3 0px solid;
	font-family: webdings; 
	font-size: 0pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow 
{
	height: 21px;
	font-family: webdings; 
	font-size: 0pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton     
{
	height: 21px;
    background: #B9B9B9; 
    color: #FFFFFF;
    font-family:Verdana, sans-serif; 
    font-size: 9px;
	border-right: #FFFFFF 1px solid; 
	border-left:  #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 1px solid;
}
.TreeViewMenu {
	width: 175px;
	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
}
.TreeViewMenu_Header {
	BACKGROUND-IMAGE: url(gradient_LtBlue.jpg);
}
.Head   {
    font-family: Arial;
    font-size:  16px;
    font-weight:    bold;
    color: #868686;
}
