/*
 *  Base CSS- includes minimal resets, 
 *  and structural rules for Portal
 */

.portal a, .header-container a {color:#222}

a:active {
	outline:none;
}

:focus {
	-moz-outline-style: none;
}

#contentContainer {margin-top: 20px;}

.clear { clear: both; }

.float-left { float: left; }

.vspace20 {
	clear: both;
	width: 100%;
	height: 20px;
	background: transparent;
}

.page-container {
	margin: 0 auto;
	background: #fff;
	width: 960px;
}

.portal {background: #fff;}
.portal-width  {width: 960px;}

.center {margin-left:auto; margin-right:auto;}

body  {
    margin: 0;
	padding: 0;
	background: #f7f7f7;
	font-size: 12px;
	color: #222;
}

.big_container   {
	padding: 0;
	background: url(../images/bg_shadow.png) repeat-y;
	width: 1040px;
	height: 100%;
}
    

/* revised for hybrid site */
.header-container  {
	width: 100%;
	height: 100px;
	background: url(../images/portal_body_bg_20x100.png);
	position: relative;
}

.header-container .identity {
	position:absolute;
	right: 20px;
	top: 15px;
	color: #808080;
}

.header-container .identity span {color: #000; font-family:arial, sans-serif;}

/* hdr rev3 */

.header-container a.home-link {
    display: block;
    position:absolute;
    width: 154px;
	height: 34px;
	left: 10px;
	top: 16px;
	background: url(../images/harvestMark_brand.gif) no-repeat;
}

.header-container a.home-link span {margin-left: -9999px;}

.header-container a.login-out {
	color: #808080;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
}

.header-container .vbar {
	position:absolute;
	width: 1px;
	height: 48px;
	font-size:1px;
	top: 1px;
	background: url(../images/vbar_1x48.png) no-repeat;
}

.header-container .vbar-left { left: 0; }

.header-container .navbox {
	position:absolute;
	top: 0;
	padding: 32px 0 0 10px;
	background: url(../images/vbar_1x48.png) no-repeat left top;
}

.header-container .n1 {left: 215px;}
.header-container .n2 {left: 381px;}
.header-container .n3 {left: 536px;}

.navbox a,
.navbox a:link,
.navbox a:visited
.navbox a:hover
.navbox a:active {
	text-decoration: none;
	font-size:16px; 
	color: #b2b2b2;
}

.trace-input {
	position:absolute;
	top: 30px;
	right: 10px;
	line-height: 18px;
}

.trace-input input.textIn {
    position:absolute;
    right: 78px;
    top:3px;
	width: 180px; 
	height: 18px; 
	line-height: 18px; 
	font-size: 14px; 
	color: #808080;
}

.trace-input input.btnTrace {
    position:absolute;
    right: 0;
    top:0;
	width: 73px; 
	height: 28px; 
	border:0;
	padding:0;
	background: transparent url(../images/trace.png) no-repeat;
}

.trace-input a {text-decoration: none}

.trace-input img {vertical-align: middle}


/* new footer */
.footer-wrapper {
	background: #fff url(../../images/ftr_bg_10x51.png) repeat-x top left;
	float:left;
	width:100%;
	

}


.footer {
    font: normal 12px Arial;
    text-align: left;
	line-height: 51px;
	clear: both;
	width: 960px;
	height: 100px;
	background: #FFF url(../images/ftr_bg_10x51.png) repeat-x top left;
	/*position: relative;*/
}

.footer span { font-size: 12px; }
.footer a { color: #504c3f  !important;}

.footer span.numbers {margin-left:10px;}

.footer div.corp-links {
	/*position:absolute;*/
	height:60px;
	line-height: 60px;
	right: 10px;
	top: -5px;
	background: url(../images/twitter_66x47.png) no-repeat 124px 0px;
}
.footer span.prefer {
	margin-right:50px;
}

.footer span.links a {
	padding: 5px 12px;
	font-size: 12px;
}

.footer div.ftr-logo { 
	/*position:absolute;
	bottom: 4px;
	right: 10px;*/
	float: right;
}

.footer div.ftr-logo img {
	border: 0;
}

.footer p {
	height: 35px;
	text-align: center;
	font-size: 10px;
	line-height: 13px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	/*position: absolute;*/ /* <== Fix to bug 2178*/
	bottom: 0;
	left:10px;
}

.footer p a {
	text-decoration: underline;
	padding-bottom: 2px;
	color: #999999 !important;
}

.footer div.corporateText
{
    float: left;
}
/* end new footer */

.subheader-shadow {
	width: 100%;
	height: 30px;
	border-top: 1px solid #c2cd23;
}
/*********************************************/



/*  Menu  */
.menu { display: none; }

.menuShadow {
	left: 2px;
	top: 2px;
}

.menu-container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #444;
	background-color: #fff;
	border: 1px solid #dedede;
}

.menu-container td a { color: #444; }

.menu-container .selected td, 
.menu-container .selected td a {
	background-color: #ededed;
	color: #000;
}

.menu-container .disabled td, 
.menu-container .disabled td a {
	color: #999;
	font-weight: normal;
}

.menu-container td a, 
.menu-container td a:link, 
.menu-container td a:visited, 
.menu-container td a:hover, 
.menu-container td a:active { text-decoration: none; }

.menu-container td.choice { padding: 5px 5px 5px 20px; }

.menu-container .separator {
	background-color: #dadada;
	height: 1px;
	font-size: 1px;
	width: 100%;
}

.menu-container .subMenuOpener { background: url('../images/menu_arrow_right.png') no-repeat right center; }

.menu-container .selected .subMenuOpener { background-image: url('../images/menu_arrow_right_selected.png'); }

.menu-header {
	position: absolute;
	bottom: 0;
	left: 10px;
	color: #222 !important;
}

.menu-header ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #222;
}

.menu-header li {
	display: block;
	float: left;
	margin-right: 2px;
	cursor: pointer;
	color: #222 !important;
	background: url('../images/menu_tab_sprite_u27y.png') no-repeat left top;
}

.menu-header li:hover  {color: #222;background: url('../images/menu_tab_sprite_u27y.png') no-repeat left -27px; }

.menu-header li a {
	display: block;
	padding: 5px 7px 4px 0px;
	margin-left: 7px;
	background: url('../images/menu_tab_sprite_u27y.png') no-repeat right -81px;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #222 !important;
} 

.menu-header li a:hover { color: #222;background: url('../images/menu_tab_sprite_u27y.png') no-repeat right -108px; }

.menu-header li a:active { color: #990000;background: url('../images/menu_tab_sprite_u27y.png') no-repeat right -108px; }

/* --------------------------- */

.disclosable {
	display: none;
}

.disclosure, .disclosure-open {
	line-height: 14px;
	cursor: pointer;
	padding-left: 19px;
	margin-bottom: 10px;
	color: #000;
	height: 14px;
	background: url('../images/disclosure_arrow_sprite.gif') no-repeat left -14px;
	margin-right: 5px;
}

.disclosure-open {
	background: url('../images/disclosure_arrow_sprite.gif') no-repeat left top;
}

.one-col {
	width: 920px;
	margin: 0 auto 20px auto;
}

.history-section table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #d6d6d6;
	margin-bottom:50px;
}

.history-section th {
	text-align: left;
	background: url('../images/th_background.png') repeat-x;
}

.history-section td, .history-section th {
	border: 1px solid #d6d6d6;
	padding: 2px 2px 2px 5px;
}

.history-section tr.even {
	background: #ecf2f6;
}



#__adminTable, #__adminTable table, #ctl00_ContentPlaceHolder1_grdContentParts {
    text-align:left;
    border-color: #d6d6d6;
    margin-bottom:10px;
}

#ctl00_ContentPlaceHolder1_grdContentParts {
    margin-top: 20px;
    margin-bottom: 20px;
}

#__adminTable th, #ctl00_ContentPlaceHolder1_grdContentParts th {
	background: url('../images/th_background.png') repeat-x;
}

#__adminTable td,  
#__adminTable th,
#ctl00_ContentPlaceHolder1_grdContentParts td,
#ctl00_ContentPlaceHolder1_grdContentParts th {
    border-color: #d6d6d6;
	padding: 2px 2px 2px 5px;
}

#__portalDefaultTrace, #__codexInput {
    text-align: left;

}
/* TRACE PROMPT & DYNAMIC TRACE BOX */

.trace-prompt {
	position:absolute;
	display: block;
	bottom: 5px;
	right: 10px;
	height: 27px;
	width: 146px;
	background: url(../images/trace_product.gif) no-repeat;
	
}

.trace-prompt span {
	margin-left: -9999px;
}

.trace-box {
	position: absolute;
	top: 100px;
	right: 6px;
	z-index: 8888;
	background: transparent url(../images/trace_box_shadow_stub_284x90.png) no-repeat;
	width: 284px;
	overflow: hidden;
	
}

.trace-form {
	position: absolute;
	bottom:4px;
	left:0;
	padding: 10px;
	width: 258px;
	height: 65px;
	background: #fff;
	border: 1px solid rgb(153, 165, 157);
	border-top: none;
	z-index:8888;

}

.trace-form h3  
{
	color: #4c5b52;
	font-size:11px;
	font-weight:bold;
	font-family: Arial; 
	margin-left:2px;
    margin-top: 2px;
    margin-bottom: 2px;
                 }

.trace-form p {
	color: #808080;
	font-size: 11px;
	position:absolute;
    left: 10px;
    top: 65px;
    margin: 0px;
}

.trace-form .text-input {
    position:absolute;
    left: 10px;
    top: 34px;
	width: 160px; 
	height: 18px; 
	line-height: 18px; 
	font-size: 14px; 
	color: #808080;
}

.trace-form .btn-trace {
    position:absolute;
    right: 10px;
    top: 32px;
	width: 71px; 
	height: 27px; 
	border:0;
	padding:0;
	background: transparent url(../images/trace.png) no-repeat;
}
.clickable {cursor:pointer;}

.tablestyles
{
	margin-bottom:10px;
	margin-bottom:50px;
	line-height:25px;
	margin-left:20px;
	padding:5px;
	border-color:#ccc!important;

	
	}
	
	.tblstyler
{	width:96%;
	margin:0 auto;
	padding:5px;
	border-color:#ccc!important;
	border:solid 1px #333;
	margin-bottom:100px;
	
	}
	
	.tablestyles a
	{
		color:#d47728;
		text-decoration:none;
		
		}
		.tablestyles a:hover
		{
			text-decoration:underline;
			
			}
			
			.tablestyles td
			{
				padding:4px;
				border-color:#999!important;
				
				}
				
				.tablestyles th
				{
					background-color:#ccc;
					
				border-color:#999!important;}
					
					
	.formstyle_ingredient
{
	width:96%;
	margin-bottom:50px;
	margin-left:15px;
	line-height:25px;
	padding-left:10px;
/*	border:solid 1px #d47728;*/
	border:solid 1px #ccc;
	margin-top:20px;
	padding-top:20px;
	padding-bottom:20px;
	
	}					
				
	.formstyle
{
	width:96%;
	margin-bottom:100px;
	margin-left:15px;
	line-height:25px;
	padding-left:10px;
/*	border:solid 1px #d47728;*/
	border:solid 1px #ccc;
	margin-top:20px;
	padding-top:20px;
	padding-bottom:20px;
	
	}
	.formstyle .inputstyle
	{
		width:190px;

			}
	.formstyle .inputstyle1
	{
		width:190px;
		margin-left:18px;

			}
	.formstyle select
	{
		width:190px;
		}
		
	.top_margin
		{
			margin-top:20px;
				}
			
	.adduser_table
			{
			padding-top:20px;
			
				}
				.emptydescription
				{
				margin-left:5px;
				font-size:11px;
										
					
					}
			