/**
 * Style sheet xBasic
 */
.intranetTools
{
	height:20px;
	margin-right:24px;
	margin-bottom:8px;
	padding-top:4px;
}

.intranetTools ul.intranetNav
{
	float:right;
	margin:0;
	padding:0;
}

.intranetTools .intranetNav li
{
	float:left;
	display:block;
	margin:0px 0px 0px 20px;
	padding:0;
	list-style-type:none;
}

.intranetTools .intranetNav li a
{
	font-weight:bold;
	color:#ffffff;
}

.intranetTools .login a
{
	padding-left:20px;
	background-image:url("tl_files/icons/intranet.gif");
	background-position:left center;
	background-repeat:no-repeat;
}

.intranetTools .profile a
{
	padding-left:20px;
	background-image:url("tl_files/icons/profile.gif");
	background-position:left center;
	background-repeat:no-repeat;
}

.intranetTools .logout a
{
	padding-left:20px;
	background-image:url("tl_files/icons/logout.gif");
	background-position:left center;
	background-repeat:no-repeat;
}

/* Logged in as */
.intranetTools li.member
{
	margin-right:20px;
	padding-left:20px;
	background-image:url("tl_files/icons/member.gif");
	background-position:left center;
	background-repeat:no-repeat;
	color:#999999;
}

/* Intranet category buttons in the upper-right of page body */
div.intranetCategories
{
	float:right;
	clear:none;
	margin-top:2px;
}

/* Browse Chemicals button */
.intranetCategories a.chemicals
{
	width:80px;
	height:19px;
	float:left;
	display:block;
	margin-right:4px;
	padding-top:5px;
	padding-left:30px;
	background-image:url("tl_files/buttons/intranet_category-chemicals.gif");
	background-position:left top;
	background-repeat:no-repeat;
	font-weight:bold;
	font-size:11px;
	color:#545454;
}

/* Browse Chemicals button */
.intranetCategories a.composites
{
	width:80px;
	height:19px;
	float:left;
	display:block;
	margin-right:4px;
	padding-top:5px;
	padding-left:30px;
	background-image:url("tl_files/buttons/intranet_category-composites.gif");
	background-position:left top;
	background-repeat:no-repeat;
	font-weight:bold;
	font-size:11px;
	color:#545454;
}

/* Browse Chemicals button */
.intranetCategories a.documents
{
	width:80px;
	height:19px;
	float:left;
	display:block;
	margin-right:4px;
	padding-top:5px;
	padding-left:30px;
	background-image:url("tl_files/buttons/intranet_category-documents.gif");
	background-position:left top;
	background-repeat:no-repeat;
	font-weight:bold;
	font-size:11px;
	color:#545454;
}

/* Browse Chemicals button */
.intranetCategories a.employees
{
	width:80px;
	height:19px;
	float:left;
	display:block;
	margin-right:4px;
	padding-top:5px;
	padding-left:30px;
	background-image:url("tl_files/buttons/intranet_category-employees.gif");
	background-position:left top;
	background-repeat:no-repeat;
	font-weight:bold;
	font-size:11px;
	color:#545454;
}

.mod_personalData, .mod_lostPassword
{
	width:44%;
	margin-right:auto;
	margin-left:auto;
}

/* Manage profile table */
.mod_personalData table, .mod_lostPassword table
{
	border: none;
}

/* Manage profile rows */
.mod_personalData table label, .mod_lostPassword table label
{
	margin-bottom:6px;
	padding-bottom:6px;
}

.mod_lostPassword
{
	padding:10px;
	background-color:#dddddd;
	border:4px solid #ffffff;
}

.mod_personalData span.mandatory
{
	display:none;
}

.podLogo
{
	width:154px;
	height:32px;
	float:left;
	clear:none;
	display:block;
	margin-top:0px;
	margin-bottom:2px;
	padding:0px;
}

body
{
	margin:0px;
	padding:0px;
	background-color:#000000;
	background-image:url("tl_files/layout/bg_page.jpg");
	background-position:center top;
	background-repeat:repeat-x;
}

a, b, body, cite, div, em, i, label, li, ol, p, strong, td, th, u, ul
{
	font-family:Arial, Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	font-family:Arial, Verdana, sans-serif;
}

fieldset, form, input, optgroup, select, textarea
{
	font-family:Arial, Verdana, sans-serif;
}

a, body, div, fieldset, form, input, label, li, ol, optgroup, p, select, td, th, textarea, ul
{
	font-size:12px;
	color:#000000;
}

img
{
	border:0px;
}

p, pre, form
{
	margin:0px;
	padding:0px;
}

h1
{
	margin:2px 0px 15px 0px;
	padding:0px;
	font-weight:bold;
	font-size:16px;
	color:#444444;
}

h2
{
	margin:20px 0px 5px 0px;
	padding:0px;
	border-bottom:2px solid #cccccc;
	font-weight:bold;
	font-size:14px;
	color:#333333;
}

#main h3
{
	clear:both;
	margin:10px 0px 5px 0px;
	padding:0px;
	border-bottom:2px solid #cccccc;
	font-weight:bold;
	font-size:14px;
	color:#333333;
}

optgroup
{
	padding-top:3px;
	padding-bottom:3px;
}

a
{
	text-decoration:none;
	color:#990000;
	outline:none;
	outline-color:invert;
	outline-style:none;
	outline-width:0px;
}

a:hover
{
	text-decoration:none;
	color:#003366;
}

#container
{
	padding-right:20px;
	padding-left:20px;
	background-color:#000000;
}

#footer
{
	clear:both;
	margin-bottom:40px;
}

#footer .inside
{
	margin-right:40px;
	margin-left:40px;
	padding-top:14px;
	color:#999999;
}

/* Hyperlink content element */
.ce_hyperlink a.hyperlink_txt
{
	display:block;
	margin-top:4px;
	margin-bottom:4px;
	padding-left:20px;
	background-image:url("tl_files/icons/bullet.gif");
	background-position:left center;
	background-repeat:no-repeat;
	font-weight:bold;
}

div.pdf_link
{
	float:right;
}

.pdf_link a
{
	width:64px;
	height:24px;
	display:block;
	background-image:url("tl_files/buttons/print.gif");
	background-position:center top;
	background-repeat:no-repeat;
	text-indent:-9999px;
}

.footerLinks
{
	float:right;
}

.footerLinks a
{
	margin-left:20px;
	padding-bottom:4px;
	padding-left:20px;
	font-weight:bold;
	color:#999999;
}

.footerLinks a.design
{
	margin-right:150px;
	color:#666666;
}

.footerLinks a.sitemap
{
	background-image:url("tl_files/icons/sitemap.gif");
	background-position:left center;
	background-repeat:no-repeat;
}

.locationAddress
{
	width:180px;
	height:252px;
	float:left;
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	padding-right:10px;
	border-right:1px solid #dddddd;
}

.locationAddress .linkMap
{
	margin-top:20px;
}

.locationNumbers
{
	width:160px;
	height:252px;
	float:left;
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:10px;
	border-left:1px solid #888888;
}

.locationMap
{
	float:right;
	margin:10px 0px;
	padding:0;
}

.locationPeople
{
	clear:both;
	display:block;
	padding-bottom:10px;
}

#contactText
{
	width:300px;
	float:left;
	margin-right:30px;
}

#contactForm
{
	width:390px;
	float:right;
	padding:10px;
	background-color:#dddddd;
	border:4px solid #ffffff;
}

.prodCatImg
{
	width:410px;
	float:left;
	text-align:center;
	background-color:#000000;
}

.prodCatImg a
{
	height:105px;
	display:block;
	padding-top:75px;
	font-family:Arial Black, Arial, Verdana;
	font-weight:bold;
	font-size:20px;
	color:#ffffff;
}

#linkText-Chemicals a
{
	margin-right:10px;
	background-image:url("tl_files/images/prod-cat_chemicals-img.jpg");
	background-position:center center;
	background-repeat:no-repeat;
}

#linkText-Composites a
{
	margin-left:10px;
	background-image:url("tl_files/images/prod-cat_composites-img.jpg");
	background-position:center center;
	background-repeat:no-repeat;
}

#linkText-Chemicals a:hover, #linkText-Chemicals a:focus, #linkText-Composites a:hover, #linkText-Composites a:focus
{
	text-decoration:none;
	color:#dddddd;
}

/* Products overview page - composites link */
.btnCatProd-chemicals
{
	float:left;
	display:block;
	margin-top:20px;
	margin-bottom:20px;
	padding-left:180px;
}

/* Products overview page - composites link */
.btnCatProd-composites
{
	float:left;
	margin-top:20px;
	margin-bottom:20px;
}

/* When content is split into 2 columns */
.columnLeft
{
	width:48%;
	float:left;
	vertical-align:top;
}

/* When content is split into 2 columns */
.columnRight
{
	width:48%;
	float:right;
	vertical-align:top;
}

/* Header search form */
#searchForm
{
	height:30px;
	float:right;
	clear:none;
	display:none;
	padding-top:4px;
}

/* Search results bar */
.mod_search p.header
{
	margin-top:30px;
	padding:0px 0px 4px 0px;
	border-bottom:4px solid #ffffff;
	font-weight:bold;
	font-size:15px;
	color:#336699;
}

.mod_search p.header strong
{
	font-style:italic;
	color:#000000;
}

.mod_search h3 a
{
	font-size:15px;
}

.mod_search h3 span.relevance
{
	font-size:13px;
	color:#777777;
}

/* Keyword highlighting */
.mod_search span.highlight
{
	background-color:#ffffcc;
}

/* Search results URL */
.mod_search p.url
{
	margin-top:2px;
	margin-bottom:20px;
	font-weight:bold;
	font-style:italic;
	color:#336699;
}

.mod_login
{
	width:210px;
	margin:20px auto;
	padding:20px;
	background-color:#dddddd;
	border:4px solid #ffffff;
}

.mod_login input.text, * html .mod_login input.text
{
	width:200px;
	margin-bottom:6px;
	padding:2px;
	background-color:#f3f3f3;
	border:1px solid #bbbbbb;
}

.toggler
{
	height:24px;
	clear:both;
	margin-top:4px;
	padding:8px 4px 0px 40px;
	background-image:url("tl_files/layout/accordion_toggler-full.gif");
	background-position:center top;
	background-repeat:no-repeat;
	font-weight:bold;
	font-size:15px;
	color:#ffffff;
	cursor:pointer;
}

div.accordion
{
	margin-top:1px;
	padding-right:10px;
	padding-left:10px;
	background-color:#cccccc;
	background-image:url("tl_files/layout/accordion_body-full.gif");
	background-position:center top;
	background-repeat:no-repeat;
}

/* removes border from nested divs in accordions */
.accordion div div div
{
	margin:0;
	padding:0;
	background-color:transparent;
	border:none;
}

#searchForm input.text
{
	width:164px;
	height:14px;
	float:left;
	margin:0;
	padding-top:12px;
	padding-bottom:4px;
	padding-left:20px;
	background-color:#555555;
	background-image:url("tl_files/layout/search_textbox.jpg");
	background-position:left top;
	background-repeat:no-repeat;
	border:0 solid #999999;
	font-family:Arial, Verdana, sans serif;
	font-weight:bold;
	font-size:12px;
	color:#cccccc;
}

#searchForm * html input.text
{
	margin:0px;
	border:0px hidden;
}

#searchForm *:first-child+html input.text
{
	margin:0;
	border:0px;
}

#searchForm br
{
	display:none;
}

#searchForm .submit_container
{
	width:60px;
	height:30px;
	float:left;
	clear:none;
	display:inline;
	margin:0;
	padding:0;
}

#searchForm .submit
{
	width:60px;
	height:30px;
	margin:0px;
	padding:0px;
	border:none;
}
