/* =Reload 
-----------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, 
big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, 
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;	padding: 0;	border: 0;	outline: 0;	font-size: 100%;	vertical-align: baseline;	background: transparent;}

body {
	background-color: #b4ccb6;
	color: #000;
  	font: 62.5% "Century Gothic", Arial, Helvetica, sans-serif;
	/*font: 62.5% "Times New Roman", Times, serif;*/
	line-height: 1;
}

ol, ul {list-style: none;}
blockquote, q { quotes: none;}
/* remember to define focus styles! */
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse; border-spacing: 0;}

/* =General
-----------------------------------------------------------------------------------------*/
.left{float:left;}
.right{float:right;}
img.left{margin:10px 10px 10px 0;}
img.right{margin:10px 0 10px 10px;}
.clear{clear:both;}
strong, b{font-weight: bold;}
em, i{font-style: italic;}

/* =Typography
-----------------------------------------------------------------------------------------*/
p{
	font:normal 1.2em/1.2em "Century Gothic", Arial, Helvetica, sans-serif;
	margin:10px;
}

ul{
	font:normal 1.2em/1.2em "Century Gothic", Arial, Helvetica, sans-serif;
	list-style: disc;
	margin:10px 10px 10px 25px;
}

ol{
	font:normal 1.2em/1.2em "Century Gothic", Arial, Helvetica, sans-serif;
	list-style: decimal;	
	margin:10px 10px 10px 25px;
}

#quickAdd ul, #quickAdd ul li{
	font:normal 14px/31px Arial, Helvetica, sans-serif;
	list-style: none;
	margin: 0;
	padding: 0;
}

#quickAdd ul li{
	float: right;
	padding-left: 5px;
}

/* =Headings
-----------------------------------------------------------------------------------------*/
h1{
	font:normal 2.4em/1.2em "Century Gothic", Arial, Helvetica, sans-serif;
	margin:10px;
}

h2{
	font:normal 2.2em/1.2em "Century Gothic", Arial, Helvetica, sans-serif;
	margin:10px;
}

h3{
	font:normal 2.0em/1.2em "Century Gothic", Arial, Helvetica, sans-serif;
	margin:10px;
}

h4{
	font:normal 1.2em/1.2em "Century Gothic", Arial, Helvetica, sans-serif;
	margin:10px;
	color: black;
	font-weight: bold;	
}	

h5{
	font:normal 1.6em/1.2em "Century Gothic", Arial, Helvetica, sans-serif;
	margin:10px;
}	

h6{
	font:normal 1.4em/1.2em "Century Gothic", Arial, Helvetica, sans-serif;
	margin:10px;
}				

/* =Links
-----------------------------------------------------------------------------------------*/
a:link, a:visited{
	color: #00853F;
}

a:hover, a:active{}		

/* =MainNav
-----------------------------------------------------------------------------------------*/
#wrapper{
	width:967px;
	margin:0 Auto;
	
}

#nav, #nav li, #navChart, #navChart li{
	list-style: none;
	margin: 0 0 0 3px;
	padding: 0;

}

#navChart{
	margin: 0;
}

#nav li, #navChart li{
	float: left;
	margin: 0;
	position: relative;
}
#nav li a:link, #nav li a:visited, #navChart li a:link, #navChart li a:visited{
	background-color: #f7f3e7;
	border-bottom: 2px solid #fff;
	color: #00853F;
	display: block;
	height: 24px;
	font:normal 11px/24px Arial, Helvetica, sans-serif;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	margin: 5px 2px 0 2px;
	text-align: center;
	text-decoration: none;
	width: 150px;
}

#navChart li a:link, #navChart li a:visited{
	border-bottom: 2px solid #ebe4cb;
}

#navChart li a:link, #navChart li a:visited{
	width: 110px;
}

#nav li a:hover, #nav li a:active, #nav li.ui-tabs-selected a, #navChart li a:hover, #navChart li a:hover, #navChart li a.active, #navChart li.ui-tabs-selected a{
	background-color: #ebe4cb;
	border: 0;
	font-weight: bold;
	height: 26px;
}

 #navChart li a:hover, #navChart li a.active, #navChart li.ui-tabs-selected a{
 	background-color: #fff;
 }
 
 .hidden{
 	display: none;
 }
 
 #nav li a.hideBlend, #nav li a.hideComponent{
 	background-color: transparent;
 	color: red;
	font:bold 10px/24px Arial, Helvetica, sans-serif;
 	position: absolute;
 	right: 10px;
 	top: 0;
 	width: 5px;
 }





#nav2{
	list-style: none;

}

#nav2 li a{
	color: #00853F;
	text-decoration: none;
	font:normal 18px/30px Arial, Helvetica, sans-serif;
	padding: 5px 20px;
}
/* =Layout
-----------------------------------------------------------------------------------------*/

#about .content{
	border: 1px solid #000;
	border-left: 0;
	background: #fff url(images/BGDrawer.png) repeat-y;
	margin-right: 34px;
	padding: 10px;
	position: relative;
	width: 311px;
	z-index: 0;
}

#about{
	position: absolute;
	right: 203px;
	top: 140px;
	width: 366px;
	z-index: 0;
}



#aboutOn{
	cursor: pointer;
	display: none;
	position: absolute;
	top: 81px;
	z-index: 0;
}

#aboutOff{
	cursor: pointer;
	position: absolute;
	right: -34px;
	top: 80px;
	z-index: 0;
}


#content{
	background-color: #fff;
	border: 3px solid #434343;
	border-top: 0;	
}

#contentFooter, #contentFooter p{
	background-color: #434343;
	color: #fff;
	font:normal 14px/30px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#contentFooter p{margin: 0 5px;}

.subTab{
	background-color: #fff;
	border: 1px solid #434343;
	float: left;
	margin: 0px 2px;
	width: 620px;
}

#footer{
	clear: both;
	color: #00853f;
}

#quickAdd{
	background-color: #00853f;
	color: #fff;
	border: 3px solid #434343;
	height: 31px;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	z-index: 1;
}

#existingBlend {
	width:940px;
	margin:0 auto;
}

#homeChoice {
	margin-top:100px;
	width: 700px;
	margin:0 auto;
	text-align: center;
}


.chooser {
	width:250px;
	height:30px;
	font-size: 1.4em;
	font-weight:bold;
	margin:10px 5px 10px 5px;
}

#line{
	background-color: #000;
	display: block;
	font-size: 0px;
	height: 1px;
	line-height: 1px;
}

#selectedItems, #selectedItems2{
	clear: right;
	float:right;
	width: 140px;
}



.tab {
	background-color: #ebe4cb;
	clear: both;
	min-height: 550px;
	margin: 0 5px 5px 5px;
	padding: 10px;
}


.logo{margin: 10px 0 10px 0;}
		
/* =Forms
-----------------------------------------------------------------------------------------*/
/* Removes fieldset borders. even on Opea 7 */
fieldset {border: 0px solid transparent;}
input#ClientName{width: 100px;}
input#ApplicationDate{width: 60px;}

.topSelect{
	/*border: 1px solid #434343;*/
	clear: left
	float: left;
	margin: 2px;
	padding: 2px;
	width: 624px;
}

#filter .topSelect, #filter2 .topSelect{
	border: 1px solid #434343;
	float: left;
	margin: 2px;
	padding: 2px;
	width: 148px;
}

.filterButts {
	width:135px;
}

#chart .topSelect, #chart2 .topSelect{
	/*border: 1px solid #434343;*/
	border-left: 0;
	border-right: 0;
	border-top: 0;
	margin: 0px;
	padding: 2px;
	width: 600px;
}

#chart .topSelect p label{
	display: block;
	float: left;
	padding: 0 5px 0 10px;
	width: auto;
}
#chart .topSelect p input{float: left;}



select#Market{
	width: 100%;
}

.topSelect p{
	float: left;
	font:normal 1.2em/1.2em "Century Gothic", Arial, Helvetica, sans-serif;
	margin: 5px 0;
	padding: 0;
}

.topSelect p label{
	display: block;
	float: left;
	padding: 0 5px 0 2px;
	width: 5px;
}

.topSelect p select{
	display: block;
	float:left;
}

.shorty label {
	width:79px;
}

.topSelect p input{float: left;}


.products{
	float: right;
	width: 175px;
	text-align:center;
}

.product select{
	width:175px;
}

.products p{
	font:normal 1.2em/1.2em "Century Gothic", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;	
}

p.legend{
	font:bold 1.2em/1.2em "Century Gothic", Arial, Helvetica, sans-serif;	
	text-indent: 5px;
	width: 130px;
	text-align:left;
}

p.legend2{
	font:bold 1.2em/1.2em "Century Gothic", Arial, Helvetica, sans-serif;	
	text-indent: 5px;
	width: 200px;
	text-align:left;
}

select#product, input#productSearch{
	width: 130px;
}
input#productSearch{
	width: 114px;
}

input#SalesPerson{
	width: 100px;
}
input#ZIP {
	width: 70px;
}


#ClientDetailsform legend, #OrderDetailsform legend{
	font:bold 1.2em/2.2em "Century Gothic", Arial, Helvetica, sans-serif;	
}

#ClientDetailsform label, #OrderDetailsform label{
	display: block;
	float: left;
	padding: 5px;
	width: 100px;
}
/* =AutoComplete
-----------------------------------------------------------------------------------------*/
.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.ac_loading {
	background : Window url('./indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}

/* =Tabs
-----------------------------------------------------------------------------------------*/
.ui-tabs .ui-tabs-hide { display: none !important; }

/* =Filters
-----------------------------------------------------------------------------------------*/
/*[BEGIN] Clear Fix for Fire Fox*/
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*[END] Clear Fix for Fire Fox*/

/* =Home Page Content
-----------------------------------------------------------------------------------------*/
