/* 
================================
Skin styles for DotNetNuke
================================
*/   

Body {
	background-repeat: repeat-x;
	margin-top:0px;
	margin-left:0px;
}
.pagemaster {
	width: 100%;
	height: auto;
	background-color: #FFF;
	background-image: url(images/body_bg.png);
	background-repeat: repeat-x;
}
.skinmaster {
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border: 0px solid #7994cb;
}
.skinheader {
	background-image: url(images/wmee-itouch_02.png);
	height: 53px;
	width: 984px;
	background-repeat: no-repeat;
}
.skinheader_content {
	background-image: url(images/wmee-itouch_04.png);
}
.skinNav {
	background-image: url(images/Nav-Bar_02.png);
	height:34px;
}
.skinSearch {
	background-image: url(images/searchBG.png);
	height:35px;
	width: 200px;
	background-repeat: no-repeat;
	text-align: center;
}
.skin_footer {
	background-image: url(images/WMEE-itouch_11.png);
	color: #FFF;
	font-size: 14px;
	background-repeat: no-repeat;
	max-height: 131px;
}
.skin_Content {
	background-image: url(images/wmee-itouch_04.png);
	color: #FFF;
	background-repeat: repeat-y;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 1px;
}
.leftpane {
	width: 125px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 125px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer;
	cursor: default;
	height:16px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer;
	cursor: default;
	color: #FFF;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica;
	white-space: nowrap;  /*Word wrapping menu item now optional*/
	padding: 1px 3px 3px 1px;
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer;
	cursor: default;
	color: #FFF;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	background-color: Transparent;
	font-family: 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 {
	background-color: #00ACD5;
}

.main_dnnmenu_itemhover td {
	background-color: #00ccff;
}


.main_dnnmenu_icon {
	cursor: pointer;
	cursor: default;
	text-align: center;
	width: 15px;
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: 00ccff;
	z-index: 1000;
	cursor: pointer;
	cursor: default;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cad5ea 1px solid;
	border-bottom: #cad5ea 1px solid;
	border-top: #cad5ea 0px solid;
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: default;
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: default;
}
.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;
}
.ListenNow {
	font-family: Tahoma, Arial, Helvetica;
	font-size:  9px;
	font-weight: normal;
	color: #724D9F;
}

 
#slideshow_placeholder{
	width:250px;
	height:164px;
	z-index: 0;
	position: absolute;	
}
 
#vignette_overlay
{
	width: 250px;
	height: 164px;
	z-index: 1001;
	background-image: url(images/slideshowcover250.png);
	position: absolute;	/* your url is like background-image: url(/Portals/0/header/slideshowcover.png);*/
}



