html 
{
	margin: 0px;
	padding: 0px;
}

body 
{
	margin: 0px;
	padding: 0px;
	background-color: white;
}

body, table, .body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
}

img
{
	border: 0px;
}

textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#wrapper
{
    width: 942px;    
}

#header
{
    width:900px;
}

#navigation
{
    width:100%;
    height: 38px;
    text-align: center;
    background-image: url(../Images/yellowBar.gif);
    background-repeat: no-repeat;    
}

#navigation a
{
    color: Black;
    font-size: 11px;
    font-weight: bold;    
}


#bodyWrapper
{	
    width: 909px;
	border: solid 1px #dbdbdb;
	border-top: 0px;
}

#contentArea
{
    padding: 15px;
}

#sideNav
{
    width: 197px;    
    background-image: url(../Images/leftBackground.jpg);
    background-position: bottom;
    background-repeat: no-repeat;    
}

#sideNav a
{
    color: Gray;
}

#footer
{
    width: 911px;
    background-image: url(../Images/footerTop.gif);
    background-repeat: no-repeat;
    background-position: center top;    
}

.footer
{
    text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #AAAAAA;
	padding: 5px;
}

#footer a.gray
{
    font-weight: normal;
    color: #AAAAAA;
}

.gradientBox
{
    border: solid 1px #dbdbdb;
    background-color: White;
    background-image: url(../Images/gradient.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    margin-bottom:3px;    
}

a, a:link, a:active, a:visited , a:hover
{ 
    font-size: 10px;
	color: #ba9d16;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{ 
	text-decoration: underline;
}

.paging:link, .paging:active, .paging:visited
{ 
  font-size: 10px;
	color: Gray;
	text-decoration: none;
	font-weight: bold;
}

.paging:hover
{ 
	text-decoration: underline;
}

.add, .add:link, .add:active, .add:visited , .add:hover
{ 
	font-size: 10px;
	color: #0026FF;
	text-decoration: none;
}

h1, .header
{
	font-family: Times New Roman, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:normal;
	color: Black;
	text-decoration: none;
	margin: 0px;
}

h2, .subHeader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0px;
}

h3, .colhead
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00267F;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
}

.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}

.button 
{

}

.grey, .gray
{
	color: #999999;
}

.alt
{
	background-color: #EEEEEE;
}

.error
{
	color: #CC0000;
}

.footerLink, .footerLink:link, .footerLink:active, .footerLink:visited , .footerLink:hover
{ 
	color: #AAAAAA;
	text-decoration: none;
}

.footerLink:hover
{ 
	color: #FFFFFF;
	text-decoration: underline;
}

.tiny
{ 
	font-size: 9px;
}

.small
{
    font-size: 10px;
}

.tinyLink, .tinyLink:link, .tinyLink:active, .tinyLink:visited , .tinyLink:hover
{ 
	font-size: 9px;
	text-decoration: none;
}

.tinyLink:hover
{ 
	text-decoration: underline;
}

.crumbs
{
	font-size: 9px;
}

.crumbLink, .crumbLink:link, .crumbLink:active, .crumbLink:visited , .crumbLink:hover
{ 
	font-size: 9px;
	text-decoration: none;
}

.crumbLink:hover
{ 
	text-decoration: underline;
}

.dataTable
{
}

.dataTable tr
{
	text-align: left;
}

.dataTable tr.alt
{
	background-color: #EEEEEE;
}

.dataTable td.alt, .dataTable th.alt
{
	background-color: #E5E5FF;
}

.dataTable th
{
	padding: 1px 5px 1px 5px;
	border-bottom: 1px solid black;
}

.dataTable th a, .dataTable th a:link, .dataTable th a:visited, .dataTable th a:active, .dataTable th a:hover
{
	color: #AF0022;
}

.dataTable tr.dataFooter td
{
	padding: 1px 5px 1px 5px;
	border-top: 1px solid black;
}

.dataTable td
{
	padding: 1px 5px 1px 5px;
}

.formTable
{
}

.formTable tr
{
	vertical-align: top;
}

.formTable th
{
	font-weight: bold;
	padding-right: 5px;
	text-align: right;
}

.floater
{
	z-index: 1003;
	background-color: #EEEEEE;
	border: 2px solid #000000;
	position: absolute;
	top: 50%;
	left: 50%;
}

.floaterFrame
{
	z-index: 1002;
	position: absolute;
	top: 50%;
	left: 50%;
}

.floaterTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	background-color: #CCCCCC;
}

.pageBlocker
{
	z-index: 1001;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	/*filter: alpha(opacity=90);
	opacity: 0.9;*/
	-moz-opacity: 0.9;	
}

.pageBlockerFrame
{
	z-index: 1000;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	/*filter: alpha(opacity=0);
	opacity: 0.0;*/
	-moz-opacity: 0.0;	
}

.borderBody
{
    background-color: #FFFFFF; 
    border: 1px solid #999999;
}

.tabActive
{
	padding: 5px;
	background-color: #EEEEEE;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
}

.tabActiveLink, .tabActiveLink:link, .tabActiveLink:active, .tabActiveLink:visited, .tabActiveLink:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00267F;
	text-decoration: none;
}

.tabGrey
{
	padding: 5px;
	background-color: #FFFFFF;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #999999;
}

.tabGreyLink, .tabGreyLink:link, .tabGreyLink:active, .tabGreyLink:visited, .tabGreyLink:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.tabBody
{
    background-color: #EEEEEE; 
    border-left: 1px solid #999999; 
    border-right: 1px solid #999999; 
    border-bottom: 1px solid #999999;
    padding: 5px;
}

.stepBar
{
    height: 43px;    
}

.stepEnd
{
    background-image: url(../Images/tabEnd.gif);
    width: 1px;
}

.stepEndOff
{
    display: none;
}

.stepCompleteLink, .stepCompleteLink:link, .stepCompleteLink:visited, .stepCompleteLink:hover
{
    
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;    
}

.stepActive
{
    background-image: url(../Images/tabIn.gif);
    background-repeat: repeat-x;
    background-position: top;
    padding-top: 5px;
}

.stepGrey, .stepComplete
{
    background-image: url(../Images/tabOut.gif);
    background-repeat: repeat-x;
    background-position: top;
    padding-top: 5px;
}

.dataRow0
{
	background-color: #EEEEEE;
}

.dataRow1
{
}

.pagingTab
{
    border: 1px solid #999999; 
}

.loaderMask
{
    z-index: 30001;
    position: absolute;
    background: #FFFFFF;
	/*filter: alpha(opacity=50);
	opacity: 0.50;*/
	-moz-opacity:0.50;
}

.loaderImage
{
    z-index: 30002;
    position: absolute;
    background: url(../Images/loader.gif) no-repeat 50% 50%;
}

.scrolling
{
	position: relative;
	overflow: auto;
	border: 1px solid #999999;
}
.borderBox
{
	border: 1px solid #999999;
}
.treeOpen
{
	background-image: url(../Images/toggle_open.gif);
}
.treeClosed
{
	background-image: url(../Images/toggle_closed.gif);
}

.input
{
  color: #444444;
  border-width: 1px;
  border-color: #bbbbbb;
  border-style: solid;
}

.inputGrey
{  
  color: #90918d;
  border-width: 1px;
  border-color: #bbbbbb;
  border-style: solid;
}

hr, .hr
{
    height: 1px;
    border-top: solid 1px;
    border-color: #dbdbdb;
    border-width: 1px;    
    margin-top: 7px;
    margin-bottom: 7px;
}

.flyOutList
{
  text-align: left;
	position: relative;
	z-index: 1;
	border: 1px solid #DBDBDB;	
	background-color: #FFFFFF;
	cursor: default;
	font-size:10px;
	font-weight:normal;
}

.flyOutListSelected
{
	padding: 2px 5px 2px 5px;
	overflow: hidden;
	white-space: nowrap;
	display: block;
}

.flyOutListSelected img
{
	vertical-align:middle;
}

.flyOutListArrow
{
	position: absolute;
	right: 5px;
	top: 7px;
}

.flyOutListDrop
{
	position: absolute;
	z-index: 100;
	visibility: hidden;
	display: none;
	border: 1px solid #DBDBDB;
	background-color: #FFFFFF;
	font-size:10px;
	font-weight:normal;
	cursor: default;	
}

.flyOutListList
{
    text-align: left;
	padding: 2px 0px 2px 0px;
	white-space: nowrap;
	overflow: auto;	
}

.flyOutListOut
{
	padding: 0px 5px 0px 5px;
}

.flyOutListOut img
{
	margin:2px;
	vertical-align:middle;
}

.flyOutListOver
{
	background-color: #D8B511;
	color: White;
	padding: 0px 5px 0px 5px;
}

.flyOutListOver img
{
	margin:2px;
	vertical-align:middle;
}

.productList
{
    font-size: 10px;
    color:Black;
}

.productListTitle
{
    font-weight: bold;
    font-size: 10px;
    color: #333333;
}

.productListDescription
{
    color: Black;
    font-size: 9px;
    margin-top: 3px;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.productListPrice
{
    
}

.productRecommended
{
    font-family: Times New Roman, Sans-Serif;    
    font-size: 16px;
    text-align:left;
    width: 100%;
    color: #666666;
    padding-top: 20px;
}

.variationHeader
{
    text-align:left;    
    font-size: 12px;
    font-weight: bold;
    padding: 7px;
}

.variationHeader table
{
    text-align:left;    
    font-size: 12px;
    font-weight: bold;
        
}

.variationOptions
{
    background: white;
    border-top: none;
    border-bottom: none;
}

.variationSet
{    
    background: white;
    text-align:right;
    padding: 15px;
    border-bottom: none;
}

.flowList
{
    margin: 0px;
    padding: 0px;
    list-style-image: none;
    list-style-position:outside; 
    list-style-type: none;
}

.flowListItem
{
    display:block; 
    float: left; 
    padding: 5px;
}

#welcomeArea
{
    font-size: 10px;
    color: #999999;
    text-transform: uppercase;
}

#welcomeArea a
{
    font-size: 10px;
    color: #999999;
    font-weight: normal;
    text-transform:uppercase;    
}

#miniCart
{
    color: Black;
}

#miniCart a
{
    color: Black;
}

.deficit
{
    color: Red;
}

.surplus
{
    color: Green;
}

.variantOptionValue
{
    color: Black;
    font-weight: bold;
}

.dataList
{
    font-size: 11px;
}

#rightContentArea
{
    background-color: rgb(238, 238, 238);
    padding: 5px;
    width: 200px;
    vertical-align: top;
}

#promoBox
{
    background-image: url(../Images/specialPromotion.jpg);
    background-repeat: no-repeat;
    background-position: center top;    
}

#promoContent
{
    background-image: url(../Images/specialPromoBottom.jpg);
    background-repeat:no-repeat;
    background-position:center bottom;
    padding: 10px;
    padding-top: 30px;
    color: Black;
    font-size: 11px;
    font-weight: bold;
}

.normal
{
    font-weight: normal;
}

.pagingBackground
{
  background-image: url(../images/gradient.gif);
  background-repeat: repeat-x;
  background-position: top left;
  height: 41px;
}

.salesDash td
{
    font-size:9px;
    font-weight:bold;
}

.salesDash
{
    width: 100%;
}

.salesDash td
{
    vertical-align:bottom;
    font-size:9px;
}

.salesDash h1
{
    font-family: Arial;
    color: #adadab;
    font-size:18px;
    text-align:left;
    padding-bottom:5px;

}

.salesDash h3
{
    color: #666666;
    font-size:9px;  
}

.salesDash h4
{
    font-family: Arial;
    color: #adadab;
    font-size:11px;
}    

#salesDashboard .gradientBox
{
    margin-bottom: 3px;
    padding: 5px 10px 35px 10px;
    display:block;
}

#salesDashboard h1
{
    text-transform: uppercase;
}

#salesDashboard table th
{
    font-family: arial, verdana;
    color: black;
    font-size:10px;
    font-weight:bold;
    text-transform: uppercase;
}

#salesDashboard table th a
{    
    color: black;
}

.gradientBox
{
    padding-left:10px;
}

.DetailsImageButton
{
    float:right;
    padding:3px;
}

th
{
    padding-bottom:5px;
}

.detailsbutton
{
    float:right;
    padding-top:5px;
}

#territorydd
{
    float: right;
}

.navsep
{
    padding: 0 3px;
}

#salesDashboard .loader
{
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    height: 75px;
}
#salesDashboard .left,
#salesDashboard .left td,
#salesDashboard .left th
{
    text-align: left;
}
#salesDashboard td.left,
#salesDashboard th.left
{
    text-align: left !important;
}
#salesDashboard .right,
#salesDashboard .right td,
#salesDashboard .right th
{
    text-align: right;
}
#salesDashboard td.right,
#salesDashboard th.right
{
    text-align: right !important;
}
