/* 
================================
Skin styles for DotNetNuke
================================
*/   
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	background-color: transparent;
}
.contentpane {
	background-color: transparent;

}
.rightpane {
	width: 180px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	background-image: url(images/home_pane_seperator.jpg);
	background-repeat: no-repeat;
}
.bottompane {
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.pagemaster {
	width: 100%;	
	background-color: #ffffff;
	background-image: url(maintableback.png);
	background-repeat: repeat-y;
	background-position: center;
}
.skinmaster {
	background-color: #ffffff;
	border-right-style: solid;
	border-left-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
}
.skinheader {
}
.skingradient {
	background-image: url(gradient_DKGray.jpg); 
	height: 30px;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer;  
	color: #666666; 
	font-size: 10px; 
	font-weight: normal; 
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: Transparent;
	line-height: 20px;
	padding-left: 2px;
	padding-right: 2px;
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer;  
	color: #666666; 
	font-size: 10px; 
	font-weight: normal; 
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: Transparent;
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 5px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {
	text-decoration: none;
}

.main_dnnmenu_itemhover td { 
	text-decoration: none; 
	background-color: #CCCCCC;
	line-height: 20px;
	padding-left: 2px;
	padding-right: 2px;	
}


.main_dnnmenu_icon {
}
.main_dnnmenu_submenu {
	background-color: #E4E4E4;  
	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 */
}

.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
}
.main_dnnmenu_rootmenuarrow {
}
.StandardButton {
   background: #aaaaaa none; 
   color: #ffffff;
   font-family: Verdana, sans-serif; 
   font-size: 11px;
   font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dddddd;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 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_LtGray.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight:  normal;
   color: #1A2F3C;
}

.FooterText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
a.FooterText:Link {color: #666666; text-decoration: underline;}
a.FooterText:Active {color: #666666; text-decoration: underline;}
a.FooterText:Hover {color: #999999; text-decoration: none; }
a.FooterText:Visited {color: #666666; text-decoration: underline;}
.Cell_Menu {
	background-image: url(http://63.144.118.8/smgcleanroom/Portals/_default/Skins/SMG/images/top_strip.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.MainBack {
	background-image: url(http://63.144.118.8/smgcleanroom/Portals/_default/Skins/SMG/images/back_strip.png);
	background-repeat: repeat-y;
	padding: 0px;
}
.Cell_Footer {
	background-image: url(images/footer_corner1.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

.ShadowL {
	background:url(images/shadowl.png) repeat-y;
}
.ShadowR {
	background:url(images/shadowr.png) repeat-y;
}
.ShadowB {
	background:url(images/shadowb.png) repeat-x;
}
.ShadowBR {
	background:url(images/footer_rcorner.png) no-repeat;
}