/* 
================================
Skin styles for DotNetNuke
================================
*/   
body {
	text-align: center;

}
.pagemaster {
	/* width: 100px; */
	width: 100%;
	height: 100%;	
	background-color: #dddddd;
	
}
.skinmaster {
	height: 100px;
	background-color: #fefefe;
	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; 
}
.skinheader {
	background-image: url(EMD_Header_BG.gif);
	height: 158px;
	width: 100%;
}
.searchcontainer {
	Height: 75px;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	/* width: 100%; */
	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: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.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;
}
/* Main Menu */
.menucontainer {
padding-bottom: 9px;
}

.MainMenu_MenuContainer  {
	height: 40px;
	/*width: 550px !important;*/
}

.MainMenu_MenuBar  {
	height: 40px;
	cursor: pointer; 

}

.MainMenu_MenuItem 
{
    cursor: pointer; 
    color: White; 
    font-family: Tahoma, Arial, Helvetica; 
    font-size: 12px; 
    font-weight: bold; 
    font-style: normal; 	
	background-color: transparent;
	border-top: 1px solid #606060;
	border-bottom: 1px solid #606060;
	height: 40px;


}

.MainMenu_MenuIcon {
	cursor: pointer; 
    text-align: center; 
    width: 10px; 
    height: 21px;
    background-color: transparent;
    border-left: none; 
    border-bottom: none; 
    border-top: none; 
    text-align: center; 

}

.MainMenu_SubMenu { 
    z-index: 1000; 
    cursor: pointer; 
    cursor: hand; 
    background-color: #606060; 
    filter:progid:DXImageTransform.Microsoft.Shadow(color='#404040', Direction=135, Strength=3) progid:DXImageTransform.Microsoft.Alpha( Opacity=85, Style=0); 
    border: 1px solid #777777;
}

.MainMenu_MenuBreak 
{
    border-bottom: none; 
    border-left: none; 
    border-top: none;  
    border-right: none; 
    background-color: none; 
    height: 1px;
	
}

.MainMenu_MenuItemSel 
{
    cursor: pointer; 
    /*background-color: #00568b !important;*/
	color: White !important;
    padding-left: 4px;
	padding-right: 4px;
	height: 40px;
}

.MainMenu_MenuArrow
{
    font-family: Tahoma; 
    cursor: pointer; 
    border-right: none; 
    border-bottom: none; 
    border-top: none;
    background-color: transparent;
	width: 10px;
}

.MainMenu_RootMenuItem
{
    padding-left: 4px;
	padding-right: 4px;
	height: 40px;
	color: White;
	background-image:url(/Portals/_default/Skins/Emd/EMD_Menu_BG_Seperator.gif);
	background-repeat:no-repeat;
	background-color: transparent;
} 

.MainMenu_RootMenuItemSelected {
	background-image:url(/Portals/_default/Skins/Emd/EMD_Menu_BG_Highlighted.gif);
	background-repeat: repeat-x;
}
.MainMenu_RootMenuItemActive {
	color: White;
	background-color: transparent;
	background-image:url(/Portals/_default/Skins/Emd/EMD_Menu_BG.gif);
	background-repeat: repeat-x;
}

.MainMenu_SubMenuItemSelected
{
	padding-left: 0px;
	padding-right: 0px;
	color: White;
}

.MainMenu_SubMenuItemActive 
{
	color: White;
}

.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: #333333;
}

a.DNNSearchUserControlButton {
font-family: Tahoma, Arial, Helvetica;
color: White;
font-size: 9pt;
font-weight: bold;
}


.DNNSearchUserControlButton {
font-family: Tahoma, Arial, Helvetica;
color: White;
font-size: 9pt;
font-weight: bold;
}

a.DNNSearchUserControlButton:hover {
	color: White;
	text-decoration: underline;
}