﻿/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: navy;
    font-family: Verdana;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color:navy;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:navy;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:navy;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:blue;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Verdana;
    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:    none;
    color:blue;
}
    
/* GENERAL */
/* style for module titles */
.Head   {
/*
    font-family: Verdana;
    font-size:  20px;
    font-weight:    normal;
    color: black;
*/
	color: white; 
	color:White; 
	font-family: Arial; 
	font-size: 14pt; 
	font-weight: bold;
	vertical-align: top;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: navy;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
}
        

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
/*
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
*/
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: tahoma; 
	font-size: 8pt; 
	border-left: white 1px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 1px solid;
	background-color: Transparent;
	
	}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: darkgray; 
	border-left: darkgray 1px solid; 
	border-bottom: darkgray 1px solid; 
	border-top: darkgray 1px solid; 
	text-align: center; 
	width: 0; 
	height: 0;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: silver; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: gray 1px solid; 
	border-left: white 1px solid; 
	border-top: white 1px solid; 
	border-right: gray 1px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: white 1px solid; 
	border-left: red 1px solid; 
	border-top: red 1px solid;  
	border-right: gray 1px solid; 
	background-color: white; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Verdana; 
	font-size: 8pt; 
	font-weight: bold; 
	background-color: #C0C0FF;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: silver 1px solid; 
	border-bottom: silver 1px solid; 
	border-top: silver 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: gray 0px solid; 
	border-left: white 0px solid; 
	border-top: white 0px solid; 
	border-right: gray 0px solid;  
	height:30;
	width:150;
	text-align:center ;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	color: blue ; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal; 
	border-left: white;
	border-bottom: silver 0px solid; 
	border-top: silver 0px solid; 
	border-right: silver 0px solid;
	direction:rtl ;
	background-color:  #d3dfe9 ;
	text-align:center;
	height:28;
	 
	
}

.MainMenu_TabRootMenuItem TD
{
	background-image: url(TabCWhite.jpg);	
	height: 25px;
	direction:rtl ;
}

.MainMenu_TabRootMenuItemSel TD
{
	background-image: url(TabCRed.jpg);	
	height: 25px;
}

.MainMenu_TabMenuItemHover TD
{
/*	background-image: url(TabCWhite.jpg);	*/
	color: Red;
	height: 25px;
	/*background-color: silver;*/
}
/*
.MainMenu_TabMenuItemSelHover TD
{
	background-image: url(TabCRed.jpg);	
	color: White;
	height: 25px;
}
*/

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: blue ; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: normal  ; 
	font-style: normal; 
	border-left: silver 0px solid; 
	border-bottom: silver 0px solid; 
	border-top: silver 0px solid; 
	border-right: silver 0px solid;
	direction:rtl ;
	background-color: #f7f7f7 ;
	text-align:center;
	
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: DarkGray; 
	border-left: red 1px solid; 
	border-bottom: red 1px solid; 
	border-top: red 1px solid; 
	text-align: center; 
	width: 0; 
	height: 0;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	font-weight:normal  ;
	background-color: white; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal; 
	
	
	

	

}

.MainMenu_MenuBreak {
	border-bottom: red 1px solid; 
	border-left: red 1px solid; 
	border-top: red 1px solid;  
	border-right: red 1px solid; 
	background-color: transparent; 
	height: 1px;
}

.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: blue ; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: normal  ; 
	font-style: normal; 
	border-left: silver 0px solid; 
	border-bottom: silver 0px solid; 
	border-top: silver 0px solid; 
	border-right: silver 0px solid;
	direction:rtl ;
	background-color: Orange  ;
	text-align:center;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: silver 1px solid; 
	border-bottom: silver 1px solid; 
	border-top: silver 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

.PageTitle 
{
	color: white; 
	color:White; 
	font-family: Arial; 
	font-size: 14pt; 
	font-weight: bold;
}

