@charset "UTF-8";
/* CSS Document */

/* General Styles */
body  {
	font: 10px/18px Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
}
#container {
	width: 100%;
	background: #FFF;
	text-align: left;
	min-width: 780px;
	margin:0;
	padding: -20px 0 20px 0;
	/* IE Dynamic Expression to set the width */
    width: expression(document.body.clientWidth < 781 ? "780px" : "100%" );
}
#mainContent {
	margin: 0 0 0 135px;
	padding: 0;
}
h1 {
	font-size: 18px;
	line-height: 24px;
	color: #666;
	background-color: #CCC;
	padding: 15px 10px;
	font-weight: normal;
	margin: 0;
}
h2 {
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #999;
}
h2.noMargin {
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #999;
	margin-top:0;
}
h3 {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	margin: 0;
}
h3 a {
	margin-bottom: 0px;
	margin-left: 5px;
}
h4 {
	font-size: 10px;
	font-weight: bold;
	color: #F90;
	margin: 0;
}
.sectionTitle {
	color:#333;
	padding-right: 10px;
}
a {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
p {
	margin-top: 0px;
}
p.link {
	background: url(../Images/bullet.jpg) no-repeat left center;
	padding-left: 17px;
	margin-bottom: 0px;
}
span.linkWhite {
	list-style-type: none;
	background: url(../Images/bullet_white.jpg) no-repeat left center;
	padding-left: 17px;
	margin-bottom: 0px;
}
input.textfield {
	width:110px;
}
input {
	font-size:10px;
}
select {
	font-size:10px;
}
.noPad {
	padding:0;
}
.noLPad {
	padding-left:0;
}
.bottomBorder {
	border-bottom: 1px solid #CCC;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearRight {
	clear:right;
}
.clearLeft {
	clear:left;
}
#dhtmltooltip{
position: absolute;
width: 75px;
border: 1px solid #003063;
padding: 5px;
color: #003063;
font-size: 10px;
line-height:18px;
background-color: #F2F2F2;
visibility: hidden;
z-index: 100;

}
.required {
	color:#FF0000;
}
.new {
	color:#FF9900;
	font-weight:bold;
}
.note {
	text-align:left;
	padding-left: 5px;
	color: #666666;
}


/*Header Styles */
#header {
	background: #003063;
	padding: 0;
	margin:0;
	border-bottom: 5px solid #000;
	height: 50px;
}



/*Left SideBar */
#sidebar1 {
	float: left;
	width: 115px;
	padding: 10px;
	margin: 0;
}
#sidebar1 ul {
	margin: 0;
	padding: 0;
}
#sidebar1 li {
	list-style-type: none;
	background: url(../Images/bullet.jpg) no-repeat left center;
	padding-left: 17px;
}
#sidebar1  .Yellow {
	color: #F90;
}
#sidebar1 .Roadway {
	color: #0092D2;
}
#sidebar1 .Reimer {
	color: #016701;
}
#sidebar1 .Newpenn {
	color: #01CC34;
}
#sidebar1 .Glenmoore {
	color: #666;
}
#sidebar1 .Holland {
	color: #F60;
}
#sidebar1 .Reddaway {
	color: #003063;
}
#sidebar1 .YRCRT {
	color: #000;
}
#sidebar1 .YRC {
	color: #53534A;
}
#sidebar1 #categories p {
	margin:0;
	clear:both;
}
#sidebar1  #categories  img.left {
	padding: 0 10px 10px 0;
	float: left;
}
.instructions {
	border: 1px solid #CCC;
	padding:10px;
}
.instructionsNoBorder {
	font-weight:bold;
}


/*Main Content Styles */
.pagination {
	margin: 0px;
	padding: 10px 10px 10px 0;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
}
.pages, .savedCart {
	padding-right:20px;
	float: left;
}
.pages ul {
	margin:0;
	padding:0;
}
.pages li {
	list-style:none;
	display:inline;
	padding-right:5px;
}
.pages li a {
	font-weight:normal;
}
.pages li a:hover {
	font-weight:normal;
}
.pages li.selected a {
	text-decoration:none;
	font-weight:bold;
}
.pages li.selected a:hover {
	text-decoration:none;
	font-weight:bold;
}
.cart {
	float:right;
	padding: 0 20px;
	width: 160px;
}

ul.steps {
	margin:0;
	padding:0;
}
ul.steps li {
	display:inline;
	list-style-type:none;
	padding: 5px 15px 5px 0;
}
ul.steps li.build, ul.steps li.setup {
	background: url(../images/1.jpg) no-repeat left center;
	padding-left:20px;
}
ul.steps li.quantity, ul.steps li.content, ul.steps li.bidcontent {
	background: url(../images/2.jpg) no-repeat left center;
	padding-left:20px;
}
ul.steps li.preview, ul.steps li.attachments, ul.steps li.finishing {
	background: url(../images/3.jpg) no-repeat left center;
	padding-left:20px;
}
ul.steps li.recipient, ul.steps li.shipping {
	background: url(../images/5.jpg) no-repeat left center;
	padding-left:20px;
}
ul.steps li.links, ul.steps li.order {
	background: url(../images/4.jpg) no-repeat left center;
	padding-left:20px;
}
ul.steps li.recipientNoAtt {
	background: url(../images/3.jpg) no-repeat left center;
	padding-left:20px;
}
ul.steps li.recipientNoCont {
	background: url(../images/2.jpg) no-repeat left center;
	padding-left:20px;
}
ul.steps li.confirm, ul.steps li.bidconfirm {
	background: url(../images/6.jpg) no-repeat left center;
	padding-left:20px;
}
ul.steps li.confirmNoAtt {
	background: url(../images/4.jpg) no-repeat left center;
	padding-left:20px;
}
ul.steps li.sendNoAtt {
	background: url(../images/5.jpg) no-repeat left center;
	padding-left:20px;
}
ul.steps li.confirmNoCont {
	background: url(../images/3.jpg) no-repeat left center;
	padding-left:20px;
}
ul.steps li.sendNoCont {
	background: url(../images/4.jpg) no-repeat left center;
	padding-left:20px;
}
ul.steps li.send, ul.steps li.place {
	background: url(../images/7.jpg) no-repeat left center;
	padding-left:20px;
}
ul.steps li.buildSelected, ul.steps li.setupSelected {
	background: url(../images/1_on.jpg) no-repeat left center;
	padding-left:20px;
}
ul.steps li.linksSelected, ul.steps li.orderSelected {
	background: url(../images/4_on.jpg) no-repeat left center;
	padding-left:20px;
}
ul.steps li.quantitySelected, ul.steps li.contentSelected, ul.steps li.bidcontentSelected {
	background: url(../images/2_on.jpg) no-repeat left center;
	padding-left:20px;
}
ul.steps li.previewSelected, ul.steps li.attachmentsSelected, ul.steps li.finishingSelected {
	background: url(../images/3_on.jpg) no-repeat left center;
	padding-left:20px;
}
ul.steps li.recipientSelected, ul.steps li.shippingSelected {
	background: url(../images/5_on.jpg) no-repeat left center;
	padding-left:20px;
}
ul.steps li.recipientSelectedNoAtt {
	background: url(../images/3_on.jpg) no-repeat left center;
	padding-left:20px;
}
ul.steps li.recipientNoContSelected {
	background: url(../images/2_on.jpg) no-repeat left center;
	padding-left:20px;
}
ul.steps li.confirmSelected, ul.steps li.bidconfirmSelected {
	background: url(../images/6_on.jpg) no-repeat left center;
	padding-left:20px;
}
ul.steps li.confirmSelectedNoAtt {
	background: url(../images/4_on.jpg) no-repeat left center;
	padding-left:20px;
}
ul.steps li.confirmSelectedNoCont {
	background: url(../images/3_on.jpg) no-repeat left center;
	padding-left:20px;
}
ul.steps li.sendSelected, ul.steps li.placeSelected {
	background: url(../images/7_on.jpg) no-repeat left center;
	padding-left:20px;
}
ul.steps li.sendSelectedNoAtt {
	background: url(../images/5_on.jpg) no-repeat left center;
	padding-left:20px;
}
ul.steps li.sendSelectedNoCont {
	background: url(../images/4_on.jpg) no-repeat left center;
	padding-left:20px;
}
#middleContent {
	margin: 0 200px 0 0;
}
#middleContentResults {
	margin: 0;
}
#results td.Roadway {
	padding-left: 10px;
	border-left: 15px solid #0092D2;
	background-color: #FFF;
	width: 80px;
}
#results td.Yellow, #results td.YRCW {
	padding-left: 10px;
	border-left: 15px solid #F90;
	background-color: #FFF;
	width: 80px;
}
#results td.Reimer {
	padding-left: 10px;
	border-left: 15px solid #016701;
	background-color: #FFF;
	width: 80px;
}
#results td.Newpenn, #results td.NewPenn {
	padding-left: 10px;
	border-left: 15px solid #01CC34;
	background-color: #FFF;
	width: 80px;
}
#results td.Glenmoore, #results td.USFGlenMoore {
	padding-left: 10px;
	border-left: 15px solid #666;
	background-color: #FFF;
	width: 80px;
}
#results td.Holland, #results td.USFHolland {
	padding-left: 10px;
	border-left: 15px solid #F60;
	background-color: #FFF;
	width: 80px;
}
#results td.Reddaway, #results td.USFReddaway {
	padding-left: 10px;
	border-left: 15px solid #003063;
	background-color: #FFF;
	width: 80px;
}
#results td.YRCRT,#results td.YRCRegionalCo, #results td.YRC, #results td.YRCLogistics {
	padding-left: 10px;
	border-left: 15px solid #000;
	background-color: #FFF;
	width: 80px;
}

.updated {
	font-style: italic;
}

#results p.Roadway {
	color: #0092D2;
	font-weight:bold;
	margin:0;
}
#results p.Reimer {
	color: #016701;
	font-weight:bold;
	margin:0;
}
#results p.Newpenn {
	color: #01CC34;
	font-weight:bold;
	margin:0;
}
#results p.Glenmoore {
	color: #666;
	font-weight:bold;
	margin:0;
}
#results  p.Yellow {
	color: #F90;
	font-weight:bold;
	margin:0;
}
#results p.Holland {
	color: #F60;
	font-weight:bold;
	margin:0;
}
#results p.Reddaway {
	color: #003063;
	font-weight:bold;
	margin:0;
}
#results p.YRCRT, #results p.YRC {
	color: #000;
	font-weight:bold;
	margin:0;
}
#results p.YRCW {
	color: #FF9900;
	font-weight:bold;
	margin:0;
}
#results p.YRCLogistics {
	color: black;
	font-weight:bold;
	margin:0;
}
img.new {
	padding-left:5px;
}
#results .status {
	padding-left: 20px;
	border-left: 1px solid #CCC;
}
#results td.build {
	background-color:#E5E5E5;
}
#results th {
	color:#003063;
	background:#FFFFFF;
}
ul.actions {
	margin:0;
	padding:0;
}
ul.actions li {
	display:inline;
	list-style-type:none;
	background: url(../Images/bullet.jpg) no-repeat left center;
	padding-left: 17px;
	padding-right:20px;
}
table.form {
	background-color:#F2F2F2;
}
p.formRow {
	clear:both;
	padding-bottom:15px;
}
p.formRow label {
	width:100px;
	float:left;
	padding-right:20px;
}
p.formRow .field {
	width:120px;
	float:left;
	text-align:left;
}
p.formRow .note {
	float:left;
	text-align:left;
	padding-left: 5px;
	color: #666666;
}
.total {
	background:#FFFFFF;
	color:#003063;
	font-weight:bold;
}

/*Right SideBar */
#sidebar2 {
	float: right;
	width: 200px;
	padding: 0;
	margin:0;
}
#sidebar2 .text {
	padding: 10px;
}
#sidebar2 .text p.announcement {
	border-bottom: 1px solid #CCC;
	padding-bottom: 18px;
}


/*Tabbed Content */
.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 10px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #333333;
background:#e5e5e5;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
background:#FFFFFF;
color: #0092D2;
}

.shadetabs li a.selected{ /*selected main tab style */
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontainer {
border:1px solid gray; width:98%; margin-bottom: 1em; padding: 10px;background:#FFFFFF;
}
.tabcontent{
display:none;
}

@media print {
    .tabcontent {
        display:block !important;
    }
}

/* Pop-Up Styles */
#containerPU {
	width: 470px;
	background: #FFF;
	text-align: left;
	margin:0;
	padding:0;
}
.paginationPU {
	margin: 0px;
	padding: 10px;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
}

#errorMsg {
    padding: 0;
}

#errorCell {
    color: red;
    font-weight: bold;
}

.errorStyle {
    border: 1px solid #010066;
    background-color: #01B8E2;
}


/* email reporting styles */
div.Roadway {
    background-color: #0092D2;
}
.RoadwayRpt {
    background-color: #0092D2;
    color: white;
}
div.USFGlenMoore {
    background-color: #666666;
}

.USFGlenMooreRpt {
    background-color: #666666;
    color: white;
}
div.USFHolland {
    background-color: #FF6600;
}

.USFHollandRpt {
    background-color: #FF6600;
    color: white;
}
div.USFReddaway {
    background-color: #003063;
}

.USFReddawayRpt {
    background-color: #003063;
    color: white;
}
div.NewPenn {
    background-color: #01CC34;
}

.NewPennRpt {
    background-color: #01CC34;
    color: white;
}
div.Yellow {
    background-color: #FF9900;
}

.YellowRpt {
    background-color: #FF9900;
    color: white;
}
div.YRCLogistics, div.YRC {
    background-color: #FF9900;
}

.YRCLogisticsRpt {
    background-color: #FF9900;
    color: white;
}
div.YRCW {
    background-color: #FF9900;
}

.YRCWRpt {
    background-color: #FF9900;
    color: white;
}

.tabcontainer {
border:1px solid gray; width:98%; margin-bottom: 1em; padding: 10px;background:#FFFFFF;
}

