/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: "Courier New", Arial, Helvetica;
    font-size:  15px;
    font-weight: bold;
    color: white;
}

/* background color for the content part of the pages */
Body
{
    background-color: black;
    color: white;
}

.LeftPane {
    background-color: #000074;
}

.ContentPane {
    background-color: #000074;
}

.RightPane {
    background-color: #000074;
}

/* text style used for most text rendered by modules */

p, td, .Normal, .normal { font-family: "Courier New", Arial, Helvetica;; font-size:10pt; color: #ffffff; }
h1, h2, h3, h4, h5 { color: #cccccc; }

a:link, a:active, a:visited { color: #cccccc; text-decoration: none; }
a:hover { color: #cccccc; text-decoration: underline; }

/* text style for the selected tab */
.SelectedTab {
    font-weight: normal;
    font-size: 12px;
    color: white;
    font-family: "Courier New", Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */

A.SelectedTab:link {
    text-decoration:    none;
    color: white;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: white;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: white;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color: white;
}

.SubHead    {

    color: white;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    color: white;
}

A:link  {
    color: white;
    text-decoration: underline;

}

A:Hover  {
    color: #7D7EE7;
}

A:visited  {
    color: #7D7EE7;
    text-decoration: underline;

}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    color: white;
}

A.CommandButton:visited  {
    color: white;
}


/* text style for the unselected tabs */
.OtherTabs {
    font-weight: strong;
    font-size: 16px;
    color:white;
    font-family: "Courier New", 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:white;
}

.Footer	
{
    font-weight: normal;
    font-size: 10px;
    color:white;
    font-family: "Courier New", Arial, Helvetica;
    text-decoration: none;
}
/* Main Menu */

.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:21;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: "Courier New", Arial, Helvetica; 
	font-size: 12px; 
	font-weight: 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 1px 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-weight: normal; 
	background-color: #0104B5; 
	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: #000000; 
	border-bottom: #ffffff 0px solid; 
	border-left: #ffffff 0px solid; 
	border-top: #ffffff 0px solid;  
	border-right: #ffffff 0px solid; 
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: "Courier New", Arial, Helvetica; 

}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 12pt; 
	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: 12pt; 
	cursor: pointer; 
	cursor: hand;
	color:white;
}

