/** STYLES FOR HTML ELEMENTS *********************************************************/
/*************************************************************************************/
HTML{FONT-SIZE:75%}
/*BODY{COLOR:#666666; FONT-FAMILY:Verdana,Arial,Helvetica; MARGIN-LEFT:15px; MARGIN-TOP:20px;}*/
/*A:link, A:active, A:hover, A:visited{COLOR: #49779D;}*/

P{LINE-HEIGHT: 1.4em; MARGIN-TOP:0px; MARGIN-BOTTOM:15px;/*Required for same look in Firefox and IE*/}
UL{MARGIN-TOP:0px; MARGIN-BOTTOM:5px; MARGIN-LEFT:20px;}
HR {border: none; border-top: 1px solid #bababa; height: 1px; margin-top: auto; margin-bottom: auto;}
.PrintLogo{display:none;}

/** STYLES FOR TEMPLATE ELEMENTS *****************************************************/
/*************************************************************************************/
.H1header{FONT-SIZE:300%; FONT-WEIGHT:bold; MARGIN-BOTTOM:10px; MARGIN-TOP:5px;}
.H2header{FONT-SIZE:140%; FONT-WEIGHT:bold; MARGIN-BOTTOM:8px; MARGIN-TOP:0px;}
.H3header{FONT-SIZE:120%; FONT-WEIGHT:bold; MARGIN-BOTTOM:5px; MARGIN-TOP:0px;}


/** STYLES FOR EDITOR DROP DOWN LIST (PARAGRAPH FORMAT) ******************************/
/*************************************************************************************/
h1{FONT-SIZE:250%; FONT-WEIGHT:bold; MARGIN-BOTTOM:10px; MARGIN-TOP:5px; FONT-FAMILY:Arial,Verdana,Helvetica;}
h2{FONT-SIZE:200%; FONT-WEIGHT:bold; MARGIN-BOTTOM:8px; MARGIN-TOP:0px; FONT-FAMILY:Arial,Verdana,Helvetica;}
h3{FONT-SIZE:150%; FONT-WEIGHT:bold; MARGIN-BOTTOM:5px; MARGIN-TOP:0px; FONT-FAMILY:Arial,Verdana,Helvetica;}
h4{FONT-SIZE:133%; FONT-WEIGHT:bold; MARGIN-BOTTOM:0px; MARGIN-TOP:0px; FONT-FAMILY:Arial,Verdana,Helvetica;}
h5{FONT-SIZE:117%; FONT-WEIGHT:bold; MARGIN-TOP:0px; MARGIN-BOTTOM:0; FONT-FAMILY: Verdana,Arial,Helvetica;}

/** STYLES FOR EDITOR DROP DOWN LIST (ADAPTED STYLE) *********************************/
/*************************************************************************************/
.ImportantEditor{FONT-WEIGHT:normal; background-color:#808080; color:#FFFFFF;}
.ImagetextEditor{FONT-WEIGHT:normal; FONT-SIZE:90%;}


/** STYLES FOR THE BASEFILE **********************************************************/
/** The class names below are used in the basefile (/Templates/Framework/Framework1.master) */
/*************************************************************************************/
.WebBody {background-color: #ffffff; background-image: url(Images/WebBodyRepeat.gif); background-repeat: repeat-y; background-position:center; margin: 0px; padding: 0px; width: 100%; height: 100%; min-height: 100%; border-top:1px solid white;/*bugfix for Opera*/}
.WebBodyStart {background-color: #ffffff; background-image: url(Images/WebBodyRepeatFullWidth.gif); background-repeat: repeat-y; background-position:center; margin: 0px; padding: 0px; width: 100%; height: 100%; min-height: 100%; border-top:1px solid white;/*bugfix for Opera*/}
.WebMain {position: absolute; top: 0px; min-height: 100%; height:auto; width:100%;}
.WebMainContainer {height:auto; margin-bottom: 72px;}
.WebMainContainer:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.WebTopContainer {height: 100px;}
.WebHeaderContainer {background-image: url(Images/WebHeader.gif); background-repeat: no-repeat; background-position:center;}
.WebHeader {width: 723px; height: 100px; margin:auto; padding-left:37px;}
.WebHeaderLogo {float:left; margin-top:15px;}
.WebHeaderLoginPrint {float:right; font-size:110%; width:auto; margin-right: 37px; margin-top:34px; border:none; color:white!important;}
.WebHeaderLoginPrint a {color:white!important;}
.WebHeaderMenuContainer {position: absolute; top: 71px; width:686px;}
.WebHeaderTopMenu {float:left; font-size:110%; width:490px;}
.WebHeaderSearch {float:right; margin-top:4px;}
.WebTopMenu {color:#666666!important; height:28px;}
.WebTopMenuItem {float: left; padding-top:7px; padding-left:10px; padding-right:10px; height:21px; margin-right:0px;}
.WebTopMenuItemSelected {float: left; background-image: url(Images/WebTopMenu.gif); background-repeat: repeat-x; padding-top:7px; padding-left:10px; padding-right:10px; height:21px; margin-right:0px;}
.WebMiddleContainer {height: auto; width: 100%; text-align:center;}
.WebContent {height: auto; width: 686px; margin:auto; padding:0px;  text-align:left; padding-left:37px; padding-right:37px; padding-top:20px;}
.WebContentLeft {float: left; width: 166px; height: 100%; margin-top:10px;}
.WebContentRight {float: right; width:462px;}
.WebBottomContainer {position: absolute; bottom: 0px; width: 100%; text-align: center; height: 52px;}
.WebFooterContainer {background-image: url(Images/WebFooter.gif); background-repeat: no-repeat; background-position:center;}
.WebFooter {padding-top:10px; height: 42px; width: 686px; margin:auto; padding-left:37px; padding-right:37px; text-align: left; color:white; font-size:110%;}
.WebFooterText {float:left;}
.WebFooterText div{margin-bottom:5px;}
.WebFooterText a{color:white!important;}
.WebClear {clear:both;}
.WebSearchField {font-size:110%; color:#666666; width:100px; font-family:Verdana,Arial,Helvetica;}
.WebSearchButton {font-size:110%; color:#666666; width:auto; font-family:Verdana,Arial,Helvetica;}
.StudioLogotype {background-image: url(Images/StudioLogotype.gif); background-repeat:no-repeat;}
.StudioExpressLogotype {background-image: url(Images/StudioExpressLogotype.gif); background-repeat:no-repeat;}
.WebLeftMenu ul{margin:0px; padding:0px;}
.WebLeftMenu li{list-style:none; padding:3px; margin-left:15px;}
.WebLeftMenu a{padding:3px; margin-left:1px; line-height:14px;}
.WebLeftMenuSelected {margin-left:0px!important; border:1px solid #C4C4C4; background-color:#F0F0F0;}
.WebLeftMenu_level_1{margin-left:-20px!important; line-height:130%; FONT-SIZE:110%;}
.WebLeftMenu_level_2, .WebLeftMenu_level_3, .WebLeftMenu_level_4, .WebLeftMenu_level_5{margin-top:1px!important; line-height:110%;}







/*************************************************************************************
This stylesheet will be used for the templates included in Litium Studio. Changes
below will change the appearance of the pages using the templates in the folder
"Templates".
**************************************************************************************/


/** STYLES FOR LITIUM STUDIO TEMPLATES ***********************************************/
/*************************************************************************************/
.Intro{FONT-SIZE:110%; FONT-WEIGHT:bold; MARGIN-TOP:0px; MARGIN-BOTTOM:10px;}
.Text{FONT-SIZE:110%; FONT-WEIGHT:normal; MARGIN-TOP:0px; MARGIN-BOTTOM:10px;}
.Normal{FONT-SIZE:110%;}
.Textbold{FONT-WEIGHT:bold;}
.Factheader{FONT-WEIGHT:bold; COLOR:white; BACKGROUND-COLOR:#555555; PADDING:5px;}
.Facttext{FONT-WEIGHT:normal; BACKGROUND-COLOR:#DDDDDD; PADDING:5px;}
.Imagetext{FONT-WEIGHT:normal; MARGIN-TOP:2px; TEXT-ALIGN:CENTER;}
.Date{COLOR:#AAAAAA; MARGIN-TOP:0px; MARGIN-BOTTOM:0px;}

.Linklist{FONT-WEIGHT:normal; MARGIN-TOP:10px; margin-bottom:30px;}
.Linkicon{MARGIN-RIGHT:3px; HEIGHT:10px;}
.Filelist{FONT-WEIGHT:normal; MARGIN-TOP:10px; margin-bottom:30px;}
.Fileicon{MARGIN-RIGHT:5px;}
.Productlist{FONT-WEIGHT:normal; MARGIN-TOP:20px;}
.Newslist{FONT-WEIGHT:normal; MARGIN-TOP:20px;}
.Form{}
.InputItem{FONT-SIZE:110%; MARGIN-BOTTOM:10px; COLOR:#000000; FONT-FAMILY:Verdana,Arial,Helvetica;}
.InputItemFixedWidth{FONT-SIZE:110%; MARGIN-BOTTOM:10px; WIDTH:300px; COLOR:#000000; FONT-FAMILY:Verdana,Arial,Helvetica;}
.InputItemFullWidth{FONT-SIZE:110%; MARGIN-BOTTOM:10px; WIDTH:100%; COLOR:#000000; FONT-FAMILY:Verdana,Arial,Helvetica;}
.SelectItemFixedWidth{FONT-SIZE:110%; MARGIN-BOTTOM:10px; WIDTH:305px; FONT-WEIGHT:bold; COLOR:#000000; FONT-FAMILY:Verdana,Arial,Helvetica;}
.MarginSingle{MARGIN-TOP:10px;}
.MarginDouble{MARGIN-TOP:20px;}

.Image{MARGIN-TOP:20px;}
.ImageCenter{TEXT-ALIGN:CENTER; MARGIN-TOP:20px;}
.ImageLeft{TEXT-ALIGN:LEFT; MARGIN-TOP:20px;}
.ImageRight{TEXT-ALIGN:RIGHT; MARGIN-TOP:20px;}
.ImageLeftFloat{FLOAT:LEFT; MARGIN-TOP:10px; MARGIN-RIGHT:10px; MARGIN-BOTTOM:10px; DISPLAY:INLINE;}
.ImageRightFloat{FLOAT:RIGHT; MARGIN-TOP:10px; MARGIN-LEFT:10px; MARGIN-BOTTOM:10px; DISPLAY:INLINE;}

.ColumnSpace{HEIGHT:10px; WIDTH:10px;}
.CrossHorizontal{FONT-SIZE:1%; HEIGHT:2px; BACKGROUND-COLOR:#555555;}
.CrossHorizontalCell{FONT-SIZE:1%; PADDING-BOTTOM:10px; PADDING-TOP:10px;}
.CrossVertical{FONT-SIZE:1%; WIDTH:2px; BACKGROUND-COLOR:#555555;}
.CrossVerticalCell{FONT-SIZE:1%; HEIGHT:100%; PADDING:5px;}

.threeColumnLeft{VERTICAL-ALIGN:top; WIDTH:350px; padding-right:5px;}
.threeColumnMiddle{VERTICAL-ALIGN:top; WIDTH:189px; padding-top:5px; padding-left:5px; padding-right:5px;}
.threeColumnRight{VERTICAL-ALIGN:top; WIDTH:189px; padding-top:5px; padding-left:5px;}
.threeColumnLineV{padding-top:5px; BACKGROUND-IMAGE: url(../templates/common/images/dotlineV_bg.gif);}
.threeColumnLineH{MARGIN-TOP:5px; MARGIN-BOTTOM:5px; HEIGHT:1px; BACKGROUND-IMAGE: url(../templates/common/images/dotlineH_bg.gif);}

.twoColumnTable{WIDTH:100%; HEIGHT:350px;}
.twoColumnLeft{VERTICAL-ALIGN:top; PADDING-RIGHT:20px;}
.twoColumnRight{VERTICAL-ALIGN:top; WIDTH:180px; PADDING-LEFT:20px;}
.twoColumnInnerTable{MARGIN-TOP:20px;}
.twoColumnInnerOne{HEIGHT:100%; WIDTH:33%; VERTICAL-ALIGN:top; PADDING-TOP:10px; PADDING-RIGHT:10px;}
.twoColumnInnerTwo{HEIGHT:150px; WIDTH:34%; VERTICAL-ALIGN:top; PADDING-TOP:10px; PADDING-LEFT:10px; PADDING-RIGHT:10px;}
.twoColumnInnerThree{HEIGHT:150px; WIDTH:33%; VERTICAL-ALIGN:top; PADDING-TOP:10px; PADDING-LEFT:10px;}
.twoColumnLineH{HEIGHT:1px; BACKGROUND-COLOR: #9A9A9A;}
.twoColumnLineV{WIDTH:1px; BACKGROUND-COLOR: #9A9A9A;}

.Fileheader{FONT-SIZE:110%; FONT-WEIGHT:bold; MARGIN-BOTTOM:5px; BORDER-BOTTOM:1px solid black;}
.Fileitem{FONT-SIZE:110%; FONT-WEIGHT:normal; MARGIN-BOTTOM:5px;}
.Linkheader{FONT-SIZE:110%; FONT-WEIGHT:bold; MARGIN-BOTTOM:5px; BORDER-BOTTOM:1px solid black;}
.Linkitem{FONT-SIZE:110%; FONT-WEIGHT:normal; MARGIN-BOTTOM:5px;}
.Productname{FONT-SIZE:110%; FONT-WEIGHT:bold; MARGIN-BOTTOM:5px;}
.Productlink, A.Productlink:link, A.Productlink:active, A.Productlink:hover, A.Productlink:visited{}
.Productdesc{FONT-SIZE:110%; FONT-WEIGHT:normal;}
.ProductRowItem1{PADDING:5px; PADDING-LEFT:0px;}
.ProductRowItem2{PADDING:5px; PADDING-LEFT:0px;}
.ProductColumnItem1{PADDING:10px; border-left:1px solid #9A9A9A; WIDTH:33%;}
.ProductColumnItem2{PADDING:10px; border-left:1px solid #9A9A9A; WIDTH:34%;}
.ProductColumnItem3{PADDING:10px; border-left:1px solid #9A9A9A; WIDTH:33%;}
.ProductitemLineH{HEIGHT:1px; BACKGROUND-COLOR:#9A9A9A;}
.ProductitemLineV{PADDING:10px; border-left:1px solid #9A9A9A;}
.Productitem{FONT-SIZE:110%; LINE-HEIGHT:20px;}
.Productitemlist{PADDING-RIGHT:20px; WIDTH:100px;}
.ProductitemlistLineV{border-left:1px solid #9A9A9A;}
.NoBorder{border:0;}
.Newsimage{FLOAT:RIGHT; MARGIN-LEFT:10px; DISPLAY:INLINE;}
.Newsdate{FONT-SIZE:100%;}
.Newsheader{FONT-SIZE:110%; FONT-WEIGHT:bold;}
.Newslink, A.Newslink:link, A.Newslink:active, A.Newslink:hover, A.Newslink:visited{}
.Newsintro{FONT-SIZE:110%; FONT-WEIGHT:normal;}
.Newsitem1{PADDING:5px; PADDING-LEFT:0px;}
.Newsitem2{PADDING:5px; PADDING-LEFT:0px;}
.Breadcrumb{FONT-SIZE:110%; FONT-WEIGHT:normal; COLOR:gray;}
A.Breadcrumb:link, A.Breadcrumb:active, A.Breadcrumb:hover, A.Breadcrumb:visited{COLOR:gray!important;}


/** SYSTEM ERROR MESSAGE *************************************************************/
/** System errors shown together with add-on-templates *******************************/
/*************************************************************************************/
.litErrorFieldset{MARGIN-TOP:10px; MARGIN-BOTTOM:10px;}
.litErrorLegend{COLOR: #FF0000! important; FONT-SIZE:110%; PADDING-RIGHT:6px;}
.litErrorDiv{PADDING-TOP:8px; PADDING-BOTTOM:5px;}
.litErrorIcon{WIDTH:16px; HEIGHT:16px; MARGIN-RIGHT:3px;}
.litErrorMsg{COLOR: #FF0000! important; FONT-SIZE:110%;}


/** STYLES FOR THE LEFT MENU *********************************************************/
/** CSS for the left menu, new in version 4.1 ****************************************/
/*************************************************************************************/
.LeftMenu ul{margin:0; margin-top:4px; padding:0;}
.LeftMenu li{list-style:none; padding:3px; margin-left:15px;}
.LeftMenu a, .LeftMenu a:link, .LeftMenu a:active, .LeftMenu a:hover, .LeftMenu a:visited{color:#666666;}
.LeftMenu a{text-decoration:none; padding:2px; margin-left:1px; line-height:14px;}
.LeftMenu a:hover{text-decoration:underline;}
.LeftMenu_Selected {margin-left:0px!important; border:1px solid #CCCCCC; background-color:White;}
.LeftMenu_StartPage {}
.LeftMenu_level_1{margin-left:-20px!important; line-height:130%; FONT-SIZE:110%;}
.LeftMenu_level_2, .LeftMenu_level_3, .LeftMenu_level_4, .LeftMenu_level_5{margin-top:1px!important; line-height:110%;}

/*************************************************************************************/
/*************************************************************************************/
/** YELLON STYLES *********************************************************************/
/*************************************************************************************/
/*************************************************************************************/

/* FRAMEWORK STYLES *****************/
body{color:#000000; background-color:#E9E9EC; font-family:Arial, Verdana; margin:0; padding:0;}
a:link, a:active, a:hover, a:visited{COLOR: #000000; text-decoration:none;}
#MainContent{margin:0; padding:0; width:100%;}

#HeaderContent{height:157px; background-color:#FFF; background-position:center top; background-repeat:repeat-x; overflow:hidden;}
#LogoTypeContainer{width:918px; padding:0 39px 0 20px; margin-top:45px; height:40px; margin-left:auto; margin-right:auto; overflow:hidden;}
#TopMenuContainer{width:926px; padding:0 12px 0 0; height:41px; margin-top:24px; margin-left:auto; margin-right:auto; overflow:hidden;}
#TopMenuSearch{float:right; position:relative; width: 242px; height:31px; background-image:url(Images/searchtab.gif); background-position:right 1px; background-repeat:no-repeat;}
#TopLinks{float:right; color:#FFFFFF; padding-top:3px; font-weight:bold; background:url(/Styles/Images/sharpingprogress.png) no-repeat right 5px; padding-right:244px;}
#TopLinks a{color:#FFFFFF; font-weight:bold;}
.TopLinkIcon{margin-left: 80px;}

#Content{min-height:500px; width:100%; background-color:#FFF; padding: 22px 0 0 0;}
#ContentContainer{width:950px; margin-left:auto; margin-right:auto; padding-bottom:20px; overflow:hidden;}

#FooterContent{color: #666666; font-size:92%; padding-top:40px; background-image:url(Images/footerbackground.gif); background-repeat:repeat-x; background-color: #e9e9ec; min-height:200px; width:100%;}
#FooterContainer{width:880px; padding:0 56px 0 102px; margin-left:auto; margin-right:auto; overflow:hidden}
#FooterLogotype{ width: 173px; float:right; font-size:90%;}
#FooterLogotype a:link, #FooterLogotype a:active, #FooterLogotype a:hover, #FooterLogotype a:visited{font-size:95%; font-family: Arial, Verdana; color: #666666; text-decoration: none;}
#FooterCompanyInformation{width:187px; float:left; display:block;}
#FooterSiteMap{max-width:500px; float:left; display:block;}

.c-FooterLinksColumn{ margin-right:50px; float:left; display:block;}

a.c-FooterSiteMapTopItem{font-size:110%; font-family: Arial, Verdana; color: #666666; text-decoration: none; font-weight:bold; width:85px;}
a.c-FooterSiteMapItem{font-size:110%; font-family: Arial, Verdana; color: #666666; text-decoration: none; width:85px;}

/* Narrow framework */
.Narrow #LeftContent{width:170px; float:left; overflow:hidden;}
.Narrow #MiddleContent{width:455px; float:left; overflow:hidden; margin:0 70px 0 25px;}
.Narrow #RightContent{width:230px; float:left; overflow:hidden;}

/* Narrow with big sidebar */
.NarrowWithBigSidebar #LeftContent{width:170px; float:left; overflow:hidden;}
.NarrowWithBigSidebar #MiddleContent{width:455px; float:left; overflow:hidden; margin:0 30px 0 25px;}
.NarrowWithBigSidebar #RightContent{width:270px; float:left; overflow:hidden;}

.NavBarHeader{border-bottom: solid 1px #b7b7b7; font-size:150%;  padding: 2px 10px 2px 20px; color:#FFFFFF; background-color: #999999;}
.NavBarHeader a{color:#FFFFFF;}
.NavBarTopItem{border-bottom: solid 1px #b7b7b7; font-size: 117%; color:#666666; padding: 2px 10px 2px 20px;}
.NavBarTopItemSelected{border-bottom: solid 1px #b7b7b7; font-size: 117%; color:#009ee0; padding: 2px 10px 2px 20px; background-image: url(Images/navbartopitemselectedbackgr.png); background-position: left 1px; background-repeat: repeat-x;}
.NavBarItem1{border-bottom: solid 1px #b7b7b7; font-size: 117%; color:#666666; padding: 2px 10px 2px 28px;}
.NavBarItemSelected1{border-bottom: solid 1px #b7b7b7; font-size: 117%; color:#009ee0; padding: 2px 10px 2px 28px;}
.NavBarItem2{border-bottom: solid 1px #b7b7b7; font-size: 117%; color:#666666; padding: 2px 10px 2px 38px;}
.NavBarItemSelected2{border-bottom: solid 1px #b7b7b7; font-size: 117%; color:#009ee0; padding: 2px 10px 2px 38px;}
.NavBarItem3{border-bottom: solid 1px #b7b7b7; font-size: 117%; color:#666666; padding: 2px 10px 2px 48px;}
.NavBarItemSelected3{border-bottom: solid 1px #b7b7b7; font-size: 117%; color:#009ee0; padding: 2px 10px 2px 48px;}
.NavBarTopItemSelected a, .NavBarItemSelected1 a{color:#009ee0;}
#NavBarBottom{background-image: url(Images/navbarbottom.png); margin-top:16px; width:170px; height:31px; background-position:left top; background-repeat: no-repeat;}

#LeftContentWide{width:650px; margin-right: 70px; float: left; overflow: hidden;}
#RightContent{width:230px; float:left; overflow:hidden;}
#BottomContentFull{width:951px; float:left; overflow:hidden;}
/* FRAMEWORK STYLES END *****************/

/* ContactForm */
.c-ContactInfoHeader{font-Size: 150%; float:left; font-weight:bold; color: #FFFFFF; background-color: #000000; width: 630px; overflow:hidden; height:20px; padding: 0px 0 5px 20px;}
.c-ContactCoWorkerHeader{font-Size: 150%; float:left; font-weight:bold; color: #FFFFFF; background-color: #000000; width: 930px; overflow:hidden; height:20px; padding: 0px 0 5px 20px;}

.c-ContactFormHeader{font-Size: 140%; font-weight:bold; color: #FFFFFF; overflow:hidden; background-color: #000000; width: 100%; height:16px; padding: 2px 0 5px 15px;}
.c-ContactForm{background-image: url(Images/grayareabackground.gif); background-repeat:repeat-y;}
.c-ContactFormBottom{background-image: url(Images/grayareabottom.gif); height:54px; background-repeat:no-repeat;}
.c-ContactInformation{background-color: #f2f2f2; width:580px; padding: 20px 30px 20px 40px; margin: 2px 0 2px 0;}
.c-Line{background-image:url(Images/line.gif); height:2px; background-repeat:repeat-x;}

/* Advanced search */
.AdvancedSearch #LeftContentWide{width:650px; margin-right: 30px; float:left; overflow:hidden;}
.AdvancedSearch #RightContent{width:270px; float:left; overflow:hidden;}
.c-SearchHeader{font-Size: 150%; float:left; font-weight:bold; color: #FFFFFF; background-color: #999999; width: 100%; height:20px; padding: 0px 0 4px 20px;}
.c-FormHeader{font-Size: 140%; font-weight:bold; color: #FFFFFF; background-color: #999999; width: 255px;; height:16px; padding: 2px 0 5px 15px;}
.c-Form{background-image: url(Images/grayareabackgroundwide.png); background-repeat:repeat-y; padding:10px 0 0 2px; overflow:hidden;}
.c-FormBottom{background-image: url(Images/grayareabottomwide.png); height:54px; background-repeat:no-repeat;}
.c-SearchResults{float:left; width:650px;}
.c-AltSearchItem{ background-color: #FFFFFF; padding:7px 5px 7px 5px; border-bottom: solid 1px #b7b7b7;}
.c-SearchItem{background-color: #f3f3f3; padding:7px 5px 7px 5px; border-bottom: solid 1px #b7b7b7;}
.c-SearchResultTableHeader{float:left; width: 640px;}
.c-SearchResultText{float:left; width:640px; font-weight:normal;}
.c-SearchResultPropertyText{width:445px;}
.c-SearchPageName{font-size: 140%; font-weight:bold;}
.c-SearchPageName a.NewsLink{font-size: 140%; font-weight:bold;}
.advSearchRequiredArea{float:left;}
.advSearchOptionalArea{float:left;}
.advSearchRequiredField{WIDTH:255px; COLOR:#666666; FONT-FAMILY:Arial,Verdana,Helvetica; margin-bottom:8px;}
.advSearchOptionalField{WIDTH:255px; COLOR:#666666; FONT-FAMILY:Arial,Verdana,Helvetica; margin-bottom:8px;}
.advSearchDocumentArea{margin-top:3px;}
.advSearchUseDateArea{float:left; margin-top:3px;}
.advSearchDateArea{float:left; margin-left:10px;}
.advSearchDateField{WIDTH:60px; COLOR:#999999; FONT-FAMILY:Verdana,Arial,Helvetica;}
.advSearchDateItem{float:left; /*margin-right:5px;*/ /*margin-top:8px;*/ margin-bottom:10px;}
.advSearchButtonArea{float:right; margin-bottom:30px; margin-top:3px;}
#advSearchLoadingArea{overflow:hidden; float:right; width:0px; height:16px; margin-top:5px; margin-right:5px;}
.advSearchHelp{font-style:italic; margin-top:3px; margin-bottom:10px;}
.advSearchButton{COLOR:#666666; FONT-FAMILY:Arial,Verdana,Helvetica; background-image: url(Images/searchbutton.gif); border:0; width: 60px; height:19px;}
.advSearchLink{COLOR:#AAAAAA!important;}
.advSearchClear{clear:both; height:0px; overflow:hidden;}
.advSearchListHeader1{float:left; margin-top:10px; margin-bottom:5px;}
.advSearchListHeader2{float:right; margin-top:10px; margin-bottom:5px;}
.advSearchListHeaderLine{clear:both; background-color:#B6A610; width:100%; height:1px; overflow:hidden; margin-top:1px; margin-bottom:5px;}
.advSearchItemLine{clear:both; background-color:#DEDEDE; width:100%; height:1px; overflow:hidden; margin-top:7px; margin-bottom:5px;}
.advSearchItemHeader{float:left;}
.advSearchItemRelevance{float:right;}
.advSearchItemDescription{margin-top:2px;}
.advSearchItemLink A:LINK{COLOR:#AAAAAA!important;}
.advSearchItemDocument img{vertical-align:middle; margin:5px 3px 0px 0px;}
.advSearchValidator{color:red; font-weight:normal;}
.advSearchCalendar{border:1px solid #7F9DB9; background-color:#F3F3F3;}
.advSearchCalendarTitle{background-color:#999999; font-weight:bold;}
.advSearchCalendarDay{font-weight:bold;}
.advSearchCalendarSelectedDay{background-color:#999999;}



.c_Line{background-image:url(Images/line.gif); height:2px; line-height:2px; font-size:2px; background-repeat:repeat-x;}

.c-MiddleContainer{width:610px;  float:left; margin: 0 70px 0 0;}
.c-MinHeight{min-height:550px;}
* html .c-MinHeight{ height:550px;}
.c-PuffContainer{width:270px; float:left;}
.c-PuffContent{width:270px; float:left; margin-bottom:10px;} 
.c-PuffHeader{width:236px;  font-size:150%; overflow: hidden; font-family: Arial, Verdana; padding:1px 17px 6px 17px; float:left; height:18px; background-color:#333333; color:#FFFFFF;}
.c-PuffHeader2{width:236px; font-size:150%; overflow: hidden; font-family: Arial, Verdana; padding:1px 17px 6px 17px; float:left; height:18px; background-color:#e8e8e8; color:#000000;}
.c-PuffHeader3{width:236px; font-size:150%; overflow: hidden; font-family: Arial, Verdana; padding:1px 17px 6px 17px; float:left; height:18px; background-color:#000000; color:#FFFFFF;}

.c-PuffText{width:270px; float:left; }  
.c-PuffContainerBottom{margin-bottom:30px;}

.c-SearchField{background-image:url(Images/searchfield.gif); position:absolute; height:14px; padding-top:4px; font-size:90%;  left:52px; top:11px; background-repeat:no-repeat; width:92px; border:0; padding-left: 18px; padding-right:2px; margin-top:0;}
.c-searchButton{padding:0; margin:0; width:60px; height:19px; position:absolute; right:10px; top:11px;}

.topMenuItem{font-weight:bold; font-size:117%; background-color: #FFFFFF; height:18px; width:92px; padding:3px 18px 0 21px; float:left; margin-right:5px;}
.topMenuItemLink, .topMenuItemSelectedLink{ margin-top:2px;}
.topMenuItemSelected{font-weight:bold; font-size:117%; background-color: #FFFFFF; height:18px; width:92px; padding:3px 21px 0 21px; float:left; margin-right:5px;}
.topMenuItemBlack{background-color:#000000;}
.topMenuItemGray{background-color:#484848;}
.topMenuItemBlue{background-color:#009ee0;}
.topMenuItemLightGray{background-color:#999999;}
.topMenuItemExtraLightGray{background-color:#CCCCCC;}

.topMenuItemBlack a:link, .topMenuItemBlack a:active, .topMenuItemBlack a:hover, .topMenuItemBlack a:visited{color: #FFFFFF;}
.topMenuItemGray a:link, .topMenuItemGray a:active, .topMenuItemGray a:hover, .topMenuItemGray a:visited{color: #FFFFFF;}
.topMenuItemBlue a:link, .topMenuItemBlue a:active, .topMenuItemBlue a:hover, .topMenuItemBlue a:visited{color: #FFFFFF;}
.topMenuItemLightGray a:link, .topMenuItemLightGray a:active, .topMenuItemLightGray a:hover, .topMenuItemLightGray a:visited{color: #FFFFFF;}
.topMenuItemExtraLightGray a:link, .topMenuItemExtraLightGray a:active, .topMenuItemExtraLightGray a:hover, .topMenuItemExtraLightGray a:visited{color: #FFFFFF;}


.c-StartPagePuffColumn{float:left; margin-right: 13px;}
.lastColumn{margin-right:0px;}
.c-ImageBackground{background-position:left top; overflow:hidden; background-repeat: no-repeat; width:158px; height: 69px; padding:118px 15px 30px 15px;}


.c-NewsItems{padding: 5px 10px 3px 10px; font-size:90%; overflow:hidden; background-image: url(Images/newspuffbackground.png); background-repeat: repeat-x; background-position: top;}
.StartPageNewsItem{margin-bottom:7px; overflow:hidden;}
.StartPageNewsDate{float:left; font-weight:bold; margin-right:13px;}
.StartPageNewsText{float:left; width:180px; font-weight:bold;}

.c-Text{padding:10px;}

.c-Toolbox{margin: 30px 0 10px 0; height:15px; border-top: solid 1px #b7b7b7; padding-top:10px;} 

.c-CoWorkerPuffTitle{width:236px; font-size:150%; margin-bottom:13px; padding:0 17px 6px 17px; float:left; height:18px; background-color:#000000; color:#FFFFFF;}
.c-CoWorkerListItemSmall{width: 86px; height:119px; float:left; margin-right: 6px; font-size:90%; line-height:10px;}
.c-CoWorkerListNameTag{margin:0px 4px 0 4px; padding:2px; background-image: url(Images/CoWorkerNameTagBackground.png); background-repeat: repeat-x; height:30px; overflow:hidden;}
.c-CoWorkerListItemSmallSelected{color: #009ee0;}
.c-CoWorkerListItemSmall a img {border:0;}
/* CoWorker */
.c-CoWorkerBodyImage{width: 180px; float:left; margin-top:20px;}
.c-CoWorkerText{float:left; width:270px; margin-top:20px;}
.c-CoWorkerName{font-size:160%; font-weight:bold;}
.c-CoWorkerTitle{font-size:140%; font-weight:bold;}
.c-CoWorkerTextText{margin-top: 15px;}
.ThirdInTheRow{margin-right:0;}

.c-clear{clear:both;}
.c-CoWorkerBouble{margin-top:20px; background-image: url(Images/CoWorkerInfoBakground.png); background-repeat:no-repeat; padding: 20px 20px 5px 25px; height: 195px; width:400px;}
.c-CoWorkerBoubleLeft{height:150px; width:176px; margin-right:5px; float:left;}
.c-CoWorkerBoubleRight{height:130px; margin-top:20px; width:210px; float:left;}
.BoubleRow{margin-bottom: 6px; font-size:110%;}
.BoubleRow a{color: #009ee0;}
.c-TextBlue{color: #009ee0;}

.c-CoWorkerBoubleTitle{font-size:110%;}
/*.c-CoWorkerBoubleHeader{width: 445px; background-image: url(Images/CoWorkerInfoBakgroundHeader.png); background-repeat:no-repeat; height: 21px;}
.c-CoWorkerBoubleBody{width: 445px; background-image: url(Images/CoWorkerInfoBakgroundBody.png); background-repeat:repeat-y; padding:0 25px 15px 25px;}
.c-CoWorkerBoubleFooter{width: 445px; background-image: url(Images/CoWorkerInfoBakgroundFooter.png); background-repeat:no-repeat; height:44px;}*/

.c-ContactPersons{margin-left:15px;}
.c-ContactPerson{width:306px; float:left; margin-top:20px; margin-right:5px;}
.c-ContactPersonImage{width:113px; height:113px; float:left;}
.c-ContactPersonText{float:left; margin-top:4px; margin-left:5px;}
.c-ContactPersonText a{color: #009ee0;}
.c-ContactPersonName{font-size: 150%; font-weight:bold; margin-top:3px;}
.c-MarginBottomContactPersonText{margin-bottom: 7px;}
.c-MarginBottomContactPersonText a,
.c-MarginBottomContactPersonText a:visited,
.c-MarginBottomContactPersonText a:active,
.c-MarginBottomContactPersonText a:hover,
.emailClass{color:#000 !important;}

/*NewsList*/

.NewsList{}
.NewsListItem{ width:455px; padding-bottom:14px;}
.NewsListImage{float:left; padding-right:15px;}
.NewsListSpace{border-top: solid 1px #b7b7b7; height:9px; font-size:1px; line-height:1px;}

/*News*/
.ImageSlideShowContainer{background-color:#FFF; text-align:center; width:455px; height:327px; overflow:hidden;}
.ImageCaseSlideShowContainer{background-color:#FFF; text-align:center; width:455px; height:283px; overflow:hidden;}
.ImageSlideShowControlsContainer{background-color:#e9e9ec; margin-bottom:25px;  width:455px; height:25px; position:relative; }
.ImageSlideShowControlsContainer .left{ position:absolute; right:72px; top:3px;}
.ImageSlideShowControlsContainer .right{ position:absolute; right:50px; top:3px;}
.ImageSlideShowControlsContainer .zoomNews{ position:absolute; right:20px; top:3px;}
.ImageSlideShowControlsContainer a img{border:0;}

.ImageSlideShowControlsContainer .imgInfo{height:25px; line-height:25px; text-align:right;  width:350px;}
.NewsContentContainer{width:455px; padding-bottom:30px; margin-bottom:15px;}

#theSlideImage{}
.OptionsFooter{margin-bottom:25px;}
.newsSiblingContainer{width:225px; float:left;}

.newsSiblingImage{padding-right:12px; float:left;}
.newsSiblingHeader{width:100%; font-size:83%; padding-left:5px; height:17px; line-height:17px; background-color:#e8e8e8;}
.newsSiblingTitle{width:100%; height:25px; line-height:25px;}
.newsSiblingItem{margin-bottom:15px;}

.WebClear{clear:both;}

/*Case*/
.ImageSlideShowControlsContainer .leftCase{ position:absolute; right:72px; top:3px;}
.ImageSlideShowControlsContainer .rightCase{ position:absolute; right:50px; top:3px;}
.ImageSlideShowControlsContainer .zoomCase{ position:absolute; right:20px; top:3px;}

.ImageSlideShowControlsContainer .imgInfoCase{height:25px; line-height:25px; text-align:right;  width:350px;}
.CasePagingContainer{margin:8px 0 12px 0;}
.CaseContainer{margin-top:5px;}
.CaseContainer img{border:0; width:84px; height:84px;}
.CaseContainer .ThirdLink{ margin-right:0;}
.CaseContainer a{width:84px; height:84px; margin-right:9px; display:block; float:left; margin-top:9px;}

.SlideShowThumbnailContainer{width:42px; height:42px; overflow:hidden; float:left; margin:0 12px 10px 0;}
.noMargin{margin-right:0;}
.SlideShowThumbnailContainer img{border:0;}

.CasePaging{color:#FFF !important; display:block; float:left; padding:2px 4px 2px 4px; margin-right:3px;}
.CasePagingNotSelected{background-color:#c7c7c7;}
.CasePagingSelected{background-color:#13b6eb;}

.transparency
{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.RssContainer{margin-left:12px;}
.RssContainer a,
.RssContainer a:active,
.RssContainer a:link,
.RssContainer a:visited{color:#a9a8a8;}
