﻿/* bof template */

.Forward {
	float: right;
    }
	
.Back {
	float: left;
    }
    
.MainMenu {
	position:absolute;
	z-Index:1;
	}

.ClearBoth {
	clear: both;
    }

.Inline {
	display: inline;
	}
	
.Center {
	text-align: center;
	}

.Block {
	display: block;
	}

.InputWrapper {
	padding-bottom: 3px;
	}
	
.InputLabel {
	width: 90px;
	padding-top: 4px;
	}

.InputTextBox {
	width: 160px;
	}
	
.InputImage {
	padding-left: 90px;
	position: relative;
	z-index: 0;
	}

.InputImage:hover {
	z-index: 100;
	}

.InputImage span {
	visibility: hidden;
	position: absolute;
	padding: 2px;
	border: 2px solid #ABA79C;
	background: #DFDAC9;
	}

.InputImage:hover span {
	visibility: visible;
	top: 20px;
	left: 200px;	
	}

.ButtonWrapper {
	
	}

.Bold {
	font-weight: bold;
	}

.Required {
	color: #970E4C;
	font-size: 11px;
	font-weight: bold;
	}

.Larger {
	font-size: 105%;
	}

.LinkButton {
	height: 25px;
	padding: 6px;
	line-height: 25px;
	background: url(../../App_Media/Images/LinkButtonBG.png);
	color: #FFFFFF;
	}

html { /*always show vertical scroll bar */
	min-height: 100%;
	margin-bottom: 1px;
	}

body {
	font-family: Arial, Tahoma, Verdana, Helvetica;
	font-size: 11px;
	color: #626366;
	line-height: 17px;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	background: #e2e3e4;
	}
	
a {
	/* color: #323029; */
	color: #626366;
	text-decoration: none;
	}

a:hover {
	color: #000000;
	text-decoration: underline;
	}

h1, h2, h3, h4 {
	padding: 0px;
	margin: 0px;
	color: #1A2B4A;
	}

h1 {
	font-size: 100%;
	margin: 0px 0px 0px 0px;
	}

h2 {
	font-size: 90%;
	}
	
h4 {
	font-size: 100%;
	}
	
hr {
	border: 2px solid #F3F3F4;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 0px;
	padding: 0px;
	}

.hrSpacing {
	margin: 10px 0px 10px 0px;
	}

.NoMargin {
	margin: 0px;
	}

.AdminNav { /*template */
	border: 1px dotted #00AA00;
	background: #C0FFC0;
	Color: #6AB86A;
	padding: 1em;
	margin-bottom: 1em;
	}

.AdminNav a { /*template */
	color: #016101;
	}

.MainWrapper {
    width: 720px;
    margin-left: auto;
    margin-right: auto;
	}

.HeaderWrapper{
position:relative;
}

.HeaderWrapper, .BodyWrapper, .FooterWrapper {
	}

.HeaderLogo {
	background: url(../../App_Media/Images/LogoBg.png);
	height: 90px;
	}

.HeaderLogoAlt {
	background: url(../../App_Media/Images/LogoBG-TopRight.png) no-repeat top right;
	height: 90px;
	width: 720px;
	}

.HeaderNav {
	background: #FFFFFF url(../../App_Media/Images/MenuBG.png) no-repeat top;
	height:179px;
	}

.HeaderNav a {
	color: #FFFFFF;
	}
	
.TopNav {
	padding: 28px 0px 0px 0px;
	color: #F8F5F0;
	}

.MenuTopUpper {
	text-align: right;
	}
	
.MenuTopUpper ul {
	padding: 0px;
	margin: 0px;
	}

.MenuTopUpper li {
	padding: 0px -5px 0px 0px;
	display: inline;
	margin: 0px;
	line-height: 0px;
	list-style: none;
	}

.MenuTop {
	padding: 7px;
	padding-top: 1px;
	background-color:Transparent;
	background:none;
	/*background: url(../../App_Media/Images/MenuBG.jpg) no-repeat;*/
	}
	
.MenuTop ul {
	padding: 0px;
	margin: 0px;
	background-color:Transparent;
	background:none;
	}

.MenuTop li {
	padding: 0px 0px 2px 0px;
	*padding: 0px 0px 1px 0px;
	margin: 0px;
	line-height: 0px;
	list-style: none;
	background-color:Transparent;
	background:none;
	}

/***** bof Menu *****/
.DynamicMenu {
	visibility: visible;
	}

.MenuH1First {
	padding: 0px 3px 0px 2px;
	border-right: 1px solid #908C80;
	white-space: normal;
	color: #F8F5F0;
	}

.MenuH1First a:hover {
	color: #D4CDBE;
	}

table.MenuH2First {
	margin: 0;
	padding: 0;
	}

table.MenuH2First a {
	display: block;
	float: left;
	width: 119px;
	line-height: 37px;	/* text position */
	height: 37px;
	font-weight: bold;
	text-decoration: none;
	}

.MenuH2First {
	Display: none;
	}

table.MenuH2Second {
	text-align: left;
	}

table.MenuH2Second {
	margin: 0;
	padding: 0;
	}

table.MenuH2Second a {
	float: left;
	color: #000000;
	}

table.MenuH2Second a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.MenuH3First {
	padding: 0px 2.5px 0px 2.5px;
	}

.MenuH3Second {
	display: none;
	}
/***** eof Menu *****/


.BodyWrapper {
	background: #FFFFFF url(../../App_Media/Images/BodyBG-Div.png) repeat-y top left;
	}

.BodyWrapperAlt {
	background: url(../../App_Media/Images/BodyBG.png) top repeat-x;
	}

.BodyWrapperSingle {
	background: #FFFFFF url(../../App_Media/Images/BodyBG.png) top repeat-x;
	}

.BodyContentLeft {
	}

.BodyContentRight {
	}

.BucketLeft, .BucketRight {
	padding: 20px;
	}

.BucketLeft {
	width: 246px;
	}

.BucketRight {
	width: 394px;
	}

.BodySingleWrapper {}

.BodySingleContent {
	padding: 24px 20px 20px 20px;
	}

.SubMenuWrapper {
	padding:10px;
	background: #E8EAF6;
	width: 223px;
	}

.SubMenuWrapper a {
	padding: 0px 2px 0px 2px;
	}

.FooterWrapper {
	height: 51px;
	line-height: 25px;
	color: #FFFFFF;
	background:  url(../../App_Media/Images/FooterBG.png);
	text-align: center;
	}

.FooterWrapper a {
	color: #FFFFFF;
	}

.FooterMenu {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	}

.LegalWrapper {
	height: 55px;
	line-height: 50px;
	background:  url(../../App_Media/Images/Footer-Bottom.png);
	color: #7c7c7c;
	Text-align: center;
	}

/* eof template */

.DefaultBGTop {
	background: url(../../App_Media/Images/DefaultBGTop.png) no-repeat;
	height: 280px;
	}

.ContentLink a {
	color: #9E2F2D;
	text-transform: uppercase;
	font-weight: bold;
	}

.ContentLink ul {
	padding: 0px;
	margin: 0px;
	}

.ContentLink li {
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 16px;
	color: #9E2F2D;
	list-style-type: square;
	}

.ContentImage {
	padding: 0px;
	margin-top: 3px;
	margin-bottom: 30px;
	border: 1px solid #000000;
	}

.ContentImageLeft {
	margin-right: 20px;
	}

.ContentImageRight {
	margin-left: 20px;
	}

.Gray {
	Color: #47443C;
	}

.Download-PDF, .Download-Word {
	padding: 3px 0px 3px 20px;
	}

.Download-PDF {
	background: url(../../App_Media/Images/Icon-PDF.gif) no-repeat left;
	}

.Download-Word {
	background: url(../../App_Media/Images/Icon-Word.gif) no-repeat left;
	}
	
.TableService, .TableServiceAlt {
	padding-bottom: 20px;
	}

.TableServiceAlt td {
	padding: 20px 0px 20px 0px;
	}

.TableService td {
	padding: 20px 0px 20px 0px;
	border-bottom: 2px solid #F3F3F4;
	}

.TableService img {
	padding-bottom: 5px;
	}

.TableServicesWrapper {
	width: 384px;
	}

.TableServicesWrapperAlt2 {
	width: 260px;
	}

.TableServicesContent table {
	border: 1px solid #053370;
	}

.TableServicesHeader {
	background: #053370;
	color: #FFFFFF;
	text-align: center;
	}

.TableServicesHeader td {
	padding: 4px;
	}

.TableServicesHeaderAlt {
	background: #28737C url(../../App_Media/Images/BorderAlt.gif) top repeat-x;
	color: #FFFFFF;
	text-align: center;
	}

.TableServicesHeaderAlt td {
	padding: 4px;
	border-bottom: 1px solid #28737C;
	}

/*.TableServicesRowOdd td {
	background: #EBEEF2;
	}

.TableServicesRowEven td {
	background: #D3DCE2;
	} */

.TableServicesBorder {
	border-right: 1px solid #BFD4E8;
	}
	
.TableServicesDimensions table {
	border: none;
	/* height: 111px;
	overflow: auto;
	overflow-x: hidden; */
	}

.TableServicesDimensionsBorder {
	border-right: 1px solid #84858A;
	}

.TableServicesLink {
	padding: 5px 0px 20px 0px;
	}

.TableServicesLink a, .AffiliationsFeatureHeader {
	color: #1A2B4A;
	font-weight: bold;
	}

.AffiliationsFeatureHeader {
	}
	
.AffiliationsWrapper {
	width: 200px;
	}

.ContactWrapper {
	min-height: 145px;
	}

.ContactImage {
	padding-right: 20px;
	}

.DataListProductsWrapper {
	width: 290px;
	}
	
.ProductsWrapper {
	width: 145px;
	padding-bottom: 7px;
	}

.ProductsImage {
	padding-left: 20px;
	}

.ProductsLink a {
	line-height: 12px;
	}
	
.ContentPopupWrapper {
	background: #000000;
	padding: 10px 20px 20px 20px;
	width: 720px;
	}
	
.ContentRotator {
	width:720px;
	height: 179px;
	overflow: hidden;
	position: relative;
	border:0px solid #999999;
	}
