﻿/* tabcontent.css */
/* ######### CSS for Shade Tabs. Remove if not using ######### */
.images {
	border: none;
}
.images a:link{
	border: none;
}
.list {
	margin-top: 0;
}
h1 {
	font: "Arial, Helvetica, sans-serif";  /* font:"Myriad Pro"; */
}
.shadetabs{
padding: 2px 0;
margin-left: 0;
margin-top:  0;
margin-right: 0;
margin-bottom: 0;
border-left: 1px solid #647864;
font: "Arial, Helvetica, sans-serif";  /* font:"Myriad Pro"; */
font-size:12px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/

}

.shadetabs li{
	display: inline;
	margin: 0;
	height: 0;
	width: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
margin: 0;
padding: 3px 7px;
margin-right: 0px;

border: 0px #999;
color: black;
background: white url(../Images/productionnavyellowtab.jpg) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #000000;
}

.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	top: 1px;
	left: 0;
	overflow: auto;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(../Images/productionnavdarkwide.jpg);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}


/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: 12px "Arial, Helvetica, sans-serif";  
width: 100%;
height: 26px;/*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
margin-top: 0px;
margin-bottom: 0px;
padding: 0;
float: left;
/*position: absolute left 5px;*/
/* width: 80%; width of menu*/
/*border-top: 1px solid #647864;/* border*/
background: url(../Images/productionnavbuttonbg.jpg) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: black; /*text color*/
padding: 5px 5px;
text-decoration: none;
border-right: 1px solid #647864; /*navy divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected{
color: black !important;
font: 12px "Arial, Helvetica, sans-serif";  
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background: url(../Images/productionnavdarkwide.jpg) center center repeat-x;
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid #647864;
width: 490px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
.headerfont {
	font-family: "Arial, Helvetica, sans-serif"; 
	font-size: 18px;
	font-style: normal;
	color: #007E33;
}
.bodyfont {
	font-family: "Arial, Helvetica, sans-serif"; 
	font-size: 12px;
	color: #000;
}
.footerfont {
	font-family: "Arial, Helvetica, sans-serif"; 
	font-size: 10px;
	color: #000;	
}
.footerfont a:link {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 10px;
	color: #000;	
}
.footerfont a:visited {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 10px;
	color: #000;	
}
.footerfont a:hover {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 10px;
	color: #007E33;	
}
.PageTitle {
	font-family: "Arial, Helvetica, sans-serif";
	color: #DF0000;
	font-size: 24px;
	padding-bottom: 5px;
}
.pagebody {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 12px;
}
.headerfont {
	font-size: 14px;
}
.bodydiv {
	height: auto;
	width: 800px;
	border: thin solid #000;
}
.leftbarmain {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	line-height: 20px; /*Tabcontent2.css*/
}
.leftbarmain a:visited {
	color:#FFF;
	text-decoration: none;
}
.leftbarmain a:link {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 12;
}
.leftbarsub {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 10px;
	text-align: left;
	color:#000;
	text-decoration: none;
	line-height:15px;/*Tabcontent2.css*/
}
.leftbarsub a:link {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 10px;
	text-align: left;
	color:#000;
	text-decoration: none;
}

.leftbarsub a:hover {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 10px;
	text-align: left;
	color:#FFF;
	text-decoration: none;
}

.leftbarsub a:visited {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 10px;
	text-align: left;
	color:#000;
	text-decoration: none;
}
.leftbarsubselected {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 10px;
	text-align: left;
	color:#FFF;
	text-decoration: underline;
}
.leftbarsubselected a:link {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 10px;
	text-align: left;
	color:#FFF;
	text-decoration: underline;
}
.leftbarsubselected a:visited {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 10px;
	text-align: left;
	color:#FFF;
	text-decoration: underline;
}
.bodycontentheader {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 14px;
	color: #DF0000
}
.bodycontenttext {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 12px;
	color: #000000;
}
.bodycontentsuperheader {
	font-size: 16px;
	color:#DF0000
}
.bodycontenttextitalic {
	font-style: italic;
	font-size: 12px;
}
.leftbarmainselected {
	font-weight: normal;
	text-decoration: underline;
	color:#FFF;
	font-size:12px;
	font:"Arial, Helvetica, sans-serif";
}
.leftbarmainselected a:visited {
	font-weight: normal;
	text-decoration: underline;
	color: #FFF;
	font-size:12px;
	font:"Arial, Helvetica, sans-serif";
}
.leftbarmainselected a:link {
	color: #FFF;
	font-weight: normal;
	text-decoration: underline;
	font-size:12px;
	font:"Arial, Helvetica, sans-serif";
}

.listheader {
	font-size: 14px;
	color: #DF0000;
}
.bodycontentheadericon {
	font-family: "Arial, Helvetica, sans-serif";
	color: #DF0000;
	top: 10px;
	font-size: 14px;
}
#blanket {
background-color:#111;
/*opacity: 0.65;  Modified by I3
filter:alpha(opacity=65);*/
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}
#popUpDiv {
position:absolute;
background-color:#eeeeee;
width:300px;
height:300px;
z-index: 9002;
}

/* Loginform.css */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.feedbackform{
padding: 5px;
}

div.fieldwrapper{ /*field row DIV (includes two columns- Styled label column and 'thefield' column)*/
width: 300px; /*width of form rows*/
overflow: hidden;
padding: 5px 0;
}

div.fieldwrapper label.styled{ /* label elements that should be styled (left column within fieldwrapper DIV) */
float: left;
width: 100px; /*width of label (left column)*/
text-transform: uppercase;
border-bottom: 1px solid red;
margin-right: 15px; /*spacing with right column*/
font-size: 12px;
}

div.fieldwrapper div.thefield{ /* DIV that wraps around the actual form fields (right column within fieldwrapper DIV) */
float: left;
margin-bottom: 10px;
	width: 94px;
}

div.fieldwrapper div.thefield input[type="text"]{ /* style for INPUT type="text" fields. Has no effect in IE7 or below! */
width: 100px;
}

div.fieldwrapper div.thefield textarea{ /* style for TEXTAREA fields. */
width: 300px;
height: 150px;
}

div.buttonsdiv{ /*div that wraps around the submit/reset buttons*/
margin-top: 5px; /*space above buttonsdiv*/
}

div.buttonsdiv input{ /* style for INPUT fields within 'buttonsdiv'. Assumed to be form buttons. */
width: 80px;
background: #e1dfe0;
}
/* Tour Start */
div.fieldwrapperTourStart{ /*field row DIV (includes two columns- Styled label column and 'thefield' column)*/
width: 550px; /*width of form rows*/
overflow: hidden;
padding: 5px 0;
}
.feedbackform{
padding: 5px;
}

div.fieldwrapperTourStart{ /*field row DIV (includes two columns- Styled label column and 'thefield' column)*/
width: 550px; /*width of form rows*/
overflow: hidden;
padding: 5px 0;
}

div.fieldwrapperTourStart label.styled{ /* label elements that should be styled (left column within fieldwrapper DIV) */
float: left;
width: 170px; /*width of label (left column)*/
text-transform: uppercase;
border-bottom: 1px solid red;
margin-right: 15px; /*spacing with right column*/
font-size: 12px;
}

div.fieldwrapperTourStart div.thefield{ /* DIV that wraps around the actual form fields (right column within fieldwrapper DIV) */
float: left;
margin-bottom: 10px; /* space following the field */
}

div.fieldwrapperTourStart div.thefield input[type="text"]{ /* style for INPUT type="text" fields. Has no effect in IE7 or below! */
width: 250px;
}

div.fieldwrapperTourStart div.thefield textarea{ /* style for TEXTAREA fields. */
width: 300px;
height: 150px;
}

/* created by I3*/
.textBox {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 3mm; color: #666666; background-color: #FFFFFF; background-image: url(../images/bg_textares.jpg)}
.inputtext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 3mm; color: #666666}
/* ######### CSS for Shade Tabs. Remove if not using ######### */
body 
{
    padding:0; margin:0;
}
.images {
	border: none;
}
.images a:link{
	border: none;
}
.list {
	margin-top: 0;
}
h1 {
	font:"Arial, Helvetica, sans-serif";
}
.shadetabs{
padding: 2px 0;
margin-left: 0;
margin-top:  0;
margin-right: 0;
margin-bottom: 0;
border-left: 1px solid #647864;
font: "Arial, Helvetica, sans-serif";
font-size:12px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
	display: inline;
	margin: 0;
	height: 0;
	width: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
margin: 0;
padding: 3px 7px;
margin-right: 0px;

border: 0px #999;
color: black;
background: white url(../images/productionnavyellowtab.jpg) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #000000;
}

.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	top: 1px;
	left: 0;
	overflow: auto;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(../images/productionnavdarkwide.jpg);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}


/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: 12px "Arial, Helvetica, sans-serif";
width: 100%;
height: 26px;/*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
margin-top: 0px;
margin-bottom: 0px;
padding: 0;
float: left;
/*position: absolute left 5px;*/
/* width: 80%; width of menu*/
/*border-top: 1px solid #647864;/* border*/
background: url(../images/productionnavbuttonbg.jpg) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: black; /*text color*/
padding: 5px 5px;
text-decoration: none;
border-right: 1px solid #647864; /*navy divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected{
color: black !important;
font: 12px "Arial, Helvetica, sans-serif";
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background: url(../images/productionnavdarkwide.jpg) center center repeat-x;
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid #647864;
width: 490px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
.headerfont {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 18px;
	font-style: normal;
	color: #007E33;
}
.bodyfont {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 12px;
	color: #000;
}
.footerfont {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 10px;
	color: #000;	
}
.footerfont a:link {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 10px;
	color: #000;	
}
.footerfont a:visited {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 10px;
	color: #000;	
}
.footerfont a:hover {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 10px;
	color: #007E33;	
}
.PageTitle {
	font-family: "Arial, Helvetica, sans-serif";
	color: #DF0000;
	font-size: 24px;
	padding-bottom: 5px;
}
.pagebody {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 12px;
}
.headerfont {
	font-size: 14px;
}
.bodydiv {
	height: auto;
	width: 800px;
	border: thin solid #000;
}
.leftbarmain {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	line-height: 20px;
}
.leftbarmain a:visited {
	color:#FFF;
	text-decoration: none;
}
.leftbarmain a:link {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 12;
}
.leftbarsub {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 10px;
	text-align: left;
	color:#000;
	text-decoration: none;
	line-height:15px;
}

.leftbarsub a:link {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 10px;
	text-align: left;
	color:#000;
	text-decoration: none;
}

.leftbarsub a:hover {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 10px;
	text-align: left;
	color:#FFF;
	text-decoration: none;
}

.leftbarsub a:visited {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 10px;
	text-align: left;
	color:#000;
	text-decoration: none;
}
.leftbarsubselected {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 10px;
	text-align: left;
	color:#FFF;
	text-decoration: underline;
}
.leftbarsubselected a:link {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 10px;
	text-align: left;
	color:#FFF;
	text-decoration: underline;
}
.leftbarsubselected a:visited {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 10px;
	text-align: left;
	color:#FFF;
	text-decoration: underline;
}
.bodycontentheader {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 14px;
	color: #DF0000;
	font-weight:bold;/*tabcontenet2.css*/
}
.bodycontenttext {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 12px;
	color: #000000;
}
.bodycontentsuperheader {
	font-size: 16px;
	color:#DF0000
}
.bodycontenttextitalic {
	font-style: italic;
	font-size: 12px;
}
.leftbarmainselected {
	font-weight: normal;
	text-decoration: underline;
	color:#FFF;
	font-size:12px;
	font:"Arial, Helvetica, sans-serif";
}
.leftbarmainselected a:visited {
	font-weight: normal;
	text-decoration: underline;
	color: #FFF;
	font-size:12px;
	font:"Arial, Helvetica, sans-serif";
}
.leftbarmainselected a:link {
	color: #FFF;
	font-weight: normal;
	text-decoration: underline;
	font-size:12px;
	font:"Arial, Helvetica, sans-serif";
}

.listheader {
	font-size: 14px;
	color: #DF0000;
}
.bodycontentheadericon {
	font-family: "Arial, Helvetica, sans-serif";
	color: #DF0000;
	top: 10px;
	font-size: 14px;
}
#blanket {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}
#popUpDiv {
position:absolute;
background-color:#eeeeee;
width:300px;
height:300px;
z-index: 9002;
}
.feedbackform{
padding: 5px;
}

div.fieldwrapper{ /*field row DIV (includes two columns- Styled label column and 'thefield' column)*/
width: 500px; /*422px*/ /*width of form rows*/
overflow: hidden;
padding: 5px 0;
}

div.fieldwrapper label.styled{ /* label elements that should be styled (left column within fieldwrapper DIV) */
float: left;
width: 160px; /*width of label (left column)*/
text-transform: uppercase;
border-bottom: 1px solid red;
margin-right: 15px; /*spacing with right column*/
font-size: 10px;
}

div.fieldwrapper div.thefield{ /* DIV that wraps around the actual form fields (right column within fieldwrapper DIV) */
float: left;
margin-bottom: 10px; /* space following the field */
}

div.fieldwrapper div.thefield input[type="text"]{ /* style for INPUT type="text" fields. Has no effect in IE7 or below! */
width: 200px;
}

div.fieldwrapper div.thefield textarea{ /* style for TEXTAREA fields. */
width: 250px;
height: 150px;
}

div.buttonsdiv{ /*div that wraps around the submit/reset buttons*/
margin-top: 5px; /*space above buttonsdiv*/
}

div.buttonsdiv input{ /* style for INPUT fields within 'buttonsdiv'. Assumed to be form buttons. */
width: auto;
background: #e1dfe0;
}


/* created by I3*/
.textBox {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 3mm; color: #666666; background-color: #FFFFFF; background-image: url(../images/bg_textares.jpg)}
.inputtext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 3mm; color: #666666}

/* Tabconetect2.css */
#body_container 
{
	width:900px;
	margin: 0 auto;
	position:relative;
	margin:5px;
	background-color:#FFF;
}
/*******************************************************************************
 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: 12px;
	cursor: default;
	width: 127px;
	text-align:left;
}
/* 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: 12px;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 127px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	margin-left: 0px;
	
}
/* 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: 12px;
	text-align:left;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 120px;
	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: 131px;
	
}
/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{

}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{

}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	background-color:#FFFFFF;
	padding: 0.5em 0.75em;
	color: #000;
	text-decoration: none;
}
/* 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: #00471d;
	color: #FFF;
}
/* 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: #00471d;
	color: #FFF;
}

/*******************************************************************************

 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
{
	background-image: url(../Images/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/* 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
{
	background-image: url(../Images/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 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;
		float: left;
		background: #FFF;
	}
}

.tollfreetext {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}

