/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* GENERAL */
/* style for module titles */
.Head
{
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: Arial, Helvetica;
	background-color: transparent;

}

/* background color for the content part of the pages */
Body
{
    background-color: #dfd2bb;
}

.LeftPane {
}

.ContentPane {
}

.RightPane {
}

/* text style for the selected tab */
.SelectedTab
{
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: Arial, Helvetica;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color: black;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: black;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: transparent;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color: white;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 11px;
    color: black;
    font-family: Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color: black;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color: black;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color: black;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{font-weight:regular;
 font-size:11px;
 live-height:120%;
 color: black;
 font-family: Arial, Helvetica, times new roman;

}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* Main Menu */

.MainMenu_MenuContainer
{
	background-color: transparent;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:14;
}

.MainMenu_MenuItem
{
	border-right: #000000 0px solid;
	border-top: #ff0000 0px solid;
	font-weight: regular;
	font-size: 11px;
	border-left: #000000 0px solid;
	cursor: hand;
	color: black;
	border-bottom: #000000 0px solid;
	font-family:  Helvetica, Arial, Times New Roman;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand;
	background-color: #e0d5bd;
	border-left: #ff0000 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: #e0d5bd; 
	filter:alpha(opacity=100,FinishOpacity=70,Style=3, StartX=50, StartY=50, FinishX=100, FinishY=100), progid:DXImageTransform.Microsoft.Shadow(color='black', Direction=135, Strength=3) ; 
	border-bottom: #ff0000 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #ff0000 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid;  
	border-right: #404040 0px solid; 
	background-color: #000000; 
	height: 0px;
}

.MainMenu_MenuItemSel
{
	font-weight: regular;
	font-size: 11px;
	cursor: hand;
	color: white;
	font-style: normal;
	font-family: Helvetica, Arial, Times New Roman;
	background-color: #3e3524;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	color: black; 
	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;
}



