body {
	background-color: #333568;
	/*background-color: #866633; */
	background-color: rgb(134, 102, 51);
	color: white;
	/*font-family: "palatino", "palatino linotype", serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body.packing{
	background-color: white;
	color: black;
	
}
table.items{
	/*border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: white;
	*/
	
	border-collapse: collapse; 
	border: 1px solid #839E99; 
	background: #f1f8ee; 
	font: 1.1em/1.2em Georgia, "Times New Roman", Times, serif; 
	color: #033;
}

caption { font-size: 1.3em; font-weight: bold; text-align: left; padding: 1em 4px; }
.even td, th { padding: 3px 3px .75em 3px; line-height: 1.3em; }
.odd td, th { padding: 3px 3px .75em 3px; line-height: 1.3em; }
th { background: #839E99; color: #fff; font-weight: bold; text-align: left; padding-right: .5em; vertical-align: top; }
thead th { background: #2C5755; text-align: center; }
.odd td { background: #DBE6DD; }
.odd th { background: #6E8D88; }
/*
td a, td a:link { color: #325C91; }
td a:visited { color: #466C8E; }
td a:hover, td a:focus { color: #1E4C94; }
th a, td a:active { color: #fff; }
*/
tfoot th, tfoot td { background: #2C5755; color: #fff; }
th + td { padding-left: .5em; }


table.none{
	border: none;
	border-collapse: collapse;
}
td.none{
	border: none;
}

input.packing{
	border-style: solid;
	border-width: 2px;
}



tr.list{
	vertical-align: top;
}
td{
	padding-left: 10px;
	padding-right: 10px;
	color: black;
	/*test*/
	border-width: thin thin thin thin;
	border-style: inset inset inset inset;
	border-color: black black black black;
	-moz-border-radius: 0px 0px 0px 0px;

}

td.packingBig{
	font-size:1.1em;
	font-weight: bold;
	border-width: 0px;
	border-style: none;
}
td.packingRegular{
	font-size:1em;
	border-width: 0px;
	border-style: none;
	vertical-align:text-top;
	height: .5in;
	
}
td.image{
	padding-left: 10px;
	padding-right: 10px;
}
td.check{
	margin-left: auto;
	margin-right: auto;
}
div.content {
	padding: 10px;
	background-color: white;
	color: black;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}
div.error {
	border: thin solid red;
	background-color: #FFCC99;
	padding-left: 20px;
	color: red;
	margin-bottom: 10px;
}
div.correct {
	border: thin solid rgb(17, 153, 17);
	background-color: rgb(230, 248, 221);
	color: rgb(0, 102, 0);
	font-weight: bold;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;	
	/*margin-bottom: 5px;*/
}

.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}

hr.floatclear {
background: none;
border: 0;
clear: both;
display: block;
float: none;
font-size: 0;
margin: 0;
padding: .25in;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}

a.th:link    { color:white; text-decoration:underline; }
a.th:visited { color:white; text-decoration:underline; }
a.th:hover   { color:white; text-decoration:underline; }
a.th:active  { color:white; text-decoration:underline; }

a.button {
    background: transparent url('images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px;
    text-decoration: none;
}

a.button span {
    background: transparent url('images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none;
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px;
}
