/* 
================================
Skin styles for DotNetNuke - PMG
================================
*/
/* Entire screen / web page */
/* ============================================================= */
.pagemaster
{
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}
/* ============================================================= */
/* Actual skin */
.skinmaster {
	height: 700px;
	/* background-image: url(BG_Image.jpg); */
	background-color: #000000;
	/* background-repeat: repeat-y repeat-x; */
	border-right: #000000 1px solid; 
	border-top: #000000 1px solid; 
	border-left: #000000 1px solid; 
	border-bottom: #000000 1px solid;
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.skinmaster2 {
	height: 100%;
	background-image: url(BG_Image.jpg);
	background-position: bottom; 
	background-repeat: repeat-x;
	background-color: #aab2b6;
	border-right: #000000 1px solid; 
	border-top: #000000 1px solid; 
	border-left: #000000 1px solid; 
	border-bottom: #000000 1px solid;
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.skinheader 
{
	background-image: url(BH_TopLogo.jpg);
	background-color: #ffffff;
	background-repeat: no-repeat;
	height: 86px;
}
/* Gradient used for Links at bottom of the page and Menu */
.skingradient {
	height: 30px;
	background-color: #4495d1;
}
.skingradientbottom {
	background-color: transparent;
	height: 30px;
}
/* All items that are not links - Added by PvR */
.skinitem {
	color: #ffffff;
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-weight: bold;
	font-size: 8pt;
	font-style: italic;
	background-color: transparent;	
}
/* This sets the style for all skin items that are links - Added by PvR */
A.skinitem:link {
	color: #ffffff;
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-weight: bold;
	font-size: 8pt;
	background-color: transparent;	
}
A.skinitem:visited  {
	color: #ffffff;
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-weight: bold;
	font-size: 8pt;
	background-color: transparent;	
}
A.skinitem:active   {
	color: #ffffff;
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-weight: bold;
	font-size: 8pt;
	background-color: transparent;	
}
A.skinitem:hover    {
	color: #ffffff;
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-weight: bold;
	font-size: 8pt;
	background-color: transparent;
}	
/* Links for gradient row - Added by PvR */
.skinitem_grd {
	color: #000000;
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-weight: bold;
	font-size: 8pt;
	font-style: italic;
	background-color: transparent;	
}
A.skinitem_grd:link {
	color: #000000;
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-weight: bold;
	font-size: 8pt;
	background-color: transparent;	
}
A.skinitem_grd:visited  {
	color: #000000;
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-weight: bold;
	font-size: 8pt;
	background-color: transparent;	
}
A.skinitem_grd:active   {
	color: #000000;
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-weight: bold;
	font-size: 8pt;
	background-color: transparent;	
}
A.skinitem_grd:hover    {
	color: #000000;
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-weight: bold;
	font-size: 8pt;
	background-color: transparent;
}
/* Only visible to person with ADMIN rights */
.controlpanel {
	width: 100%;
	background-color: #3a535e;
	border-color: #000000;
}
/* ============================================================= */
/* Various available panes */
.bottomlogopane {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	background-image: url(BH_BottomLogoSmall.jpg);
	height: 86px;
}
.toppane {
	width: 80%;
	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;
}
.contentpane {
	width: 80%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpanehome {
	width: 100%;
	background-color: transparent;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
/* ============================================================= */
/* All menu related classes */
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: italic; 
	background-color: Transparent;
	font-family: Helvetica; /*, Verdana, Tahoma, Arial; */
    white-space: nowrap;  /*Word wrapping menu item now optional*/
    padding: 3px 3px 3px 3px;
}
.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand;
	color: #ffffff; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: italic; 
	background-color: Transparent;
	font-family: Verdana, Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}
.main_dnnmenu_itemhover {  
}
.main_dnnmenu_itemhover td {
}
.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #4495d1; /*#01010b; */
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
	width: 100px;
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
	border-bottom: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	border-right: #ffffff 1px solid;
	border-top: #ffffff 1px solid;	
	
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings;
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.main_rootmenuarrow {
	font-family: webdings;
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
/* ============================================================= */	
/* Formatting for all buttons on the skin */
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana; 
  font-size: 11px;
  font-weight: normal;
}
.CommandButton {
font-family: Verdana, Tahoma, Arial, Helvetica;
font-weight: normal;
}
/* The font colour for the links: */
A.CommandButton:link {
text-decoration: underline;
color: #ffffff;
}
/* Changes the colour if you have visited the link */
A.CommandButton:visited {
text-decoration: none;
color: #ffffff;
}
/* Changes the colour when you click the link */
A.CommandButton:active {
text-decoration: underline;
color: #ffffff;
}
/* Changes the colour whenever you hover over a link */
A.CommandButton:hover {
text-decoration: underline;
color: #ffffff;
}
/* ============================================================= */
.Head {
   font-family: Verdana, Tahoma, Arial, Helvetica;
   font-size:  15px;
   font-weight: normal;
   color: #ffffff;
}
.SubHead {
   color: #ffffff;
}
/* ============================================================= */
