/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #ffffff;
}

BODY, P, SPAN, TD, TH
{
	font-family: Arial, Helvetica, Sans;
    font-weight: normal;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
    color: black;
    margin: 0;
}

.TabName, .PageTitle
{
	color: White;
	font-size: 16pt;
/*
	font-size: large;
	position: relative;
	top: 4px;
*/
}
/* background/border colors for the selected tab */
.TabBg {
    background-color: black;
}

.LeftPane  
{
border-right: solid 2px white;
}

.ContentPane {

}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab, .Copyright {
/*    font-weight: bold; */
    font-size: 8.5pt;
    color: #003366;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    underline;
    color: #003366;
}

A.SelectedTab:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.SelectedTab:active   {
    text-decoration:    underline;
    color: #003366;
}

A.SelectedTab:hover    {
    text-decoration:    underline;
    color: #666666;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    text-decoration: none;
}

A.LoginLink:link, A.LoginLink:visited, A.LoginLink:active
{
	color: Black;
	font-size: 9pt; 
	font-style: normal; 
	background-color: Transparent;
	text-decoration: underline;
}
A.LoginLink:hover
{
	background-color: #cccccc;
	text-decoration: underline;
}
A.MainMenu:link, A.MainMenu:visited, A.MainMenu:active
{
	color: Black;
	font-size: 9pt; 
	font-style: normal; 
	background-color: Transparent;
	text-decoration: none;
}

A.MainMenu:hover
{
	background-color: #cccccc;
	text-decoration: underline;
}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link, A.PrivacyLink:link, A.TermsLink:link, A.UserLink:link
{
    text-decoration:    underline;
    color: black;
}

A.OtherTabs:visited, A.PrivacyLink:visited, A.TermsLink:visited, A.UserLink:visited
{
    text-decoration:    underline;
    color: #111111;
}

A.OtherTabs:active, A.PrivacyLink:active, A.TermsLink:active, A.UserLink:active
{
    text-decoration:    underline;
    color: #111111;
}

A.OtherTabs:hover, A.PrivacyLink:hover, A.TermsLink:hover, A.UserLink:hover
{
    text-decoration:    underline;
    color: #221111;
}

.Footer
{
	font-size: .75em;
	background-color: #ffffff;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-size:  20px;
    font-weight:    normal;
/*    color: #333333; */
    color: #0047B6;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-size: 11px;
    font-weight: normal;
}

/* text style used for most text rendered by modules */
.NormalAlternating
{
	background-color: #e0ffff; /* LightCyan */
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
    color: #ff0000
}

.NormalBold
{
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}
    
/* GENERIC */
H1  {
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

TD
{
	vertical-align: top;
}

A:link  {
    text-decoration:    underline;
    color:  #004AAE;
}

A:visited   {
    text-decoration:    underline;
    color:  #004AAE;
}

A:active    {
    text-decoration:    underline;
    color:  #004AAE;
}

A:hover {
    text-decoration:    underline;
    color:  #004AAE;
}

SMALL   {
/*    font-size:  8px; */
    font-size: 0.75em;
}

BIG {
/*    font-size:  14px; */
	1.33em;
}

BLOCKQUOTE, PRE {
}

UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: white 0px solid; 
	border-left: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid; 

	color: Black;
	background-color: White;
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black;
/*	font-family: Tahoma, Arial, Helvetica;  */
	font-size: 9pt; 
	font-weight: normal;
/*	font-weight: bold; */
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}


.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand;
	color: black;
	font-size: 9pt; 
	font-weight: normal;
/*	font-weight: bold; */
	font-style: normal;

	background-color: #cccccc;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* ------------------------- Text-based Menu ------------------------- */
.TextMenuTable {
/*	width: 100%; */
	margin: 0px;
}
.TextMenuInnerTable {
	width: 100%;
	margin: 10px;
/*	margin: 0px; */
}
.TextMenuRow {
}
.TextMenuCell {
}
.TextMenuLink {
}

/* ------------------------- Main Menu ------------------------- */

.MainMenu
{
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	color: Black;
/*	background-color: White; */
	background-color: transparent;
}

.MainMenu_MenuContainer {
	border: 0px;
/*
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;

*/
	color: Black;
/*	background-color: White; */
	background-color: transparent;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 16;
}

.MainMenu_MenuItem, .MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	color: White;
/*	background-color: White; */
	background-color: transparent;
font-family:arial, helvetica;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal; 
padding-left:20px;
}

.MainMenu_MenuIcon {
	text-align: center; 
	width: 15; 
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	color: Black;
/*	background-color: white; */
	background-color: #ffffff;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #0066F4 1px solid; 
	border-left: #0066F4 1px solid; 
	border-top: #0066F4 1px solid; 
	border-right: #0066F4 1px solid;
}

.MainMenu_SubMenu .MainMenu_MenuBar td
{
	border-bottom: #0066F4 1px solid; 
padding: 2px;
}

.MainMenu_MenuBreak {
	color: Black;
	background-color: White;
	border-bottom: #404040 1px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 1px solid;  
	border-right: #404040 0px solid; 
	height: 1px;
}

.MainMenu_MenuItemSel, A.LoginLink:hover {
	color: White;
	background-color: transparent;
	cursor: pointer; 
	cursor: hand; 
font-family:arial, helvetica;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
padding-left:20px;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	color: Black;
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
/*	background-color: white; */
	background-color: #ffffff;
}



/* ------------------------- SUB Menu ------------------------- */

.SubMenu_MenuContainer {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;  
	background-color: #0047B6;
}

.SubMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 16;
	font-size: 9pt;
}

.SubMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-size: 9pt;
	font-weight: normal;
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: #0047B6 1px solid; 
	border-top: #0047B6 1px solid; 
	border-right: white 0px solid;
}

.SubMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #0047B6; 
	border-left: white 0px solid; 
	border-bottom: #0047B6 1px solid; 
	border-top: #0047B6 1px solid; 
	border-right: white 0px solid;
	text-align: center; 
	width: 15; 
	height: 21;
}

.SubMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #0047B6; 
	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;
}

.SubMenu_MenuBreak {
	border-bottom: #404040 1px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 1px solid;  
	border-right: #404040 0px solid; 
	background-color: White; 
	height: 1px;
}

.SubMenu_MenuItemSel {
	background-color: #CCCCCC; 
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
}

.SubMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-left: white 0px solid; 
	border-bottom: #0047B6 1px solid; 
	border-top: #0047B6 1px solid; 
	border-right: white 0px solid;
}

.SubMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}


.NukeFeeds_ItemTitleDefault
{
font-size: 11px;
}
