/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   





/* GENERAL */
/* style for module titles */
.Head   {
    font-family: "Verdana", Arial, Helvetica;
    font-size:  14px;
    font-weight: bold;
    color: black;
}

/* background color for the content part of the pages */
Body
{
    background-color: #FFFFFF;
}

.LeftPane {
    background-color: #FFFFFF;
}

.ContentPane {
    background-color: #FFFFFF;
}

.RightPane {
    background-color: #FFFFFF;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: "Verdana", Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* text style for the selected tab, for example the "Login" banner */
.SelectedTab {
    font-weight: strong;
    font-size: 14px;
    color: black;
    font-family: "Verdana", Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color: black;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: black;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: black;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color: black;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: normal;
    font-size: 10px;
    color:black;
    font-family: "Verdana", Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:black;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:black;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:black;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color:black;
}

HR	{
    color:#FAFBFF
}

/* Main Menu */

/* The container of all the menu area */
.MainMenu_MenuContainer {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid; 	
	background-color: #FFFFFF;	
	
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:16;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: 504F4E; 
	font-family: "Verdana", Arial, Helvetica; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal; 
	/* The left brown line of the SubMenu*/
	border-left: #5A3905 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	/*Lior - Important - The Background of the submenu (The left strip)*/
	background-color: #FFFFFF;
	border-left: #000000 0px solid; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	text-align: left; 
	/* Set to 0 in order to disable the left image on the menu */
	width: 1; 
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; */
	/*The total bottom border of all the submenus*/
	border-bottom: #000000 0px solid; 
	/* The left brown line of the SubMenu*/
	border-left: #5A3905 0px solid; 
	/* The top line of the drop down box of the SubMenu*/
	border-top: #504F4E 0px solid; 
	border-right: #404040 0px solid;
	/*height: 100;*/
}

/* Not Used */
.MainMenu_MenuBreak {
	border-bottom: #404040 1px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid;  
	border-right: #404040 0px solid; 
	background-color: White; 
	/* background-color: #000000; */
	height: 0px;
}

/* the menu when hovering on it*/
.MainMenu_MenuItemSel {
	background-color: #FFFFFF; 
	cursor: hand; 
	cursor: pointer; 	
	color: 504F4E; 
	font-family: "Verdana", Arial, Helvetica; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;

	text-decoration: none;	
}

.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;
}

/* Not Used */
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}



/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    
}

.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000; 
}

.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;    
}



.HPBigText
{
font-size: 18px;  
font-style:normal; 
color:#636363;
}

.HPSmallText 
{
font-size: 12px; 
font-weight: bold;    
color:#636363;

}


.TextGraySmall
{
    font-family: "Verdana", Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
	color:#676561;
}

.TextGrayBold
{
    font-family: "Verdana", Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
	color:#676561;
}

.TextGrayBold a
{
    font-family: "Verdana", Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
	color:#0039FF;
	text-decoration:underline;	
}

.TextGrayBold a:visited
{
    font-family: "Verdana", Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
	color:#0039FF;
	text-decoration:underline;	
}

.TextOrangeLink
{
    font-family: "Verdana", Arial, Helvetica;
    font-size: 11px;
	font-style:italic;
    font-weight: bold;
	color:#FF6600;	
}

.TextOrangeLink a
{
    font-family: "Verdana", Arial, Helvetica;
    font-size: 11px;
	font-style:italic;
    font-weight: bold;
	color:#FF6600;
	text-decoration:none;	
}

.TextOrangeLink a:visited
{
    font-family: "Verdana", Arial, Helvetica;
    font-size: 11px;
	font-style:italic;
    font-weight: bold;
	color:#FF6600;	
	text-decoration:none;	
}

.TextOrangeLine
{
	color:#FF6600;
	border-style:dotted;
	border-width:1px;
}