
/******************************************************
/* Container for ContentBlocks and UserControls
/******************************************************/
.FunctionContainer
{
	display: block;
	margin-bottom: 10px;
	margin-left:0px;
}

#TickerDiv
{
	margin-bottom:0px;	
}

.Right .BoxedArea .FunctionContainer
{
	/*background-color: #fff;	*/
	background: #fafafa url(../images/newTop/boxarea_fade.png) repeat-y;
	padding: 10px;
	overflow-x: hidden;
	width: 150px;
}
.FunctionContainerRightColumnBox
{
	background: #fafafa url(../images/newTop/boxarea_fade.png) repeat-y;
	padding: 10px;
	overflow-x: hidden;
	width: 150px;
	margin-bottom:0px;
}
.FunctionContainerRightColumnBox p, .FunctionContainerRightColumnBox .P
{
	background-color:transparent;
	padding:10px 0;
}

.FunctionContainerRightColumnBox .EmLink
{
	background-color:transparent;
	/*padding-bottom: 0.4em;*/
	
}


#RightColumnBox div
{
	margin-bottom: 0px;
}

.Right .FunctionContainer p, .Right .FunctionContainer .P
{
	/*margin-bottom: 0.6em;*/
	background-color: transparent;
	padding:10px 0;	
}


/******************************************************
/* Boxed Area and Dynamic Blocks
/******************************************************/
.Right .BoxedArea
{
	/*background: #fafafa url(../images/newTop/boxarea_fade.png) repeat-y;*/	
	/*padding: 10px 10px 0px 0px;*/
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
}



/******************************************************
/* Dynamic Block
/******************************************************/
.Right .BoxedArea.DynamicBlock
{
	margin-top: 10px;
}


/******************************************************
/* Top Menu
/******************************************************/
#HeaderContent #Menu
{
	/*clear: both;
	display: block;
	margin: 0;
	padding: 0;*/
	background:#F1F0F0 url(/images/Framework/bg_topmenu.gif) repeat-x top left;	
}
#TopMenu
{
	/*clear: both;*/
	list-style-type: none;
	/*padding: 0;
	margin: 0;*/
}
#TopMenu div
{
	float: left;
	margin: 0;
}
#TopMenu div.Separator 
{
	background-image: url(/images/Framework/bg_topmenu_vline.gif);
	background-repeat: no-repeat;
	background-position: right center;
	height: 29px;
}

/*#Menu a:hover
{
	background-image: url(/images/Framwork/bg_topmenu_selected.gif);
}
*/

#Menu a.selected
{
	background-image: url(/images/Framework/bg_topmenu_selected.gif);	
}

#Menu a 
{
	background-image: url(/images/Framework/bg_topmenu.gif); /* Neccessary for IE */
	background-repeat: repeat-x; /* Neccessary for IE */
	display: block;
	float: left;	
}


/******************************************************
/* Sub Menu
/******************************************************/
#SubMenu
{
	padding:5px 0px 0 0;
	/*background-color:#9c9e9d;*/
	background: url(/images/newLeftMenu/top_leftMenu.jpg) repeat-x top left;
	/*background-repeat:repeat-x;*/
	border:1px solid #dcdcdc;
	overflow:hidden;
	height:auto;
	width:175px;
	
}
#submenu_holder
{
	height:auto;
	overflow:hidden;	
	padding: 0 10px 5px 10px;	
	background: url(/images/newLeftMenu/bottom_leftMenu.jpg) repeat-x bottom left;
}
#SubMenu a
{
	color:#777;
}
#SubMenu a:hover
{
	color:#9c000b !important;
}
#SubMenu .ItemLevel1 a, #SubMenu .ItemLevel1Selected a, #SubMenu #SubMenudivExpanded1 a
{
	padding:5px 0px 5px 5px;
	display:block;
	border-top:1px solid #dcdcdc;
	margin-top:-1px;
	font-weight:bold;
}
#SubMenu .ItemLevel1Selected a, #SubMenu #SubMenudivExpanded1 a {
	color:#333;
}

/*level 2*/
#SubMenu .ItemLevel2Selected a, #SubMenu #SubMenudivExpanded2 a {
	color:#333;
}

#SubMenu .ItemLevel2, #SubMenu #SubMenudivSelected2, #SubMenu .ItemLevel2Expanded a
{
	padding:5px 0 5px 15px;
	display:block;
}

/*level 3*/

#SubMenu .ItemLevel3Selected a, #SubMenu #SubMenudivExpanded3 a {
	color:#9c000b;
}

#SubMenu .ItemLevel3, #SubMenu #SubMenudivSelected3
{
	padding:5px 0 5px 25px;
	display:block;
}


/*
#SubMenu .ItemLevel2, #SubMenu .ItemLevel3
{
	font-family:Arial,Helvetica,Sans-Serif;
	font-size:1.2em;	
	font-weight:bold;
}

#SubMenu .ItemLevel1
{
	font-family:Arial,Helvetica,Sans-Serif;
	font-size:1.2em;
	font-weight:bold;
}

#SubMenu .ItemLevel1 a
{
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px solid #797b7a;
	border-top:1px solid #b3b5b4;
	display:block;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:20px;
	color:#ffffff;
}

#SubMenu a:hover
{
	color:#ffffff;

	background-color:#6d6d6d;
}

#SubMenu .ItemLevel2>a
{
	font-weight:bold;
	text-decoration:none;
	padding-bottom:3px;
	padding-top:3px;
	padding-left:20px;
	color:#ffffff;
	display:block;
	border-bottom:1px solid #797b7a;
	border-top:1px solid #b3b5b4;

	background-color:#6d6d6d;
}
	
#SubMenu .ItemLevel2Selected>a, #SubMenu Level2Expanded>a
{
	font-weight:bold;
	text-decoration:none;
	padding-bottom:3px;
	padding-top:3px;
	padding-left:20px;
	color:#ffffff;
	background: #6d6d6d url(/images/newLeftMenu/arrow_right.gif) no-repeat scroll 1.8em;	
	display:block;
	border-bottom:1px solid #797b7a;
	border-top:1px solid #b3b5b4;
}

#SubMenu .ItemLevel1Selected>a
{
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
	display:block;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:20px;
	background: #6d6d6d url(/images/newLeftMenu/arrow_down.gif) no-repeat scroll 0.4em;
	display:block;
	border-bottom:1px solid #797b7a;
	border-top:1px solid #b3b5b4;
	font-size:1.2em;
}

#SubMenu .ItemLevel1Expanded>a, #SubMenu .ItemLevel1Selected>a
{
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
	display:block;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:20px;
	background: #6d6d6d url(/images/newLeftMenu/arrow_down.gif) no-repeat scroll 0.4em;
	display:block;
	border-bottom:1px solid #797b7a;
	border-top:1px solid #b3b5b4;
	font-size:1.2em;	
}

#SubMenu .ItemLevel2>a, #SubMenu .ItemLevel3>a, #SubMenu .ItemLevel2Selected a, #SubMenu .ItemLevel2Expanded a, #SubMenu .ItemLevel3Selected, #SubMenu .ItemLevel3Expanded
{
	font-weight:bold;
	padding-left:35px;
	font-size:small;
}

#SubMenudivSelected2 a, #SubMenudivExpanded2 a
{
	font-weight:bold;
	text-decoration:none;
	padding-bottom:3px;
	padding-top:3px;
	padding-left:35px;
	color:#ffffff;
	background: #6d6d6d url(/images/newLeftMenu/arrow_right.gif) no-repeat scroll 1.8em;	
	display:block;
	border-bottom:1px solid #797b7a;
	border-top:1px solid #b3b5b4;
	font-size:1.2em;	
}

#SubMenudivSelected1 a, #SubMenudivExpanded1 a
{
	padding-bottom:5px;
	padding-top:5px;
	padding-left:20px;	
	font-weight:bold;
	text-decoration:none;	
	color:#ffffff;
	display:block;	
	font-size:1.2em;
	border-bottom:1px solid #797b7a;
	border-top:1px solid #b3b5b4;
	background: #6d6d6d url(/images/newLeftMenu/arrow_down.gif) no-repeat scroll 0.4em;	
}
#SubMenuItemLevel2 a
{
	font-weight:bold;
	text-decoration:none;
	padding-bottom:3px;
	padding-top:3px;
	padding-left:35px;
	color:#ffffff;
	display:block;
	border-bottom:1px solid #797b7a;
	border-top:1px solid #b3b5b4;

	background-color:#6d6d6d;
}
*/
/******************************************************
/* MapImage
/******************************************************/
#divMapImage	
{
	margin:auto;
	width:608px;
	position:relative;
}

#worldMapWrap
{
	position:relative;
}

#worldMapWrap *
{
	font-size:small;
	letter-spacing:-1px;
}

#worldMap
{
	background-image: url(/images/karta-orginal.jpg);
	background-repeat: no-repeat;
	width:580px;
	height:275px;
}

#worldMapWrap #landList
{
	position:absolute;
	top:0;
}

#landList
{
	background-repeat: no-repeat;
	width:580px;
	height:275px;
	padding:0;
	margin:0;
}

#landList li
{
	list-style:none;
	list-style-type:none;
	list-style-image:none;
}

#landList a
{
	position:absolute;
	text-decoration:none;
	opacity:.0;
	color:#000;
	font-weight:bold;
}

#landList a.L-usa{top:77px;left:88px;}
#landList a.L-sverige{top:29px;left:293px;}
#landList a.L-finland{top:48px;left:350px;}
#landList a.L-norge{top:39px;left:250px;}
#landList a.L-danmark{top:78px;left:308px;}
#landList a.L-uk{top:74px;left:266px;}
#landList a.L-irland{top:73px;left:191px;}
#landList a.L-holland{top:95px;left:295px;}
#landList a.L-belgien{top:101px;left:212px;}
#landList a.L-tyskland{top:111px;left:302px;}
#landList a.L-frankrike{top:120px;left:195px;}
#landList a.L-schweiz{top:131px;left:307px;}
#landList a.L-portugal{top:140px;left:148px;}
#landList a.L-spain{top:170px;left:201px;}
#landList a.L-italy{top:147px;left:334px;}
#landList a.L-hongkong{top:129px;left:493px;}
#landList a.L-australien{top:215px;left:506px;}

/******************************************************
/* TaskBar
/******************************************************/
#TaskBar
{
	position:absolute;
	top:2px;
	right:22em;
	width:300px;
	overflow:visible;
	text-align:right;
}
#TaskBar .EmLink
{
	display: inline;
	margin-left: 15px;
	color: #ffffff;
	text-transform: uppercase;
	background:transparent url(/images/Base/bg_emlink.gif) no-repeat scroll left center;
}


/******************************************************
/* LanguageSelectorHead
/******************************************************/
#LanguageSelectorHead
{
	/* position: absolute;
	right: 6px;
	top: 50px;
	text-align: right;
	padding: 10px; */
}
#LanguageSelectorHead a {
	color: #000;
}
#LanguageSelectorHead a:hover, #LanguageSelectorHead .Selected
{
	color: #fff;
}


/******************************************************
/* Breadcrumbs
/******************************************************/
#BreadCrumbs 
{
	padding: 5px 0 10px 0;
}
#BreadCrumbs, #BreadCrumbs a {
	font-size: 9px;
	/*color: #cccccc;*/
	color:#B56033;
}
#BreadCrumbs a.CurrentPage {
	color: #333333;
}


/******************************************************
/* Print
/******************************************************/
#Print
{
	padding: 5px 0;
	text-align: right;
	float: right;
	width: 130px;
	padding-right:35px;
}
#Print a
{
	font-size: 9px;
	/*background: url(/images/Base/printer_10x10.gif) no-repeat;*/
	background: url(/images/Base/printicon.gif) no-repeat;
	padding-left: 16px;
}


/******************************************************
/* ApplyForLogin
/******************************************************/
.ApplyForLogin TR
{
	height: 27px;
}
.ApplyForLogin .TextBox
{
	width: 160px;
}
.ApplyForLogin .LabelCell
{
	padding-top: 3px;
}


/******************************************************
/* DocumentList
/******************************************************/
div.FileList 
{
	float: left;
	width: 340px;
	padding-right: 10px;
	margin-bottom: 15px;
}
div.FileList a {
	display: block;
	line-height: 16px;
	cursor: pointer;
}
* html div.FileList a 
{
	height: 1px;
}
div.FileList a.Directory {
	background-image: url(/images/framework/folder_closed.gif);
	padding-left: 21px;
	background-repeat: no-repeat;
	line-height: 16px;
}
div.FileList a.File {
	padding-left: 21px;
	background-repeat: no-repeat;
	background-image: url(/images/framework/document.gif);
}
div.FileList a.File .Description 
{
	color: #000000;
}
div.FileListControlPanel 
{
	float: left;
	padding-left: 10px;
	width: 210px;
}
div.FileListControlPanel .UploadFile 
{
	width: 210px;
}
label {
	font-weight: bold;
}
INPUT.TextBox, SELECT.TextBox, TEXTAREA.TextBox{
	width: 140px;
}
.Form .TextBox 
{
	width: 280px;
}
* html INPUT.FileBox /* Set width for IE */
{
	width: 287px;
}
.Error {
	color: #EC191F;
}


/******************************************************
/* ContentFooter
/******************************************************/
.ContentFooter
{
	margin-top: 25px;
}


/******************************************************
/* Search
/******************************************************/
.Search .Item
{
	clear: both;
	margin-bottom: 12px;
}
.Search .FloatRight
{
	display: inline;
	margin-left: 8px;
}
.Search .SiteName
{
	margin-top: 2px;
	color: #999999;
	font-size: 9px;
}


/******************************************************
/* Login
/******************************************************/
.Login .TextBox
{
	width: 125px;
}


/******************************************************
/* LanguageSelector
/******************************************************/
.LanguageSelector .LanguagePanel
{
	margin-bottom: 12px;
}
.LanguageSelector .LanguageFlag
{
	float: left;
	margin-right: 8px;
}
.LanguageSelector .EmLink
{
	background-position: right center;
	padding: 0 16px 0 0;
	display: inline;
	font-size: 1.1em;
}
.LanguageSelector .P
{
	margin: 3px 0 0 0;
}
.LanguageSelector input
{
	margin-left: 67px;
}


/******************************************************
/* RelatedLinks
/******************************************************/
.RelatedLinks .Block
{
	margin-bottom: 10px;
}


/******************************************************
/* Subscribe
/******************************************************/
.Subscribe .EmailTextBox
{
	margin-top: 3px;
	width: 105px;
}


/******************************************************
/* FAQ
/******************************************************/
.FAQ .Question
{
	cursor: pointer;
	margin: 4px 0px;
}
.FAQ .Answer
{
	margin-bottom: 10px;
	padding-left: 15px;
	display: none;
}


/******************************************************
/* NewsList
/******************************************************/
.NewsList
{
	padding: 5px 10px 10px 10px;
}
.NewsList .NewsItem
{
	width: 173px;
	float: left;
	display: inline;
	margin-right: 10px;
	color: #333333;
}
.NewsList .NewsItem .Date
{
	color: #999999;
	font-style: italic;
}
.NewsList a, .NewsList a:hover
{
	color: #666666;
}


/*********************************************
/* Download
/********************************************/
.Download .Block
{
	margin-bottom: 10px;
}
.Download .FileExtension
{
	color: #cccccc;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 6px;
}


/*********************************************
/* GenericContent
/********************************************/
.GenericContent .Block
{
	margin-bottom: 10px;
}
.GenericContent .EmLink
{
	/*margin-top: 0.6em;*/
	background-color: transparent;
	padding-bottom: 0em;
	margin:5px 0 0 0;
}

/*********************************************
/* HorizontalRow
/********************************************/
.HorizontalRow
{
	margin: 5px 0px;
}


/*********************************************
/* Listing
/********************************************/
.Listing .ListItem
{
	margin: 0px 0px;
}
.Listing .FloatRight
{
	margin-left: 8px;
}
.Listing .EmLink
{
	margin-bottom: 0px;
}
.Listing .MainIntro, .Listing .Date
{
	padding: 0 0 10px 10px;
	display: block;
}
.Listing .Date
{
	margin-top: 3px;
	color: #999999;
	font-size: 9px;
}

.Listing .ItemColumn
{
	 display: inline;
	 padding-right: 5px;
}



/*********************************************
/* Flash
/********************************************/
.Flash
{
	width: 580px;
	margin-left:0;
}
.Flash .FloatLeft, .Flash .FloatRight
{
	width: 250px;
	padding: 0px 10px 0px 10px;
}
.Flash H2
{
	font-family: Myriad Pro, Arial;
	font-size: 20px;
	font-weight: bold;
}
.Flash P
{
	font-family: Klavika Rg, Arial;
	font-size: 12px;
	margin: 0;
}


/*********************************************
/* Simple
/********************************************/
.Simple
{
}
.Simple .RelatedLinks
{
	padding: .4em 5px 10px 5px;
}
.BoxedArea .Simple .TextContainer
{
	color: #333333;
}
.RelatedLinks br
{
	clear: left;
}


/*********************************************
/* Banner
/********************************************/
.Banner
{
	/* background-color: #d7d9d8; */
	padding-left:10px;
	margin-bottom: 0px;
	background:#FAFAFA url(../images/newTop/boxarea_fade.png) repeat-y scroll 0%;
}
.Banner .Item
{
	/* position: relative; */
	margin-bottom: 10px;
}
.Banner span.Arrow
{
    background-image: url(/images/Base/bg_emlink.gif);
    background-repeat: no-repeat;
    width: 9px;
    height: 9px;
}


/*********************************************
/* MapLinks
/********************************************/
.MapLinks
{
	width: 517px;
	background: #d6d8d8 no-repeat url(/templates/ContentBlocks/Images/bg_map.gif);
	padding: 46px 30px 20px 33px;
	margin-left:0;
}
.MapLinks .EmLink
{
	color: #7f8484;
}
.MapLinks a:hover /* Already defined in "base.css" but neccessary for FireFox */
{
	color: #3b3b3b;
}
.MapLinks #America
{
	float: left;
	width: 143px;
	margin: 0px;
}
.MapLinks #Europe
{
	float: left;
	width: 206px;
	margin-left: 20px;
}
.MapLinks #Asia
{
	float: left;
	width: 127px;
	margin-left: 20px;
}
.MapLinks #Europe .FloatLeft
{
	width: 98px;
}
.MapLinks #Europe .FloatRight
{
	width: 98px;
	margin-left: 10px;
}

/*********************************************
/* Locate Us / Our offices
/********************************************/

.LocateUs div.MapDiv {
	width: 100%; 
	text-align: center; 
	margin-top: 10px;
}
.LocateUs div.MapDiv table {
	display: inline;
	
}

.LocateUs img.LocationIcon {
	position: absolute;
	cursor: pointer;
}

.LocateUs .LocationName {
	display: none;
	position: absolute;
	margin-left: 12px;
	margin-top: -2px;
	color: red;
	font-weight: bold;
	z-index: 100;
}

.LocateUs div.AddressInfo {
	margin-bottom: 15px;
}

.LocateUs div.DrivingDirections {
	display: none;
}

.LocateUs #LocationInfoContainer a.EmLink {
	background-image: url(/images/LocateUs/bg_emlink.gif);
}

/*********************************************
/* Our solutions
/********************************************/

.Solutions div#MapDiv {
	text-align: center; 
}
.Solutions div#MapDiv table {
	display: inline;
	
}
.Solutions div#MapDiv div.MapContainer {
	position: relative;
}

.Solutions img.ItemIcon {
	position: absolute;
	cursor: pointer;
}

.Solutions div#NavigationDiv 
{
	width: 573px;
	margin-bottom: 10px;
}

.Solutions div#PagingDiv 
{
	height: 31px;
	margin: 10px 0;
	float: left;
}
.Solutions div#QuitButtonDiv
{
	height: 31px;
	margin: 10px 0;
	float: right;
}


.Solutions div#DescriptionDiv 
{
	width: 570px;
}
.Solutions div.BoxedArea 
{
	display: none;
	margin-bottom: 10px;	
}
.Solutions div.BoxedArea .FunctionContainer 
{
	padding: 0;	
	width: 150px;
}
.Solutions div.BoxedArea .FunctionContainer div 
{
	margin: 10px;
}
/* Fix for IE6 */
* html .Solutions div.BoxedArea .FunctionContainer div 
{
	height: 1px;
}

/*********************************************
/* LastUpdate
/********************************************/
#lastupdate 
{
	text-align:right;
	margin-top:10px;
	font-size: 9px;
}
#lastupdate *
{
	font-size: 9px;
}


/*********************************************
/* Observer
/********************************************/

.dContent 
{
	text-align:left;
}

#Ticker .Header TD, #TickerSmall .Header TD
{
	background-color:#d6d8d8;
	font-weight:bold;
}

#Ticker .CellHeader, #TickerSmall .CellHeader 
{
	font-weight:bold;
}

.tickerbody
{
	background-color:#ffffff;
	padding:10px;
}

.latest 
{
	color:#999;
}
#NewsList .NewsItem 
{
	margin-bottom:5px;
}
.YearLinks 
{
	margin-bottom:10px;
}
.YearLinks A 
{
	font-weight:bold;
	margin-right:15px;
}
.headForm 
{
	font-weight:bold;
}
.input 
{
	width:100px;
}
.backForm 
{
	width:360px;

}
.Chart 
{
	margin-bottom:10px;
	padding:0.9em;
}

.extensionPlaceHolder 
{
	padding:10px;
	display:none;
}
.message, .message * 
{
	color:#990000;
}

#QuickSearch 
{
	margin-top:0px;
	margin-bottom:10px;
}
#QuickSearch input
{
	padding:2px;
	border:1px solid #ccc;
}
#QuickSearch .quickSearch_button
{
	margin:3px 0px 0 0;
	display:block;
}

/*********************************************
/* Redirect
/********************************************/
.RedirectInfo
{
	margin-top:50px;
}

.LinkText
{
	float:right;
}
/*********************************************
/* new PageHeader styles 2008-04-29
/********************************************/
#PageHeader{height:92px;}
#PageHeader #topLogo{width:225px;}
#PageHeader #topLogo img{position:absolute;bottom:2em;left:2em;}

#PageHeader #topSearchBox{position:absolute;top:10px;right:0px;width:251px}

#PageHeader #languageSelectorList{position:absolute;right:-27px;width:27px;top:5px;list-style-image:none;}
#PageHeader #languageSelectorList li{margin:0px;list-style:none;padding:0.7em 0 0 0;text-align:center;background:url(../images/languagesList/default.gif) no-repeat;width:27px;height:20px;}
#PageHeader #languageSelectorList li.selected{background-image:url(../images/languagesList/selected.gif);padding-top:0.6em;}
#PageHeader #languageSelectorList li.selectedsecond{background-image:url(../images/languagesList/selectedsecond.gif);padding-top:0.6em;}
#PageHeader #languageSelectorList li.selectedthird{background-image:url(../images/languagesList/selectedthird.gif);padding-top:0.6em;}
#PageHeader #languageSelectorList li.selected a{color:#fff;font-weight:bold;}
#PageHeader #languageSelectorList li.selectedsecond a{color:#fff;font-weight:bold;}
#PageHeader #languageSelectorList li.selectedthird a{color:#fff;font-weight:bold;}
#PageHeader #languageSelectorList li a{color:#81888B; font-weight:bold;}
/*********************************************
/* new "Change region" & "Corporet website" styles 2008-04-30
/********************************************/

#PageHeader #searchBox
{
	clear:both;
	position:absolute;
	right:25pt;
	top:40px;
}

#PageHeader #searchBox input
{	
	padding:2px;
}
#changeRegionBox
{
	margin-right:5px;
}

#PageHeader #changeRegionBox a.regLink,#PageHeader #changeRegionBox a.dropDownLink{float:left;}
#PageHeader #changeRegionBox a.regLink{color:#fff;text-transform:uppercase;display:block;/*background: url(/images/Base/bg_emlink.gif) no-repeat left center; */padding:2px 0px 5px 5px;margin-left:15px;font-weight:bold;float:left;}
#PageHeader #changeRegionBox div#corpMenu{float:right;}

#PageHeader #changeRegionBox .RegionLabel{color:#fff;text-transform:uppercase;display:block;padding:0.2em 1em 0.2em 1.4em;margin-right:0em;}

#PageHeader #changeRegionBox a.dropDownLink{
	color:#000;background:url(../images/newTop/arrow_down.gif) no-repeat 98% 6px;cursor:pointer;
	border:1px solid transparent;padding:1px 20px 5px 0px;
	
}
#PageHeader #changeRegionBox a.dropDownLink:hover, #PageHeader #changeRegionBox a.dropDownLink.active{background-color:#fff;border:1px solid #ccc;}

#PageHeader #changeRegionBox #corpwebsites{margin:2px 5px 0 0;background:#fff;position:absolute;right:0;top:18px;z-index:100000;border:solid 1px #ccc;border-width:0px 1px 1px 1px;padding-bottom:0.5em;list-style-image:none;}
#PageHeader #changeRegionBox #corpwebsites li{padding:0.15em 0 0.15em 0;font-size:small;list-style:none;clear:both;background:#fff;width:130px !important;margin-left:0;}
#PageHeader #changeRegionBox #corpwebsites li.hover{background: #e2e2e2;}
#PageHeader #changeRegionBox #corpwebsites li a{padding:0 0 0 1.5em;background:url(../images/newTop/dropdown_raq.jpg) no-repeat 0.5em 5px;}


.stripeHeadingbar{background: url(../images/stripeBG.gif) no-repeat left center;margin: 1em 0;margin-bottom:5px;padding:0;}
.stripeHeadingbar span{background: url(../images/stripeBG.gif) no-repeat left center;padding:0px 8%;display:block;height:auto;}
.stripeHeadingbar span span{background:#fff none;padding:0pt 0.5em;display:inline;color:#81888b;text-transform:uppercase;height:1.1em;}
.stripeHeadingbar span span{display: table-cell;}

/* SingleBanner styles */
.SingleBannerTextDiv
{	
	padding: 5px;
	z-index:1000;
    background: #FFFFFF;
	opacity:0.75;
	filter: alpha(opacity=75);
	width:160px;
	height:40px;
}

/* .BoxedArea *{z-index:0;} */
/* .BoxedArea img{position:relative;} */
.Arrow{display:none;}

.op0{opacity:.0;}
.op1{opacity:.1;}
.op2{opacity:.2;}
.op3{opacity:.3;}
.op4{opacity:.4;}
.op5{opacity:.5;}
.op6{opacity:.6;}
.op7{opacity:.7;}
.op8{opacity:.8;}
.op9{opacity:.9;}