@CHARSET "UTF-8";


.print-container {
	margin-left:10px;
	border-style:solid;
	border-width:1px; 
	float:left;
}


.rightalign{
	text-align: right;
}


.disclaimer {
	font-size: 0.65em;
	width: 400px;
	padding: 3px 0px 0px 5px;
}

table.labelcontainer {
	width: 475px;
	margin: 3px;
}

table.labelcontainer tr th {
	background: gray;
	color: white;
	text-align: right;
}

table.labelcontainer tr th.close a{
	color: white;
	text-decoration:none;
}
table.labelcontainer tr th.close {
	border-left: 2px solid white;
	text-align:center;
}

table tr td.separator {
	background: gray;
	height: 3px;
}

th.separator {
	border-right:2px solid white;
	border-left: 2px solid white;
}

table.labelcontainer tr th.separator {
	height: 2px;
	font-size: 1px;
}

table.label tr td {
	border-bottom: 1px solid gray;
}

table.label tr td.noborder {
	border: 0;
}

.border  {
	border-top: 1px solid gray;
}

table.label tr.labelminiheader {
	font-weight: bold;
	font-size: 0.85em;
}

table.label tr.labelamtheader {
	font-size: 0.85em;
}

table.label .boldnutrient {
	font-weight: bold;
}

table.label td.indent {
	padding: 0px 0px 0px 5px;
}

.labelheader {
	font-size: 1.1em;
	font-weight: bold;
}

.labelimage {
	border-top: 0;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	float:right;
}

table.label {
	width: 340px;
}

@media print {
	table {padding:0;}
	.separator{display:none;}
	.close{display:none;}

}


#brandcell {
	background-color: gray;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	text-align: center;
}

.rule {
	/*IE specific css in index.jsp, because it doesn't work in css files, and because IE doesn't work right */
	width:500px;
	border-top-width: 1px;
    border-top-style: solid;
    border-color: gray;
    margin: 0px 2%;
}


