
html, body
{
text-align:center;
margin: 0px;
padding: 0px;
height:100%;
padding: 0px 0px 40px 0px;
font-family : Arial, Verdana, sans-serif;
font-size:13px;
}

div.page{
margin: 0 auto;
position:relative;
width:800px;
min-height:100%;
height: auto !important;
height: 100%;
background-color:white;
text-align:left;
padding: 5px 10px 40px 10px;
}

div.wide{
margin: 0 auto;
position:relative;
width:830px;
min-height:100%;
height: auto !important;
height: 100%;
background-color:white;
text-align:left;
padding: 5px 10px 40px 10px;
}

div#header {
	width: 800px;
	height: 205px;
	position: relative;
	z-index: 10;
	clear: both;
	background-image: url('images/botmenubar.png');
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0px auto;
}

div.pagetop {
	width: 780px;
	position: relative;
	z-index: 10;
	clear: both;
	margin: 0px auto;
}

div.shortform{
width:60%;
text-align: right;
float:left;
}

div.typechange{
width:45%;
text-align: center;

}

div.right{
width:30%;
text-align: right;
float: right;
}

div.bottom{
width:100%;
float: left;
}

h1{
color: rgb(35,64,143);
font-family: tahoma, Arial, Helvetica, sans-serif;
}

h1#pagetitle{
margin: -20px 0px 0px 150px;
}

h1#customertitle{
margin: -20px 0px 0px 150px;
font-size: 22px;
}

h2{
color: rgb(17,103,53);
font-family: tahoma, Arial, Helvetica, sans-serif;
}

h3{
color: rgb(35,64,143);
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:17px;
font-weight:900;
}

#notes h3 { margin:0;}

th{
text-align:left;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:900;
padding: 0px 10px 0px 0px;
margin: 0px 0px;
}

td{
padding: 0px 5px 0px 0px;
}

form{
margin: 5px 0px;
}

fieldset{
margin: 10px 10px;
padding: 5px 10px;
}

table{
text-align: left;
margin: 0px;
margin: 0px 0px 30px 0px;
}

img.logo {
margin-top: 10px;
margin-left: 25px;
}

img.tag {
float: right;
margin-top: 25px;
margin-right: 25px;
}

input[type="submit"], input[type="cancel"]
{
margin: 5px 0px 15px 0px;
background-color:rgb(17,103,53);
color:white;
border:1px solid;
}

input[type="submit"].list
{
margin: 5px 0px;
background-color:rgb(17,103,53);
color:white;
border:1px solid;
}

input[type="submit"].jobnumber
{
margin: 5px 0px 15px 0px;
background-color:rgb(35,64,143);
color:white;
border:1px solid;
}

input[type="submit"].remove
{
margin: 5px 0px 15px 80px;
background-color:rgb(17,103,53);
color:white;
border:1px solid;
}

input[type="submit"].delete, input[type="reset"].clear
{
background-color:red;
color:white;
border:1px solid;
}

input[type="submit"].jobnumber:hover
{
margin: 5px 0px 15px 0px;
background-color:rgb(35,64,143);
color:white;
border:1px solid;
}

input[type="reset"]
{
margin: 5px 0px 15px 0px;
background-color:rgb(35,64,143);
color:white;
border:1px solid;
}

input[type="submit"]:hover
{
background-color:rgb(35,64,143);
color: white;
}

input[type="text"], input[type="password"]
{
color:rgb(35,64,143);
border:1px solid;
margin: 5px 0px;
}

input[type="text"]:focus, input[type="password"]:focus
{
background-color: white;
color:rgb(17,103,53);
border:1px solid;
}

input[type="file"]
{
background-color: white;
color:rgb(35,64,143);
border:1px solid;
margin: 2px 0px;
}

input.inventadd
{
font-size:10px;
margin: 0px;
background-color:rgb(17,103,53);
color:white;
border:1px solid;
}

