body {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
h1{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;	
}
h2{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;		
}
h3{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;		
	font-style: italic;
}
h3 a{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;		
	color:black;
	font-style: normal;
	text-decoration: none;
}
acronym {
	text-decoration:none;
	border: none;
	/*border-bottom: 1px dotted #00008B;*/
}

table.loginTable{
}
table.loginTable input {
	font-size:10px;
	border: 1px solid black;
	width: 100px;
}
table.loginTable textarea {
	font-size:10px;
	border: 1px solid black;
	width: 100px;
}
div.loginError{
	color: red;
}

div.leftMenu{
	float:left;
	width: 100px;
	height:100%;
	margin-top: 30px;
}
a:visited{
	color: blue;
}
div.leftMenuLink a {
	color:black;
	text-decoration:none;
	font-weight: bold;
}
div.leftMenuLink a:visited {
	color:black;
	text-decoration:none;
	font-weight: bold;
}
div.leftMenuLink a:hover{
		text-decoration:underline;
}
div.leftMenuLink li a {
	text-decoration:none;
	color: black;
	font-weight: bold;
}
div.leftMenuLink li a:hover{
	text-decoration:underline;
}
div.leftMenuLinkChildren {
	margin-left:20px;
	padding-left:0;
	text-align: left;
}
div.leftMenuLinkChildren a {
	font-weight: normal;
	color:blue;
	text-decoration: underline;
}
div.leftMenuLinkChildren a:visited {
	font-weight: normal;
	color:blue;
	text-decoration: underline;
}
div.leftMenuLinkChildren hr {
	border:none;
	border-top:1px solid red;
	color: red;
	background-color: red;
	border-bottom:none;
	height:0;
	width:60%;
	margin-left:0;
	padding-left:0;
}
div.content{
	float:none;
	width:650px;

}
table.userList th {
	background: #D3D3D3;
}
table.userList td {
	background: silver;
}
td.listActions a{
	font-size:9px;
	color:blue;
}
td.listActions a:visited{
	color:blue;
}
.priceInput {
	width:50px;
}
.searchResultsTable {

}
.searchResultsTable td{
	background-color: #D3D3D3;
}
.searchResultsTable th{
	background-color: #c3c3c3;
}

div.leftMenuLink ul{
	margin:0;
	padding:0;
	margin-top:0;
	margin-bottom: 0;
	list-style:none;
}
div.leftMenuLink ul li{
	margin:10px;
	padding:0;
	margin-top:0;
	margin-bottom: 0;
}

div.pricelistContent{
	text-align: center;
	margin-left:0;
	margin-right:auto;
	width: 639px;
}
div.topMenuDiv{
	float:right;
	text-align:right;
}

ul.priceList{
	/*background-color:Menu;*/
	list-style: none;
	text-align:left;
	margin-left:0;
	padding-left:0;
	font-size: 10px;
	width: 100%;
	font-weight: bold;
}
ul.productList li{
	padding-top:5px;
	font-weight: bold;
	color:#DC143C;
	width: 100%;
}
ul.priceList li ul{
	/*background-color:#FFF8DC;*/
	color: black;
	list-style: none;
	margin-left:0px;
	padding-left:10px;
	padding-top:0;
	padding-bottom:0;
	font-weight: normal;
	width: 100%;
}
.productSizeList li{
	background-color:white;
	color: #000;
	padding-top:0;
	list-style: none;
	margin-left:-10px;
	padding-left:10px;	
	width: 639px;
}
table.sizesTable{
	width: 100%;
	color: #000;
	font-weight: normal;
	font-size: 10px;
}
table.sizesTable td{
	width:20%;
	background-color:#EFEFEF;
	padding: 1px;
	text-align:right;
}

table.sizesTable td.dark{
	background-color:#dFdFdF;
		width:20%;
}
table.sizesTable th{
	background-color:#EFEFEF;
	text-align:left;
	padding: 1px;
	font-weight: normal;
	width: 40%;
}
table.sizesTable th.dark{
	background-color:#dfdfdf;
}
ul.calculatorMenu{
	list-style:none;
	margin:0;
	padding:0;
	display:block;
	float:none;
	clear:both;
	width: 100%;
}
ul.calculatorMenu li{
	float:left;
	background-color: transparent;
	border:none;
	padding:0;
	margin:0;
	cursor:default;

}

div.calculatorSubMenu{
	background-color: transparent;
	padding:0;
	margin:0px;
	margin-top:0px;
	cursor:default;
	display:none;
	position:absolute;
	float:left;
	width: auto;
}
div.calculatorSubMenuItem{
	border:none;
	margin:0px;
	padding:4px;
	color: White;
	cursor:default;
	width:auto;
}

div.calculatorSubSubMenu{
	border:none;
	padding:0;
	color: white;
	cursor:default;
	position:absolute;
	left:100%;
	margin-top:-20px;
	display:none;
	background: white;
	width:auto;
}

div.calculatorItem{
	width:auto;
	margin-bottom:1px;
	padding-left:8px;
}

div#addToPalletDiv{
	display:block;
	float:none;
	clear:both;
}
table#addToPalletTable{
	border:none;
	padding:0;
	margin:0;
	margin-top:10px;
	border-collapse: collapse;
}
table#addToPalletTable th{
	border:1px solid #3CB371;
	text-align:center;
	background-color: #3CB371;
	margin:0;
	padding:2px;
}

table#addToPalletTable td{
	border:none;
	text-align:center;
	padding:0;
	margin:2px;
}
form#addToPalletForm input {
	width:55px;
	text-align:center;
	border:none;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color:transparent;
	color:black;
}
form#addToPalletForm input#f_number_of_tiers {
	border-top:2px black solid;
	border-left:2px black solid;
	border-bottom:2px ThreedFace solid;
	border-right:2px ThreedFace solid;
	margin-top:0;
	padding-top:0;
	background: white;
	width:26px;
	height:11px;
	margin:1px;
}
form#addToPalletForm span#f_product_name {
	width:88px;
	padding:0px;
	padding-bottom:2px;
	cursor:default;
	text-align: center;
}
form#addToPalletForm input#f_total_cases {
	font-weight: bold;
	background: transparent;
}
div#palletGraphicDiv{
	float:left;
	border:1px white solid;
}
div#palletGraphicDiv div{
	border:none;
}
div#palletGraphicDiv table{
	border:none;
}

div#palletGraphicDiv td{
	border:none;
}
div#palletGraphicDiv tr{
	border:none;
}

div#palletPercentageDiv{
	float:left;
	border:1px solid #666;
	width:6px;
	height: 260px;
	background: #f4f6d1;
}
div#currentPercentage{
	background: white;
	border:none;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	float:left;
}
div#orderSummaryDiv{
	border:none;
	width:274px;
	height:167px;
	overflow: auto;
	margin:0;
	padding:0;	
	background:url(images/caculator_summary/summary_content_bg.gif);
}
div#orderSummaryDiv div.title{
	background-color: silver;
	color:black;
	font-weight: bold;
	padding:2px;
}
table#orderSummaryTable{
	padding:0;
	border-collapse: collapse;
}
table#orderSummaryTable td{
	margin:0;
	padding:0;
}
div.extraPalletHolder{
	width:100px;
	height:38px;
	
	float:left;
}
div.extraPallet{
	border: 1px solid #ADADAD;
	width:37px;
	height:25px;
	float:left;
}
div.extraPallet#extraPallet_1{
	width:37px;
	height:25px;
	float:left;
}

ul.pendingOrders{
	list-style: none;
	margin-left:0px;
	padding-left:0;
	/*background-color:#FFF5EE;*/
	width:100%;
}
li.pendingOrder{
	font-weight: bold;
	margin-bottom:10px;
}
ul.pendingPallets{
	list-style:none;
	padding-left:0;
	margin-left:10px;
	/*background-color:#D3D3D3;*/
	font-weight: normal;
}
li.pendingPallet{

}
ul.pendingItems{
	list-style:none;
	padding-left:10px;
	margin-left:0px;
	/*background-color:#FFF;*/
}

table.saveOrderTable{
	border:1px solid #ADADAD;
	border-collapse:collapse;
}
table.saveOrderTable td, table.saveOrderTable th{
	border:1px solid #ADADAD;
}

.justForPrinter{
	display:none;
}
