body {
  text-align: center;
  background-image:url('../images/background.jpg');
}
/*Company logo*/
#accfablogo{
border: 0;
}
#quotediv{
	visibility: hidden;
    position:absolute;
    width:650px;left:150px;top:100;
    padding:5px;background:#FFFFFF;
    border:2px solid #2266AA;
}
#content {
	text-align: left;
  width: 830px;
  height: auto;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  background: #FFFFFF;
  border: thin solid #2266AA;
}
.noPrint {
margin: 0;
border: 0;
padding: 0;
}
#header {
	text-align:center;
  width: 830px;
  height: 100px;
  background: #FFFFFF;
  border: thin solid #2266AA;
}
#loginform {
  text-align: left;
}

.boxheader{
 color: #000;
 background: #aac3d2;
 font-weight: bold;
 margin: 0 -5px 0 0;
 padding: 5px;
}
.toptables{
padding: 5px -20px 0 20px;
width: 830px;
}
tr{
  margin: 0;
  padding: 5px;
}
td{
  padding: 2px 5px 2px 2px;
  margin: 0;
}
#disclaimer {
   text-align: left;
   border: thin solid #2266AA;
   overflow:auto;
   height:250px;
   width:700px;
}
#runTotalButton{
  padding: 0 0 0 20px;
  margin: 0;
}
#classdiv{
  padding: 0;
  margin: 0;
}
#txtHint1{
  padding: 0;
  margin: 0;
}
#welcomemessage {
background: #000066; 
color: white; 
font-weight: bold;
}
#equipclass{
  color: #fff;
  background: #000066;
  font-weight: bold;
  text-align: center;
  padding: 0 0 5px 0;
  margin: 0;
  width: 100%;
}
#packageform{
  padding: 0 -40px 0 20px;
  margin: 0;
}
table.packageTable{
  padding: 0;
  margin: 0;
}
table.itemstable{
  border: solid 2px #2266AA;
  width: 830px;
  border-collapse: collapse;
  font-family: Verdana, Arial;
  font-size:12px;
  margin-left: auto;
  margin-right: auto;
}
#itemsheader{
   background: #cce3f3;
   font-weight: bold;
   font-size: 14px;
}

table.itemstable th {
	font-size: 14px;
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: #fff;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.itemstable td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	
}
.logindiv {
  background: #cce3f3;
  text-align: center;
}
.loginform {
  text-align: center;
}
table.logintable {
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
  text-align: left;
}
table.quotetable {
	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;
	width: 90%;
}
table.quotetable th {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.quotetable td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
}
table.quotetable input {
	background:#FFFFFF;
	border-style:inset;
}
.prices {
    text-align: right;
}
#floatdiv{
    position:absolute;
    width:160px;height:55px;left:0px;top:0px;
    padding:5px;background:#FFFFFF;
    border:2px solid #2266AA;
    font-size: 10px;
    font-family: Verdana, Arial;
}
#packageA {
    background-color: #2cd3fe;
}
#packageB {
    background-color: #5fff69;
}
#buttonA {
	background-color: #2cd3fe;
	
	
}
#buttonB {
	background-color: #5fff69;
	
}
#footer {
    text-align: center;
}
table.edittables {
	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;
    font-size: 10px;
    font-family: Verdana, Arial;
}
table.edittables th {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: inset inset inset inset;
	border-color: black;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.edittables td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 3px 3px 3px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
}
