html {
	margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 100%;
	background-attachment: fixed;
	min-height: 100%;
}

body {
   	font-size: 1em;
	text-align: center;
	background-color:#fafad2;
	
	/*Background color-fades yellow*/
	/*
	background-image: -moz-linear-gradient(bottom, #fafad2  0%, #ffd700 100%);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#ffd700',EndColorStr='#fafad2 ');
	background: -webkit-gradient(linear, left top, left bottom, from(#ffd700), to(#fafad2 ));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffd700, endColorstr=#fafad2 )";
	*/		
	
	/* Background color-fades blue*/
	
	
	background-image: -moz-linear-gradient(bottom, #FFFFFF  0%, #00A3EF 100%);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#00A3EF',EndColorStr='#FFFFFF');
	background: -webkit-gradient(linear, left top, left bottom, from(#00A3EF), to(#FFFFFF));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00A3EF, endColorstr=#FFFFFF)";
	
	
	font-family: helvetica, sans-serif;
  	}

a {
	padding: 0px 5px 0px 5px;
}

a.sortArrows {
	padding: 0px 0px 0px 0px;
}

img
{  border-style: none;
}

h1 {
    width:60%;
    margin:0 auto 1em;
    padding:0;
    padding-top: 0em;
    }

h2 {
    width:60%;
    margin:0 auto 1em;
    padding:0;
    }

h3 {
    width:60%;
    margin:1em auto 1em;
    padding:0;
    }

table
{ 
margin-left: auto;
margin-right: auto;
} 
    
td.boldNoBorder {padding-left:.5em; padding-right:.5em;text-align:left; font-weight: bold; border-style: none; color:black;}

td.noBorder {padding-left:.5em; padding-right:.5em; text-align:left; border-style: none; color:black;}

td.border {padding-left:.5em; padding-right:.5em; border: 2px solid black; color:black;}

td.borderLight {padding-left:.5em; padding-right:.5em;border: 1px solid black; color:black;}

td.borderLightTextRed {padding-left:.5em; padding-right:.5em;border: 1px solid black; color:red;}

td.boldWithLightBorder {padding-left:.5em; padding-right:.5em;font-weight: bold; border: 1px solid black; color:black;}

td.boldWithBorder {padding-left:.5em; padding-right:.5em; font-weight: bold; border: 2px solid black; color:black;}

td.boldWithBorderRight {text-align:right; padding-left:.5em; padding-right:.5em; font-weight: bold; border: 2px solid black; color:black;}

td.empty { width: 5em; }

td.emptyBorder {border: 1px solid; width: 5em; }

tr.empty { height:1em; }

tr.odd {background-color: #E9EAEF;}

tr.even {background-color: #D1D2D7;}

table.invoiceSearch td.right{
	color:black;
	font-weight:normal;
	text-align:right;
	padding-top: .1em;
	padding-left: .1em;
	padding-right: .1em;
    padding-bottom: .1em;
	border:1px solid;
	border:none;
}

table.invoiceSearch td.left{
	color:black;
	font-weight:normal;
	text-align:left;
	padding-top: .1em;
	padding-left: .1em;
	padding-right: .1em;
    padding-bottom: .1em;
	border:1px solid;
	border:none;
}

table.header {
	background-color:#B6A598;
	border:none;
	padding: 0em;
	font-size:12px;
	}
table.header th{
	text-align:right;
	padding: .5em;
	}
table.header td{
	vertical-align:center;
	text-align:left;
	color:black;	
}
table.loadSearch {
	margin: auto;
	margin-bottom: 2.5em;
	border-style: outset;
	border: .25em;
	text-align:center;
	border:1px solid ;	
}

table.selectScac {
	margin: auto;
	margin-bottom: 2.5em;
	border-style: outset;
	border: .25em;
	text-align:right;
	border:1px solid ;	
	}
table.selectScac th{
	color:black;
	font-weight:bold;
	text-align:center;
	border:none;
	}
table.selectScac td{
	color:black;
	font-weight:normal;
	text-align:center;
	border:none;	
}

input[type=text], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid black;
  width: auto;
}

input[type=text].readonly{
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid black;
  width: auto;
  background-color:#D7E5E7;
}

input[type=text].error{
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid black;
  width: auto;
  background-color:red;
  color:black;
}
 
input[type=text]:focus, textarea:focus {
  box-shadow(0 0 5px rgba(81, 203, 238, 1));
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(255, 0, 0, 1);
}

input.larger1 {
  transform: scale(1.5);
}

input.larger2 {
  transform: scale(2);
}

input.larger3 {
  transform: scale(2.5);
}

table.display{
	padding: .5em;
	border-spacing: 0;
}
table.display th{
	color:green;
	font-weight:bold;
	padding:10px; 
	border-bottom:solid;
}
table.display td{
	color:black;
	font-weight:normal;
	text-align:center;
	border:none;
	padding-right:1em;
	padding-left:1em;
}

table.logs{
	
}
table.logs th{
	color:black;
	font-weight:bold;
	padding:10px; 
}
table.logs td{
	font-size:x-small;
	color:black;
	font-weight:normal;
	text-align:center;
	border:none;
}

table.displayLoad{
	margin: auto;
	margin-bottom: 2.5em;
	border-style: outset;
	border: .25em;
	border-color: #000033;
	border-collapse: collapse;
	border-bottom-style: none;
	text-align:right;
	border-collapse: separate;
	border-spacing: 20px 0px;
}

table.displayLoad th{
	color:black;
	font-weight:bold;
	text-align:right;
	border:none;
}
table.displayLoad td{
	color:black;
	font-weight:normal;
	text-align:left;
	border:none;
}

table.displayCust{
	margin: auto;
	margin-bottom: 2.5em;
	border-style: outset;
	border: .25em;
	border-color: #000033;
	border-collapse: collapse;
	border-bottom-style: none;
	text-align:right
}

table.displayCust th{
	color:black;
	font-weight:bold;
	text-align:center;
	border:none;
}
table.displayCust td{
	color:black;
	font-weight:normal;
	text-align:right;
	border:none;
}

table.usgData{
	margin: auto;
	margin-bottom: 2.5em;
	border-style: outset;
	border: .25em;
	text-align:right;
	border:1px solid ;	
}

table.usgData th{
	color:black;
	font-weight:bold;
	text-align:right;
	border:none;
}
table.usgData td{
	color:black;
	font-weight:normal;
	text-align:left;
	border:none;
}

table.serviceParts{
	margin: auto;
	margin-bottom: 2.5em;
	border-style: outset;
	border: .25em;
	text-align:right;
	border:1px solid;	
}

table.serviceParts th{
	color:black;
	font-weight:bold;
	text-align:center;
	border:none;
}
table.serviceParts td{
	color:black;
	font-weight:normal;
	text-align:left;
	border:none;
}

table.loadList{
	border-spacing: 0px;
	
}
table.loadList td{
	padding: 5px;
    border: 1px solid black;
}


.wrapper {
	margin-left : 10%;
	margin-right : 10%;
}


ulmenu {
    width:20em;
    margin:0 auto;
    padding:0;
    list-style: none;
}

ulmenu > li {
    display: inline;
}

ulmenu > li > a {
    padding: .5em;
    color:#FFF;
    background:#333;
    text-decoration: none;
}

.backlink {
    border: 0;
    text-align: right;
}
.link {
    border: 0;
    text-align: right;
}

.error {
    color: #F00;
    font-weight: bold;
    margin: 2em 0 1em;
}
.button {
   border-top: 1px solid #53544f;
   background: #bab6b7;
   background: -webkit-gradient(linear, left top, left bottom, from(#A1F5FD), to(#bab6b7));
   background: -webkit-linear-gradient(top, #A1F5FD, #bab6b7);
   background: -moz-linear-gradient(top, #A1F5FD, #bab6b7);
   background: -ms-linear-gradient(top, #A1F5FD, #bab6b7);
   background: -o-linear-gradient(top, #A1F5FD, #bab6b7);
    -pie-background: linear-gradient(#A1F5FD, #bab6b7);

	/*
   padding: .67em 1.3em;
	*/
	padding: .27em .3em;

   -webkit-border-radius: 1.4em;
   -moz-border-radius: 1.4em;
   border-radius: 1.4em;
    behavior: url(PIE.htc);

    -webkit-box-shadow: rgba(0,0,0,1) 0 2px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 2px 0;
   box-shadow: rgba(0,0,0,1) 0 2px 0; 
    
   color: #000000;
   font-size: .9em;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
   
.button:hover {
   border-top-color: #0c1a61;
   background: #000000;
   color: #ccc;
   }
   
.button:active {
   border-top-color: #1b435e;
   background: #0810fc;
   }
#content {
	margin-top:0em;
	padding-bottom: 1em;
	float:left; 
    width:100%;
	}
#choices {
	width: 100%;
	margin-left: auto ;
	margin-right: auto ;
	}