/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #CCCCCC;
}

/* background color for the content part of the pages */
Body
{
    background-color: #67009A;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: black;
}

.MenuBar2 
{
   	background-color: #67009A; 
}

.BreadCrumbs 
{
   	background-color: #9999CC; 
}

.HomePageBG 
{
   	background-color: #67009A; 
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: normal;
    font-size: 8pt;
    line-height: 0em;
    color: White;
    font-family: Verdana,Tahoma, Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color: White;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: White;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: White;
}

A.SelectedTab:hover    {
    text-decoration: underline;
    color: #CCCCCC;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: White;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color: White;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color: White;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color: White;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color: #CCCCCC;
}

/* Main Menu */

.MainMenu_MenuContainer {
	width:100%;
	border-bottom: #FF8080 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;  
	background-color: #67009A; 
	height: 25px;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: Verdana, Arial, Tahoma, Helvetica; 
	font-size: 10pt; 
	font-style: normal; 
	border-left: #333333 0px solid; 
	border-bottom: #333333 0px solid; 
	border-top: #333333 0px solid; 
	border-right: #333333 0px solid;
	height:25px;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #67009A; 
	border-left: #333333 0px solid; 
	border-bottom: #333333 0px solid; 
	border-top: #333333 0px solid; 
  padding-left: 3px;
  padding-right: 3px;
	text-align: center; 
	width: 10; 
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #67009A; 
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;
	font-family: Verdana, Arial, Tahoma, Helvetica; 
	font-size: 10pt; 
	font-style: normal; 
}

.MainMenu_MenuBreak {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid;  
	border-right: black 0px solid; 
	background-color: White; 
}

.MainMenu_MenuItemSel {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid;  
	border-right: black 0px solid; 
	background-color: #6F588C; 
	cursor: pointer; 
	cursor: hand; 
	color: #CCCCCC; 
	font-family: Verdana,Tahoma, Arial, Helvetica; 
	font-size: 10pt; 
	font-style: normal; 
	height:25px;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid;  
	border-right: black 0px solid; 
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid;  
	border-right: black 0px solid; 
}


