/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* GENERAL */
/* style for module titles */
/* text style for the unselected tabs */
.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color:white;
    font-family: Arial, Helvetica;
    text-decoration: none;
}
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color:white;
    font-family: Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color:yellow;
}

.DateCSS {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: White;
}

A.LoginCSS:link {
	color: Black;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

A.LoginCSS:hover {
	text-decoration: underline;
	color: Red;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

A.LoginCSS:active {
	text-decoration: underline;
	color: Red;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

A.LoginCSS:visited {
	text-decoration: none;
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

A.LoginCSS:visited:hover {
	text-decoration: underline;
	color: Red;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;	
}

a.menu:active {
	font-family: serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: Red;
	text-decoration: none;
}

a.menu:hover {
	font-family: serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #FFFFCC;
	text-decoration: underline;
}



a.menu:link {
	font-family: serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: White;
	text-decoration: none;
}

a.menu:visited {
	font-family: serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: White;
	text-decoration: none;
}

a.menu:visited:hover  {
	font-family: serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #FFFFCC;
	text-decoration: underline;
}


a.title:active {
	color: Red;
	font-weight: bold;
	text-decoration: none;
}

a.title:hover {
	color: Black;
	font-weight: bold;	
	text-decoration: underline;
	text-decoration: none;
}

a.title:link {
	font-family: serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: Black;
	text-decoration: none;
}

a.title:visited {
	color: Black;
	font-weight: bold;
	text-decoration: none;
}

a.title:visited:hover  {
	font-family: serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: Black;
	text-decoration: underline;
}


a.doclnk:active {
	color: Red;
	font-weight: bold;
}

a.doclnk:hover {
	color: Red;
	font-weight: bold;
	text-decoration: underline;
}

a.doclnk:link {
	font-family: serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: Blue;
}

a.doclnk:visited {
	color: Blue;
	font-weight: bold;
}

a.doclnk:visited:hover  {
	font-family: serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: Red;
}

a:link {
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: Maroon;
	text-decoration: underline;
}

a:active {
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: Red;
	text-decoration: underline;
}

a:hover {
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: Red;
	text-decoration: underline;
}

a:visited {
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: Maroon;
	text-decoration: underline;
}

a:visited:hover  {
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: Red;
	text-decoration: underline;
}


a.black:active {
	color: #444444;
	font-weight: bold;
}

a.black:hover {
	color: #444444;
	font-weight: bold;
	text-decoration: underline;
}

a.black:link {
	font-family: serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: Black;
}

a.black:visited {
	color: Black;
	font-weight: bold;
}

a.black:visited:hover  {
	font-family: serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #444444;
}

/* Main Menu */

.MainMenu_MenuContainer {	
	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: #FFFFFF; 
	font-family: Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	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: Black;
	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;
	background-color: Navy;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#6699CC', Direction=135, Strength=3);
	border-bottom: #404040 0px solid;
	border-left: #1328B8 1px 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: #CCCCCC; 
	cursor: pointer; 
	cursor: hand; 
	color: Black; 
	font-family: Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}

.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;
}

span.sepcss {
	background: #000066;
	color: White;
	font-weight: bold;
	font-size: 12px;
}
