/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* GENERAL */
/* style for module titles */
.Head
{
	font-weight: bold;
	font-size: 10pt;
	color: black;
	font-family: Arial, Helvetica;
}

/* background color for the content part of the pages */
Body
{
    background-color: #FED652;
}

.LeftPane {
}

.ContentPane {
}

.RightPane {
}
/*Skin Object Attributes */
.skinBreadcrumb 
{
	color: navy;
}
A.skinBreadcrumb:link {
   color: navy;
}
A.skinBreadcrumb:visited  
{
   color: navy;
}

.skinCopyright
{
	color: navy;
   font-size:11px;
}
A.skinCopyright:link {
   color: navy;
   font-size:11px;
}
A.skinCopyright:visited  
{
   color: navy;
   font-size:11px;
}

.skinCurrentdate 
{
	color: white;
	font-style:italic;
}

.skinLogin 
{
	color: navy;
   font-size:11px;
}
A.skinLogin:link {
   color: navy;
   font-size:11px;
}
A.skinLogin:visited  
{
   color: navy;
   font-size:11px;
}

.skinPrivacy
{
	color: navy;
   font-size:11px;
}
A.skinPrivacy:link {
   color: navy;
   font-size:11px;
}
A.skinPrivacy:visited  
{
   color: navy;
   font-size:11px;
}

.skinTerms
{
	color: navy;
   font-size:11px;
}
A.skinTerms:link {
   color: navy;
   font-size:11px;
}
A.skinTerms:visited  
{
   color: navy;
   font-size:11px;
}

.skinUser
{
	color: navy;
}
A.skinUser:link {
   color: navy;
}

.skinHostname {
	color:navy;
   font-size:11px;
}
A.skinHostname:link {
	color:navy;
   font-size:11px;
}
A.skinHostname:visited  
{
	color:navy;
   font-size:11px;
}


/* text style for the selected tab */
.SelectedTab
{
	font-weight: bold;
	font-size: 10pt;
	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: black;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color: black;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 10px;
    color:white;
    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;
}

/* Main Menu */

.MainMenu_MenuContainer
{
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	border-bottom: black 0px solid; 
	border-left: black 0px solid; 
	border-top: black 0px solid; 
	border-right: black 0px solid;
	height: 20px;
	text-align:center;
	font-size: 10pt;
	background-color:teal;
}

.MainMenu_MenuBar {
	cursor: hand; 
	height:25px;
}


.MainMenu_MenuItem
{
	border-right: #000000 0px solid;
	border-top: #000000 0px solid;
	font-weight: bold;
	font-size: 10pt; 
	border-left: #000000 0px solid;
	cursor: hand;
	color: navy;
	border-bottom: #000000 0px solid;
	font-family: Arial;
}

.MainMenu_MenuIcon {
	cursor: hand; 
	background-color: teal;
	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: 20px;
}

.MainMenu_SubMenu
{
	border-left: silver 2px solid; 
	border-top: silver 2px solid; 
	z-index: 1000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= 'DimGray' , Direction=135, Strength=3);
	cursor: hand;
	background-color:teal;
	color: navy;
}

.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
{
	font-weight: bold;
	font-size: 10pt; 
	cursor: hand;
	color: white;
	font-style: normal;
	font-family: Arial, Helvetica;
	background-color: transparent;
	color:black;
	background-color:teal;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	color: #D9D9D9; 
	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: hand;
	background-color:teal;
	height: 24px;
}
.MainMenu_RootMenuItem
{
	height: 24px;
	text-align:center;
	font-size: 10pt;
	color: navy;
}
.MainMenu_SubMenuItem
{
	color: navy;
	background-color:Transparent;
	font-size: 10pt; 
	height: 20px;
}
.MainMenu_RootMenuItemActive
{
	text-align:center;
	height: 24px;
	color:navy;
	font-size: 10pt;
}
.MainMenu_RootMenuItemSelected
{
	text-align:center;
	height: 24px;
	color:black;
	font-size: 10pt;
}
.MainMenu_SubMenuItemSelected
{
	height: 20px;
	color:black;
	font-size: 10pt;
	background-color:Transparent;
}
.MainMenu_RootMenuItemActive
{
	text-align:center;
	height: 24px;
	color:navy;
	font-size: 10pt;
}
.MainMenu_SubMenuItemActive
{
	color:navy;
	height: 20px;
	font-size: 10pt; 
	background-color:Transparent;
}







