/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 95%;
	background-color: #FFFFFF;
}
.skinmaster {
	height: 100%;
	background-color: #FFFFFF;
	border-right: #7994cb 0px solid;
	border-top: #7994cb 0px solid;
	border-left: #7994cb 0px solid;
	border-bottom: #7994cb 0px solid;
	moz-border-radius-bottomleft: 0px;
	moz-border-radius-bottomright: 0px;
	moz-border-radius-topleft: 0px;
	moz-border-radius-topright: 0px;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
.skinheader {
	color: #FFFFFF;
	
}
.skinheader a:link {
	color: #FFFFFF;
}
.skinheader a:hover {
	color: #FFFF00;
}
.Normal a:link {
	text-decoration:    none;
	color: #003366;
}
.Normal a:hover {
	text-decoration:    underline;
    color:  #0078a8;
}

.skingradient {
	/*background-image: url(gradient_DkBlue.jpg); */
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.toppane {
	height: 163px;
	background-color: #FFFFFF;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(img/texture-blue-bg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	
}
.leftpane {
	width: 250px;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(img/texture-blue-bg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.contentpane {
	width: 100%;
	background-color: white;
	padding-left: 0px;
	padding-right: 30px;
	padding-top: 6px;
	vertical-align: top;
	}
.rightpane {
	width: 175px;
	background-color:  transparent;
	padding-left: 25px;
	padding-right: 4px;
	padding-top: 6px;
	
}
.leftcontentpane {
	width: 300px;
	background-color:  transparent;
	padding-left: 4px;
	padding-right: 25px;
	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:20px;
	background-color: #d1c8b7; 

}
.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #003366;
	font-size: 9pt;
	font-weight: bold;
	height: 20px;
	font-style: normal;
	background-color: #d1c8b7;
	font-family: Tahoma, Arial, Helvetica;
	border-top: #817059 1px solid;
	border-bottom: #817059 0px solid;
	border-right: #d1c8b7 10px solid;
	border-left: #817059 1px solid;
}
.MainMenu_MenuIcon {
	display:none;
	background-color: #cccccc;
	cursor: pointer;
	cursor: hand;
	text-align: right;
	border-top: #d1c8b7 1px solid; /* VERY IMPORTANT */
	border-bottom: #d1c8b7 1px solid; /* VERY IMPORTANT */
	height: 20px;
	border-left: #d1c8b7 1px solid;
	border-right: #d1c8b7 10px solid;
}
.MainMenu_SubMenu {
	background-color: #d1c8b7;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	height: 20px;
	border-top: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
	

	
}
.MainMenu_MenuBreak {
	
}
.MainMenu_MenuItemSel {
	background-color: #817059; 
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 20px;
	border-top: 0px solid #FFFFFF; 
	border-bottom:  1px solid #817059; 
	border-right: 10px solid #817059;
	border-left: 1px solid #817059;
	
}
.MainMenu_MenuArrow {
	display: none;
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	background-color: transparent;
	border-top: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	padding-right: 0px;
	
	
}
.MainMenu_RootMenuArrow {
	
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	background-color: transparent;
	padding-right: 25px; /*Root Menu spacing */
	
}
.StandardButton {
  background: #000000 none; 
  color: #0078a8;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
  	background-color: #FFFFFF;
	border-right: #0078a8 1px solid; 
	border-top: #0078a8 1px solid; 
	border-left: #0078a8 1px solid; 
	border-bottom: #0078a8 1px solid; 
}
.TreeViewMenu {
	width: 175px;
	background-color: #FFFFFF;
	border-right: #7994cb 3px solid; 
	border-top: #7994cb 3px solid; 
	border-left: #7994cb 3px solid; 
	border-bottom: #7994cb 3px 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);
	background-color: #FFFFFF;
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  30px;
   font-weight: normal;
   color: #1181ae;
}
.top-border{
	background-image: url(img/top-border.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.bot-border{
	background-image: url(img/bot-border-shadow.gif);
	background-repeat: repeat-x;
	background-position: top;
}

