/* ------------------------ */
/* --- Tag-level styles --- */
/* ------------------------ */

BODY
{
    margin: 0px 12px 0px 12px;
    background-color: #ffffff;
    font-family: Arial, Helvetica;
    font-size: 11px;
    color: #404040;
}
P, TD, UL, OL
{
    font-family: Arial, Helvetica;
    font-size: 11px;
    line-height: 16px;
}
P, UL, OL
{
    margin-top: 12px;
    margin-bottom: 12px;
}
H1
{
	font-size: 18px;
	font-family: Segoe UI, Trebuchet MS, Arial, Helvetica;
	color: #0434b1;
	line-height: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
H1.title
{
    margin-top: 6px;
}
H2
{
	font-size: 14px;
	font-family: Segoe UI, Trebuchet MS, Arial, Helvetica;
	font-weight: bold;
	color: #3165c6;
	margin-top: 16px;
	margin-bottom: 16px;
}
H2.subtitle {
    position: relative;
    top: -18px;
    margin: 0px 0px 0px 0px;
	font-size: 16px;
	font-weight: normal;
	color: #666;
}
H3
{
	font-size: 12px;
	font-family: Segoe UI, Trebuchet MS, Arial, Helvetica;
	font-weight: bold;
	color: #555555;
	margin-top: 14px;
	margin-bottom: 14px;
}
HR
{
	height: 1px;
	color: #cccccc;
}
FORM
{
    margin: 0px;
    padding: 0px;
}
SELECT, INPUT 
{ 
	font-family: Arial; 
	font-size: 11px; 
	color: #333; 
	margin-top: 1px;
}
A:link, A:visited, A:active
{
	color: #0434b1;
    text-decoration: none;
}
A:hover
{
	text-decoration: underline;
}
H2 A:link, H2 A:visited, H2 A:active
{
    text-decoration: none;
    color: #3165c6;
}
H2 A:hover
{
    text-decoration: underline;
}

/* ------------------------ */
/* --- Universal styles --- */
/* ------------------------ */

.h2 
{
	font-size: 14px;
	font-family: Segoe UI, Trebuchet MS, Arial, Helvetica;
	font-weight: bold;
	color: #3165c6;
}

.small /* Retired with 2008 re-skin. All fonts are now this size. */
{
	font-size: 11px;
}
.large
{
	font-size: 13px;
	font-weight: bold;
}
.hi
{
	color: #BB0000;
	font-weight: bold;
}
.lo
{
	color: #888888;
}
.fixed
{
	font-family: monospace;
}
.separator
{
	background-color: #cccccc;
}

/* --------------------------------------- */
/* --- Styles used in layout templates --- */
/* --------------------------------------- */

DIV.langWarning
{
	width: 100%;
	vertical-align: center;
	background-color: #ffff66;
	border-bottom: 1px solid #cccccc;
	color: #BB0000;
	padding: 4px 0px 4px 0px;
	font-weight: bold;
	margin-bottom: -6px;
}
DIV.langWarning A
{
	font-weight: normal;
}

TD.logo
{
	padding: 24px 0px 18px 24px;
	nowrap: nowrap;
}
TD.search
{
    vertical-align: middle;
    text-align: right;
    padding: 5px 30px 0px 0px;
}
TD.search FORM
{
    margin: 0px;
}
TD.search INPUT {
	background-image: url(/lib/images/forms/input_shadow.png);
	background-repeat: no-repeat;
	border: 1px solid;
	border-color: #BFBFBF #DEDEDE #DEDEDE #BFBFBF;
	font: 1em Arial,Helvetica,Verdana,sans-serif;
	height: 26px;
	width: 178px;
	padding: 5px 1px;
}
TABLE.navMain
{
	border-bottom: 2px solid #cccccc;
	padding-right: 12px;
	background-image: url(/lib/images/header/mainNavBackground.gif)
}
TD.navMainBuffer
{
    width: 39px;
	border-right: 1px solid #cccccc;
}
TD.navMain
{
	border-right: 1px solid #cccccc;
	padding-left: 16px;
	padding-right: 16px;
}
TD.navMainLit
{
	border-right: 1px solid #cccccc;
	border-collapse: collapse;
	padding-left: 16px;
	padding-right: 16px;
	background-image: url("/lib/images/header/mainNavButton.gif")
}
A.navMain:link, A.navMain:visited, A.navMain:active
{
	color: #666666;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
A.navMain:hover
{
	color: #0434b1;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
A.navMainLit:link, A.navMainLit:visited, A.navMainLit:active, A.navMainLit:hover
{
	color: #666;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	background: url(/lib/images/header/bullet_selected.png) no-repeat 0 50%;
	padding-left: 10px;
}
A.navUtil:link, A.navUtil:visited, A.navUtil:active
{
	color: #333333;
	text-decoration: underline;
	font-size: 11px;
	padding-right: 10px;
}
A.navUtil:hover
{
	color: #0434b1;
	text-decoration: underline;
	font-size: 11px;
	padding-right: 10px;
}
TD.breadcrumb
{
    width: 182px;
    vertical-align: top;
	color: #333333;
	padding: 24px 12px 12px 0px;
}
TD.breadcrumb SPAN.bullet
{
	color: #000000;
	padding-left: 6px;
	padding-right: 6px;
}
TD.body
{
    width: 778px;
	vertical-align: top;
	padding: 0px;
}
DIV.country
{
    float: right;
    padding: 6px 0px 0px 0px;
	text-align: right;
	white-space: nowrap;
}
DIV.country SPAN.flag
{
	color: #333333;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 6px;
}
DIV.country A.lang
{
	padding-left: 8px;
}
SELECT.ctry
{
	width: 160px;
	margin-bottom: 2px;
}
TD.dualTitle
{
	height: 27px;
	padding-left: 20px;
	padding-bottom: 6px;
	font-size: 18px;
	font-family: Segoe UI, Arial, Helvetica;
	font-weight: bold;
	color: #0434b1;
	line-height: 1.1em;
}
TD.dualBody
{
	vertical-align: top;
	padding: 18px 0px 0px 20px;
}
TD.ftrBorder
{
	border-bottom: 1px solid #cccccc;
}
.nav-menu a {
	display: block;
	line-height: 14px;
	padding-bottom: 8px;
    margin-bottom: 8px;
	margin-right: 15px;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	padding-left: 12px;
	background-image: url(/lib/images/misc/blue_arrow_down.gif);
	background-repeat: no-repeat;
	background-position: 0px -2px;
}
.nav-menu a:hover {
    text-decoration: underline;
}
.nav-menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.nav-menu li a {
	padding-left: 20px;
	background-image: url(/lib/images/misc/blue_arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 8px -2px;
}
.related-file {
	padding: 0px 0px 6px 16px;
}
.related-file img {
    vertical-align: middle;
    margin-right: 6px;
}
.related-file a {
    text-decoration: none;
}
.related-file a:hover {
    text-decoration: underline;
}
.related-product {
    padding: 0px 0px 6px 0px;
}
.related-product a {
    text-decoration: none;
	padding-left: 20px;
	color: #666;
	background-image: url(/lib/images/misc/blue_arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 8px -1px;
}
.related-product a:hover {
	color: #0434B1;
	text-decoration: underline;
}

/* ------- Expandable content blocks ------- */

A.expandable:link, A.expandable:visited, A.expanded:active { /* Same style as H2 - in legacy IE doesn't handle H2:hover correctly so we use A instead */
    display: block;
   	font-size: 14px;
	font-family: Segoe UI, Trebuchet MS, Arial, Helvetica;
	font-weight: bold;
	color: #3165c6;
	margin: 16px 0px 16px 0px;
	padding-left: 23px;
	text-decoration: none;
	background-image: url(/lib/images/misc/expandable.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}		
	
A.expandable:hover {
	cursor: pointer;
	text-decoration: underline;
	border: 0px;	
}

DIV.expandable {
	display: none;
}

/* ------------------------ */
/* --- Home page styles --- */
/* ------------------------ */

TD.boxHead
{
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #e1ded6;
	padding-left: 8px;
}
TD.boxHead IMG.icon
{
	margin-right: 5px;
}
TD.boxBody
{
	padding: 4px 0px 4px 8px;
}
TD.boxBody FORM
{
	display: inline;
}
TD.boxBody .textbox
{
	width: 175px;
	margin-top: 1px;
	margin-right: 3px;
}
TD.boxBody .button
{
	margin-top: 5px;
}
TD.boxBody DIV.step
{
	color: #0434B1;
	font-size: 15px;
	font-weight: bold;
	vertical-align: top;
	padding-right: 5px;
	display: inline;
}
DIV.erisource
{
	padding-top: 12px;
	padding-left: 2px;
}
TD.homeLinks
{
	vertical-align: top;
	padding: 0px 12px 0px 12px;
}
UL.productHover
{
	padding: 0px 0px 8px 10px;
	margin: 0px;
	position: relative;
	list-style: none;
}
UL.productHover LI.product /* First-level products */
{
	font-family: Segoe UI, Trebuchet MS, Arial, Helvetica;
	font-size: 12px;
	line-height: 16px;
	text-indent: -10px;
}
UL.productHover LI.productIndent /* First-level products */
{
	font-family: Segoe UI, Trebuchet MS, Arial, Helvetica;
	font-size: 12px;
	line-height: 16px;
	background-image: url(/images/home/subproductArrow.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	cursor: pointer;
}
UL.productHover LI.product:hover, UL.productHover LI.over /* Hover on first-level products */
{
	position: relative;
	z-index: 1;
}
UL.productHover LI.productIndent:hover, UL.productHover LI.productIndent.over
{
	position: relative;
	z-index: 1;
	cursor: default;
	color: #333;
}
UL.productHover A
{
    text-decoration: none;
}
UL.productHover A:link, 
UL.productHover A:visited, 
UL.productHover A:active
{
	color: #333;
	text-decoration: none;
}
UL.productHover A:hover
{
	color: #0434b1;
	text-decoration: underline;
}
UL.productHover LI UL 
{
	display: none;
	position: absolute;
	padding: 8px 12px 8px 12px;
	margin: 0px;
	list-style: none;
	top: 14px;
	left: 48px;
	width: 270px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}
UL.productHover LI.subproduct /* Second-level products */
{
	font-family: Segoe UI, Trebuchet MS, Arial, Helvetica;
	font-size: 11px;
	line-height: 13px;
	padding: 2px 0px 2px 9px;
	background-image: url(/images/home/subproductArrow.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	text-indent: 0px;
}
UL.productHover LI.subproduct A:link, 
UL.productHover LI.subproduct A:visited,
UL.productHover LI.subproduct A:active
{
	color: #333333;
}
UL.productHover LI.subproduct A:hover
{
	color: #0434b1;
	text-decoration: underline;
}
UL.productHover LI:hover UL, UL.productHover LI.over UL
{
	display: block;
	z-index: 100;
}
DIV.ourCompany
{
	font-family: Segoe UI, Trebuchet MS, Arial, Helvetica;
	font-size: 12px;
	line-height: 16px;
}
DIV.ourCompany A:link, DIV.ourCompany A:visited, DIV.ourCompany A:active
{
	color: #333333;
	text-decoration: none;
}
DIV.ourCompany A:hover
{
	color: #0434b1;
    text-decoration: underline;
}
TD.singleTitle A:link, TD.singleTitle A:visited, TD.singleTitle A:active
{
	color: #0434b1;
	text-decoration: none;
}
TD.singleTitle A:hover
{
	text-decoration: underline;
}

/* ----------------------------------- */
/* --- Product landing page styles --- */
/* ----------------------------------- */

TD.landLeft
{
	width: 53%;
	vertical-align: top;
}
TD.landCenter
{
	width: 2%;
}
TD.landRight
{
	width: 47%;
	vertical-align: top;
}
TD.landLeft H2, TD.landRight H2
{
    margin-top: 0px;
}
DIV.landSub
{
    line-height: 17px;
	padding-left: 28px;
	background-image: url(/lib/images/misc/blue_arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 14px 1px;
}
DIV.landGap
{
	height: 18px;
}
A.landProd
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 0px 1px 14px;
	margin: 0px 0px 12px 0px;
	background-image: url(/images/home/productArrow.gif);
	background-repeat: no-repeat;
	background-position: center left;
	display: block;
	border-bottom: 1px solid #cccccc;
}
DIV.landSub A:link, DIV.landSub A:visited, DIV.landSub A:active
{
	color: #666666;
	text-decoration: none;
}
DIV.landSub A:hover
{
	color: #0434b1;
	text-decoration: underline;
}

/* -------------------------- */
/* --- Library Map styles --- */
/* -------------------------- */

DIV.map
{
	padding: 0px 0px 8px 0px;
}
DIV.map A:link, DIV.map A:visited, DIV.map A:active
{
	color: #666666;
	text-decoration: none;
}
DIV.map A:hover
{
	color: #0434b1;
	text-decoration: none;
}

/* ------------------------------ */
/* --- News and Events styles --- */
/* ------------------------------ */

A.news:link, A.news:visited, A.news:active
{
	color: #666666;
	text-decoration: none;
	line-height: 15px;	
	padding-left: 24px;
	background-image: url(/images/home/subproductArrow.gif);
	background-position: 15px 1px;
	background-repeat: no-repeat;
}
A.news:hover
{
	color: #0434b1;
	text-decoration: none;
	line-height: 15px;
	padding-left: 24px;
	background-image: url(/images/home/subproductArrow.gif);
	background-position: 15px 1px;
	background-repeat: no-repeat;
}

/* ----------------------- */
/* --- Partners styles --- */
/* ----------------------- */

#logon
{
    float: right;
    width: 160px;
    border: 1px solid #ccc;
    padding: 10px;
    margin: 0px 0px 20px 20px;
}
#logon input[type=text], #logon input[type=password]
{
    width: 100%;
}
#logon a
{
    text-decoration: none;
	padding-left: 12px;
	background-image: url(/lib/images/misc/blue_arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 0px -1px;
}
#logon a:hover
{
    text-decoration: underline;
}
#partners-menu
{
    margin-bottom: 20px;
}
#partners-menu a
{
   	font-size: 14px;
	font-family: Segoe UI, Trebuchet MS, Arial, Helvetica;
	font-weight: bold;
	color: #666;
	line-height: 20px;
	text-decoration: none;
	padding-left: 20px;
	background-image: url(/lib/images/misc/blue_arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 8px 2px;
}
#partners-menu a:hover
{
    color: #0434b1;
}

/* ------------------------- */
/* --- Link table styles --- */
/* ------------------------- */

TABLE.linkTable
{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
TABLE.linkTable TD.hdr /* Text is same style as H2 */
{
	font-size: 14px;
	font-family: Segoe UI, Arial, Helvetica;
	font-weight: bold;
	color: #3165c6;
	padding: 14px 0px 8px 0px;
}
TABLE.linkTable A:link, TABLE.linkTable A:visited, TABLE.linkTable A:active
{
	display: block;
	text-decoration: none;
	color: #0434b1;
	border-bottom: 1px solid #cccccc;
	padding: 6px 0px 6px 0px;
	margin-right: 15px;
}
TABLE.linkTable A:hover
{
	display: block;
	text-decoration: none;
	color: #666;
	border-bottom: 1px solid #cccccc;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-right: 15px;
}

TABLE.linkTableNoTitle
{
	width: 100%;
	border-collapse: collapse;
}
TABLE.linkTableNoTitle A:link, TABLE.linkTableNoTitle A:visited, TABLE.linkTableNoTitle A:active
{
	display: block;
	text-decoration: none;
	color: #666666;
	border-bottom: 1px solid #cccccc;
	padding: 8px 0px 8px 11px;
	background-image: url(/lib/images/misc/navRight.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}
TABLE.linkTableNoTitle A:hover
{
	display: block;
	text-decoration: none;
	color: #0434b1;
	border-bottom: 1px solid #cccccc;
	padding: 8px 0px 8px 11px;
	background-image: url(/lib/images/misc/navRight.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}

TABLE.linkTableIcon
{
	width: 100%;
	border-collapse: collapse;
}
TABLE.linkTableIcon TD.hdr /* Text is same style as H2 */
{
	font-size: 14px;
	font-family: Segoe UI, Arial, Helvetica;
	font-weight: bold;
	color: #3165c6;
	padding: 14px 0px 10px 0px;
}
TABLE.linkTableIcon TD.icon
{
	width: 18px;
	vertical-align: top;
	border-top: 1px solid #cccccc;
	padding-top: 5px;
	padding-bottom: 5px;
}
TABLE.linkTableIcon TD.link
{
	width: 132px;
	vertical-align: middle;
	border-top: 1px solid #cccccc;
	padding-top: 5px;
	padding-bottom: 5px;
}
TABLE.linkTableIcon IMG
{
	float: left;
	margin-right: 6px;
}
TABLE.linkTableIcon A:link, TABLE.linkTableIcon A:visited, TABLE.linkTableIcon A:active
{
	text-decoration: none;
	color: #666666;
}
TABLE.linkTableIcon A:hover
{
	text-decoration: none;
	color: #0434b1;
}

/* ------------------------------------ */
/* --- Product Availability section --- */
/* ------------------------------------ */

DIV.availTitle
{
	color: #0434b1;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;	
	padding-top: 12px;
	padding-bottom: 8px;	
}
DIV.availBody
{
	padding-top: 6px;
}
DIV.availRegion
{
	padding-bottom: 2px;
}


/* --------------------------------------------------- */
/* --- Styles used in ERICAT print-friendly sheets --- */
/* --------------------------------------------------- */

#print
{
    width: 100%;
}

#print p, #print td, #print li, #print div
{
	font-size: 9pt;
	line-height: 11pt;
	color: #000;
}

#print h1
{
	font-size: 18pt;
	line-height: 20pt;
}

#print h2
{
	font-size: 12pt;
	line-height: 14pt;
}

#print h2.subtitle
{
    position:relative;
    top:-18pt;
	font-size: 12pt;
	line-height: 14pt;
	margin-bottom: -12pt;
}

#print h3 
{
    font-size: 11pt;
    line-height: 13pt;
}

#print a 
{
	text-decoration: none;
}

#print .large
{
    font-size: 12pt;
    line-height: 14pt;
    vertical-align: baseline;
}

#print .small
{
    font-size: 9pt;
    line-height: 11pt;
    vertical-align: baseline;
}    
  
#print #title-with-subtitle h1 
{
	margin-bottom: 16px;
}

#print #title-with-subtitle h2 {
	margin-top: 0px;
	font-size: 12pt;
	font-weight: normal;
	line-height: 14pt;
}

#print #primary-image
{
	padding: 0pt 0pt 12pt 12pt;
}

#print #warranty p
{
    font-size: 6pt;
    line-height: 8pt;
}

#print .copyright-text
{
    padding-top:12pt;
    vertical-align:bottom;
    font-size:6pt;
    line-height:8pt;
}

#print .copyright-logo
{
    padding-top:12pt;
    vertical-align:bottom;
    text-align:right;
}
    
@media screen
{
	.ericatMode
	{
		width: 100%;
		padding: 12px 12px 12px 12px;
		border: 1px solid #888888;
		background-color: #e0e0ff;
		color: #000;
	}
	.reviewMode
	{
		width: 100%;
		padding: 12px 12px 12px 12px;
		border: 1px solid #888888;
		background-color: #ffffcc;
		color: #000;
	}
}
@media print
{
	.ericatMode { display: none; }
	.reviewMode { display: none; }
}

/* ------------------------------ */
/* --- TABLE.formatted family --- */
/* ------------------------------ */

TABLE.formatted
{
	border-collapse: collapse;
	border: 1px solid #cccccc;
	margin-bottom: 0px;
}
TABLE.formatted TD
{
	background-color: #ffffff;
	border: 1px solid #cccccc; /* Needed for IE8 */
	border-color: #cccccc;
	padding: 4px 8px 4px 8px;
}

/* --- HDR style, can apply at the row level only. --- */

TABLE.formatted TR.hdr TD
{
	background-image: url(/lib/images/header/mainNavBackground.gif);
	background-repeat: repeat-x;
	color: #000000;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

/* --- ALT style, can apply at the row level only. --- */

TABLE.formatted TR.alt TD
{
	background-color: #f0f0f0;
}

/* --- SUB style, can apply at the row level only. --- */

TABLE.formatted TR.sub TD
{
	background-color: #DDE7F1;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
}

/* --- SUBC style, can apply at the cell level only. --- */

TABLE.formatted TR.hdr TD.subc
{
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
TABLE.formatted TD.subc, TABLE.formatted TR.alt TD.subc
{
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

/* --- SEL style, can apply at the row or cell level. --- */

TABLE.formatted TR.sel TD, TABLE.formatted TD.sel, TABLE.formatted TR.alt TD.sel, TABLE.formatted TR.sub TD.sel
{
	background-color: #FFFF99;
}

/* -------------------------- */
/* --- TABLE.plain family --- */
/* -------------------------- */

TABLE.plain
{
	border-collapse: collapse;
	border: 0px;
	padding: 0px 0px 0px 0px; /* Required for NS4 */
}
TABLE.plain TD
{
	background-color: #ffffff;
	padding: 0px 0px 0px 0px;
}

/* --- SMALL, use DIV outside the table to affect entire table. --- */

DIV.small TABLE.formatted TD /* Retired with 2008 re-skin. All fonts are now this size. */
{
	font-size: 11px;
}

/* --------------------------------- */
/* --- Styles used by Flowplayer --- */
/* --------------------------------- */

/* --- Player container --- */

DIV.player
{
	height:362px;
	width:600px;
	border:1px solid #888;
	cursor:pointer;
	text-align:center;
}

/* --- Play button --- */

DIV.player IMG 
{
	margin-top:126px;
}

/* --- Info area --- */

DIV.player DIV.info 
{
	position:relative;
	height: 41px;
	top:91px;
	left:0px;
	background:#000 url(/lib/flowplayer/h80.png) repeat-x;
	color:#fff;
	text-align:left;
	padding: 10px;
	font-family:"bitstream vera sans","trebuchet ms","helvetica";
	font-size:12px;
	line-height:18px;
	border-top:1px solid #888;
}

/* --- Duration data inside info area --- */

DIV.player DIV.info SPAN 
{
	color:#99FF99;
	display:block;
	font-weight:bold;
}

/* --- Web 2.0 compatibility IDs --- */

#logo-table
{
    width: 960px;
}
#main-nav-table
{
    width: 960px;
    margin-bottom: 16px;
}
#body-table
{
    width: 960px;
}
#footer-table
{
    width: 960px;
}
#primary-image {
	float: right;
	margin: 15px 0px 15px 15px;
}
