﻿BODY {
	font-family: sans-serif;
	background-color: #DDDDDD;
	color: #000000;
}
a {
	color: #FF0000;
	background-color: #FFFFFF;
}
a:visited {
	color: #FF0000;
	background-color: #FFFFFF;
}
a:hover {
	color: #008800;
	background-color: #FFFFFF;
}
a:active {
	color: #FF7700;
	background-color: #FFFFFF;
}
.center {
	text-align: center;
}
p {
	padding-left: 8px;
	padding-right: 8px;
	text-align: justify;
}

/* Master Layout */
#mainBox {
	border: thin solid black;
	margin: 8px 8px 8px 8px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #FFFFFF;
	color: #000000;
}
#outsideBox {
	top: 8px;
	margin-left: 8px;
	margin-right: 8px;
}

/* Table that list all the companies */
.companies {
	border: none;
	text-align: center;
}
table.companies {
	width: 90%;
	padding: 0;
}
td.companies {
	width: 25%;
}

/* Inventory Page */
#invWrapper {
	position: absolute;	
	margin: 0 0 0 0;
	height: 100%;
	width: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
#embedSite {
	height: 80%;
	bottom: 0;
}
#topBar {
	text-align: center;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	background-color: #DDDDDD;
	color: #000000;
	width: 99%;
	border: 1pt black solid;
}
a.top {
	color: #008800;
	background-color: #DDDDDD;
	text-decoration: none;
}
a.top:visited {
	color: #008800;
	background-color: #DDDDDD;
	text-decoration: none;
}
a.top:hover {
	color: #FF0000;
	background-color: #DDDDDD;
	text-decoration: underline;
}
a.top:active {
	color: #FF7700;
	background-color: #DDDDDD;
	text-decoration: none;
}

/* Shopping cart page */
.cart {
	border: none;
}
table.cart {
	width: 75%;
}
td.cart {
	text-align: left;
	width: 45%;
}
td.delCart {
	width: 10%;
	text-align: center;
}
