
body,html {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #042260;
	background: #cccccc;
	background-image:
		url(/resources/en/images/general/outerwrapperhome_background.png);
	background-repeat: repeat-y;
	background-position: center;
}

body.plain,html.plain {
	/* White Background to use for pages that will not be in the MFG.com Wrapper */
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #042260;
	background: #FFFFFF;
}

/* fonts */
.bodytext_xs,.bodytext_sm,.bodytext_md,.bodytext_lg {
	font-weight: normal;
}

.bodytext_xs {
	font-size: 10px;
}

.bodytext_sm {
	font-size: 11px;
}

.bodytext_md {
	font-size: 12px;
}

.bodytext_lg {
	font-size: 13px;
}

.light_xs,.light_sm,.light_md,.light_lg { /* White */
	color: #FFFFFF;
}

.light_xs {
	font-size: 10px;
}

.light_sm {
	font-size: 11px;
}

.light_md {
	font-size: 12px;
}

.light_lg {
	font-size: 13px;
}

.required_sm,.required_md,.required_lg { /* Red */
	color: #FF0000;
}

.required_sm {
	font-size: 11px;
}

.required_md {
	font-size: 12px;
}

.required_mdbig {
	font-size: 14px;
}
.required_lg {
	font-size: 13px;
}

.attention_sm,.attention_md,.attention_lg { /* Green */
	color: #56BD27;
	font-weight: bold;
}

.attention_sm {
	font-size: 11px;
}

.attention_md {
	font-size: 12px;
}

.attention_lg {
	font-size: 13px;
}

.caption { /* Dark Gray */
	color: #9a9a9a;
	font-style: normal;
	font-size: 11px;
}

.caption_em { /* Black */
	color: #000000;
	font-style: italic;
	font-size: 11px;
}

.title-1 { /* Orange */
	color: #E5870A;
	font-weight: bold;
	font-size: 12px;
}

.title-2 { /* Large Page Title with Green Background used in the App*/
	font-size: 16px;
	font-weight: bold;
	background-image:
		url(/resources/en/images/general/title-2_background.png);
	background-repeat: repeat;
	padding: 6px 10px;
}

.title-2nopad {
	/* Large Page Title with Green Background used in the App*/
	font-size: 16px;
	font-weight: bold;
	background-image:
		url(/resources/en/images/general/title-2_background.png);
	background-repeat: repeat;
	padding: 5px 1px 1px 1px;
}

.title-3 { /* Dark Blue */
	color: #042260;
	font-weight: bold;
	font-size: 12px;
}

.title-4 { /* White Text on Blue Background Used in the App */
	background-color: #5b7dba;
	border-top: 1px solid #FAFFFF;
	border-left: 1px solid #FAFFFF;
	border-right: 1px solid #FAFFFF;
	padding: 4px 8px;
	color: #FFFFFF;
	font-weight: bold;
}

.italic_sm,.italic_md,.italic_lg { /* Dark Gray */
	color: #9a9a9a;
	font-style: italic;
}

.italic_sm {
	font-size: 11px;
}

.italic_md {
	font-size: 12px;
}

.italic_lg {
	font-size: 13px;
}



.superscript {
	vertical-align: middle;
	font-size: 9px;
}

.fontdivider {
	padding: 0 4px;
	color: #042260;
}

h1,h2,h3 { /* Dark Blue */
        FONT-SIZE: 12px;
	color: #042260;
	font-weight: bold;
	margin-top: 0;
}

h1 {
	font-size: 18pt;
}

h2 {
	font-size: 16pt;
	margin-bottom: 0;
}

h3 {
	font-size: 12pt;
	margin: 0;
}

h4 { /* Orange */
	color: #E5870A;
	font-weight: bold;
	font-size: 13px;
	margin: 0;
}

h5 { /* Dark Gray */
	color: #9a9a9a;
	font-weight: bold;
	font-size: 12px;
	margin: 0;
}
h6 { /* Orange */
	font-weight: bold;
	font-size: 13px;
	margin: 0;
}

p {
        FONT-SIZE: 12px;
	margin-top: 0;
}

/* links */
a:link,a:visited { /* Blue */
	color: #0066CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.light_xs:link,a.light_xs:visited { /* White */
	color: #FFFFFF;
	text-decoration: none;
}

a.light_xs:hover {
	text-decoration: underline;
}

#footer a:link,#footer a:visited { /* Footer White */
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#subfooter a:link,#subfooter a:visited { /* Footer Dark Blue */
	color: #042260;
	text-decoration: underline;
}

#subfooter a:hover {
	text-decoration: underline;
	color: #000000;
}

#footlink a:link,#footlink a:visited { /* Footer Dark Blue */
	color: #042260;
	text-decoration: underline;
}
#footlink a:hover {
	text-decoration: underline;
	color: #02102D;
}


#submenu,#submenu a:link,#submenu a:visited { /* Submenu White */
	color: #FFFFFF;
	text-decoration: none;
}

#submenu a:link,#submenu a:visited,#submenu a:hover {
	text-decoration: underline;
}

#nounderline a:hover {
	text-decoration: none;
}

/* Homepage Wrapper with Left and Right Shadows */
#outerwrapper {
	background-image:
		url(/resources/en/images/general/outerwrapperhome_background.png);
	background-repeat: repeat-y;
	background-position: center;
}

#innerwrapper {
	position: relative;
	height: 100%;
	width: 998px;
	margin: 0 auto;
	text-align: left;
}

body {
	text-align: center;
}

#mainwrapper {
	background-color: #76A2DC;
}

/* Inside Homepage Wrapper with Header, Body and Footer */
#main {
	text-align: left;
	height: 100%;
	background-color: #76a2dc;
}

#header {
	height: 99px;
	color: #042260;
	background-image:
		url(/resources/en/images/general/header_background.jpg);
	background-position: center;
	border-right: 1px #9EC6FF solid;
	border-left: 1px #9EC6FF solid;
	border-bottom: 1px #1475FF solid;
}

#headerfade {
	position: absolute;
	background-repeat: no-repeat;
	filter: alpha(opacity = 25);
	-moz-opacity: 0.25;
	-khtml-opacity: 0.25;
	z-index: 200;
}

#headerlogin {
	position: relative;
	float: right;
	z-index: 0;
	top: 7px;
	left: -15px;
}

#body {
	background-image: url(/resources/en/images/general/main_background.jpg);
	background-repeat: repeat-x;
	background-color: #76A2DC;
	border-right: 1px #9EC6FF solid;
	border-left: 1px #9EC6FF solid;
}

#footer {
	height: 150px;
	color: #042260;
	background-color: #76A2DC;
	border-right: 1px #9EC6FF solid;
	border-left: 1px #9EC6FF solid;
	text-align: center;
}

/* Homepage Table layout */
#hometbl .homeboxgradshading {
	border: 1px #1475FF solid;
	background-image:
		url(/resources/en/images/general/contentshade_gray.png);
	background-repeat: repeat-x;
	vertical-align: top;
	background-color: #E5ECF8;
}

#hometbl .homeboxborder_pad {
	padding: 9px;
	border: 1px #1475FF solid;
	vertical-align: top;
}

#hometbl .homeboxborder_nopad {
	border: 1px #1475FF solid;
	vertical-align: top;
}

.hometopborder {
	border-top: 1px solid #DCE6F5;
}

/* Top Navigation Tabs */
#tab {
	margin: 0;
	padding: 0;
}

#tab li {
	list-style: none;
	float: left;
	margin-left: 3px;
	padding-left: 12px;
	font-size: 11px;
	line-height: 22px;
	white-space: nowrap;
	background: transparent url(/resources/en/images/general/tabs-blue.png)
		0 100% no-repeat;
}

#tab a {
	display: block;
	float: left;
	padding: 0 12px 0 0;
	text-decoration: none;
	font-weight: bold;
	background: transparent url(/resources/en/images/general/tabs-blue.png)
		100% 100% no-repeat;
	color: #FFFFFF;
	width: .1em;
}
body,td,th {
	font-size: 12px;
}

html>body #tab a {
	width: auto;
}  /* fixes IE6 hack */
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tab a {
	float: none;
}  /* End IE5-Mac hack */
#tab a:hover {
	color: #FFF;
}

#tab #active,#tab #active a {
	color: #042260;
	position: relative;
	height: 28px;
	background-image: url(/resources/en/images/general/tabs-active.png);
}

#tab #active {
	top: -6px;
}

#tab #active a {
	top: 0px;
}

/* SubNav on Homepage */
.tabberlive .tabbertabhide {
	display: none;
}

.tabber {
	
}

.tabberlive {
	margin-top: 1em;
}

.tabbernav {
	margin: 0;
	padding: 3px 0;
	margin-left: 0;
	font: bold;
	border-bottom: 1px solid #1475ff;
	list-style-type: none;
	text-align: left;
	font-weight: bold;
	position: relative;
}

.tabbernav li {
	display: inline;
}

.tabbernav li a {
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #1475ff;
	border-bottom: none;
	background-color: #dee8f8;
	color: #0066cc;
}

.tabbernav li a:visited {
	color: #0066cc;
}

.tabbernav li a:hover {
	background-color: #c0d5f4;
	color: #0876e4;
}

.tabbernav li.tabberactive a {
	background-color: #ffffff;
	border-bottom: 1px solid transparent;
	color: #e5870a;
}

.tabberlive .tabbertab {
	background-color: #ffffff;
	clear: left;
	width: 460px;
	margin: 0;
	padding: 0px;
	border-left: 1px solid #1475ff;
	border-right: 1px solid #1475ff;
	border-bottom: 1px solid #1475ff;
}

.tabberlive .tabbertab h2 {
	display: none;
}

.tabberlive .tabbertab h3 {
	display: none;
}

.subnavtop {
	border-bottom: 1px solid #e0dfe3;
	height: 30px;
	padding: 0 5px;
}

.subnavbottom {
	height: 30px;
	padding: 0 5px;
}

/* Subpage*/
#subpagetbl {
	font-size: 12px;
}

#subpagetbl .homeboxborder_pad {
	padding: 19px;
	border: 1px #1475FF solid;
	vertical-align: top;
}

/* Form styles - Options, Input, Buttons, Textarea  */
input.input {
	background-color: #FFFFFF;
	font-family: arial, verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	color: #042260;
	border: 1px solid #7994A3;
}

input.button {
	font-family: arial, verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

textarea.textarea {
	background-color: #FFFFFF;
	font-family: arial, verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	color: #000000;
}

select.select {
	background-color: #FFFFFF;
	font-family: arial, verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	color: #000000;
}

/* Cursors */
.handcursor {
	cursor: pointer;
}

/*  Divider */
.divider {
	border-bottom: 1px solid #DCE6F5;
	padding: 5px 0;
}

/* Categories */
.cat {
	margin-top: 5px;
	margin-left: 20px;
}

/* Webinar */
#webinar li {
	padding: 3px 0;
}

#webinar ul {
	margin-top: 3px
}

#webinar .downloads {
	border: 1px solid #cccccc;
	padding: 15px 30px 15px 30px;
}

/* Subpage Nav Boxes */
.boxgradshading {
	border: 1px #1475FF solid;
	background-image:
		url(/resources/en/images/general/contentshade_gray.png);
	background-repeat: repeat-x;
	vertical-align: top;
	background-color: #E5ECF8;
	padding: 9px;
}

.boxborder_pad {
	padding: 9px;
	border: 1px #1475FF solid;
	vertical-align: top;
}

.boxborder_nopad {
	border: 1px #1475FF solid;
	vertical-align: top;
}

.blue_boxborder_pad { /* How It Works Overview */
	background-image:
		url(/resources/en/images/general/bluefadebackground.png);
	background-repeat: repeat-x;
	padding: 9px;
	border: 1px #1475FF solid;
	background-color: #b6cdf7;
	vertical-align: top;
}


.green_boxborder_pad { /* How It Works Overview */
	background-image:
		url(/resources/en/images/general/greenfadebackground.png);
	background-repeat: repeat-x;
	padding: 9px;
	border: 1px #1475FF solid;
	background-color: #a7e48c;
	vertical-align: top;
}

.blue_boxborderlight_pad {
	background-image:
		url(/resources/en/images/general/bluefadebackground.png);
	background-repeat: repeat-x;
	padding: 9px;
	border: 1px #719CD6 solid;
	background-color: #b6cdf7;
	vertical-align: top;
}

.green_boxborderlight_pad {
	background-image:
		url(/resources/en/images/general/greenfadebackground.png);
	background-repeat: repeat-x;
	padding: 9px;
	border: 1px #719CD6 solid;
	background-color: #a7e48c;
	vertical-align: top;
}

.orange_boxborderlight_pad {
	background-image:
		url(/resources/en/images/general/orangefadebackground.png);
	background-repeat: repeat-x;
	padding: 9px;
	border: 1px #719CD6 solid;
	background-color: #f9ba6d;
	vertical-align: top;
}

/* Line Spacing */
.linespacing {
	line-height: 18px;
}

/* marquee */
marquee {
	display: block; /* needed */
	height: 12px; /* needs to be a value. auto does not render correctly */
	width: 220px; /* not needed */
	background-color: #FFFFFF;
	margin: 3px 4px 3px 4px;
}

/* Live RFQs Page Setting -- Same as MfgWatch E-mail setting */
.MfgWatch {
	padding-left: 10px;
	padding-right: 10px;
}

.borderGray {
	border: solid 1px #CCCCCC;
}

.borderGrayRight {
	border-right: solid 1px #CCCCCC;
}

.borderLightGrayRight {
	border-right: solid 1px #CECFCE;
}

.borderLightGrayBottom {
	border-bottom: solid 1px #CECFCE;
}

.borderLightGrayTop {
	border-top: solid 1px #CECFCE;
}

.bgDarkBlue {
	background-color: #EFEFEF;
}

.bgLightBlue {
	background-color: #CFECFF;
}

.bgLightGray {
	background-color: #F4F4F4;
}

.bgLightGray {
	background-color: #F4F4F4;
}

.paddingHomeBody {
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 8px;
	padding-left: 35px;
}

.bgLightGray {
	background-color: #EFF8FF;
}

.MfgWatch {
	font-size: 11px;
	color: #333333;
}

.titleWhite {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	padding-left: 10px;
	background: #999999;
}

a.titleWhite:link,a.titleWhite:visited { /* White */
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.titleWhite:hover {
	text-decoration: underline;
}

/* SEO Page Formating - OLD */
.ContrastingSubHeader {
	color: #003B66; /*#686157;*/
	font-weight: bold;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	background: #FDF7D7;
	border-top: solid 1px #DEDEDE;
	border-bottom: solid 1px #DEDEDE;
}

.ContrastingSubList {
	color: #000000;
	font-weight: normal;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: solid 1px #DEDEDE;
}

.ContrastingSubBG {
	background: #FFFFFF;
}

.ContrastingSubBGGray {
	background: #EFEFEF;
}

.ContrastingSubLeft {
	border-left: solid 1px #DEDEDE;
}

.ContrastingSubRight {
	border-right: solid 1px #DEDEDE;
}

.ContrastingSubTop {
	border-top: solid 1px #DEDEDE;
}

.ContrastingSubBottom {
	border-bottom: solid 1px #DEDEDE;
}

.FormSubHeaderText {
	color: #666666;
	font-size: 12pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.FormSubHeaderTextS {
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.FormTextDescriptor {
	color: #666666;
	font-size: 12pt;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.FormTextDescriptorS {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.FormBoxTableBorder {
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
}

.FormBoxHeader {
	background: #659ACE;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.FormBoxHeaderSmallText {
	background: #659ACE;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}


/*TABtopright*/
#tabtopright * {font-size:12px;}
#tabtopright {position:relative;}
    #tabtopright h3 a {display:inline-block;}
    #tabtopright h3 a {display:block;}
    #tabtopright h3,#rtab01 ul,#rtab01 div,#rtab01 li{margin:0;padding:0;list-style-type:none;}
    #tabtopright ul li {position:absolute;left:0;top:0px;float:left;display:block;width:97px;height:24px;font-size:0;}
    #tabtopright ul li#rtab02 {left:100px;}
        #tabtopright ul li div {
	position:absolute;
	clear:both;
	left: -1px;
}
        #tabtopright ul li div#oDIV2 {left:-100px;}
#tabtopright{width:247px; height:164px; overflow:hidden;background-image:url(/resources/en/images/general/menubg.jpg); background-repeat:repeat-x;}
    #tabtopright ul li h3 a {PADDING-TOP:4px;height:24px;text-align:center;color:#1475FF;background-image:url(/resources/en/images/general/bgimg.jpg); background-repeat:no-repeat;}
    #tabtopright ul li h3 a:hover {PADDING-TOP:4px;color:#FF6F02;height:24px; text-align:center;background-image:url(/resources/en/images/general/bgimg2.jpg); background-repeat:no-repeat;}
    #tabtopright ul li.up h3 a {PADDING-TOP:4px;color:#FF6F02;height:24px; text-align:center;background-image:url(/resources/en/images/general/bgimg1.jpg); background-repeat:no-repeat;}
    #tabtopright ul li div {height:20px; width:247px; border-bottom:0px; border-left:0px; border-right:0px;}





