/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* GENERAL */
/* style for module titles */
.Head
{
	font-weight: bold;
	font-size: 14px;
	color: #305E86;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* background color for the content part of the pages */
Body
{
	background-color:#FFFFFF;
    color: black;
}

.LeftPane {
}

.ContentPane {
}

.RightPane {
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: normal;
    font-size: 11px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

/* hyperlink style for the selected tab */

A.SelectedTab:link {
	text-decoration: none;
	color: #305E86;
}

A.SelectedTab:visited  {
	text-decoration: none;
	color: #4C8597;
}

A.SelectedTab:active   {
	text-decoration: none;
	color: #629DB0;
}

A.SelectedTab:hover    {
	text-decoration: none;
	color: #90B8C4;
}

.SubHead    {

    color: #000000;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    color: #000000;
}

A:link  {
    color: #000000;
    text-decoration: none;

}

A:Hover  {
    color: #000000;
}

A:visited  {
    color: #000000;
    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;
}
/* 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; 
}

.MainMenu_MenuItem {
	 
	cursor: hand; 
	color: #333333; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	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: #305E86;
	border-left: #00A1FC 1px solid;
	border-right: #00A1FC 1px solid;
	border-bottom: #00A1FC 0px solid;
	border-top: #00A1FC 0px solid;
	text-align: center;
	width: 21;
	height: 21;
}

.MainMenu_SubMenu
{
	border-right: 1px solid #305E86;
	border-top: 1px solid #305E86;
	z-index: 1000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= 'DimGray' , Direction=135, Strength=3);
	border-left: 0px solid #305E86;
	cursor: hand;
	border-bottom: 1px solid #305E86;
	background-color: #90B8C4;
}

.MainMenu_MenuBreak {
	border-bottom: 0px solid #305E86;
	border-left: 0px solid #305E86;
	border-top: 0px solid #305E86;
	border-right: 0px solid #305E86;
	background-color: #90B8C4;
	height: 0px;
}

.MainMenu_MenuItemSel
{
	font-size: 11px;
	font-weight: bolder;
	cursor: hand;
	color: #305E86;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #90B8C4;
}

.MainMenu_MenuArrow {
	font-family: webdings;
	font-size: 11px;
	color: #305E86;
	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: 11px;;
	cursor: pointer;
	cursor: hand;
	color: #305E86;
}

