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;
}
table.none{
	border: none;
	border-collapse: collapse;
}
td.none{
	border: none;
}

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

th{
	background-color: #336633;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	/* 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;
}
tr.even{
	background-color: #D3D3D3;	
}
tr.odd{
	background-color: white;
}
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;
}