* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;	
}
a:link img, a:visited img {
	border-style: none
}
a img {
	color: white;
}
@media all {
	a img {
		color: inherit;
	}
}
body {
	font-size: 0.9em;
	font-family: bitstream vera sans,sans-serif;
	background-color: #313668;
	/*background-image: url("Images/grey042.jpg");*/
}
h1 {
	font-size: 1.2em;
}
span.h1 {
	font-weight: bold;
}
code.debug {
	padding-left: 10px;
	color: #009900;
	display: block;
	border-left: solid 1px black;
}
img.w3 {
	border: 0;
	width: 88px;
	height: 31px;
}
table#Container {
	border: solid 1px white;
	border-left: solid 1px black;
	border-right: solid 1px black;
	width: 980px;
	border-spacing: 0;
	padding: 0;
}
table#Container td#ContainerCell {
	width: 100%;
	padding: 10px;
	background-color: #DDDDDD;
	background-image: url("Images/lgrey091.gif");
}
table#Structure {
	width: 100%;
	padding: 0;
	border-spacing: 0;
	margin: 0;
}
td#Body {
	width: 82%;
	vertical-align: top;
	padding: 10px;
	padding-right: 0;
}
div#BodyInset {
	width: 100%;
	background: white;
	padding: 15px;
	border: solid 1px #777777;
}
tr#Footer td {
	background-color: white;
	background-image: url("Images/gear.gif");
	background-position: top right;
	background-repeat: no-repeat;
	border: solid 1px black;
	border-top: none;
	padding: 4px;
}
table#FooterContainer td {
	background: transparent;
	border: none;
	padding: 0;
}
tr#Header td {
	height: 55px;
	padding-left: 10px;
	background-color: white;
	background-image: url("Images/gear.gif");
	background-position: top right;
	background-repeat: no-repeat;
	border: solid 1px black;
	border-bottom: none;
}
tr.Bar td {
	background: #7176A8;
	height: 10px;
	border: solid 1px black;
	border-bottom: solid 1px white;
}
td#Menu {
	width: 18%;
	vertical-align: top;
	padding: 10px;
	padding-left: 0;
	padding-right: 0;
}
div#MenuInset {
	width: 100%;
	background: white;
	border: solid 1px black;
	padding: 3px;
	padding-top: 1px;
}
td#Menu a {
	background-color: #515688;
	font-size: 0.9em;
	padding: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: white;
	text-decoration: none;
	display: block;
	width: 100%;
	margin-bottom: 2px;
	margin-top: 2px;
	text-align: left;
}
td#Menu a#Current {
	background-color: #313668;
}
td#Menu a:hover {
	background-color: #313668;
}
form#Login {
	color: white;
	font-size: 75%;
	font-family: arial;
	padding: 8px;
	padding-top: 2px;
	background: #7176A8;
	margin: 0;
	text-align: left;
}
form#Login input {
	margin-bottom: 2px;
	width: 100%;
	border: none;
}
form#Login input.Button {
	margin-top: 3px;
	font-size: 85%;
	font-family: arial;
	background: #515688;
	color: white;
}
form#Login input.Button:Hover {
	background: #313668;
	cursor: pointer;
}
tr.Inactive td {
	background: #FDFFC6;
}
table#UserList {
	width: 100%;
	border: solid 1px #AAAAAA;
	border-top: none;
	border-spacing: 0;
}
table#UserList td {
	border-top: solid 1px #CCCCCC;
	padding: 5px;
}
table.ProductsBox {
	width: 100%;
	border: none;
	background: #CCCCCC;
	text-align: center;
}
table.ProductsBox td.Header {
	background: #F5F5F5;
	font-weight: bold;
}
table.ProductsBox td.Body {
	background: white;
}
table.ProductsBox td.Body table.Inner {
	width: 100%;
	border: none;
	text-align: center;
}