/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: "Arial";
    font-size: 12px;
    color: Black;
}

/* background color for the content part of the pages */
Body
{
    background-color: Silver;
	  font-family: Arial, Helvetica;
    text-decoration: none;
	  font-weight: normal;
}

.scriptPane {
 font-family: "Arial";
    font-size: 12px;
    color: White; 
	 font-weight: bold;
	 }
	 
.LeftPane2 {border: 1px solid #000000; }

.ContentPane {}
.ContentPane2 {}

.RightPane { }
.RightPane2 {border: 1px solid #800080; }
.footerPane {
	  font-weight: bold;
    font-size: 11px;
    color: Black;
    font-family: Arial, Helvetica;
    text-decoration: overline;
	  font-weight: normal;
}
/* text style for the selected tab */
.SelectedTab {
    font-weight: normal;
    font-size: 14px;
    color: black;
    font-family: Arial, Helvetica;
    text-decoration: none;
	  font-weight: normal;
}

/* hyperlink style for the selected tab */
a:link.SelectedTab {
    text-decoration:    none;
    color: Black;
}

a:visited.SelectedTab  {
    text-decoration:    none;
    color: Black;
}

a:active.SelectedTab   {
    text-decoration:    none;
    color: Black;
	  font-weight: normal;
}

a:hover.SelectedTab    {
    text-decoration:    none;
    color: Black;
	  font-weight: normal;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: normal;
    font-size: 10px;
    color:black;
    font-family: Arial, Helvetica;
    text-decoration: none;
	  font-weight: normal;
}
    
/* hyperlink style for the unselected tabs */
a:link.OtherTabs {
    text-decoration:    none;
    color: Black;
	  font-weight: normal;
}

a:visited.OtherTabs  {
    text-decoration:    none;
     color: Black; 
	 font-weight: normal;
}

a:active.OtherTabs   {
    text-decoration:    none;
     color: Black; 
	 font-weight: normal;
}

a:hover.OtherTabs    {
    text-decoration:    underline;
    color: Black; 
	 font-weight: normal;
}

/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;  
	background-color: transparent;
	font-family: "Arial"; 
	font-size: 13px; 
	color: White;
	 font-weight: normal;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:16;
	background-color: transparent;
	font-family: "Arial"; 
	font-size: 13px; 
	color: White;
	 font-weight: normal;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	border:0px solid #000000; cursor: hand; 
	color: #000000; 
	font-family: "Arial"; 
	font-size: 13px; 
	color: #000000;  
	background-color: transparent;
	 font-weight: bold;
	
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF;
	border-left: #000000 0px solid; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
	
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: Silver; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;
	color: White; 
	 font-weight: normal;
}

.MainMenu_MenuBreak {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid;  
	border-right: #404040 0px solid; 
	background-color: Black; 
	height: 0px;
}

.MainMenu_MenuItemSel {
	background-color: transparent; 
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: "Arial"; 
	font-size: 13px; 
	 font-weight: bold;
	
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	color: white; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
