body {
	margin: 0px;
	background-color: #d5d3d4;
	background-image: url('/web/javax.faces.resource/images/bg.gif.xhtml');
	background-repeat: repeat-x;
	background-position: top left; 
	font-family: arial,sans-serif;
}

input, select, textarea, button, keygen, isindex, legend, a {
	font-size: inherit;	
}

/*
Richfaces autocomplete
*/
.rf-au {
	line-height: 0px !important;
}

/*
Richfaces data scroller
*/
.rf-ds-nmb-btn {
     font-size: 11px !important;
     text-decoration: none ! important;
}

.rf-ds-btn {
 	   font-size: 11px !important;
     text-decoration: none ! important;
}

.blue-bold {
	font-weight: bold;
	color: #002664;
}

button, input[type="reset"], input[type="submit"], input[type="button"] {
	font-size: 12px;	
}

.centerpageshadow {
	-o-box-shadow: 0 0 7px #646464;
	-moz-box-shadow: 0 0 7px #646464;
	-webkit-box-shadow: 0 0 7px #646464;
	box-shadow: 0px 0px 7px #646464;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.leftpageshadow {
	background-image: url('/web/javax.faces.resource/images/sideleftshadow1.png.xhtml'); 
	background-repeat: no-repeat; 
	width: 30px;
	background-position: top
}
.rightpageshadow {
	background-image: url('/web/javax.faces.resource/images/siderightshadow1.png.xhtml'); 
	background-repeat: no-repeat; 
	width: 30px;
}

.topbg {
	background-repeat: no-repeat;
	background-position: 160px;
	background-color: #ffffff;
	padding: 3px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.topbg .uti-logo {
    border: none;
}

.logo-text {
	color: #394e70;
	font-weight: bold;
}

#homeimage { 
	width:100%; 
	height: 175px; 
	background-image:url('/web/javax.faces.resource/images/main_dsv.png.xhtml');
	background-repeat: no-repeat;
}

#homebox {
	text-align: left;
	color: white;
	background-color: #002664;
	border-radius: 4px 4px 4px 4px; 
	width: 250px; 
	padding: 10px;
}
#homebox .header {
	font-size: 14px;
	font-weight: bold;
}

.section_background {
	background-repeat: no-repeat;
	width: 864px;
	height: 175px;
	background-size: 100% 100%;
}

#section_background_client {
	background-image:url('/web/javax.faces.resource/images/ltl-picture.jpg.xhtml');
}
#section_background_carrier {
	background-image:url('/web/javax.faces.resource/images/carrier-overview.jpg.xhtml');
	background-size: cover;
	background-position: right bottom 63%;
}
#section_background_careers {
	background-image:url('/web/javax.faces.resource/images/agent-program.jpg.xhtml');
	background-size: cover;
    background-position: left bottom 45%;
}
#section_background_aboutus {
	background-image:url('/web/javax.faces.resource/images/overview-about-us.jpg.xhtml');
	background-size: cover;
    background-position: left bottom 33%;
}
#section_background_mytms {
	background-image:url('/web/javax.faces.resource/images/ltl-picture.jpg.xhtml');
}


#content {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	width: 100%;
}

#content td  {
	font-size: 12px;
}

#content th {
    font-size: 12px;
}
#content a {
    font-size: 12px;
    color: #000000;
    text-decoration: underline;
}
#content a:hover {
	color: #6A87AA;
	text-decoration: none;
}
#content div {
    font-size: 12px;
}

#content input {
    font-size: 12px;
}

.error {
	color: red;
	background-color: #ffffcc;
	font-size: 11px;
}

ul.error {
	color: red;
	background-color: #ffffcc;
	font-size: 11px;
    list-style-type: none;
    padding-left: 0px;	
}

.cancelInfoMsg{
	font-size: 11px;
}

.preError {
	color: red;
	background-color: #ffffcc;
	font-size: 11px;
	white-space: pre-wrap;
}

.info {
	color: #0061a4;
	font-weight: bold;
	background-color: #ffffcc;
	font-size: 11px;
}

p {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	margin-bottom: 10px;
}


h1 {
	font-size: 28px;
	font-weight: 200;
	color: #000;
	margin-bottom: 16px;
	margin-top: 0;
}
h2 {
	font-size: 18px;
	color: #333;
	margin-bottom: 12px;
	margin-top: 0;
}
h3 {
	font-size: 14px;
	color: #333;
	margin-bottom: 10px;
	margin-top: 0;
}
h4 {
	font-size: 12px;
	line-height: 18px;
	color: #333;
	margin-bottom: 10px;
}
h5 {
	font-size: 12px;
	line-height: 18px;
	color: #333;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.subtitle {
    font-size: 14px;
    font-weight: bold;
}

.zebra tr:nth-of-type(odd) {
	background-color: #e8e8e8;
}

.nowrap {
	white-space:nowrap;
}

.wrap {
	white-space:pre-wrap;
}

.legal {
	font-family:verdana; 
	font-size:8.5pt;
	padding: 5px;
}

.odd {
	background-color:#e1e3e3;
}

.oddrow {
	background-color: #e8e8e8;
	}

.evenrow {
	background-color: #ffffff;
	}

.celltop {
	vertical-align:top;
}
.alignTop {
	vertical-align:top;
}
.cellbottom {
	vertical-align:bottom;
	}

.alignright {
	text-align: right;
}

.aligncenter {
	text-align: center;
}

.required {
	color: red;
	font-size: 8pt;
}

.small1 {
	font-size: 11px;
	line-height: 13px;
}

.small2 {
	font-size: 10px;
	line-height: 12px;
}

.small3 {
	font-size: 9px;
}

.smaller {
	font-size: .75em;
}

.rowTitle {
	font-size: 1.2em;
	font-weight:bold
}

.borderTop {
	vertical-align:top; 
	border-top:1px solid #87bcfd;
}
.selectedWh {
	font-weight:bold; 
	color: #777777; 
	font-size: .90em;
};

.panelbodyclass {
	padding: 4px !important; 
	font-size: 12px;
}
.panelheaderclass {
	padding: 0px !important; 
	font-size: 12px;
}

.missed {
	background-color:#fff716;
}
.reallymissed {
	background-color:#ff5400;
}
.late {
	font-weight:bold;
	color:orange;
}
.latePast24hours {
	font-weight:bold;
	color:red;
}
#sidebox {
	border-radius: 4px 4px 4px 4px; 
	width: 150px;
	border: 1px solid #6A87AA; 
}
#sidebox .header {
	vertical-align: center; 
	color:white; 
	font-weight: bold; 
	font-size: 14px; 
	width:100%; 
    height: 20px;
    padding-top: 2px;
    background-color: #6A87AA;
	background-position: center;
}
#sidebox ul {
	list-style-type: none;
	margin: 0;
	padding: 10px;
	padding-top: 0px;
}
#sidebox ul li {
	padding-top: 10px;
	border-bottom: 1px dashed #cccccc;
}
#sidebox ul li img {
	vertical-align: middle;
	height: 18px;
	margin-right: 4px;
    margin-bottom: 4px;
}

#sidebox a {
	color: #444444;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#sidebox a:hover {
	color: #6A87AA;
}
#tableborder {
	border: 1px solid #cccccc;
	border-right: none;
	border-bottom: none;
}
#tableborder td {
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 3px;
}
#tableborder th {
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: #e1e1e1;
	text-align: left;
	padding: 3px;
}

.delayed {
	background-color: #e4a6a6;
}

.cellTopSmall {
	vertical-align: top;
	font-size: x-small;
}

.items-input {
	display: inline-block;
	margin-right: 8px;
}

.items-row {
	margin: 10px;
}	

.ltlreq {
	font-size: 11px;
	line-height: 13px;
}

.ltlreq td {
    width: 20%;
}

.ltlreq td input{
    float: left;
}

.ltlreq td label{
    display: block; 
    margin-left: 20px;
}
