@charset "UTF-8";
/* CSS Document */

/*----------- Global ---------------*/
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: url(https://bb0b09.claudeassets.com/20250806111717im_/https://pennfibre.com/images/bg_content.gif) repeat-y top center #CCCCCC;
}

#wrapper {
	width: 1009px;
	margin: 0 auto;
}

h1, h2, h3, h4 {
	color: #00538d;
	margin: 0;
	padding: 0;
}

p, li {
	color: #333333;
	font-size: 16px;
}

img {
	border: none;
}

/*--- Classes ---*/
.clear {
	clear: both;
}
#small p {
	font-size: 10px;
}

/*------------- Main ------------*/
/*--- Header ---*/
#header {
	width: 1009px;
	height: 145px;
	background: url(https://6071c0.claudeassets.com/20250806111717im_/https://pennfibre.com/images/bg_container.gif) repeat-y left top transparent;
	position: relative;
}
#logo {
	width: 284px;
	height: 107px;
	float: right;
	padding: 10px 15px 25px 0;
}

/*--- Nav ---*/
#nav {
	width: 1002px;
	height: 37px;
	margin: 0 0 0 4px;
	background: url(https://6f782f.claudeassets.com/20250806111717im_/https://pennfibre.com/images/nav.jpg) repeat-x;
	position: relative;
}
#nav li a:hover {
	background: url(https://6a4cbd.claudeassets.com/20250806111717im_/https://pennfibre.com/images/nav_o.jpg) repeat-x;
	color: #E0E000;
}
/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/*------ Lines ----------*/
#nav .topLine { width: 85%; height: 4px; position: absolute; }
#nav .topLineYellow { background: #dbe200; top: -4px; left: 0; }
#nav .topLineBlue { background: #0a3c01; top: 0; left: 0; z-index: 20000 }

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 15px;
	cursor: default;
	width: 984px;
	float: right;
	position: relative;
	font-family: "Trebuchet MS", Arial, Helvetica;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 9999;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 13px;
	z-index: 9999;
	cursor: default;
	width: 240px;
	position: absolute;
	left: -1000em;
}
ul#wideMenu, ul#wideMenu li {
	width: 365px;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 240px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: normal;
}
ul.MenuBarHorizontal ul li a
{
	color:#222222;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}

/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	background-color: #CCCCCC;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: transparent;
	padding: 8px 15px 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-style: italic;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: transparent;
	color: #FFFF00;
	background-image: url(https://bf44f2.claudeassets.com/20250806111717im_/https://pennfibre.com/images/bg_nav_o.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: transparent;
	color: #FFFF00;
	background-image: url(https://bf44f2.claudeassets.com/20250806111717im_/https://pennfibre.com/images/bg_nav_o.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{

}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{

}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{

}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{

}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 9999;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
	}
}

/*--- Col Left ---*/
#col_l {
	width: 227px;
	margin: 0 0 0 20px;
	float: left;
	position: relative;
}
#col_l_header {
	width: 227px;
	height: 38px;
	background: url(https://0c8b60.claudeassets.com/20250806111717im_/https://pennfibre.com/images/col_header.jpg) no-repeat top center;
}
#col_l_header h2 {
	margin: 0;
	padding: 8px 0 0 15px;
	font-size: 18px;
	color: #FFFFFF;
}
#col_l_con {
	width: 227px;
	height: inherit;
}
#col_blog_header {
	width: 227px;
	height: 73px;
	background: url(https://f742e4.claudeassets.com/20250806111717im_/https://pennfibre.com/images/blog_header.jpg) no-repeat top left;
	position: relative;
	z-index: 5000;
}
#col_blog_header h2 {
	margin: 0;
	padding: 42px 0 0 15px;
	font-size: 18px;
	color: #FFFFFF;
	position: relative;
}
ul.rss-items {
	width: 227px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
li.rss-item {
	width: 207px;
	padding: 5px 10px 5px 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
li.rss-item a.rss-item {
	margin: 0;
	padding: 0;
	color: #444444;
	text-decoration: none;
}
li.rss-item a:hover.rss-item {
	color: #000000;
	text-decoration: underline;
}
a.sideLink {
	display: block;
	width: 207px;
	margin: 0;
	padding: 5px 10px 5px 10px;
	color: #444444;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
a:hover.sideLink {
	background-color: #E4E4E4;
	color: #000000;
}
/* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 228px;
	font-family: "Trebuchet MS", Arial, Helvetica;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 227px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: -5% 0 0 95%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 249px;
	left: -1000em;
	top: 0;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 249px;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	border: 1px solid #CCC;
	background-color: #f1f1f1;
}
ul.MenuBarVertical ul a {
	display: block;
	cursor: pointer;
	background-color: transparent;
	padding: 3px 10px 3px 18px;
	text-decoration: none;
	background-image: url(https://128e66.claudeassets.com/20250806111717im_/https://pennfibre.com/imagesarrow_sm.png);
	background-repeat: no-repeat;
	background-position: 5px 8px;
}

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	background-color: transparent;
	padding: 3px 10px 3px 30px;
	color: #444444;
	text-decoration: none;
	background-image: url(https://128e66.claudeassets.com/20250806111717im_/https://pennfibre.com/imagesarrow_sm.png);
	background-repeat: no-repeat;
	background-position: 15px 8px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color: #E4E4E4;
	color: #000000;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color: #E4E4E4;
	color: #000000;

}

#MenuBar2 h2 {
	font-size: 14px;
	font-weight: bold;
}
#MenuBar2 h2 a {
	color: #004071;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-image: none;
}

.MenuBarVertical li a {
	font-size: 12px !important;
}
li a.subcat MenuBarItemSubMenu {
	display: block;
	width: 227px;
}


/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{

}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{

}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
	}
	li.MenuBarItemIE a.subCat {
		width: 202px;
	}
}


/*--- Home ---*/
#content {
	margin: 0;
	padding: 0;
}
#top_bg {
	width: 1009px;
	height: 20px;
	background: url(https://6071c0.claudeassets.com/20250806111717im_/https://pennfibre.com/images/bg_container.gif) repeat-y left top;
}

#col_r {
	width: 716px;
	padding: 190px 0 0 10px;
	margin: 0 0 0 16px;
	line-height: 22px;
	float: left;
	background: url(https://33959b.claudeassets.com/20250806111717im_/https://pennfibre.com/images/header_home.jpg) no-repeat top center;
}
.dots {
	width: 670px;
	height: 2px;
	margin: 5px 0 5px 10px;
	padding: 0 0 0 5px;
	border-bottom: #CCCCCC 1px dashed;
}
.hprod {
	width: 670px;
	margin: 0 0 0 10px;
	padding: 0 0 0 5px;
}
.hprod_l {
	width: 120px;
	margin: 15px 0 15px 0;
	float: left;
}
.hprod_r {
	width: 530px;
	margin: 0 0 0 15px;
	float: left;
}
.hprod_r h3 {
	font-size: 18px;
	padding: 14px 0 0 5px;
	line-height: 16px;
}
.hprod_r p {
	font-size: 14px;
	padding: 0 0 0 5px;
}
.hprod a {
	text-decoration: none;
	color: #00578a;
}
.hprod a:hover {
	text-decoration: underline;
}
#spacer {
	width: inherit;
	height: 75px;
}
#in_spacer {
	width: inherit;
	height: 95px;
}

/*--- Content ---*/
#col_r_main {
	width: 726px;
	padding: 0 0 0 10px;
	margin: 0 0 0 5px;
	float: left;
}
#col_r_header {
	width: inherit;
	height: 38px;
	background: url(https://d10087.claudeassets.com/20250806111717im_/https://pennfibre.com/images/main_header.gif) no-repeat top center;
}
#col_r_header h2 {
	margin: 0;
	padding: 5px 0 0 15px;
	color: #FFFFFF;
}
#col_r_bg {
	width: inherit;
	background: url(https://7250df.claudeassets.com/20250806111717im_/https://pennfibre.com/images/p_main_bg.gif) repeat-y top center;
}
#col_r_con {
	width: 700px;
	margin: 0;
	padding: 5px 15px 15px;
}
#col_r_con p, #col_r_con li {
	line-height: 22px;
}
#col_links {
	margin: 15px 0 15px 0;
}
#col_links a {
	color: #00578C;
	text-decoration: none;
	margin: 0 20px 0 0;
}
#col_links a:hover {
	text-decoration: underline;
}
#col_r_bot {
	width: inherit;
	height: 20px;
	background: url(https://122f31.claudeassets.com/20250806111717im_/https://pennfibre.com/images/p_main_bot.gif) no-repeat bottom center;
}
.img_r {
	float: right;
	margin: 0 10px 0 20px;
}

/*
	Product styles
*/
#main_content_padding {
	padding: 15px 0 0 0;
}
#main_content_padding h2 {
	font-size: 16px;
}
#main_content_padding p {
	font-size: 14px;
}
.align_r_border {
	background-color: #FFFFFF;
	padding: 8px;
	float: right;
	margin-left: 15px;
	border: 1px solid #CCCCCC;
}
.product_features ul {
	margin: 0 0 10px 0;
	padding: 8px;
}

.product_features li {
	border-bottom: 1px solid #0064b1;
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 0 5px;
	padding: 2px;
}

.product_features em {
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}

.product_notes {
	background-color: #c8d1eb;
	padding: 5px;
	border: 1px solid #0064b1;
	color: #0064b1;
	font-style: italic;
}
.product_specs {
	margin: 10px 0 0 0;
}

.product_specs th {
	background-color: #333333;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
}

.product_specs td {
	background-color: #c8d1eb;
	text-align: center;
	color: #333333;
	font-size: 14px;
}
.product_specs .product_specs_blank {
	background-color: #F9F9F9;
	text-align: left;
	color: #333333;
	font-weight: normal;
}

.go_to_top a {
	background-color: #004071;
	padding: 2px;
	width: 50px;
	text-align: center;
	float: right;
	color: #ffffff;
	text-decoration: none;
}
.go_to_top a:hover {
	background-color: #003366;
	color: #ffffff;
	font-weight: 500;
	text-decoration: none;
}
.go_to_top a:active {
	background-color: #004071;
	color: #ffffff;
	font-weight: 500;
	text-decoration: none;
}.p_main_bot {
	margin-bottom: 20px;
}
.thumbs {
	width: 680px;
	margin-bottom: 25px;
}
.thumbs img {
	padding: 3px;
	margin-bottom: 8px;
	border: 1px solid #CCCCCC;
}
.thumbs td {
	padding-bottom: 15px;
	padding-top: 15px;
}

/*
Ensinger Tab Navigation
tabs.css
*/

.tabs_hold {
	border: 1px dotted #cccccc;
	margin: 0 0 10px 0;
	padding: 4px;
}

.tabs {
	margin: 0;
	padding: 0;
	color: #004071;
	font-size: 15px;
	cursor: pointer;
}

.tabs h3 {
	margin: 0;
	padding: 4px;
	color: #004071;

}
.tabs h3 a {
	font-size: 18px;
}

.tabs p {
	margin: 0;
	padding: 4px;
	color: #333333;
	font-size: 14px;
}

.tabs a {
	text-decoration: none;
	color: #004071;
	font-size: 14px;
	padding: 0;
	background: none;
}

.tabs a:hover {
	color: #004071;
	text-decoration: underline;
}

.tab_content {
	margin: 10px 0 10px 0;
	padding: 0;
	font-size: 14px;
	opacity: 0;
	display: none;
	color: #4d4d27;
}

.tab_content p {
	margin: 0;
	padding: 5px 4px;
	font-size: 13px;
	color: #454e00;
}

.tab_content a {
	color: #004071;
	text-decoration: none;
}

.tab_content a:hover {
	color: #b07534;
	text-decoration: underline;
}

/*--- News ---*/
#news {
	margin: 20px 0 0 0;
}
#news th {
	color: #ffffff;
}
#news td {
	color: #444444;
}
#news td a {
	color: #444444;
}
#news td a:hover {
	color: #00538D;
}
#news_back a {
	color: #444444;
}
#news_back a:hover {
	color: #00538D;
}
.news {
	border-collapse: collapse;
	border-color: #333333;
	margin: 0 0 20px 0;
}
.news th {
	background-color: #333333;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
}
.news td {
	background-color: #c8d1eb;
	text-align: center;
	color: #333333;
	font-size: 14px;
}

/*--- Contact ---*/
#contact td {
	color: #333333;
}
.form {
	border: 1px #417FAB solid;
	padding: 4px;
	text-align:left;
}

/*--- RFQ ---*/
.rfq {
	margin: 15px 0 0 0;
}
.rfq td {
	color: #333333;
}
.form2 {
	border: 1px #417FAB solid;
	padding: 4px;
}
.ast{
	color:#dd0000;
	font-weight:bold;
}
.form-group{
    text-align: left;
    padding: 6px 0px;
}
.form-horizontal p{
	text-align:left;
}
label{
	width: 25%;
    text-align: -webkit-right;
    vertical-align: top;
	text-align:right;
    color: #333333;
    display: inline-block;
    padding-right: 4px;
}
.form-group input, .form-group textarea{
    border-width: 1px;
    border-style: solid;
    border-color: rgb(65, 127, 171);
    border-image: initial;
    padding: 4px;
    width: 250px;
}
.form-group .btn{
    -webkit-appearance: push-button;
    padding: 0px;
    width: auto;
    background-color: buttonface;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(216, 216, 216) rgb(209, 209, 209) rgb(186, 186, 186);
}
#captchaContainer{
    padding-left: 180px;
}

.center{
    padding-left: 200px;
}
/*--- Lit ---*/
.dl {
	width: 120px;
	height: 230px;
	margin: 30px 20px 0;
	padding: 15px 5px 0;
	text-align: center;
	border: 1px solid #666666;
	float: left;
}
.dl img {
	border: 1px dotted #666666;
}
.dl a {
	font-size: 14px;
	padding: 10px 0 0 0;
	color: #333333;
	text-decoration: none;
}
.dl a:hover {
	color: #00578C;
	text-decoration: underline;
}
.dl a:hover img {
	border: 1px dotted #00578C;
}
.dl .sym {
	padding: 10px 5px 0 0;
	border: none;
}

/*--- msds ---*/
#msds td {
	border: 1px solid #666666;
	line-height: 22px;
}
#msds td a {
	color: #00578C;
	padding: 0 0 0 15px;
}
#msds td a:hover {
	text-decoration: underline;
}

/*--- Footer ---*/
#footer {
	width: 1003px;
	height: 112px;
	margin: 0 0 0 3px;
	background: url(https://dab870.claudeassets.com/20250806111717im_/https://pennfibre.com/images/footer.jpg) no-repeat #004274;
}
#footer_align {
	text-align: center;
	position: fixed;
	bottom: 0px;
	visibility: visible;
	width: 100%;
	z-index: 10000;
}
#footer_l {
	width: 300px;
	margin: 25px 0 0 20px;
	float: left;
}
#footer_l p {
	font-size: 12px;
	text-align: left;
	color: #FFFFFF;
}
#footer_r {
    width: 620px;
	margin: 10px 20px 0 0;
	text-align: right;
	line-height: 9px;
	float: right;
}
#footer_r p {
	color: #FFFFFF;
	font-size: 14px;
}
#footer_r p a {
	color: #E0E000;
	text-decoration: none;
}
#footer_r p a:hover {
	text-decoration: underline;
}

/*--------- Translate Button ----------*/
#MicrosoftTranslatorWidget {
    height: 38px;
	position: absolute;
	top: -5px;
	left: 15px;
	z-index: 500;
}
#LauncherTranslatePhrase {
	background: #24628f !important; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI0NjI4ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzE4NTY4NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzAzNDc3OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDM2NjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
	background: -moz-linear-gradient(top,  #24628f 0%, #185684 50%, #034778 51%, #003667 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#24628f), color-stop(50%,#185684), color-stop(51%,#034778), color-stop(100%,#003667)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #24628f 0%,#185684 50%,#034778 51%,#003667 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #24628f 0%,#185684 50%,#034778 51%,#003667 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #24628f 0%,#185684 50%,#034778 51%,#003667 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom,  #24628f 0%,#185684 50%,#034778 51%,#003667 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24628f', endColorstr='#003667',GradientType=0 ) !important; /* IE6-8 */
	padding: 4px 0px 1px !important;
	border-radius: 0 0 5px 5px;
	text-align: center;
	cursor: pointer;
	height: 21px;
}
#LauncherTranslatePhrase span#TranslateSpan {
	color: #ffffff !important;
}
#LauncherTranslatePhrase span#TranslateSpan:hover {
	color: #FFFF00 !important;
}
#LauncherTranslatePhrase #TranslateSpan {
    letter-spacing: .5px;
    font-size: 14px !important;
    font-style: italic;
    text-transform: capitalize !important;
}
#LauncherTranslatePhrase:hover, #LauncherTranslatePhrase:WidgetEnabled:hover {
	background: #6691b2; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2OTFiMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzU5ODRhNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzRhNzk5YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzOTY4OGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #6691b2 0%, #5984a5 50%, #4a799c 51%, #39688b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6691b2), color-stop(50%,#5984a5), color-stop(51%,#4a799c), color-stop(100%,#39688b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6691b2 0%,#5984a5 50%,#4a799c 51%,#39688b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6691b2 0%,#5984a5 50%,#4a799c 51%,#39688b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6691b2 0%,#5984a5 50%,#4a799c 51%,#39688b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #6691b2 0%,#5984a5 50%,#4a799c 51%,#39688b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6691b2', endColorstr='#39688b',GradientType=0 ); /* IE6-8 */
}
#LauncherTranslatePhrase:hover span#TranslateSpan, #LauncherTranslatePhrase:WidgetEnabled:hover span#TranslateSpan {
	color: #FFFF00 !important;
}
.Dark #LauncherTranslatePhrase {
    border: none !important;
}
.Dark #LauncherTranslatePhrase:hover {
    background: #6691b2; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2OTFiMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzU5ODRhNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzRhNzk5YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzOTY4OGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #6691b2 0%, #5984a5 50%, #4a799c 51%, #39688b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6691b2), color-stop(50%,#5984a5), color-stop(51%,#4a799c), color-stop(100%,#39688b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6691b2 0%,#5984a5 50%,#4a799c 51%,#39688b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6691b2 0%,#5984a5 50%,#4a799c 51%,#39688b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6691b2 0%,#5984a5 50%,#4a799c 51%,#39688b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #6691b2 0%,#5984a5 50%,#4a799c 51%,#39688b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6691b2', endColorstr='#39688b',GradientType=0 ); /* IE6-8 */
}
.Dark #LauncherTranslatePhrase:hover span#TranslateSpan {
	color: #FFFF00 !important;
}
#LauncherLogo, #LauncherWithSpan, #LauncherLogoLink, #LauncherLogoImage {
    display: none !important;
}
/*
     FILE ARCHIVED ON 14:13:44 Jul 06, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:04:58 Jul 03, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.737
  exclusion.robots: 0.056
  exclusion.robots.policy: 0.041
  esindex: 0.012
  cdx.remote: 306.604
  LoadShardBlock: 1510.65 (3)
  PetaboxLoader3.resolve: 1027.812 (4)
  PetaboxLoader3.datanode: 832.206 (5)
  load_resource: 613.897
  loaddict: 269.742
*/