/* ================================
    CSS STYLES FOR DotNetNuke
   ================================ */   

/* GENERAL */
/* style for module titles */
.Head
{
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	width: 100%;
	/*height: 18px; */
	font-family: Arial, Helvetica, sans-serif;
}

Body
{
  background-color: #FFFFFF;
  font-family: Verdana, Arial, Helvetica;
}

.TopPane {
  background-color: #FFEFFF;
}

.ContentPane
{
  background-color: #FFEFFF;
}

.RightPane {
  background-color: #FFEFFF;
}

/* text style for the selected tab */
.SelectedTab
{
	font-weight: bold;
	font-size: 12px;
	color: #9D1D1C;
	font-family: Arial, Helvetica;
}

/* hyperlink style for the selected tab */

A.SelectedTab:link {
    text-decoration:    none;
    color: #9D1D1C;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: #9D1D1C;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: #9D1D1C;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color: #9D1D1C;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 12px;
    color: #000000;
    font-family: Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color: #000000;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color: #000000;
}

A.OtherTabs:active   {
    text-decoration:    underlined;
    color: #9D1D1C;
}
/* Main Menu Border around sub links (login,register etc */
A.OtherTabs:hover    {
    text-decoration:    underlined;
  	color: #9D1D1C;
}

/* Main Menu */

.MainMenu_MenuContainer
{
	background-color: #FFFFFF;
}

.MainMenu_MenuBar {
	cursor: hand;
	height:25;
	background-color: #ffffff;
}

.MainMenu_MenuItem
{
	font-weight: bold;
	font-size: 13px;
	cursor: hand;
	color: #000000;
	font-family: Arial;
	border: 0px solid #9D1D1C;
}
/* Main Menu Border around sub links */
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFEECC;
	border-left: #9D1D1C 0px solid; 
	border-right: #9D1D1C 0px solid; 
	border-bottom: #9D1D1C 0px solid; 
	border-top: #9D1D1C 0px solid; 
	text-align: center;
}
/* This is for the submenu items when it works */
.MainMenu_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: #FFFFFF;
	filter:progid;
	color: #000000;
:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #000000 0px solid; 
	border-left: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
}
/* This may be for the extra menu */
.MainMenu_MenuBreak {
	height: 0px;
	border: 0px solid #9D1D1C;
}

.MainMenu_MenuItemSel
{
	font-weight: bold;
	font-size: 13px;
	cursor: hand;
	color: #9D1D1C;
	font-style: normal;
	font-family: Arial, Helvetica;
	background-color: #FFFFFF;
}

.MainMenu_MenuArrow {
	font-family: webdings;
	font-size: 10pt;
	color: #9D1D1C;
	cursor: pointer;
	cursor: hand;
	border: #9D1D1C 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	color: #008000;
}

