/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Arial, Helvetica;
    font-size:  13px;
    font-weight: bold;
    color: black;
}
.ModuleHead   {
    font-family: Verdana, Arial, Helvetica;
    font-size:  13px;
    font-weight: bold;
    color: white;
}
.normal   {
    font-family: Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight: normal;
    color: black;
}

/* text style for the selected tab */
.SkinHeader {
    font-weight: bold;
    font-size: 12px;
    color: black;
    font-family: Verdana, Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SkinHeader:link {
    text-decoration:    none;
    color: black;
}

A.SkinHeader:visited  {
    text-decoration:    none;
    color: black;
}

A.SkinHeader:active   {
    text-decoration:    none;
    color: black;
}

A.SkinHeader:hover    {
    text-decoration:    none;
    color: black;
}

/* text style for the selected tab */
.SkinBreadcrumb {
    font-weight: normal;
    font-size: 11px;
    color: black;
    font-family: Verdana, Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SkinBreadcrumb:link {
    text-decoration:    none;
    color: black;
}

A.SkinBreadcrumb:visited  {
    text-decoration:    none;
    color: black;
}

A.SkinBreadcrumb:active   {
    text-decoration:    none;
    color: black;
}

A.SkinBreadcrumb:hover    {
    text-decoration:    none;
    color: black;
}

/* text style for the selected tab */
.SkinFooter {
    font-weight: normal;
    font-size: 11px;
    color: DimGray;
    font-family: Verdana, Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SkinFooter:link {
    text-decoration:    none;
    color: DimGray;
}

A.SkinFooter:visited  {
    text-decoration:    none;
    color: DimGray;
}

A.SkinFooter:active   {
    text-decoration:    none;
    color: DimGray;
}

A.SkinFooter:hover    {
    text-decoration:    none;
    color: DimGray;
}

/* background color for the content part of the pages */
Body
{
    background-color: #FFFFFF;
}

.LeftPane {
}

.ContentPane {
}

.RightPane {
}

/* Main Menu */

.Separator {
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid;  
	border-right: #FFFFFF 0px solid; 
	background-color: #FFFFFF;
}

.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;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:16;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #417EB3; 
	font-family: "Arial Black", 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: white;
	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: white;
	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;
}

.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: #C5C9CB; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: "Arial Black", Arial, Helvetica; 
	font-size: 12px; 
	font-weight: normal; 
	font-style: normal;
}

.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;
}

