﻿@charset "utf-8";
/* CSS Document */
/*-----------------------------------------------------*/
/* only IE6 applies CSS properties starting with an underscore */

body {
	background-color: #efefef;
	font-size: 11px;
	line-height:1.4em;
	font-family: Verdana, Helvetica, Sans-Serif;
	margin: 0 auto;
	padding: 0;
	/*color: #696969;*/
	color:#000000;
	width: 980px;
	position:relative;/**/
}
ul {
	font-size: 11px;
	line-height:1.3em;
	font-family: Verdana, Helvetica, Sans-Serif;
	vertical-align:top;
	padding-top:0;
	margin-top:0;
}
ul li {
	list-style: square;
	list-style-type:square;
	line-height:1.3em;
	padding-bottom:3px; 
}


hr {
	margin-top:24px;
	border-top: solid 1px #48842b;
}
.pdf {
	list-style-type: none;
	margin: 0px 1px 3px -35px;
	padding-left: 25px;
	background-image:  url('images/icons/icon_pdf.gif');
	background-position: 1px 0px;
	background-repeat: no-repeat;
}

.news_pdf 
{
	line-height:1.5em;
	list-style-type: none;
	margin: -5px 1px 3px 5px;
	padding-left: 25px;
	background-image:  url('images/icons/icon_pdf.gif');
	background-position: 1px 0px;
	background-repeat: no-repeat;
}
.news_p  
{
	padding:0px;
	display: block;
	margin: 0em 0pt;
	font-size: 11px;
	line-height:1.3em;
	font-family: Verdana, Helvetica, Sans-Serif;
}


.cal {
	list-style-type: none;
	margin: 0px 1px 3px -35px;
	padding-left: 25px;
	background-image:  url('images/icons/icon_cal.gif');
	background-position: 1px 0px;
	background-repeat: no-repeat;
}
.ast {
	list-style-type: none;
	margin: 0px 1px 3px -15px;
	padding-left: 15px;
	background-image:  url('images/icons/icon_ast.gif');
	background-position: 1px 0px;
	background-repeat: no-repeat;
	font-size:9px;
}
.ast-table {
	list-style-type: none;
	margin: 0px 1px 3px -35px;
	padding-left: 15px;
	background-image:  url('images/icons/icon_ast.gif');
	background-position: 1px 0px;
	background-repeat: no-repeat;
	font-size:11px;
}
.backlayer {
	z-index:1000;
}


/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Helvetica, Sans-Serif;
	/*font-size:13px;*/
	color:#000;
}
/*Page Header - Heading 1*/
h2 {
	font-size: 15px;
	padding: 0px;
	color:#000;
	display:block;
	margin: 27px 0 22px 0;
}
/* Heading 2 - Same font size as heading 1 but unbold*/
h3 {
	font-size: 15px;
	font-weight: normal;
	padding: 0px;
	margin: 15px 0 2px 0;
}

h4 {
	font-size: 14px;
 	margin:0;
	padding:0;
 	font-weight: normal;
}

/* Heading 3 - Same font size as regular text in <p> but bold*/
h5 {
	font-size: 11px;
	margin:0;
	padding:0;
}
h6 {
	font-size: 9px;
}

p  
{
	padding:0px;
	display: block;
	margin: 1em 0;
	font-size: 11px;
	line-height:1.3em;
	font-family: Verdana, Helvetica, Sans-Serif;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
	margin-top: 0;
}
/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
	clear:both;
	border-top: thin 1px #ccc;
	font-family: Verdana, Helvetica, Sans-Serif;
	background-color:#ffffff;
	padding: 0 10px;
	border-bottom: #ccc solid 1px;	
}	

#header {
	position: relative;
	margin-bottom: 0px;
	color: #000;
	padding: 0;
	height:125px;
	width:960px;
	padding: 0;
	z-index:1000;
}

#header h1 {
	font-weight: bold;
	padding: 5px 0;
	margin: 0;
	color: #fff;
	border: none;
	line-height: 2em;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 32px !important;
}

#main 
{
	margin-top: 0px;
	margin-bottom: 20px;
	float:right;
	width:740px;
	margin-left:0px;
	border:1px;
	min-height:500px;
	_min-height:500px;
	_height:500px;
	position:relative;
}

/* FOOTER 
----------------------------------------------------------*/
.footer {
	clear:both;
	font-size: 9px; 	
	font-family: Verdana, Helvetica, Sans-Serif;
	padding:0px;
	background:#efefef;
	padding: 0px 5px;
}

/*tool menu  Left panel 
---------------------------------------------------------- */

.openaccountbutton {
	background:#ffffff url('images/openaccount.jpg') no-repeat 0 0;
	padding: 0;
	font-size:9px;
	margin-right:2px;
}

#leftbar {
	clear:both;
	width:200px;
	padding-top:10px;
	float:left;
	margin-right:0px;
	position:relative;
}

#leftpanel {
	margin-top:25px;
	width:200px;
	height: 370px;
	background: url('images/backleftpanel.jpg') no-repeat 0 0;
}

img.rightarrow {
	padding-top:6px;
}
img.rightarrow a {
	text-decoration:none;
}
.condensed {
	font-size:12px;
	padding-bottom: 3px;
	margin-bottom: 0;
	font-family:Verdana, Helvetica, Sans-Serif;
	font-weight: normal;
	border-bottom: 1px #666666 solid;
	text-align:center;
}
.condensed_tools {
	font-size:13px;
	padding-bottom: 2px;
	padding-top:3px;
	margin-bottom: 0;
	font-family:Verdana, Helvetica, Sans-Serif;
	/*font-weight: bold;*/
	color:#48842b;
}
.condensed_tools a {
	text-decoration: none;
	color:#48842b;
}
.condensed_tools a:hover {
	color: #48842b;
	text-decoration: underline;
}

.landingpage_links {
	font-size:15px;
	font-family:Verdana, Helvetica, Sans-Serif;
	color:#48842b;
	margin-bottom: 0;
}

.NewsEventslandingpage_links{
	font-size:15px;
	font-weight:bold;
	font-family:Verdana, Helvetica, Sans-Serif;
	color:#000000;
	margin-bottom: 0;
}
.landingpage_links a 
{
	text-decoration: none;
	color:#48842b;
}
.landingpage_links a:hover {
	color: #48842b;
	text-decoration: underline;
}

.landingpage_links p
{
	margin-top:3px;
	margin-bottom:12px;
	font-size: 11px;
	line-height:1.3em;
	font-family: Verdana, Helvetica, Sans-Serif;
	color:#000000;
}

.toolsplacement {
	clear:both;
	padding-left: 9px;
	padding-right: 9px;
	padding-bottom: 3px;
	padding-top:0;
	margin-top:0;
}
.medlink 
{
	padding-left:0;
	font-size:10px;
	font-family: Verdana, Helvetica, Sans-Serif;
}

p.startshipping {
	font-size:11px;
	font-family: Verdana, Helvetica, Sans-Serif;
	margin-top:5px;
	font-weight:600;
	text-align:center;
}
p.dottedline {
	border-bottom:1px;
	border-bottom-style:dotted;
	padding:6px;
	padding-top:0;
	padding-bottom:0;
	margin-bottom:0;
}

div.dottedline {
	border-bottom:1px;
	border-bottom-style:dotted;
	padding:6px;
	padding-top:0;
	padding-bottom:0;
	margin-bottom:0;
	height:10px;
}

.mainsplash {
	margin-top:26px;
	padding-top:0;
	min-height: 281px;
	_min-height: 281px;
	margin-bottom: 12px;
	z-index:1;
	padding-bottom:0px;
}
.adspace {
	margin-top:30px;
	padding: 0;
}
.adspace h3 {
	text-align:center;
	padding: 0;
}
.adspace p {
	font-size:11px;
	line-height:1.4em;
}
.adspace {
	font-size:12px;
	background:#fff url('images/gradient-ltblue-21h.gif') repeat-x top;
	padding:5px 0 0 0;
}
.adspacebottom {
	text-align:center;
	margin:0 0 0 0;
	background:#fff url('images/gradient-ltblue-21h-bottom.gif') repeat-x top;
	padding:5px 0 0 0;
}
/* Large green arrow */

.greenarrowdown {
	text-align:center;
	margin:0 0 0 0;
	background:#fff url('images/downlargearrow.gif') no-repeat top;
	padding:5px 0 0 0;
}

/* LINKS   
----------------------------------------------------------*/
a, .links {
	color: #48842b;
	text-decoration: none;
}
a:link {
	color: #48842b;
	text-decoration: none;
}
a:visited {
	color: #48842b;
	text-decoration: none;
}
a:hover {
	color: #48842b;
	text-decoration: underline;
	cursor:pointer;
	cursor:hand;
}
a:active {
	color: #48842b;
	text-decoration: none;
}


/* TABS */

#tabs p {
	width: 320px;
	margin-top:0;
	padding-top:0;
	line-height:14px;
	font-size:11px;
}

#tabs {
	font-size:12px;
	float:left;
	width: 355px;
	margin-right:10px;
	line-height:14px;
	font-size:11px;
}

#tabs #tabs-1 ul, #tabs #tabs-2 ul, #tabs #tabs-3 ul {
	line-height:13px;
	font-size:11px;
	padding-right:10px;
	margin-bottom:0px;
}
#tabs #tabs-1, #tabs #tabs-2, #tabs #tabs-3, #tabs #tabs-4{
	height:231px;
	min-height:231px;
	_min-height:231px;
	*min-height:231px;
	margin-bottom:0px;
	margin-right:10px;
	padding-right:0px;
}

/************************************************/

.gogreen, .stayintouch {
	border: #cccccc 1px solid;
	margin-bottom:8px;
	width:355px;
	overflow:auto;
}

.AddMoreSpace {
	border: #FFFFFF 1px solid;
	margin-bottom:7px;
	
	
}



.stayintouch 
{
	*margin-top:12px;
}

.gogreen p, .stayintouch p   {
	padding-left:10px;
	margin-top:0;
	margin-bottom:6px;
	padding-top:0;
	padding-right:10px;
}
.gogreen h3, .stayintouch h3 {
	padding-left:10px;
	margin-top:0;
	margin-bottom:6px;
	padding-top:6px;
	padding-right:10px;
}


.homepagegreenimage 
{ 
  padding-bottom:2px;
  padding-top:0;
  margin-left:3px;
  background:#ffffff url('images/GrayBannerImage-ProvidingParcelDelivery.jpg') no-repeat 0 0;
  height: 75px;
 

}

.homepagegreenimage h3
{
 	color:#fff;
 	padding-top:35px;
 	padding-right:20px;
 	text-align:center;
 	font-size:18px;
 	line-height:20px;
 	font-family: Verdana, Helvetica, Sans-Serif;

}
	 	
	
.homepage40perrateimage 
{ 
  padding-bottom:2px;
  padding-top:0;
  margin-left:0px;
  margin-top:0px;
  margin-right:0px;
  background:#ffffff url('images/40percentratebanner.png') no-repeat 0 0;
  height: 97px;
  cursor: pointer;
  cursor : hand;

}

.homepage40perrateimage div
{
 	color:#fff;
 	padding-top:35px;
 	padding-right:20px;
 	text-align:left;
 	margin-left:15px;
 	font-size:18px;
 	line-height:20px;
 	font-family: Verdana, Helvetica, Sans-Serif;
 	/*font-weight:bold;*/

} 	

.adpageimage 
{ 
	margin-top:26px;
	padding-bottom:26px;
	padding-top:0px;
	margin-left:0;
	width:740px;
	float:left;
	background:#ffffff url('images/reduceyourcarbonfootprintbanner.png') no-repeat 0 0;
	height: 181px;
}

.adpageimage h3
{
 	color:#fff;
 	padding-top:110px;
 	padding-right:20px;
 	text-align:right;
 	font-size:16px;
 	line-height:20px;
 	font-family: Verdana, Helvetica, Sans-Serif;
}
	 	
	

/* positioning */
	
.left {
	float: left;
}
.right {
	float:right;
}
.right1 {
	position:relative;
	left:100px;
	
}
.center {
	text-align:center;
}

.underline
{
	text-decoration:underline;
}

.italics
{
	font-style:italic;
}
.col1 {
	clear:both;
	float:left;
	width:270px;
	margin:0;
}
.col2 {
	float:left;
	vertical-align:top;
	line-height:1.5em;
}
#lcol {
	line-height:1.5em;
	clear:both;
	float: left;
	width:500px;
	vertical-align:top;
	margin-right: 0;
	padding-top:0px;
}
#rcolDropBox 
{

float:right;
	padding-left:320px;
	 padding-top:8px;

}

#rcolNote {
float:right;
	left:520px;
	width:500px;
	vertical-align:top;
	
}
#PortalDropBoxrcol {
	position:absolute;
	left:510px;
	width:220px;
	 padding-top:0px;
	vertical-align:top;}
	
	
	#ContactUS {
	position:absolute;
	left:390px;
	
float:right;
	vertical-align:top;}
	
	
#rcol {
	float:right;
	left:520px;
	width:220px;
	vertical-align:top;}
	
	#rcol1 {
	float:right;
	left:1020px;
	width:220px;
	vertical-align:top;}
/* TOP LINKS > GSO HOME > CONTACT US > LOGIN   
----------------------------------------------------------*/
.right ul li {
	font-size:11px;
	display:inline;
	list-style-type:none;
	padding-right: 2em;
	padding-top:-6px;
	margin: 0;
}
.right ul li.last {
	padding-right: 0;
}


/*.loginbox input[type="text"]; {
	width: 170px;
	border: 1px solid #CCC;
	margin-right: 10px;
	font-size:10px;
	font-family: Verdana, Helvetica, Sans-Serif;
}

.loginbox input[type="password"]; {
	width: 170px;
	border: 1px solid #CCC;
	margin-right:10px;
	font-size:10px;
	font-family: Verdana, Helvetica, Sans-Serif;
}
*/


/*	very top links   
----------------------------------------------------------*/
.toplinks {
	clear:right;
}
.toplinks ul {
	float:right;
	_float:right;
	top:0;
	font-family: Verdana, Helvetica, Sans-Serif;
	margin-top:0;
	margin-top:0px;
	margin-right:0;
	padding-right:0;
	padding-top:6px;
	margin-bottom:0;
	font-size:11px;
	margin-left:6px;
}

.toplinks ul li {
	color: #48842b;
	font-size:11px;
	padding-left:36px;
	padding-right:0;
	text-align:right;
}

.toplinks ul li:last-child {
	display: inline;
	list-style: none;
	padding-left:46px;
}

.toplinks ul li {
	display: inline;
	list-style: none;
	padding-left:36px;
	padding-right:0;
	padding-top:6px;
	text-align:right;
	line-height:1.3em;
	float:left;
}
.toplinks ul li.login a.button {
	background:#ffffff url('images/loginbutton.jpg') no-repeat 0 0;
	padding: 2px 75px 5px 0;
	font-size:9px;
	margin-right:2px;
}
.toplinks ul li.login a {
	font-size:9px;
	text-decoration:none;
	font-weight:bold;
	text-align: left;
	line-height:1em;
}
.toplinks .loginbox {
	clear:both;
	float:right;
	top:0;
	background-color:#fff;
	text-align:left;
	margin-top:5px;
	padding-left: 0px;
	padding-top: 10px;
	height: 154px;
	border-bottom: solid 1px #cccccc;
	border-top: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	position:relative;
	padding-right:2px;
	_margin-right:1px;
	margin-right:1px;
	font-size:11px;
	z-index:700;
}


.login a {
	background:none;
	font-weight:normal;
	font-size:11px;
}

	
.remembermelogin 
{
	font-size: 11px;
	padding-top: 6px;
	 
}
/*.register a { 	
	float:right;
	font-size: 11px;
	line-height:14px;
	font-weight: bold;
	padding-right: 0;
}*/
.forgot a 
{	line-height:11px;
	margin-top:-2px;
	font-weight: 200;
	font-size: 11px;}
	

.rarrow 
{font-size:18px;
 padding:6px 6px 0 6px;
}
#submitid {
	margin-right:1px;
	margin-top:0;
	margin-bottom:6px;
	height:20px;
	font-size:10px;
	text-transform:uppercase
}

/* TAB MENU   
----------------------------------------------------------*/
.menu
{
	z-index:2;
}
ul#menu {
	border-bottom: 1px #f8f8f8 solid;
	padding: 0 0 2px;
	position: relative;
	margin: 0;
	text-align: right;
}
ul#menu li {
	display: inline;
	list-style: none;
}
ul#menu li#greeting {
	padding: 10px 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 2.8em;
	color: #fff;
}
ul#menu li a {
	padding: 10px 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 2.8em;
	background-color: #e8eef4;
	color: #034af3;
}
ul#menu li a:hover {
	background-color: #fff;
	text-decoration: none;
}
ul#menu li a:active {
	background-color: #a6e2a6;
	text-decoration: none;
}
ul#menu li.selected a {
	background-color: #fff;
	color: #48842b;
}
/* content pages tables */

.locatebyaddress {
	font-size: 11px;
	line-height: 15px;
	display:block;
}
/*.locatebyaddress #state.option, .locatebyaddress #DropBoxCity.option, #locatebycity .locatebyaddress.formsize 
     {
     font-size: 10px;} */
   
table.ratesheet td {
	text-align:center;
}
table.ratesheet {
	font-size: 11px;
	/*margin-top: -6px;*/
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
}
table.onlineshipping {
	font-size: 11px;
	border-top: gainsboro 1px solid;
	border-right: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
}
table.onlineshipping td {
	font-size: 11px;
	/*padding:6px;*/
}
/*table.onlineshipping {
	width: 100%;
	vertical-align:top;
	padding:2px;
}*/
table.openanewaccount {
	width: 100%;
	vertical-align:top;
	padding:14px;
}
table.questions {
	width: 100%;
	vertical-align:top;
	padding: 4px;
	border-top: gainsboro 1px solid;
	border-right: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
}
.top {
	vertical-align:top;
}
table.comparisoncharges {
	width:500px;
	font-size: 11px;
	border-top: gainsboro 1px solid;
	border-right: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
	vertical-align:top;
}
table.accessorial td, table.comparisoncharges td {
	padding:3px;
	text-align:center;
}
table.comparisoncharges td:first-child, table.accessorial td:first-child {
	text-align:left;
}
/*table.comparisoncharges {
	vertical-align:top;
	padding:4px;
}*/
table.gramsofcarbon, table.servicetypes, table.accessorial, table.previousfuel, table.deliverytimes, table.deliverytimesresults, table.ratescalculatorresult {
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
}

table.gramsofcarbon td
{font-weight:normal;
}
table.gramsofcarbon 
{
	width: 100%}

table.gramsofcarbon td.green 
{	background-color: #004A3D}
table.gramsofcarbon td.yellow 
{	background-color: #ffcc00}

table.gramsofcarbon td.ltgreen 
{	background-color: #48842b;}

table.gramsofcarbon td.red 
{	background-color: #990000}

table.previousfuel {
	font-size: 11px;
	margin-top: -6px;
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
}
table.servicetypes th {
	font-size:11px;
	text-transform:capitalize;
}


table.previousfuel {
	width:100%;
	line-height: 1.5em;
	font-size:11px;
}

table.transitmaps input[type="text"]
{	 
	width:60px;
}


table.ratescalculator td
{
	padding-bottom:8px;
}




table.ratescalculator input[type="text"]
{	 
	width:60px;
}

table.ratescalculator span.checkbox input
{
	width:12px;
}
	
	
table.deliverytimesresults th:first-child, table.previousfuel th {
	text-align:left;
	font-size: 11px;
}
table.deliverytimesresults td, table.deliverytimesresults th,table.ratescalculatorresult td   /*, table.previousfuel td:firstchild */ {
	text-align:right;
	font-size: 11px;
}
table.deliverytimesresults td:first-child, table.previousfuel td:first-child, table.ratescalculatorresult td:first-child{
	text-align:left;
	font-size: 11px;
}
table.webship td:first-child  
{
	width: 140px;
	}

table.dropbox td 
{ 
	width: 180px;
	padding-bottom:8px;
}

tr.grey {
	background-color:#efefef;
}
.grey {
	background-color:#efefef;
	padding:6px;
}
.strong, table.servicetypes td.strong, table.deliverytimes td.strong, table.deliverytimesresults td.strong {
	Vertical-align: text-top;
	font-weight:bold;
}
table.deliverytimesresults {
	width:105%	
}
span a {
	line-height:12px
}

#lcol #accordion span{ display:none;}
table.servicetypes tr, table.servicetypes td, table.deliverytimesresults td, table.deliverytimesresults th ,table.ratescalculatorresult td {
	vertical-align: text-top;
	/*padding:4px;*/
	padding-bottom :6px;
	padding-top:6px;
}
table.servicetypes tr td, table.deliverytimes tr td {
	margin-left:6pt;
	padding-bottom:8px;
	font-size:11px;
}
.servicetypes th, table.deliverytimes th, table.deliverytimesresults th {
	background: #efefef;
	font-weight: bold;
	widows:0;
	font-size: 11px;
	padding:5px 8px;
	color: #000;
	font-family: Verdana, Helvetica, Sans-Serif;
	line-height:12pt;
}
table.deliverytimesresults th {
	background: #efefef;
	font-weight: bold;
	widows:0;
	font-size: 11px;
	padding:5px 8px;
	color: #000;
	font-family: Verdana, Helvetica, Sans-Serif;
	line-height:12px;
}
.servicetypes td, table.deliverytimes {
	line-height:11pt;
	font-weight: normal;
	font-size: 9px;
	color: #000;
	font-family: Verdana, Helvetica, Sans-Serif;
}

table#packagedetails tr 
{
	height:20px;
}

table#wsstep2
{
	/*width:492px;*/
	width:735px;
	white-space:normal;	
	text-align:left;
}

table#wsstep2 tr
{
	height:35px;
	vertical-align:top;
}


table#wsregistrationreview tr
{
	 height:25px;
}

table#newaccount /*Also used by Quickship Registraion/Subscription and unsubscription forms*/
{
	text-align:left;
}

table#newaccount tr /*Also used by Quickship Registraion/Subscription and unsubscription forms*/
{
	height:20px;
	padding-top:0px;
}
table#FreightOptions 
{
	padding-left:125px;
	padding-top:0px;
}


table#newaccount td:first-child
{
	width:130px;
	text-align:left;
}


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/
fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #ccc;
	font-family: Verdana, Helvetica, Sans-Serif;
}

fieldset p {
	margin: 2px 12px 10px 10px;
}

legend {
	font-size: 11px;
	font-weight: 600;
	padding: 2px 4px 8px 4px;
	font-family: Verdana, Helvetica, Sans-Serif;
}


	
select
{ 
	border: gray 1px solid;
	font-size: 11px;
	font-family: Verdana, Helvetica, Sans-Serif;
	line-height:1.3em;
	height: 18px;
	_min-height:18px;
	_height:18px;
	vertical-align:middle;
}

input
{ height: 14px;
  _min-height:14px;
  _height:14px;
  vertical-align:middle;
}

.optiongroup * {
    vertical-align: middle;
    padding-bottom:0px;
    margin-bottom:0px;
    padding-top:0px;
    margin-top:0px;
}

.optiongroup div {
    padding-bottom:5px;
}

.textbox /*Applied to input[type="text"], input[type="password"] through jquery for IE6 compatibility*/
{	
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-bottom: gray 1px solid;
	border-left: gray 1px solid;
	font-size: 12px;
	background-image: none;
	cursor: text;
	color: black;
	line-height:normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-align: left;
	vertical-align:middle;
}

input[type="text"], input[type="password"]
{	
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-bottom: gray 1px solid;
	border-left: gray 1px solid;
	font-size: 12px;
	background-image: none;
	cursor: text;
	color: black;
	line-height:normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-align: left;
	vertical-align:middle;
}

.button /*Applied to input[type="submit"], input[type="button"] through jquery for IE6*/
{
	margin-right:1px;
	margin-top:0;
	font-size:10px;
	text-transform:uppercase;
	padding-right:5px;
	padding-left:5px;
	width: auto;
	overflow: visible;	
	vertical-align:middle;
	height:20px;
	_height:20px;
	_min-height:20px;
	
}

input[type="submit"], input[type="button"]
{
	margin-right:1px;
	margin-top:0;
	font-size:10px;
	text-transform:uppercase;
	padding-right:5px;
	padding-left:5px;
	width: auto;
	overflow: visible;	
	vertical-align:middle;
	height:20px;
	_height:20px;
	_min-height:20px;
		
}

input::-moz-focus-inner /*Remove button padding in FF*/
{ 
    border: 0;
    padding: 0;
}

.right-align {
	text-align:right;
}

textarea {
	_resize: none;
}

input.checkbox 
{
	margin-left: -5px;}

textarea .operafix {
	-moz-apperance:23;
}
.contentarea {
	float:right;
	width: 740px;
	margin-left:10px;
	padding: 20px 30px 15px 30px;
	background-color: #fff;
	margin-bottom: 60px;
	_height: 1px;
}

/* only IE6 applies CSS properties starting with an underscore */
	



/* MISC  
----------------------------------------------------------*/
.clear {
	clear: both;
}
#menucontainer {
	margin-top:20px;
}

.buttombuttoncontainer
{
	padding-top:5px;
	text-align:left;
}

div#title {
	display:block;
	float:left;
	text-align:left;
}
#logindisplay {
	font-size:11px;
	display:block;
	text-align:right;
	margin:10px;
	color:#ffffff;
}
#logindisplay a:link {
	color: white;
	text-decoration: none;
}
#logindisplay a:visited {
	color: white;
	text-decoration: none;
}
#logindisplay a:hover {
	color: white;
	text-decoration: underline;
}

#loginpanel input#UserNamePopup
{
	font-size:11px;
	font-family: Verdana, Helvetica, Sans-Serif;
	margin-bottom: 6px;	
	width:120px;
}
#loginpanel input#Password 
{
	font-size:11px;
	font-family: Verdana, Helvetica, Sans-Serif;
	margin-bottom: 6px;	
	width:120px;
}

#loginpanel
{
	font-size: 11px;
	line-height:1.3em;
	font-family: Verdana, Helvetica, Sans-Serif;
}
/*table.login
{
	font-size:11px;
	font-family: Verdana, Helvetica, Sans-Serif;
	line-height:1.3em;
}

.login input#UserName
{
	font-size:11px;
	font-family: Verdana, Helvetica, Sans-Serif;
	margin-bottom: 6px;	
	width:94px;
}

.login input#Password 
{
	font-size:11px;
	font-family: Verdana, Helvetica, Sans-Serif;
	margin-bottom: 6px;	
	width:94px;
}*/

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
	color: #cc0000;
	font-family: Verdana, Helvetica, Sans-Serif;
}
.field-validation-valid {
	display: none;
	font-family: Verdana, Helvetica, Sans-Serif;
}
.input-validation-error {
	border: 1px solid #cc0000;
	background-color: #ffeeee;
}
.validation-summary-errors {
	font-family: Verdana, Helvetica, Sans-Serif;
	color: #cc0000;
}
.validation-summary-errors ul li {
	list-style-type: none;
	margin: 0 1px 0px -40px;
	background-repeat: no-repeat;
	font-family: Verdana, Helvetica, Sans-Serif;
}
.validation-summary-valid {
	display: none;
	font-family: Verdana, Helvetica, Sans-Serif;
}
/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label, .display-field, .editor-field {
	margin: 0.5em 0;
}
.text-box {
	width: 30em;
}
.text-box.multi-line {
	height: 6.5em;
}
.tri-state {
	width: 6em;
}
/*Added for Dropboxes*/
.dbmapdirections 
{
	height:500px;
	width:740px;
	display:none;
}

.dbmap
{
	position:relative;
	float:left;
	width:420px;
	height:487px;
}

.dbdivider /*btw map and locations-directions*/
{
	 position:relative;
	 float:left;
	 width:5px;
	 height:500px;
}

.dbheader
{
	height:20px;
	border:solid 1px Gray;

}

.dbcontent
{
	overflow: auto; 
	max-height:440px;
	border-left:solid 1px darkgray;
	border-right:solid 1px darkgray;
	border-bottom:solid 1px darkgray;
}
.dropboxresult
{
	position:relative;
	float:left;
	width:300px;
	visibility:hidden;
	
}
.pinStyle {
	background:url('images/pin1.gif') no-repeat 0 0;
	height:30px;
	width:25px;
	color:#fff;
	text-align:center;
	font: bold 12px Arial;
	cursor: pointer;
	display: inline;
	float: left;
}
.pinStyleWithNoHover {
	/*background:url('images/pin1.gif') no-repeat 0 0;
	height:30px;
	width:25px;*/
	color:#fff;
	text-align:center;
	font: bold 12px Arial;
	position:absolute;
	MARGIN-TOP: 5px; 
	TOP: -1px; 
	LEFT: 8px;
}
.pinHoverStyle {
	background:url('images/pinHover.gif') no-repeat 0 0;
	height:30px;
	width:25px;
	color:#fff;
	text-align:center;
	font: bold 12px;
	font-family: Verdana, Helvetica, Sans-Serif;
	cursor: pointer;
	display: inline;
	float: left;
}

.dbprintbody 
{
	margin-left:10px;
	margin-right:10px;
	height:100%;
	width:100%;
	background-color:White;
}

.dbprintoptions
{
	position:relative;
	margin-top:15px;
	width:600px;
}

.dbprintmap
{
	position:relative;
	width:600px;
	height:430px;
	margin-top:10px;
}

.forgot 
{
	font-size: 11px;
	float:left;
	font-family: Verdana, Helvetica, Sans-Serif;
}
.required {
	font-weight:normal;
	color: #cc0000;
	padding:0;
	margin:0;
}
.footnote {
	font-size:9px;
}
.requiredleft {
	list-style-type: none;
	margin: 0 1px 3px -15px;
	padding-left: 15px;
	background-image:  url('images/icons/icon_ast.gif');
	background-position: 1px 0;
	background-repeat: no-repeat;
	font-size:9px;
}

/*Richa added - To be modified by Tami*/
.error {
	color:#cc0000;
	font-family: Verdana, Helvetica, Sans-Serif;
}

/*Added for shipping label - applabel*/
.labelbody {
	background-color:#ffffff;
	clear:both;
	font-family: Arial, Helvetica, Sans-Serif;
	background-color:#ffffff;
	margin-left:15px;
	width:600px;
}

 .xthinborder {
	border-right: gainsboro 1px ridge;
	border-top: gainsboro 1px ridge;
	border-left: gainsboro 1px ridge;
	border-bottom: gainsboro 1px ridge;
}
.thinborder {
	border-right: gainsboro 2px ridge;
	border-top: gainsboro 2px ridge;
	border-left: gainsboro 2px ridge;
	border-bottom: gainsboro 2px ridge;
}
.smallblacktext{
	font-size: 8pt;
	color: #333333;
	font-family: Arial, Helvetica, Sans-Serif;
}

.mediumblack
{
	font-size: 12pt;
	color: #000000;
	font-family:  Arial, Helvetica, sans-serif;
}
.mediumlabelblack
{
	font-weight: bold;
	font-size: 11pt;
	color: #000000;	
	font-family: Arial, Helvetica, sans-serif;
}

.smallboldblack
{
	font-weight: bold;
	font-size: 9pt;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
}

.biglabelblack
{
	font-weight: bold;
	font-size: 16pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height:30px;
}

.extrabigblacklabel
{
	font-weight: bold;
	font-size: 40pt;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	line-height:60px;
}

.smallboldred
{
	font-size: 8pt;
	color: #8B0000;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.smallblackcontenttext
{
	font-size: 9pt;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

.tinyblack
{
	font-size: 6pt;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

#next_button
{     
	background:url('images/nextbutton.png') no-repeat;
	height:24px;
	width:54px;
} 

.landingpage_headers {
	font-size:17px;
	font-family:Verdana, Helvetica, Sans-Serif;
	color:#48842b;
	margin-bottom: 0;
}

/*CSS for DeliveryChangeRequest*/
#tblDeliveryInformation td, #tblDelWindow td 
{
	width:190px;
}
#tblContactInformation td
{
  width:180px;	
}
#dvScheduledDeliveries
{
	padding:0 0 10px;
}
#dvContactInfoText
{
	padding-left: 3px; 
	padding-bottom:8px;
}
#tblScheduledDeliveries
{
	width:300px;
}
#tblScheduledDeliveries tr:first-child
{
	background-color:#014B3F; 
	padding:none;
	height:15px;
}
#tblScheduledDeliveries tr:first-child td
{
	text-align:left;
	color:LightYellow; 
	font-weight:bold;
}
#tblScheduledDeliveries tr
{
	background-color:#efefef;  
	padding:3px 0 3px;
}
#tblScheduledDeliveries tr td
{
	text-align:left; 
	border-color:#efefef;
}

#fldComments, #fldContactInfo
{
	border: 1px solid #CCCCCC;
    font-family: Verdana,Helvetica,Sans-Serif;
    margin: 1em 0;
    padding: 0 1em 1em;
}
#ContactPhone
{
	width: 100px;
}
#ContactEmail
{
	width: 250px;
}
#Comments
{
	width:300px;
	height:75px;
	resize: none;
	data-role:none;
}
#DeliveryDate,#DeliveryWindow
{
	width:150px;
}

.buttondiv
{
	padding:10px 0 10px;
}
.pagemessage
{
	font-size:12px;
	color: #8B0000;
	font-family: Ariel, Helvetica, Sans-Serif;
}
.smallred
{
	font-size: 9pt;
	color: #8B0000;
	font-family:  Ariel, Helvetica, sans-serif;
}
.red-validation-error {
	border: 1px solid #cc0000;
	background-color: #ffeeee;
}

.boldred {
    color: #8B0000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 9pt;
    font-weight: bold;
}
.messagetext
{
	font-size: 9pt;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.buttondisabled
{
	font-size: 10px;
    height: 20px;margin-right: 1px;
    margin-top: 0;
    overflow: visible;
    padding-left: 5px;
    padding-right: 5px;
    text-transform: uppercase;
    vertical-align: middle;
    width: auto;
    background-color: #F5F5F5;
    border: 1px solid grey;
    border-radius: 3px 3px 3px 3px;
}
/************Styles for Sutter PutAway pages ***************/

.linkbutton
{
	background:none!important;
    border:none; 
    padding:0!important;
    font-family:Verdana,Arial,sans-serif; 
    color:#48842B;
    text-decoration:none;
    cursor:pointer;
    text-transform:none!important;
    font-size:11px!important;
    
}
/************************************************/

/*Style for ManifestSummary */
#tblDeliveryDate, #tblDeliveryLocations
{
	padding-top:25px;
	padding-bottom:25px;
}
#tblDeliveryLocations tr td:nth-child(1)
{
	width:175px;
}
#tblDeliveryLocations tr td:nth-child(2)
{
	width:500px;
}
#Startslideshow > div { 
    position: absolute; 
   width:748px;
 height:320;
   
}

#Startslideshow { 
    position: absolute;
width:748px;
 height:320;
    box-shadow: 0 0 0px rgba(0,0,0,0.4); 
}


#Pause 
{
	position: absolute; top: 270px; left:10px;z-index: 1000;
	width: 30px;
    height: 30px;
 
background-image:  url('images/Pause.jpg');  }


#Play
{
	position: absolute; top: 270px; left:50px;z-index: 1000;
	width: 30px;
    height: 30px;
 
background-image:  url('images/Play.jpg');  }

.SlideshowtxtBkgrnd
{
   position:absolute; top:243px; left:0px; color:White; font-style:normal;font-size:large; height:38px;width:740px; background-color:Black;opacity:0.6;filter:alpha(opacity=60)
}
.SlideShowtxt
{
	position:absolute; top:100px; margin-top:-5em
}


.GSOGreen
{
	color: #004A3D;
}

.transitnotesgridnotscanned {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.transitnotesgridnotscanned td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
     
}


/************************************************/
/************************************************/
