﻿

/* link color */
a:link, a:visited, a, td a {
	color: #006bb5;
	font-weight: bold;
	text-decoration:none;
}

h1, h2, h3, h4, h5 {
	margin-bottom: 0px;
}

/* link hover */
a:hover {
	text-decoration:underline;
}

/* MUST COME BEFORE EVERYTHING - all link colors in body of the site */
.ms-WPBody a:link, .ms-WPBody a:visited, .link-item, .link-item a:link, .link-item a:visited {
	color: #006bb5;
}

/* link colors need to be overridden */
.menuTopLevel a:link, .menuTopLevel a:visited {
	color:black;
}

/* sub link colors need to be overridden */
.menuSubLevel a:link, .menuSubLevel a:visited {
	color:white;
}

/* --- */

html {
	margin-top: 0px;
	padding-top: 0px;
}

body {
	background-color: #d7d7d7;
	background-image:url('/Style%20Library/images/everpure/bg.gif'); 
	background-repeat: repeat-x;
	font-family: arial;
	color: #878787;
	font-size: 12px;
	margin-top: 0px;
	padding-top: 0px;
}

.customNav {
	background-image:url('/Style%20Library/images/everpure/nav_bg.gif'); 
	background-repeat: repeat-x;
	background-color: white;
	width: 835px;
	position:relative;
	top:1px;
	z-index: 10;
}

.customNavItemContainer {
	width: 100%;
	min-width: 822px;
	text-align: left;
}

.customNavItem {
	background-image:url('/Style%20Library/images/everpure/nav_bg.gif'); 
	background-repeat: repeat-x;
	height: 25px;
	color: #878787;
	font-family: verdana;
	font-size: 12px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: left;
	border-right:2px white solid;
	position:relative;
	top:-1px;
}

.customNavItem td {
	text-align: left;
}

.customNavItem a:link, .customNavItem a:visited {
	font-weight: normal;
	color: #878787;
	position:relative;
	top:-3px;
	text-align: left;	
}

.customNavItemHover {
	background-image: url('/Style%20Library/images/everpure/nav_hover.gif'); 
	background-repeat: repeat-x;
	height: 25px;
	color: white;
	font-family: verdana;
	font-size: 12px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: left;
}

.customNavItemHover a:link, .customNavItemSelected  a:visited, .customNavItemHover a {
	font-weight: normal;
	color: white;
	text-decoration: none;
}

.customNavItemHover td a:link, .customNavItemHover td a:visited {
	color: white;
	text-decoration: none;
}


.customNavItemFlyout {
	/*
	background-image: url('/Style%20Library/images/everpure/nav_flyout_bg.gif'); 
	height: 25px;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 7px;
	*/
	font-family: verdana;
	font-size: 12px;
	max-width: 200px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.customNavItemFlyout td {
	border-top:1px solid white;
	display:block;
	line-height:20px;
	/*padding-bottom:2px;*/
	background: #ebebeb;
	padding-right:3px;
	min-width: 150px;
}

/*
.customNavItemFlyoutSelected td {
	border-top:1px solid white;
	display:block;
	line-height:20px;
	background-color:#767D7D;
	padding-right:3px;
	min-width: 150px;
}*/

.customNavItemFlyoutHover td {
	border-top:1px solid white;
	display:block;
	line-height:20px;
	background-color:#999999;
	padding-right:3px;
	min-width: 150px;
}

.customNavItemFlyout a:link, .customNavItemFlyout a:visited, .customNavItemFlyout a {
	font-weight: normal;
	color: #878787;
	margin-left: 9px;
	margin-right: 11px;
	padding-top: 2px;
	padding-bottom: 5px;
	line-height:22px;
}

.customNavItemFlyout .customNavItemFlyoutHover a, .customNavItemFlyout .customNavItemFlyoutHover a:link, .customNavItemFlyout .customNavItemFlyoutHover a {
	color: white;
	padding: 0px;
	text-decoration: none;
}

/*
.customNavItemFlyout .customNavItemFlyoutSelected a, .customNavItemFlyout .customNavItemFlyoutSelected a:link, .customNavItemFlyout .customNavItemFlyoutSelected a {
	color: white;
	padding: 0px;
}*/

.customNavItemSelected {
	background-image: url('/Style%20Library/images/everpure/nav_selected.gif'); 
	background-repeat: repeat-x;
	height: 25px;
	color: white;
	font-family: verdana;
	font-size: 12px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: left;
}

.customNavItemSelected  a:link, .customNavItemSelected  a:visited {
	font-weight: normal;
	color: white;
	position:relative;
	top:-3px;	
}

.customLoginItem {
	background-image:url('/Style%20Library/images/everpure/nav_login.gif'); 
	background-repeat: repeat-x;
	height: 25px;
	color: white;
	font-family: verdana;
	font-size: 12px;
	padding-left: 16px;
	padding-right: 8px;
	text-align: left;
	line-height: 24px;
	position: relative;
	top: 1px;
}

.customLoginItem  a:link, .customLoginItem  a:visited {
	font-weight: normal;
	color: white;
	position:relative;
	top:-3px;	
}


.customMainTable {
	background-color: #ffffff;
	width: 987px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
	border: 4px white solid
}

.customMain {
	 width: 822px;
	 min-width: 816px;
	 height: 261px;
}

.customTopLine {
	height: 25px;
	width: 100%;
	font-size: 11px;
	background-color: #ebebeb;
	border-bottom: 0px solid #dddddd;
	border-top: 0px solid #dddddd;
	padding-left:10px;
}

.customTopLine a:link, .customTopLine a:visited {
	font-weight: normal;
	color: #878787;
}

.customHeader {
	width: 100%;
	height: 120px;
	border-top: 2px white solid;
	border-bottom: 2px white solid;
	margin: 0px;
	padding: 0px;
}

.customLogo {
	float: left; 
	padding-left: 13px;
	margin-top: 25px;
}

.customSearch {
	background-color: #e0e0e9;
	height:25px;
}

.customDealer {
	background-color: #989ebb;
	color: #dfdfe8;
	height:25px;
	padding-left:5px;
	padding-right:5px;	
}

.customSearchTitle {
	font-weight: bold;
	color: #5d6b93;
	padding-left:5px;
	padding-right:5px;	
}

.customSearchBox {
	width: 85px;
	padding-left:5px;
	padding-right:5px;	
	height: 13px;
	border: 1px solid #dddddd;
	font-size: 11px;
	color: #989ebb;
}

.customSearchArea {
	padding-left:5px;
}

.customSearchButton {
	background-image:url('/Style%20Library/images/everpure/arrow_right.gif'); 
	background-repeat: no-repeat;
	font-size: 12px;
	color: #dfdfe8;
	border: 0px none transparent;
	padding-left:5px;
	padding-right:5px;	
	height:12px;
	width:8px;
	margin-left:4px;
	cursor: hand;
}

.customExtranetLogin {
	background-color: white;
}

.customContentArea {
	width: 880px;
	height: 33px;
	max-width: 880px;
	padding: 5px;
}

.customGloryShot {
	float: left;
}

.customGloryText {
	padding-top:27px;
	font-size: 11px;
	font-weight: bold;
	color: DarkGray;
	line-height: 19px;
	padding-right: 60px;
}

.customContentAreaTable {
	width: 100%;
}
		
.customExtranet {
	background-image:url('/Style%20Library/images/everpure/bg_grayside.gif'); 
	background-repeat: repeat-y;
	width: 148px;
	font-family: arial;
	font-size: 11px;
	padding: 12px;
	line-height: 11px;
	border-top:3px solid white;
}

.customExtranet td {
	height: 26px;
	border-bottom: 1px solid white;
	width: 125px;
}

.customExtranet  a:link, .customExtranet  a:visited {
	font-weight: normal;
}

.customExtranetShow {
	background-image: none; 
	background-color: #dcecf9;
	color: #437dbe;
	width: 148px;
	font-family: arial;
	font-size: 11px;
	padding: 12px;
	line-height: 11px;
	border-top:3px solid white;
}

.customExtranetShow td {
	height: 26px;
	border-bottom: 1px solid white;
	width: 125px;
}

.customExtranetShow a:link, .customExtranetShow a:visited {
	font-weight: normal;
}

/*
.customExtranet {
	background-image:url('/Style%20Library/images/everpure/bg_waterdrops_extranet.jpg'); 
	background-repeat: repeat-x;
	color: #437dbe;
	width: 163px;
}*/

.customNewsPod {
	width: 410px;
	height: 121px;
	border-top: 2px #cccccc solid;
}

.customMiscPod {
	width: 410px;
	height: 121px;
	border-top: 2px #cccccc solid;
}

.customMarine {
	width: 410px;
	height: 33px;
}

.customInternational {
	width: 410px;
	height: 33px;
}

.customBottomLine {
	width: 987px;
	height: 4px;
	background-color: #ffffff;
	background-image:url('/Style%20Library/images/everpure/line_bottom.gif'); 
	background-repeat: repeat-x;			
}

.customFooter {
	width: 987px;
	text-align: right;
	font-size: 11px;
	margin-top: 4px;
	margin-left: auto;
	margin-right: auto;	
}

.customFooter a {
	color: #878787;
	font-weight: normal;
}

.customTopLine .customWelcome a:link, .customTopLine .customWelcome a:visited {
	color: #0074B1;
}

/*
-----------------------------------------------------------------------------
  Layout styles
-----------------------------------------------------------------------------
*/




.customLayTable {
	width:820px;
}

.customLayLeftText {
	
}

.customLayRightText {
}

.customLayLeftWPZone {
}

.customLayRightWPZone {
}

.customLayBigWPZone {
}

/*
-----------------------------------------------------------------------------
  Products styles
-----------------------------------------------------------------------------
*/

.customProductListExpand {
	background-color: whitesmoke;
}

.customProductImage {
	border: 1px solid lightgray;
}

.customProductCatsImage {
	height: 50px;
	width: 50px;
	background-color: silver;
}

.customProductCats {
	height: 50px;
	width: 700px;
	padding-left:10px;
}

.customPagePadding {
	padding: 5px;
	margin: 5px;
	max-width: 880px;
}

.customPadding {
	margin: 5px;
}

.customProductSearch {
	padding: 5px;
	line-height: 23px;
}

.customProductSearch table {
	background-color: #EEEEEE;
	font-weight: bold;
	color: #5d6b93;
	display: table;

}

.customProductSearchResults {
	max-width: 880px;
}

.RadGrid_Windows {
	padding: 5px;
	margin: 5px;
}
.customProductSearch input {
	color: gray;
}

.customProductSearch img {
	padding-right: 10px;
}

.GridHeader_Windows img {
	border: 1px solid silver;	
}

.GridHeader_Windows {
	background-color: #DDDDDD;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	border-bottom: 1px solid white;
}

.GridRow_Windows {
	background-color: white;
	border-bottom: 1px solid white;
}

.GridAltRow_Windows {
	background-color: whitesmoke;
	border-bottom: 1px solid white;
}

/*
-----------------------------------------------------------------------------
  Overrides for initial moss ootb layout styles
-----------------------------------------------------------------------------
*/

/* hide webparts */
#_invisibleIfEmpty {
	padding: 0px;
	margin: 0px;
}

.removeMargins {
	margin: inherit;
}

.splashLinkArea {
	border:0px none transparent;
}

/*
-----------------------------------------------------------------------------
  Products
-----------------------------------------------------------------------------
*/

	.viewProduct {
		margin:2px;
		width:100%;
		font-family:verdana,arial,helvetica,sans-serif;
		font-size:8pt;
	}
	.viewProductHeading {
		background-color:#F6F6F6;
		width:100%;
	}
	.viewProductCerts img {
		float:right;
		padding-right:5px;
	}
	.viewProductCerts {
		width:50%;
	}
	.viewProduct ul {
		margin-top:5px;
		/*padding-left:0px;*/
	}
	.viewProduct li {
		padding-left:0px;
	}
	.viewProduct img {
		border:0px none;
	}
	.viewProductImage {
		margin:auto;
		text-align:center;
		
	}
	.viewProductFont {
		font-family:Arial, Helvetica, sans-serif;
	}
	.viewProductPrice {
		font-size:1.5em;
		margin:auto;
		text-align:center;
	}
	.viewProductRelated {
		padding-bottom:5px;
	}
	.viewProductTitle {
		font-weight:bold;
		text-align:right;
		/*vertical-align:text-top;*/
	}
	.viewProductMain {
		padding-top: 10px;
	}
	.viewProductMain table {
		/*padding-bottom: 10px;*/
	}
	.viewProductMain div {
		padding-bottom: 8px;
		padding-top: 8px;
	}
	.ms-WPBody td.viewProductTitleText {
		color:#333333;
		font-size:1.5em;
	}
	div.viewProductSpecs  {
	    padding-bottom: 2px;
	    padding-top: 2px;
	}
	.imageFullSize {
		border: 1px solid silver;
	}
	
/*
-----------------------------------------------------------------------------
  Admin Form
-----------------------------------------------------------------------------
*/

	.adminform td {
		vertical-align: top;
		white-space: nowrap;
		padding: 4px;
	}
	.adminform img {
		border: 0px none;
	}
	.form-button {
		float: right;
		margin:5px;
	}
	.adminform textarea {
		font-family: arial;
		font-size: 1em;
		width: 500px;
	}

	.adminTitle {
		text-align: left;
		font-weight: bold;
	}
	.adminform {
		border:1px solid #DDDDDD;
		color:#666666;
		font-family:arial;
		font-size:1.1em;
		font-weight:inherit;
		margin-bottom:10px;
		padding:10px;
		width: inherit;
		width: 650px;
		margin: auto;
	}
	.adminform hr, .adminform td.hr {
		border-color:#dddddd;
		border-style:none none solid none;
		border-width:0px 0px 0px 0px;
		color: #dddddd;
	}
	.adminform select {
		font-size: .9em;
	}
	.smalltable {
		border: 1px solid #eeeeee;
		width: 100%;
	}
	.smalltable td {
		font-size: .8em;
		white-space: normal;
		padding: 3px;
		line-height:16px;
	}
	.smalltable th {
		text-align: left;
		background-color: #dddddd;
	}


/*
-----------------------------------------------------------------------------
  Overrides for out of the box moss css
-----------------------------------------------------------------------------
*/


.srch-Title {
	font-size: 1em;
}

/* custom rte style */
.rteCustom-Title
{
	font-family: arial;
	color: #878787;
	font-size: 12px;
}

/* custom rte webpart style */
div.ms-WPBody {
	font-family: arial;
	color: #878787;
	font-size: 12px;
	margin: 8px;
} 


/* site action fonts */
.ms-siteaction, .ms-siteaction a {
	font-family: Arial;
	font-size: 11px;
}

/* site action arrow */
.ms-siteactionsmenu div div div img {
	display: none;
}

/* site action bg and button */
.ms-siteactionsmenu div div div {
	background-image: url('/Style%20Library/images/everpure/arrow_down.gif');
	background-position: right;
	background-repeat: no-repeat;

	background-color: transparent;
	border: 1px transparent solid;
	margin-top:3px;
	padding:1px 17px 1px 10px;
}

/* site action link hover */
.ms-siteactionsmenu div div div a:hover, .ms-siteactionsmenu div div div.ms-siteactionsmenuhover a:hover {
	text-decoration: none;
	/*text-transform: lowercase;	*/
}

/* site action hover button */
.ms-siteactionsmenu div div div.ms-siteactionsmenuhover {
	background-image: url('/Style%20Library/images/everpure/ootb_hover.gif');
	background-repeat: repeat-x;
	background-color: transparent;
	border: 1px silver solid;
	line-height: 21px;
}

/* login + welcome button */
.customTopLine .ms-SPLink {
	display:inline;
	font-family: Arial;
	font-size: 11px;
	background-image: url('/Style%20Library/images/everpure/arrow_down.gif');
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 18px;
	line-height: 21px;
	border-top: 1px transparent solid;

}

/* make welcome + login text lowercase */
.customTopLine .ms-SPLink a:link, .customTopLine .ms-SPLink a:visited, .customTopLine .ms-SPLink a:active, .customTopLine .ms-SPLink a:hover, .customTopLine a:link, .customTopLine a:active, .customTopLine a:visited, .customTopLine a:hover {
	text-transform: lowercase;
}

/* login + welcome arrow */
.customTopLine .ms-SPLink img {
	display: none;
}

/* login + welcome button bg */
.customTopLine .ms-HoverCellActive, .customTopLine .ms-SpLinkButtonActive {
	background: url('/Style%20Library/images/everpure/ootb_hover.gif') repeat-x;
	border: 1px silver solid;
}

/* hide web part borders */
.ms-WPBorder {
	border: 0px;
}

/* hide web part borders */
.ms-WPHeader td {
	border-bottom:0px;
}

/* search box border */
td.ms-sbcell{
	padding:0px;
	padding-left:2px;
	white-space:nowrap;
	border:solid 0px;
}

/* search box text */
.ms-sbtext{
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color: #878787;
	padding-right: 5px;
}

/* divit after search IE */
td.ms-sbcell {
	background-color:transparent;
}

/* sides of search box */
.ms-sbplain {
	width: 85px;
	padding-left:5px;
	padding-right:5px;	
	height: 13px;
	border: 1px solid #dddddd;
	font-size: 11px;
	color: #989ebb;

}

/* divit after search */
td.ms-sbgo {
	font-size: 12px;
	color: #dfdfe8;
	border: 0px none transparent;
	padding-left:2px;
	padding-right:5px;	
	height:12px;
	width:8px;
	margin-left:4px;
	cursor: hand;

}

/* search box exterior */
.ms-sbtable-ex {
	width: inherit;
}


    .adminCheck
    {
        height: 300px;
        overflow: auto;
        width: 150px;
    }
    .adminCheck td
    {
        padding: 0px;
        font-size: .9em;
    }
    .adminform
    {
        width: 800px; /*width: 100%;*/
    }
    .editorHolder td
    {
        padding: 0px;
    }
    .technologyBox td
    {
        padding-right: 10px;
    }
    .adminSearchCheck 
    {
        overflow: auto; width: 205px; 
        height: 200px; 
        border: solid 1px silver;    
    }
    .adminSearchCheck td 
    {
        padding: 0px;
    }
    .listTransfer select {
        width: 150px;
        height: 200px;
        border: 1px solid silver;
    }
    .listTransfer .icon {
        height: 19px;
        width: 19px;
        display: block;
        background-image: url('/resources/images/right.gif');
        background-repeat: no-repeat;
        text-decoration: none;
        cursor: pointer;
    }
    .listTransfer .addIcon {
        background-image: url('/Resources/images/right.gif');
    }
    .listTransfer .addAllIcon {
        background-image: url('/Resources/images/rightAll.gif');
    }
    .listTransfer .removeIcon {
        background-image: url('/Resources/images/left.gif');
    }
    .listTransfer .removeAllIcon {
        background-image: url('/Resources/images/leftAll.gif');
    }
    .listTransfer .middle {
        vertical-align: top;
    }
    .smalltable img {
        border: 0px;
    }   

/* Forms and Custom WebPart Styles  */


.ComboBoxInput_WindowsGray {
	border:1px solid silver;
}
.form {
	border:1px solid #DDDDDD;
	color:#666666;
	font-size: 1.1em;
	font-family: arial;
	font-weight: inherit;
	padding:10px;
	margin-bottom:10px;
	width:100%;
}
.ms-WPBody table {
	font-size: 1.1em;
	font-family: arial;
}
.form td {
	font-size: 1em;
	font-family: arial;
}
.form-textbox {
	border:1px solid silver;
	padding:0px 3px;
	font-size:1em;

}
.form-textbox-disabled {
	border:1px solid silver;
	background-color: lightgrey;
	padding:0px 3px;
	font-size:1em;
	padding:1px;
}
.form-label {
	font-size:1em;
	font-weight:bold;
}
.form-checkbox {
	font-size:1em;
}
.form-cell-left {
	padding:2px;
	text-align:right;
	vertical-align:top;
	width:200px;
}
.form-cell-left-notreq {
	padding:2px;
	text-align:right;
	vertical-align:top;
	width:200px;
	color: #aaaaaa;
}
.form-cell-left-n {
	padding:2px;
	text-align:right;
	vertical-align:top;
	width:100px;
}
.form-cell-right {
	padding:2px;
	text-align:left;
	vertical-align:top;
}
.form-header-row {
	background-color:#94C3E7;
	background-image:url(/resources/images/button_bg.gif);
	color:White;
	padding:2px;
	text-align:center;
}
.form-header-row-n {
	letter-spacing:0px;
}

.form-header-row-n, .form-header-row, .form-header-row-ex {
	background-color:#94C3E7;
	color:White;
	text-align:left;
	margin: 2px;
}
.form-header-cell {
	padding:2px 2px 2px 5px;
}
.form-footer-row {
	padding:2px;
	text-align:center;
}
.form-spacer-registration {
	height:1px;
}
.form-spacer-registration .col1 {
	height:1px;
	margin:0px;
	width:14px;
}
.form-spacer-registration .col2 {
	height:1px;
	margin:0px;
	width:157px;
}
.form-spacer-registration .col3 {
	height:1px;
	margin:0px;
	width:157px;
}
.form-spacer-registration .col4 {
	height:1px;
	margin:0px;
	width:157px;
}
.form-spacer-registration .col5 {
	height:1px;
	margin:0px;
	width:157px;
}
.form-spacer-registration .clipped {
	height:auto;
	overflow:hidden;
}
.form-spacer {
	font-size:1px;
	height:1px;
	padding:0px;
}
.form-expandnode, .form-header-row-ex {
	font-size:1px;
	padding:0px;
	width:14px;
}
.form-save {
	float: right;
	clear: both;
}
.form-button {
	background-image: url('/resources/images/button_bg.gif');
	background-color: #94C3E7; 
	/*width: 50px; */
	height: 18px;
	/*padding: 2px;*/
	/*display: inline;*/
	padding: 2px 7px;
	border: 1px solid #86b2d1;
	text-align:center;
	color: white;
	cursor: pointer;
	white-space: nowrap;
}
.form-button:hover a, a.form-button, a:hover .form-bottom, a form-button:hover{
	text-decoration: none;
}
.form-button a:link {
	text-decoration: none;
}
.form-save a:hover, .form-button a:hover {
	color: white;
	text-decoration: none;
}
.form-button:hover {
	background-image: url('/resources/images/button_bg_hover.gif');
}
.smaller {
font-size:10px;
font-weight:normal;
}
.map-panel {
border:1px solid black;
}
.gmap-content {
color:#444444;
font-family:verdana;
font-size:1em;
}


.SearchBoxDiv
{
    padding-right:5px;
    padding-top:2px;
    padding-left:5px;
    padding-bottom:1px;
    height:40px;
    overflow:visible;
    background-color:#EEEEEE;
}
.SearchTextBox
{
    width:120px;
    height:14px;
    vertical-align:middle;
    font-size:11px;
}

.SearchBoxText
{
    font-size:11px;
}

.form-checkboxlist{
border:solid 1px #f3f3f3; font-size:10px;
}

.form-question-left
{
    
    margin:10px 0px 10px 0px;
    
}

