/***********************************************************************
*
*
*   PRINT STYLE SHEET
*
*   Instructions:
*   - Remove font-sizes and line-heights from css rules
*
*
***********************************************************************/

/***********************************************************************
*
*
* CONTENTS
* ====================================================
* 00. HIDE ElEMENTS
* 01. HTML ELEMENTS
* 02. COMMON USE
* 03. TEMPLATE ELEMENTS
* 04. BASEFILE
* 05. LITIUM STUDIO TEMPLATES
* 06. START PAGE TEMPLATE
* 07. CONTACT INFO
* 08. RELATED INFORMATION
* 09. CONTACT INFO ITEM
***********************************************************************/

/** 00. HIDE ElEMENTS **********************************************************/
/** The class names below are used in the basefile (/Templates/Framework/Content.master) */
/*************************************************************************************/

/*** Header ***/
/*** login, search ***/
.c-LoginArea { display: none; }
.c-LoginAreaHidden { display: none; }
.c-SearchArea { display: none; }

/*** top menus ***/
.c-TopMenuArea { display: none; }
.c-TopSubMenuArea{display: none;}
/*** /Header ***/

/*** Contents ***/
/*** left menu ***/
.c-VertMenuArea { display: none; }
.LeftMenu {display: none; }

/*** top banner ***/
.c-BannerArea { display: none;}

/*** start top ***/
#StartTop { display: none; }

/*** start notes ***/
#StartNotes { display: none; }

/*** start calendar ***/
.calendarTop { display: none; }
#c-Calendar { display: none; }
#AlmaInfoWrapper  { display: none; }

/*** TIP A FRIEND  ***/
#c-TipPrintFavorite { display: none; }
/*** /Contents ***/


/*** Footer ***/
/*** footer image ***/
/*** horizontal divider ***/
.c-Divider { display: none; }

.c-FooterArea img  { display: none; }
/*** /Footer ***/




/** 01. STYLES FOR HTML ELEMENTS *********************************************************/
/*************************************************************************************/
HTML{font-size:10pt; line-height: 1.2;}
BODY { color: #303030; font-family: Arial,Verdana,Helvetica; width: 938px; margin: 0px auto; background-color: #fff;}
A:link, A:active, A:hover, A:visited { color: #303030; text-decoration: underline; }
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; }


/** 02. STYLES FOR COMMON USE ************************************************************/
/*************************************************************************************/
.clr { clear: both; }
.show{display:block;}


/** 03. STYLES FOR TEMPLATE ELEMENTS *****************************************************/
/*************************************************************************************/
h1, .c-H1header { font-size: 24pt; font-weight: normal; margin-bottom: 10px; margin-top: 5px; }
h2, .c-H2header { font-size: 14pt; font-weight: bold; margin-bottom: 8px; margin-top: 0px; }
h3, .c-H3header { font-size: 12pt; font-weight: bold; margin-bottom: 5px; margin-top: 0px; }


/** 04. STYLES FOR THE BASEFILE **********************************************************/
/** The class names below are used in the basefile (/Templates/Framework/Content.master) */
/*************************************************************************************/
.c-MainArea { width: 600px; }
.c-MainAreaBackground { width: 600px; padding-bottom: 10px; }
.c-MainContent { width: 600px; margin: 0px auto; }

/*** full size width on articles ***/
.c-LeftContentArea { width: 100%; padding-right: 20px; float: left; }

.c-FooterArea { width: 600px; height: 34px; }
.c-FooterContent { width: 600px; margin: 0px auto; text-align: center; padding-top: 10px; }
.c-Divider { height: 1px; background-color: #e1dbdb; width: 840px; margin: 0px auto; overflow: hidden; }
.c-DividerFullWidth { height: 1px; background-color: #e1dbdb; width: 100%; margin: 0px auto; overflow: hidden; }
.c-LogoArea { width: 480px; height: 100%; float: left; }
.c-Logo { margin-top: 10px; margin-left: 23px; }
.c-HeaderArea { width: 100%; height: 110px; }
.c-HeaderHeader { color: #757575; font-weight: bold; }
.c-HeaderLink A.c-HeaderLink:link, A.c-HeaderLink:active, A.c-HeaderLink:hover, A.c-HeaderLink:visited { color: #757575; text-decoration: underline; }
.c-UserName { color: #313131; font-weight: normal; }
.c-Content { width: 600px; min-height: 650px;}
* html .c-Content { height: 650px; }
.c-InnerContent { width: 600px; float: left; margin-left: 20px; }
.c-InnerContentBackground { width: 600px; }

.c-RightContentArea { width: 182px; padding-left: 10px; float: left; }
.c-RightContentArea a { }
.c-RightContentAreaStart { width: 268px; padding: 10px; float: left; }

.c-TipImage { vertical-align: middle; border:none; }

.clearbox:after { content: '.'; display: block; visibility: hidden; clear: both; height: 0; line-height: 0; }
.clearbox { display: block; }
* + html .clearbox { /* ie7 */ overflow: visible; height: 1%; }
* html .clearbox { /* ie6 */ display: inline-block; overflow: visible; height: 1%; }


/** 05. STYLES FOR LITIUM STUDIO TEMPLATES ***********************************************/
/*************************************************************************************/
.c-Intro { font-weight: bold; margin-top: 0px; margin-bottom: 10px; }
.c-Text { font-weight: normal; margin-top: 0px; margin-bottom: 10px; }
.c-Normal { font-size: 100%; }
.c-Textbold { font-weight: bold; }
.c-Factheader { font-weight: bold; color: white; background-color: #555555; padding: 5px; }
.c-Facttext { font-weight: normal; background-color: #DDDDDD; padding: 5px; }
.c-Imagetext { font-weight: normal; margin-top: 2px; text-align: CENTER; }
.c-Date { color: #AAAAAA; margin-top: 0px; margin-bottom: 0px; }

.c-Linklist { font-weight: normal; margin-top: 20px; }
.c-Linkicon { margin-right: 3px; height: 10px; }
.c-Filelist { font-weight: normal; margin-top: 20px; }
.c-Fileicon { margin-right: 5px; }
.c-Productlist { font-weight: normal; margin-top: 20px; }
.c-Newslist { font-weight: normal; margin-top: 20px; }
.c-Form { }
.c-InputItem { margin-bottom: 10px; color: #000000; font-family: Verdana,Arial,Helvetica; }
.c-InputItemFixedWidth { color: #000000; font-family: Verdana,Arial,Helvetica; border: solid 1px #bbbaba;  height: 19px; width: 220px; padding: 2px 2px 0px 2px;  }
.c-TextAreaItemFixedWidth { color: #000000; font-family: Verdana,Arial,Helvetica; border: solid 1px #bbbaba; height: 119px; width: 300px; padding: 2px 2px 0px 2px;  }

.c-InputItemFullWidth { margin-bottom: 10px; width: 100%; color: #000000; font-family: Verdana,Arial,Helvetica; }
.c-SelectItemFixedWidth { margin-bottom: 10px; width: 305px; font-weight: bold; color: #000000; font-family: Verdana,Arial,Helvetica; }
.c-MarginSingle { margin-top: 10px; }
.c-MarginDouble { margin-top: 20px; }

.c-Image { margin-top: 20px; }
.c-ImageCenter { text-align: CENTER; margin-top: 20px; }
.c-ImageLeft { text-align: LEFT; margin-top: 20px; }
.c-ImageRight { text-align: RIGHT; margin-top: 20px; }
.c-ImageLeftFloat { float: LEFT; margin-top: 10px; margin-right: 10px; margin-bottom: 10px; display: INLINE; }
.c-ImageRightFloat { float: RIGHT; margin-top: 10px; margin-left: 10px; margin-bottom: 10px; display: INLINE; }

.c-ColumnSpace { height: 10px; width: 10px; }
.c-CrossHorizontal { height: 2px; background-color: #555555; }
.c-CrossHorizontalCell { padding-bottom: 10px; padding-top: 10px; }
.c-CrossVertical { width: 2px; background-color: #555555; }
.c-CrossVerticalCell { height: 100%; padding: 5px; }

.c-threeColumnLeft { vertical-align: top; width: 350px; padding-right: 5px; }
.c-threeColumnMiddle { vertical-align: top; width: 189px; padding-top: 5px; padding-left: 5px; padding-right: 5px; }
.c-threeColumnRight { vertical-align: top; width: 189px; padding-top: 5px; padding-left: 5px; }
.c-threeColumnLineV { padding-top: 5px; background-image: url(../templates/common/images/dotlineV_bg.gif); }
.c-threeColumnLineH { margin-top: 5px; margin-bottom: 5px; height: 1px; background-image: url(../templates/common/images/dotlineH_bg.gif); }

.c-twoColumnTable { width: 100%; height: 350px; }
.c-twoColumnLeft { vertical-align: top; padding-right: 20px; }
.c-twoColumnRight { vertical-align: top; width: 180px; padding-left: 20px; }
.c-twoColumnInnerTable { margin-top: 20px; }
.c-twoColumnInnerOne { height: 100%; width: 33%; vertical-align: top; padding-top: 10px; padding-right: 10px; }
.c-twoColumnInnerTwo { height: 150px; width: 34%; vertical-align: top; padding-top: 10px; padding-left: 10px; padding-right: 10px; }
.c-twoColumnInnerThree { height: 150px; width: 33%; vertical-align: top; padding-top: 10px; padding-left: 10px; }
.c-twoColumnLineH { height: 1px; background-color: #9A9A9A; }
.c-twoColumnLineV { width: 1px; background-color: #9A9A9A; }

.c-Fileheader { font-weight: bold; margin-bottom: 5px; border-bottom: 1px solid black; }
.c-Fileitem { font-weight: normal; margin-bottom: 5px; }
.c-Linkheader { font-weight: bold; margin-bottom: 5px; border-bottom: 1px solid black; }
.c-Linkitem { font-weight: normal; margin-bottom: 5px; }
.c-Productname { font-weight: bold; margin-bottom: 5px; }
.c-Productlink, A.Productlink:link, A.Productlink:active, A.Productlink:hover, A.Productlink:visited { }
.c-Productdesc { font-weight: normal; }
.c-ProductRowItem1 { padding: 5px; padding-left: 0px; }
.c-ProductRowItem2 { padding: 5px; padding-left: 0px; }
.c-ProductColumnItem1 { padding: 10px; border-left: 1px solid #9A9A9A; width: 33%; }
.c-ProductColumnItem2 { padding: 10px; border-left: 1px solid #9A9A9A; width: 34%; }
.c-ProductColumnItem3 { padding: 10px; border-left: 1px solid #9A9A9A; width: 33%; }
.c-ProductitemLineH { height: 1px; background-color: #9A9A9A; }
.c-ProductitemLineV { padding: 10px; border-left: 1px solid #9A9A9A; }
.c-Productitem { line-height: 20px; }
.c-Productitemlist { padding-right: 20px; width: 100px; }
.c-ProductitemlistLineV { border-left: 1px solid #9A9A9A; }
.c-Newsimage { float: RIGHT; margin-left: 10px; display: INLINE; }
.c-Newsheader { font-weight: bold; }
.c-Newsintro { font-weight: normal; }
.c-Newsitem1 { padding: 0 0 10px 0; border-bottom: 1px solid #E1DBDB; }
.c-Newsitem2 {  }
.c-NewsListHeader { border-bottom: 2px solid #E1DBDB; padding: 0 0 10px 0; margin: 0 0 20px 0; }
.c-Breadcrumb { font-weight: normal; color: gray; }
A.c-Breadcrumb:link, A.c-Breadcrumb:active, A.c-Breadcrumb:hover, A.c-Breadcrumb:visited { color: gray !important; }


/** 06. STYLES FOR START PAGE TEMPLATE ***************************************************/
/** CSS for the start page ***********************************************************/
/*************************************************************************************/
#StartNewsWrapper { float: left; padding: 0 10px 0 10px; margin: 0 0 0 10px; width: 284px; min-height: 420px; }
* html #StartNewsWrapper { height: 420px; }


/**** Start news tabs ***/
#StartNewsNavigation { width: 283px; }
#StartNewsNavigation ul { background: transparent; list-style: none; display: inline; margin: 0; padding: 10px 10px 0 0px; line-height: 1; }
#StartNewsNavigation ul li { display: inline; padding: 0; margin: 0; }
#StartNewsNavigation ul a { float: left; margin: 0 3px 0 0; padding: 0 0 0 3px; text-decoration: none; color: #000; }
#StartNewsNavigation ul a span { float: left; display: block; padding: 5px 15px 2px 6px; }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#StartNewsNavigation ul a span { float: none; }
/* End IE5-Mac hack */

/*** News ***/
#StartNews .item { margin: 14px 0 0 0; padding: 0 0 10px 0; }
#StartNews .more { display: none; }
#StartNews h2 { margin: 0 0 0 0; }
#StartNews h2 a { text-decoration: none; }
/*** /News ***/

/*** Events ***/
#EventList {margin:10px 0 0 0;}
#EventList * {}
#EventList a {text-decoration:none;}
.EventListItem {margin:0 0 7px 0;     padding:0 0 7px 0;    border-bottom:1px solid #ddd; }
/*** /Events ***/



/** 07. STYLES FOR CONTACT INFO TEMPLATES ************************************************/
/*************************************************************************************/
.ContactInfoListPersonListTable { border: 0; width: 100%; }
.ContactInfoListPersonListTable tr { border: 0; border: solid 1px #000000; }
.ContactInfoListPersonListTable th { border: solid 1px #c6c6be; font-weight: bold; text-align: left; padding: 3px; background-color: #e4e4db; text-decoration: underline; }
.ContactInfoListPersonListTable td { border: solid 1px #e1dbdb; padding: 3px; background-color: #F2F2E8; }


/** 08. STYLES FOR RELATED INFORMATION ***************************************************/
/*************************************************************************************/

.c-RelatedInfoPageTypes, .c-RelatedInfoRelations{width: 192px; margin-bottom: 10px; background: url(../Images/RelatedInformation/gray_line_bg.gif) repeat-y;}
.c-RelatedInfoTextField {width: 190px;margin-bottom: 10px; margin-left: 1px; background-color: #f0f0e7;}
.c-RelatedInfoContent {padding: 4px 8px;}
.c-RelatedInfoBulletOrange {padding-bottom: 1px; padding-right: 5px;}


/** 09. STYLES FOR CONTACT INFO ITEM *****************************************************/
/*************************************************************************************/

#c-ContactInfoItem { padding: 0; margin: 0; }
#c-ContactInfoItem .c-Top { float: left; min-height: 100px; margin: 0 0 10px 0; vertical-align: top; }
* html #c-ContactInfoItem .c-Top { height: 100px; } /*** min-height for IE6 ***/
#c-ContactInfoItem .c-Image { float: left; vertical-align: top; margin: 0 10px 0 0; }
.c-ContactInfoItemFacts { padding: 15px 0 15px 0; border-top: solid 2px #E1DBDB; border-bottom: solid 2px #E1DBDB; }
.c-ContactInfoItemFacts ul { list-style-type: none; margin: 0; padding: 0; }
.c-ContactInfoItemFacts ul.first { float: left;  width: 50%;}
.c-ContactInfoItemFacts ul.second { float: left; width: 50%; }
#contactInfoItemButtonTop { float: right;  }
#contactInfoItemButtonBottom { display:block; margin: 10px auto 0 auto; width:50px; }

/* jqModal base Styling courtesy of;
  Brice Burgess <bhb@iceburg.net> */
.jqmWindow { display: none; position: fixed;top: 17%;left: 50%;margin-left: -300px;width: 600px; background-color: #fff; color: #333; border: 1px solid #E1DBDB; padding: 10px;}
.jqmOverlay { background-color: #000; }
/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow { position: absolute; top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');}    





