﻿/* 1. public_editor.css */
/*************************************************************************************
This stylesheet will be used both in the public site and the cms editor and has lower
priority than "public_base.css" when used in the public site.
**************************************************************************************/


/** STYLES FOR HTML ELEMENTS *********************************************************/
/*************************************************************************************/
HTML{FONT-SIZE:x-small; margin:0px;}
BODY{COLOR:#000000; FONT-FAMILY:Verdana,Arial,Helvetica;}
A:link, A:active, A:hover, A:visited{COLOR: #bd2925;}
P{MARGIN-TOP:0px; MARGIN-BOTTOM:15px;/*Required for same look in Firefox and IE*/}

H1{FONT-SIZE:320%; FONT-WEIGHT:bold; MARGIN-BOTTOM:5px; MARGIN-TOP:0px; color:#000000;}
H2{FONT-SIZE:180%; FONT-WEIGHT:bold; MARGIN-BOTTOM:10px; MARGIN-TOP:0px; color:#000000;}
H3{FONT-SIZE:140%; FONT-WEIGHT:bold; MARGIN-BOTTOM:10px; MARGIN-TOP:0px; color:#000000;}

/** STYLES FOR TEMPLATE ELEMENTS AND EDITOR DROP DOWN LIST ***************************/
/*************************************************************************************/
.MainheaderBlack{FONT-SIZE:350%; FONT-WEIGHT:bold; MARGIN-BOTTOM:5px; MARGIN-TOP:0px; color:#000000;}
.MainheaderWhite{FONT-SIZE:350%; FONT-WEIGHT:bold; MARGIN-BOTTOM:5px; MARGIN-TOP:0px; color:#ffffff;}
.SubheaderBlack{FONT-SIZE:200%; FONT-WEIGHT:bold; MARGIN-BOTTOM:10px; MARGIN-TOP:0px; color:#000000;}
.SubheaderWhite{FONT-SIZE:200%; FONT-WEIGHT:bold; MARGIN-BOTTOM:10px; MARGIN-TOP:0px; color:#ffffff;}
.Subheader2Black{FONT-SIZE:150%; FONT-WEIGHT:bold; MARGIN-BOTTOM:10px; MARGIN-TOP:0px; color:#000000;}
.Subheader2White{FONT-SIZE:150%; FONT-WEIGHT:bold; MARGIN-BOTTOM:10px; MARGIN-TOP:0px; color:#ffffff;}


/* 2. public_base.css */
/** STYLES FOR HTML ELEMENTS *********************************************************/
/*************************************************************************************/
BODY{ margin:0px; background-color:#ffffff;}


/** STYLES FOR THE BASEFILE **********************************************************/
/** The class names below are used in the basefile (/Templates/Framework/base1.ascx) */
/*************************************************************************************/
.hn_container{ width:950px; margin:0px auto 20px auto; padding-bottom:25px;}

.hn_headerArea{ height:95px; position:relative;}
.hn_logoArea{ position:absolute; left:0px; top:25px;}
.hn_loginArea{ position:absolute; right:0px; bottom:20px;}

.hn_mainMenuArea{ position:relative; height:60px;}
.hn_searchArea{ position:absolute; left:8px; top:8px;}
.hn_menuAreaText{ font-size:110%; font-family:Verdana; font-weight:bold; color:#ffffff;}
.hn_searchField{ background-color:#ffffff; border:solid 1px #000000; font-size:110%; font-family:Verdana;}
.hn_searchButton{ border:solid 1px #ffffff; color:#ffffff; font-weight:bold; font-size:100%; font-family:Verdana; background-color:#bd2925; background-image:url(../images/searchbutton_bg.gif); background-repeat:repeat-x; padding:0px; margin:0px;}

.loginInput{ background-color:#ffffff; border:solid 1px #000000; font-size:110%; font-family:Verdana; width:75px;}
.loginButton{ border:solid 1px #ffffff; color:#ffffff; font-weight:bold; font-size:100%; font-family:Verdana; background-color:#000000; background-image:url(../images/loginbutton_bg.gif); background-repeat:repeat-x; padding:0px; margin:0px;}

.hn_mainMenuItemActive{ width:170px; height:37px; background-image:url(../images/hn_mainmenuitemactive.gif); background-repeat:no-repeat;}
.hn_mainMenuItem{ width:170px; height:37px; background-image:url(../images/hn_mainmenuitem.gif); background-repeat:no-repeat;}
.hn_mainMenuSeparator{ width:25px;}

A.hn_mainMenuActiveLink:link{ font-size:110%; font-family:Verdana; font-weight:bold; color:#ffffff; text-decoration:none;}
A.hn_mainMenuActiveLink:active{ font-size:110%; font-family:Verdana; font-weight:bold; color:#ffffff; text-decoration:none;}
A.hn_mainMenuActiveLink:visited{ font-size:110%; font-family:Verdana; font-weight:bold; color:#ffffff; text-decoration:none;}
A.hn_mainMenuActiveLink:hover{ font-size:110%; font-family:Verdana; font-weight:bold; color:#ffffff; text-decoration:underline;}

A.hn_mainMenuLink:link{ font-size:110%; font-family:Verdana; font-weight:bold; color:#000000; text-decoration:none;}
A.hn_mainMenuLink:active{ font-size:110%; font-family:Verdana; font-weight:bold; color:#000000; text-decoration:none;}
A.hn_mainMenuLink:visited{ font-size:110%; font-family:Verdana; font-weight:bold; color:#000000; text-decoration:none;}
A.hn_mainMenuLink:hover{ font-size:110%; font-family:Verdana; font-weight:bold; color:#000000; text-decoration:underline;}

.hn_menuAreaText{ font-size:110%; font-family:Verdana; font-weight:bold; color:#000000; text-decoration:none;}

.hn_footerArea{ border-top:solid 1px #000000; padding-top:14px; text-align:center; margin-top:20px;}

/** STYLES FOR TEMPLATE WIDTH ********************************************************/
/** The templates are included inside the basefile, your web design will tell you ****/
/** the maximal width to use for the templates. **************************************/
/*************************************************************************************/
.hn_Template{}



/* 3. public_templates.css */
/*************************************************************************************
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%; line-height:140%; 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;}

.startPageImage{ margin-bottom:25px; text-align:center;}

.hn_redArea{ background-color:#bd2925; background-image:url(../images/hn_redarea_bottom.gif); background-repeat:no-repeat; background-position:bottom left;}
.hn_greyArea{ background-color:#cccccc; background-image:url(../images/hn_greyareawide_bottom.gif); background-repeat:no-repeat; background-position:bottom left;}
.hn_boxpadding{ padding:26px 35px 26px 35px;}

.contentLeftArea{ width:466px; float:left; padding-bottom:15px;}
.contentRightArea{ width:219px; float:right;}

.separatorLine{ height:1px; border-bottom:solid 1px #6f6f6f; margin-bottom:10px;}

.WhiteLink{ color:#ffffff; text-decoration:none;}
A.WhiteLink:link{ color:#ffffff; text-decoration:none;}
A.WhiteLink:active{ color:#ffffff; text-decoration:none;}
A.WhiteLink:visited{ color:#ffffff; text-decoration:none;}
A.WhiteLink:hover{ color:#ffffff; text-decoration:underline;}

.WhiteLinkUnderlined{ color:#ffffff; text-decoration:underline;}
A.WhiteLinkUnderlined:link{ color:#ffffff; text-decoration:underline;}
A.WhiteLinkUnderlined:active{ color:#ffffff; text-decoration:underline;}
A.WhiteLinkUnderlined:visited{ color:#ffffff; text-decoration:underline;}
A.WhiteLinkUnderlined:hover{ color:#ffffff; text-decoration:underline;}

.GreyLink{ color:#6f6f6f; text-decoration:none;}
A.GreyLink:link{ color:#6f6f6f; text-decoration:none;}
A.GreyLink:active{ color:#6f6f6f; text-decoration:none;}
A.GreyLink:visited{ color:#6f6f6f; text-decoration:none;}
A.GreyLink:hover{ color:#6f6f6f; text-decoration:underline;}

.Linklist{FONT-WEIGHT:normal; MARGIN-TOP:20px;}
.Linkicon{MARGIN-RIGHT:3px; HEIGHT:10px;}
.Filelist{FONT-WEIGHT:normal; MARGIN-TOP:20px;}
.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{ color:#000000; text-decoration:none;}
A.Productlink:link{ color:#000000; text-decoration:none;}
A.Productlink:active{ color:#000000; text-decoration:none;}
A.Productlink:visited{ color:#000000; text-decoration:none;}
A.Productlink:hover{ color:#000000; text-decoration:underline;}

.Productdesc{FONT-SIZE:110%; FONT-WEIGHT:normal;}
.ProductRowItem1{PADDING:5px; BACKGROUND-COLOR:#F7F7F7;}
.ProductRowItem2{PADDING:5px; BACKGROUND-COLOR:#EBEBEB;}
.ProductColumnItem1{PADDING:10px; WIDTH:33%;}
.ProductColumnItem2{PADDING:10px; border-left:1px solid #e0e0e0; WIDTH:34%;}
.ProductColumnItem3{PADDING:10px; border-left:1px solid #e0e0e0; WIDTH:33%;}
.ProductitemLineH{HEIGHT:1px; BACKGROUND-COLOR:#e0e0e0;}
.ProductitemLineV{PADDING:10px; border-left:1px solid #e0e0e0;}
.Productitem{FONT-SIZE:110%; LINE-HEIGHT:20px;}
.Productitemlist{PADDING-RIGHT:20px; WIDTH:150px;}
.ProductitemlistLineV{border-left:1px solid #e0e0e0;}

.productInfoItem{ position:relative; overflow:visible;}
.productInfoIcon{ width:10px; float:left; padding-top:1px;}
.productInfoHeader{ width:360px; float:right; border-bottom:solid 2px #bd2925; padding-bottom:5px; font-size:110%; font-weight:bold; color:#bd2925; text-transform:uppercase;}
.productInfoContent{ width:360px; float:right;}

.productInfoHeaderLink{ color:#bd2925; text-decoration:none;}
A.productInfoHeaderLink:link{ color:#bd2925; text-decoration:none;}
A.productInfoHeaderLink:active{ color:#bd2925; text-decoration:none;}
A.productInfoHeaderLink:visited{ color:#bd2925; text-decoration:none;}
A.productInfoHeaderLink:hover{ color:#bd2925; text-decoration:underline;}

.productAccessoriesImage{ position:relative; height:151px; width:219px;}
.productAccessoriesImageText{ position:absolute; right:8px; bottom:8px; width:203px; font-weight:bold; text-align:right;}

.productLinksArea{ padding:20px; color:#ffffff;}

.Newsimage{FLOAT:RIGHT; MARGIN-LEFT:10px; DISPLAY:INLINE;}
.Newsdate{FONT-SIZE:100%;}
.Newsheader{FONT-SIZE:110%; FONT-WEIGHT:bold; margin:2px 0px 2px 0px;}
.Newslink, A.Newslink:link, A.Newslink:active, A.Newslink:hover, A.Newslink:visited{}
.Newsintro{FONT-SIZE:110%; FONT-WEIGHT:normal;}
.Newsitem1{PADDING:5px; BACKGROUND-COLOR:#F7F7F7;}
.Newsitem2{PADDING:5px; BACKGROUND-COLOR:#EBEBEB;}
.NewsListItem{ padding:5px; margin-bottom:10px;}

.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 *************************************************************/
/*************************************************************************************/
.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%;}