/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;
	background-color: White;
	background-image: url(images/background.gif);
	background-repeat: repeat;
	padding-bottom: 0px;
}
.topheader {
	width: 850;
	background-color: White;
	/*background-image: url(images/banner.gif);
	background-repeat: no-repeat;*/
	padding-bottom: 0px;
	color: White;
}


.skinmaster {
	background-color: #E3E3E3;
	background-color: White;
	border-right: #000000 0px solid;
	border-top: #000000 0px solid; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	moz-border-radius-bottomleft: 0px; 
	moz-border-radius-bottomright: 0px; 
	moz-border-radius-topleft: 0px; 
	moz-border-radius-topright: 0px; 
	height: 100%;
    padding-left: 50px;
}

.skinheader 
{
    vertical-align: top;
}

.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 425px;
	background-color: transparent;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 0px;
	vertical-align: top;

}
.contentpane {
	width: 850px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	vertical-align: top;
	font-size: 12pt!important;
    font-variant: normal!important;
    font-family: Garamond!important;
    height: 100%;
}

.contentpane2 {
	width: 800px;
	font-size: 12px;
	background-color: transparent;
	background-image: url(images/welcome.gif);
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	vertical-align: top;
	font-variant: small-caps;
	color: #707476;
	height: 80px;
}
 

.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-image: url(images/headerblue.gif);
	background-repeat: repeat-x; */
	border-bottom: #7183AD 0px solid;
}
.MainMenu_MenuBar 
{
    width: 80%;
	cursor: pointer; 
	cursor: hand;
	height:32px;
    border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;

	
}
.MainMenu_MenuItem {
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
	cursor: hand; 
	color: #46474A; 
	font-size: 12pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: transparent;
	font-family: Garamond;
	font-variant: small-caps; 
	height:32px;
}
.MainMenu_MenuIcon {
	background-color: #cad5ea; 
	border-left: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 1px solid; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height:32px;
}
.MainMenu_SubMenu {
	background-color: White;  
	z-index: 1000; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
	}
.MainMenu_MenuItemSel {
	background-color: transparent; 
	cursor: hand; 
	color: #46474A; 
	font-family: Garamond;
	font-variant: small-caps; 
	font-size: 12pt; 
	font-weight: bold;
	font-style: normal;
	height:32px;
}
.MainMenu_MenuArrow {
	border-right: #000000 1px solid; 
	border-bottom: #000000 1px solid; 
	border-top: #000000 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	
	
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	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: Verdana;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}
.RoryFooter 
{
   width: 900px;
   font-size:  12px;
   font-weight: bold;
   color: #707476;
   vertical-align: top;
   font-variant: small-caps;
   background-color: White;
 }
   
.RoryFooter A, A:visited {
   font-size:  11px;
   font-weight: bold;
   color: #707476;
   font-variant: small-caps;
}      

.RoryFooter A:hover {
   font-size:  11px;
   font-weight: bold;
   color: #707476;
   text-decoration: underline;
   font-variant: small-caps;
      }
