/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fefefe;
}
.skinmaster {
	height: 100%;
	background-color: #f3f5fa;
	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; 
}
.skinheader {
}
.skingradient {
	background-image: url(gradient_DkBlue.jpg); 
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bannerpane, .contentpane, .contentpane3 {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane1 {
	width:100%;
	background-color:transparent;
	padding-left:6px;
	padding-right:2px;
	padding-top:6px;
}
.contentpane2 {
	width:200px;
	background-color:transparent;
	padding-top:6px;
}
.contentpane4 {
	width:225px;
	background-color:transparent;
	padding-top:6px;
}
.contentpane5 {
	width:260px;
	background-color:red;
	padding-top:6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #cad5ea 0px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 1px solid; 
	border-right: #cad5ea 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
}
.MainMenu_MenuIcon {
	background-color: #cad5ea; 
	border-left: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #cad5ea;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #8da4d3; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
}
.MainMenu_MenuArrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.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: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}

/* BC Soccer customized CCS */

#outerBox {
}

#backdrop {
	background-repeat:no-repeat;
}

.searchBox {
	text-align:left;
	vertical-align:middle;
	padding-left:10px;
}

.MainMenu_MenuItem_New {
	width:100px;
	height:26px;
	background-color: transparent;
	display:block;
	border:0;
}

.MainMenu_MenuItem_New td {
	width:100px;
	height:26px;
	text-align:center;
	vertical-align:middle;
	background-image: url("buttonOff.gif");
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	font-family: Arial;
}

.MainMenu_MenuItemActive_New {
	width:100px;
	height:26px;
	background-color: transparent;
	display:block;
	border:0;
}

.MainMenu_MenuItemActive_New td {
	width:100px;
	height:26px;
	text-align:center;
	vertical-align:middle;
	background-image: url("buttonOn.gif");
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer; 
	cursor: hand; 
	color: #3E4776; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	font-family: Arial;	
}

.MainMenu_MenuItemSelected_New {
	width:100px;
	height:26px;
	background-color: transparent;
	display:block;
	border:0;
}

.MainMenu_MenuItemSelected_New td {
	width:100px;
	height:26px;
	text-align:center;
	background-image: url("buttonOver.gif");
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	font-family: Arial;	
}

.MainMenu_MenuBreak_New {
	height: 1px;
	background-color : transparent;
	border-top : none;
	border-bottom : none;
}

/* vertical menu */

.SubMenu_MenuItem td {
	width:155px;
	height:32px;
	text-align:left;
	vertical-align:middle;
	background-image: url("vbuttonOff.gif");
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-size: 9px; 
	font-weight: normal; 
	font-family: Verdana;	
	padding-left: 10px;
	white-space: pre;
}

.SubMenu_MenuItemActive td {
	width:155px;
	height:32px; 
	text-align:left;
	vertical-align:middle;
	background-image: url("vbuttonOn.gif");
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-size: 9px; 
	font-weight: normal; 
	font-family: Verdana;	
	padding-left: 10px;
	white-space: pre;
}

.SubMenu_MenuItemSelected td {
	width:155px;
	height:32px;
	text-align:left;
	vertical-align:middle;
	background-image: url("vbuttonOver.gif");
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-size: 9px; 
	font-weight: normal; 
	font-family: Verdana;	
	padding-left: 10px;
	white-space: pre;
}

/* Inventua SideMenu styles for third-level pages */

.SubMenu_InvMenuItem {
	width:155px;
	height:32px;
	text-align:left;
	vertical-align:middle;
	background-image: url("vbuttonOff.gif");
	background-repeat: no-repeat;
	background-color: white;
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-size: 9px; 
	font-weight: normal; 
	font-family: Verdana;	
	padding-left: 5px;
	line-height:33px;
}

.SubMenu_InvMenuItemActive {
	width:155px;
	height:32px; 
	text-align:left;
	vertical-align:middle;
	background-image: url("vbuttonOn.gif");
	background-repeat: no-repeat;
	background-color: white;
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-size: 9px; 
	font-weight: normal; 
	font-family: Verdana;	
	padding-left: 5px;
	line-height:33px;
}

.SubMenu_InvMenuItemSelected {
	width:155px;
	height:32px;
	text-align:left;
	vertical-align:middle;
	background-image: url("vbuttonOver.gif");
	background-repeat: no-repeat;
	background-color: white;
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-size: 9px; 
	font-weight: normal; 
	font-family: Verdana;	
	padding-left: 5px;
	line-height:33px;
}

.SubMenu_InvMenuItem a, .SubMenu_InvMenuItemActive a, .SubMenu_InvMenuItemSelected a
.SubMenu_InvMenuItem a:active, .SubMenu_InvMenuItemActive a:active, .SubMenu_InvMenuItemSelected a:active,
.SubMenu_InvMenuItem a:hover, .SubMenu_InvMenuItemActive a:hover, .SubMenu_InvMenuItemSelected a:hover,
.SubMenu_InvMenuItem a:Visited, .SubMenu_InvMenuItemActive a:Visited, .SubMenu_InvMenuItemSelected a:Visited,
.SubMenu_InvMenuItem a:Link .SubMenu_InvMenuItemActive a:Link, .SubMenu_InvMenuItemSelected a:Link {
	text-decoration:none; color:white;
}

.leftPaneText {
	color:#252E5D;
    font-family:Verdana;
    font-size:9px;
    font-weight:normal;
	padding-left:10px;
	text-align:left;
}

.copyrightText {
	color:#ffffff;
    font-family:Verdana;
    font-size:9px;
    font-weight:normal;
}

.smallText{
	color:#252E5D;
    font-family:Verdana;
    font-size:9px;
    font-weight:normal;
}

.breadCrumb {
	color:#000000;
	font-family:Verdana;
	font-size:9px;
	font-weight:bold;
}

.breadCrumb a {
	color:#252E5D;
	text-decoration:none;
}

a.breadCrumb:hover {
	color:#669000;
	text-decoration:none;
}
