/*#dhtmltooltip{

position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: white;
visibility:hidden;
z-index: 100;
*/
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}*/

/* Style on all bullets/numbered lists */
ol, ul
{
	color: #333333;
	font-size: 10px;
	font-family: verdana;	
	font-weight: normal;
}

/*  Style on all tables, tr, td */
table, tr, td
{
	color: #333333;
	font-size: 10px;
	font-family: verdana;	
	font-weight: normal;
}

body
{
	color: #333333;
	font-size: 10px;
	font-family: verdana;	
	font-weight: normal;
}

a            { font-family: Verdana; color: #101070; font-size: 10px; text-decoration: none }     
a:visited    { font-family: Verdana; color: #101070; font-size: 10px; text-decoration: none }    
a:hover      { font-family: Verdana; color: #101070; font-size: 10px; text-decoration: underline }
     
a.news            { font-family: Verdana; color: #101070; font-size: 10px; text-decoration: none }    
a.news:visited    { font-family: Verdana; color: #101070; font-size: 10px; text-decoration: none }      
a.news:hover      { font-family: Verdana; color: #101070; font-size: 10px; text-decoration: underline }      

/****************************************************/
/*            GENERIC TEMPLATES	                    */
/****************************************************/

/*The height and width of the outermost table*/
#outermostTable
{
	color: #333333;
	height: 620px;
	width: 1000px;
}

/*The height and width of the header*/
#header
{
	color: #333333;
	height: 56px;
	width: 1000px;
}

/*The height and width of the left navigation*/
#leftMenu
{
	color: #333333;
	height: 553px; 
	width: 158px;
}

/*The height and width of the area between header and footer*/
#middleArea
{
	color: #333333;
	height: 554px; 
	width: 1000;
}

/*The height and width of the area between header and footer*/
#middleAreaProductCatalogues
{
	color: #333333;
	height: 730px; 
	width: 1000;
}


/*The width of the content area -
  when the left navigation and fifth element are not present
  (left margin 20 px + outermost right margin 2px)*/
#contentAreaNoNavigation
{
	color: #333333;
	width: 978;
}

/*The width of the content area
  - when the left navigation is present and no fifth element (outermost right margin 2px)*/
#contentAreaWithLeftNavigation
{
	color: #333333;
	height: 553px; 
	width: 840;
}

/*The height and width of the fifth element*/
#fifthElement
{
	color: #333333;
	height: 553px; 
	width: 243px;
}

/*The width of the fifth element - used in the footer to align outermost rigth text*/
#fifthElementWidth
{
	color: #333333;
	width: 243px;
}

/*The height and width of the productfinder*/
#productFinder
{
	color: #333333;
	height: 553px; 
	width: 243px;
}

/*The height and width of the footer*/
#footer
{
	color: #333333;
	height: 26px; 
	width: 1000px;
}

/****************************************************/
/*                 HEADER   	                    */
/****************************************************/

/*Style for all text in the header except the topmenu*/
.headerTexts
{
	visible:false;
	font-family: tahoma;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}

/*Style for the topmenu (not dropdown menues!)*/
.topMenuText
{
	visible:false;
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

/*The style for the search text box and the typed text*/
.searchTextBox
{
	visible:false;
	font-family: tahoma;
	font-size: 10px;
	color: #333333;
	background-color: #f0f0f0;
	border: solid 1px #bbbbbb;
	width: 100px;
	height: 15px;
}

/****************************************************/
/*            	      FOOTER                        */
/****************************************************/

/*For all text in the footer*/
.disclaimer
{
	visible:false;
	font-family: tahoma;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

/*For all links in the footer - the arrow is added by the script in formatlinks.js*/
.disclaimerLink
{
	visible:false;
	font-family: tahoma;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

/****************************************************/
/*                   BREADCRUMB	                    */
/****************************************************/

/*Defines where the breadcrumb should begin if there is no leftnavigation
  Used in ProductCategories template + MasterHeaderFooter*/
.breadcrumbNoLeftNav
{
	visible:false;
	width:162px; 		
}

/*Defines where the breadcrumb should begin if there is no leftnavigation and no margin
  Used in IFrame03 template + MasterFifth*/
.breadcrumbNoLeftNavMargin
{
	visible:false;
	width:178px; 		
}

/****************************************************/
/*                   MARGINS	                    */
/****************************************************/

/*Margin (horizontal) height 24px.
  Used between the dots and the content / breadcrumb and the content*/
.marginHeight24
{
	visible:false;
	height: 24px;
}

/*Margin (horizontal) height 20px.
  Used in the left nav as the top margin*/
.marginHeight20
{
	visible:false;
	height: 20px;
}

/*Margin (horizontal) height 18px.
  Used between placeholder with text and related link*/
.marginHeight18
{
	visible:false;
	height: 18px;
}

/*Margin (horizontal) height 16px.
  Used between placeholder with text and related link*/
/*.marginHeight16
{
	height: 16px;
}*/

/*Margin (horizontal) height 14px.
  Used in the content area and the fifth element area*/
.marginHeight14
{
	visible:false;
	height: 14px;
}

/*Margin (horizontal) height 12px.
  Used between the dots and the breadcrumb / the dots and the links/emails*/
.marginHeight12
{
	visible:false;
	height: 12px;
}

/*Margin (horizontal) height 6px.
  Used in the news summary control between the title and the summary*/
.marginHeight7
{
	visible:false;
	height: 7px;
}

/*Margin (horizontal) height 6px.
  Used in the news summary control between the title and the summary*/
.marginHeight6
{
	visible:false;
	height: 6px;
}

/*Margin (horizontal) height 4px.
  Used in the header between the dots and the text*/
.marginHeight4
{
	visible:false;
	height: 4px;
}

/*Margin (horizontal) height 2px.
  Used in the left menu of home page*/
.marginHeight2
{
	visible:false;
	height: 2px;
}

/*Margin (vertical) width 24px.
  Used between the dots and the content and between the content and fifth element / productfinder*/
.marginWidth24
{
	visible:false;
	width: 24px;
}

/*Margin (vertical) width 22px.
  Used in the front page and similar places with 3 columns in the middle area*/
.marginWidth22
{
	visible:false;
	width: 22px;
}

/*Margin (vertical) width 20px.
  Used at the outermost left side of the screen (not in left menu)*/
.marginWidth20
{
	visible:false;
	width: 20px;
}

/*Margin (vertical) width 18px.
  Used in the left menu of home page*/
.marginWidth18
{
	visible:false;
	width: 18px;
}

/*Margin (vertical) width 12px.
  Used in the left nav sub menu*/
.marginWidth12
{
	visible:false;
	width: 12px;
}

/*Margin (vertical) width 6px.
  Used at the outermost right side of the screen - in the header*/
.marginWidth6
{
	visible:false;
	width: 6px;
}

/*Margin (vertical) width 5px.
  Used in the left navigation*/
.marginWidth5
{
	visible:false;
	width: 5px;
}

/*Margin (vertical) width 2px.
  Used in the footer between dots and text, in the leftnav as left and right margin and
  at the outermost right side of the screen (middle area + header; used in left menu)*/
.marginWidth2
{
	visible:false;
	width: 2px;
}

/****************************************************/
/*                    DOTS                          */
/****************************************************/

/*Horizontal dots - used between the header and the navigation/content/fifth element/ product finder
					and between the footer and the navigation/content/fifth element/ product finder*/
.horizontalDots
{
	visible:false;
	background-image: url(/DanfossBrand/images/HorizontalDot1.GIF);
	height: 1px;
}

/*Vertical dots - used between the left navigation and the content*/
.verticalDots
{
	visible:false;
	background-image: url(/DanfossBrand/images/VerticalDot1.GIF);
	width: 1px;
}

/****************************************************/
/*                ARROW (LINKS)                     */
/****************************************************/

/*This style is used on all arrows in front of links*/
.linkarrow
{
	visible:false;
	color: red;
	font-size: 11px;
	font-family: arial;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 1px;
	text-decoration: none;
}

.linkarrowproductsearch
{
	visible:false;
	color: red;
	font-size: 10px;
	font-family: arial;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 1px;
	text-decoration: none;
}

.linkarrowWithoutPadding
{
	visible:false;
	color: red;
	font-size: 11px;
	font-family: arial;
	font-weight: bold;
	text-decoration: none;
}
.linkarrowLeftMenuItem
{
	visible:false;
	color: red;
	font-size: 11px;
	font-family: arial;
	font-weight: bold;
	padding-left: 4px;
	padding-right: 10px;
	text-decoration: none;
	width:18px;
}

/****************************************************/
/*                   BUTTONS                        */
/****************************************************/

/*The only style for buttons yet!!*/
.defaultButton
{
	visible:false;
	cursor: hand;
	font-family: Tahoma;
	font-size: 11px;
	color: red;
	background-color: #D5D5D5;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
}


/****************************************************/
/*                   FONTS                          */
/****************************************************/

/*Used for headings*/
.verdana13
{
	caption: Heading;
	color: #333333;
	font-size: 10px;
	font-weight: bold;
	font-family: verdana;
	text-decoration: none;
}

/*Used for all plain text*/
.verdana10
{
	caption: Content(Regular);
	color: #333333;
	font-size: 10px;
	font-family: verdana;	
	font-weight: normal;
}

/*
.verdana10Test
{
	caption: Content(Regular);
	color: Red;
	font-size: 20px;
	font-weight:bold;
	font-family: verdana;		
}
*/

/*Used for all bold headings*/
.verdana10Bold
{
	caption: Content(Bold);
	color: #333333;
	font-size: 10px;
	font-weight: bold;
	font-family: verdana;
	text-decoration: none;
}

/*Used for all links - the red arrow is placed in front of the link*/
.verdana10Link
{
	caption: Links;
	color: #333333;
	font-size: 10px;
	font-family: verdana;
	text-decoration: none;
}

/*Used for links where the red arrow should not be added in front
  Used in the linkplaceholder - to be able to align links when they are wrapping*/
.verdana10LinkNoArrow
{
	visible:false;
	color: #333333;
	font-size: 10px;
	font-family: verdana;
	text-decoration: none;
}

/*Used for breadcrumb*/
.verdana10BreadCrumb
{
	visible:false;
	color: #333333;
	font-size: 10px;
	font-family: verdana;
	text-decoration: none;
}

/*Used for placeholders where the user can use more font sizes and
  where there is full formatting*/
.verdana
{
	visible:false;
	color: #333333;
	font-family: verdana;
	text-decoration: none;
}

/****************************************************/
/*                   IMAGE                          */
/****************************************************/
/* Used by NewsSummaryControl */
.imageWithRightMargin24
{
	visible:false;
	margin-right:24px;
}

/* Used by ThreeColumnsSummaryControl */
.imageWithBottomMargin24
{
	visible:false;
	margin-bottom: 14;	
	
}

/* Used to add hand icon in connection with image */
.imageHand
{
	visible:false;
	cursor: hand;	

}



/****************************************************/
/*                   MENU                          */
/****************************************************/
/* Used by Unselected TopNav Items */
.topNavigationItem		
{
	visible:false;
	font-family:tahoma;
	font-size:11px;
	color:#333333;
	text-decoration:none;
}


/* Used by Unselected TopNav Items while hover*/
.topNavigationItem:hover		
{
	visible:false;
	background-color:#F0F0F0;
	color:red;
}

/* Used by the top nav item "Language" */
.topLanguageItem		
{
	visible:false;
	font-family: tahoma;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}

/* Used by Unselected TopNav Items while hover*/
.topLanguageItem:hover		
{
	visible:false;
	background-color:#F0F0F0;
	color:red;
}

/* Used by selected TopNav Items */
.topNavigationItemSelected		
{
	visible:false;
	font-family:tahoma;
	font-size:11px;
	color:red;
	text-decoration:none;
}
/* Used by selected TopNav Items while hover*/
.topNavigationItemSelected:hover		
{
	visible:false;
	background-color:#F0F0F0;
	color:red;
}
/* Used by sub menu of Topnav */
.topNavigationSubMenu	
{
	visible:false;
	border:1px #bbbbbb solid;
/*	width:120px; */
	background-color:#e2e2e2;
	z-index:10px;
	white-space:nowrap;
}

/* Used by Hidden sub menu of Topnav */
.topNavigationSubMenuHidden	
{
	visible:false;
	border:1px #bbbbbb solid;
/*	width:120px; */
	background-color:#FFFF66;
	z-index:10px;
	white-space:nowrap;
	
}


/* Used by leftnav*/
.leftNavigation		
{
	visible:false;
	width:100%;
	background-color:#cccccc;
}
.leftNavigationItemText		
{
	visible:false;
	text-align:left; 
	vertical-align:middle;
	font-family:tahoma;
	font-size:10px; color:#333333;
	width:100%;
	text-decoration:none;
	DISPLAY: block; 
	PADDING-right: 2px;
}
.leftNavigationItemTextSelected		
{
	visible:false;
	text-align:left; 
	vertical-align:middle;
	font-family:tahoma;
	font-size:10px; color:red;
	width:100%;
	text-decoration:none;
	DISPLAY: block; 
	PADDING-right: 2px;
}
/* Used by Unselected leftnav Items */
.leftNavigationItem		
{
	visible:false;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left; 
	vertical-align:middle;
	font-family:tahoma;
	font-size:10px; color:#333333;
	width:100%;
	border-top:1px white solid;
	text-decoration:none;
	background-color:#cccccc;
}

/* Used by Unselected leftnav Items, there are hidden*/
.leftNavigationItemHidden		
{
	visible:false;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left; 
	vertical-align:middle;
	font-family:tahoma;
	font-size:10px; color:#FFFF66;
	width:100%;
	border-top:1px white solid;
	text-decoration:none;
	background-color:#FFFF66;
}















/* Used by Unselected leftav Items while hover*/
.leftNavigationItem:hover		
{
	visible:false;
	background-color:#F0F0F0;
	color:red;
}
/* Used by selected leftnav Items */
.leftNavigationItemSelected	
{
	visible:false;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left; 
	vertical-align:middle;
	font-family:tahoma;
	font-size:10px; color:#333333;
	width:100%;
	border-top:1px white solid;
	text-decoration:none;
	background-color:#cccccc;
	color:red;
}
/* Used by selected leftnav Items while hover*/
.leftNavigationItemSelected:hover		
{
	visible:false;
	background-color:#F0F0F0;
	color:red;
}
/* Used by submenu of leftnav */
.leftNavigationSubMenu	
{
	visible:false;
	width:100%;
	background-color:#e2e2e2;
	z-index:10px;
	white-space:nowrap;
}

/* Used by submenu of leftnav If it is hidden, it has to be yellow*/
.leftNavigationSubMenuHidden	
{
	
	background-color:#FFFF66;
	
}

/* Used by unselected submenu items of topnav */
.topSubMenuItem	
{
	visible:false;
	font-family:tahoma;
	font-size:10px; 
	color:#333333;
	width:100%;
	text-decoration:none;
}

 /*Used by unselected submenu items of topnav, if it is hidden, it is yellow */
.topSubMenuItemHidden	
   {
	visible:false;
	font-family:tahoma;
	font-size:10px; 
	color:#FFFF66;
	width:100%;
	text-decoration:none;
} 

/* Used by unselected submenu items of topnav while hover */
.topSubMenuItem:hover
{
	visible:false;
	background-color:#F0F0F0;
	color:red;
}
/* Used by selected submenu items of topnav */
.topSubMenuItemSelected	
{
	visible:false;
	font-family:tahoma;
	font-size:10px; 
	color:red;
	width:100%;
	text-decoration:none;
}
/* Used by selected submenu items of topnav while hover*/
.topSubMenuItemSelected:hover
{
	visible:false;
	background-color:#F0F0F0;
	color:red;
}


/* Used by unselected submenu items of leftnav */
.leftSubMenuItem	
{
	visible:false;
	font-family:tahoma;
	font-size:10px; 
	color:#333333;
	width:100%;
	text-decoration:none;
	DISPLAY: block; 
	PADDING-LEFT: 18px;
}
/* Used by unselected submenu items of leftnav while hover */
.leftSubMenuItem:hover
{
	visible:false;
	background-color:#F0F0F0;
	color:red;
}
/* Used by selected submenu items of leftnav */
.leftSubMenuItemSelected	
{
	visible:false;
	font-family:tahoma;
	font-size:10px; 
	color:red;
	width:100%;
	text-decoration:none;
	DISPLAY: block; 
	PADDING-LEFT: 18px;
}
/* Used by selected submenu items of leftnav while hover*/
.leftSubMenuItemSelected:hover
{
	visible:false;
	background-color:#F0F0F0;
	color:red;
}

/* Used in home page left menu */
.lightGrayCell
{
	visible:false;
	background-color:#f0f0f0;
}

/****************************************************/
/*                   Selectbox                      */
/****************************************************/

/*Used with 3 columns*/
.selectbox3Col 
{
	visible:false;
	font-family:verdana;
	font-size:10px;
	color:#333333;
	width:145px;
	height:30px;
}

/*Used with 2 columns*/
.selectbox2Col 
{
	visible:false;
	font-family:verdana;
	font-size:10px;
	color:#333333;
	width:240px;
	height:30px;
}

/*Used in Contact to display dropdowns correct*/
.selectbox2ColWidth
{
	visible:false;
	width:240px;
}

/*Used in the ChannelFinderPlaceholderControl to display dropdowns correct*/
.selectboxWidthStyle
{
	visible:false;
	font-family:verdana;
	font-size:10px;
	color:#333333;
	height:30px;	
}

/* Used in Product Finder */
.prodfindselect 
{
	visible:false;
	font-family:verdana;
	font-size:10px;
	color:#333333;
	width:160px;
	height:20px;
}
.prodfindselectBig 
{
	visible:false;
	font-family:verdana;
	font-size:10px;
	color:#333333;
	width:203px;
	height:20px;
}

/****************************************************/
/*            ProductFinder searchresult			*/
/****************************************************/
.DataGrid 
{ 
	visible:false;
	background-color: #F0F0F0;
    /*
    width:100%;
    font-size:8pt;
    font-family:arial;
    color: #002366;
    table-layout: fixed;
    border-width:0;
    border-style:solid; 
	*/
 }

.AlternatingItemStyle  
{  
	visible:false;
	background-color: #FFFFFF;
	/*background-color: #F0F0F0;*/
    color: #333333;
	font-size: 10px;
	font-family: verdana;	
	font-weight: normal;
}

/****************************************************/
/*            Only visible in print!    			*/
/****************************************************/

/* Hides the logo when print has not been selected  */
.printLogo
{
	visible:false;
	display:none;	
}

/****************************************************/
/*            Result lists in Contact    			*/
/****************************************************/

/* Width of the first column (Name, Subname, Country ect.)
   Used in Sales & Service ect. */
.resultsLabelWidth
{
	visible:false;
	width:100px;
}

/* Width of the second column when the orgUnit is not a main (The data)
   Used in Sales & Service ect. */
.resultsDataWidthShort
{
	visible:false;
	width:380px;
}

/* Width of the second column when the orgUnit is a main (The data)
   Used in Sales & Service ect. */
.resultsDataWidth
{
	visible:false;
	width:425px;
}
