/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* GENERAL */
/* style for module titles */
.Head   {
	font-family: "Verdana", Arial, Helvetica;
	font-size:  14px;
	font-weight: bold;
	color: #000000;
	background-color: F0C4D1;

}

/* background color for the content part of the pages */
Body
{
    background-color: F0C4D1;
}

.LeftPane {
    background-color: F0C4D1;
}

.ContentPane {
    background-color: F0C4D1;
}

.RightPane {
    background-color: F0C4D1;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: "Verdana", Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}
A.Normal:link {
    text-decoration:    none;
    color: 4A332D;
}

A.Normal:visited  {
    text-decoration:    none;
    color: 4A332D;
}

A.Normal:active   {
    text-decoration:    none;
    color: 4A332D;
}

A.Normal:hover    {
    text-decoration:    none;
    color: white;
}



/* text style for the selected tab */
.SelectedTab {
    font-weight: normal;
    font-size: 12px;
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color: F0C4D1;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: white;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: white;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color: FBF805;
}

/* text style for the unselected tabs */
.OtherTabs {
	font-weight: normal;
	font-size: 12px;
	color:#FFFFFF;
	font-family: "Verdana", Arial, Helvetica;
	text-decoration: none;
	background-color: 4A332D;

}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:F0C4D1;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color:white;
}

HR	{
    color:#49322B
}

/* Main Menu */

.MainMenu_MenuContainer {
/*	border-bottom: 49322B 1px solid; 
	border-left: 49322B 1px solid; 
	border-top: 49322B 1px solid; 
	border-right: 49322B 1px solid;  */
	background-color: 49322B;
	width: 100%;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:16;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #F0C4D1; 
	font-family: "Verdana", Arial, Helvetica; 
	font-size: 12px; 
	font-weight: normal; 
	font-style: normal; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #FBCABD;
	border-left: #000000 0px solid; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	text-align: center; 
	width: 21; 
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	font-size: 12px; 
	background-color: #49322B; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #49322B 1px solid; 
	border-left: #49322B 1px solid; 
	border-top: #49322B 1px solid; 
	border-right: #404040 1px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid;  
	border-right: #404040 0px solid; 
	background-color: #000000; 
	height: 0px;
}

.MainMenu_MenuItemSel {
	background-color: #F0C4D1; 
	cursor: pointer; 
	cursor: hand; 
	color: 49322B; 
	font-family: "Verdana", Arial, Helvetica; 
	font-size: 12px; 
	font-weight: normal; 
	font-style: normal;
	text-decoration: underline;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	color: #FFFFFF; 
	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;
}
.LogoPane {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: 4A332D;



}
.Header {
	color: #FFFFFF;
	background-color: 4A332D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;


}
.Footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F0C4D1;
	background-color: 4A332D;


}
#Footer_HR {	
 {
	color:F0C4D1
}
.Header1 {
	color: #F0C4D1;
	background-color: 4A332D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;


}
#Header1_Text_Color {
	color: #F0C4D1
}#Footer1_Text_Color {
	color: #F0C4D1
}

#Link_Image {
	cursor: pointer; 
	cursor: hand; 
}