/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* GENERAL */
/* style for module titles */
.Head
{
	font-weight: bold;
	font-size: 15px;
	color: #000000;
	font-family: Verdana;
}

/* background color for the content part of the pages */
Body
{
	background-color:#FFFFFF;
    color: black;
}

.LeftPane {
color:#FFFFFF;
}

.ContentPane {
}

.RightPane {
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: normal;
    font-size: 10px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

/* hyperlink style for the selected tab */

A.SelectedTab:link {
    text-decoration:    none;
    color: #9999CC;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: #000000;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: #9999CC;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color: #9999CC;
}

.SubHead    {

    color: #000000;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    color: #000000;
}

A:link  {
    color: #333399;
    text-decoration: none;

}

A:Hover  {
    color: #000000;
}

A:visited  {
    color: #333399;
    text-decoration: none;

}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    color: #000000;
}

A.CommandButton:visited  {
    color: #000000;
}


/* text style for the unselected tabs */
.OtherTabs {
    font-weight: normal;
    font-size: 10px;
    color:#000000;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:#000000;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#000000;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#000000;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color:#000000;
}

.Footer
{
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
A.Footer:link,A.Footer:visited,A.Footer:active
{
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
A.Footer:hover    {
    text-decoration:    underline;
    color:#000000;
}
/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: #000000 0px solid; 
	border-left: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;  
	background-color:Transparent;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
}

.MainMenu_MenuItem {
	 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-weight: bolder; 
	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 1px 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
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	z-index: 1000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= 'DimGray' , Direction=135, Strength=3);
	border-left: #000000 0px solid;
	cursor: hand;
	border-bottom: #000000 1px solid;
	background-color: #333399;
}

.MainMenu_MenuBreak {
	border-bottom: #000000 0px solid; 
	border-left: #000000 0px solid; 
	border-top: #000000 0px solid;  
	border-right: #000000 0px solid; 
	background-color: #333399; 
	height: 0px;
}

.MainMenu_MenuItemSel
{
	font-size: 16px;
	font-weight: bolder;
	cursor: hand;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #333399;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 12pt; 
	color: #333399; 
	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:#333399;
}
.UserLink
{
	color:#FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
}
A.UserLink:link,A.UserLink:visited,A.UserLink:hover,A.UserLink:active
{
	font-weight: normal;
	font-size: 10px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
