/*
-- Style Sheet Template and Guide
.noprint - contect that will show on screen ONLY
.print - contect that will print ONLY

.cbold - sets bold
.csmall
.cxsmall
.cbig
.cxbig
.chighlight - used to highlight lines of text
.cheading - used in parts below the page Title

.button - should be used for all 

-- Tables -- Should be used for all bordered tables containing data (not layout)
-- The tag should be set for the table and all tr tags. 
TableA			TableB 			TableC
TableAHeader	TableBHeader	TableCHeader
TableARow		TableBRow		TableCRow
TableARowAlt	TableBRowAlt	TableCRowAlt
TableAFooter	TableBFooter	TableCFooter
TableSelected
TablePagingf

-- Div Panels -- Should be used for all container elements. (not layout)
-- These replace the Table classes listed above
DivPanelA		Title		Body
DivPanelB		Title		Body
DivPanelC		Title		Body

-- Grid Styles -- Should be used for all Grids and Views. (not layout)
-- These replace the Table classes listed above
GridA			GridB 
GridAHeader		GridBHeader	
GridARow		GridBRow
GridARowAlt		GridBRowAlt	
GridAFooter		GridBFooter
GridSelected
GridPaging
GridDataRight

-- These are all for the basic page configuration
.BodyLayoutPrintStyle - Changes the page layout for printing
#BodyLayoutStyle - Changes the page layout
	- 6 Divs under this to create styling. 
#BodyMenuStyle - location of the menus (use javascript also)
#BodyTitleStyle - Style used for the page Title
#BodyContentStyle - Style used for the Contect Location and size
#BodyFooterStyle - Style used for the footer location and size
#BodyContentPrintStyle - Style used for Content Location of Printer only pages
.BodyHeaderSmallLogo - Style used for the header logo on printed documents. 
*/

/* Link to the Reset Style Sheet */
/* caused unsecured data popup in https @import url(http://yui.yahooapis.com/2.8.0r4/build/reset-fonts-grids/reset-fonts-grids.css); */
@import url(/App_BW/styles/reset-fonts-grids.css);

/* This group handles the primary layout of the site */
.BodyLayoutPrintStyle {
	display: none;
}
#BodyLayoutStyle {
	height: 100px; 
	/*background-image: url(/images/a_header_main.jpg); */
	background-repeat: no-repeat; 
	background-position: center center; 
}

#BodyMenuStyle {
}
#BodyTitleStyle {
	font-weight: bold;
	font-size: 12pt;
	padding: 5px 0 0 0;
	color: black;
	width: 100%;
	text-align: center;
	margin: 0 auto 0 auto;
}
#BodyContentStyle {
	background-color: white;
	margin: 20px auto 0 auto;
	text-align: center;
}
#BodyContainerFF{
width:790px;
margin:0 auto 0 auto;
}
.BodyPrintStyle {
	background-color: white;
}
#BodyContentPrintStyle {
	margin: 0 auto 0 auto;
	width: 710px;
	background-color: white;
}
#BodyFooterStyle {
	clear: both;
	text-align: center;
	width:100%;
	margin: 30px auto 0 auto;
}
.BodyHeaderSmallLogo 
{
	height: 90px;
	width: 135px;
	background-image: url(/App_BW/images/a_logo_small.gif); 
	background-repeat: no-repeat; 
	background-position: center center; 
}
.container {
	width: 100%;  /* this will create a container 80% of the browser width */
	margin: 0 auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
BODY, P, DIV, TD, TH, BLOCKQUOTE, LI {
	font-size : 10pt;
	font-family : Arial, sans-serif, Verdana;
}
BODY {
	margin : 0 0 0 auto;
	color : Black;
}
H1, H1 A, H1 P, H1 TD {
	font-size : 12pt;
	margin-bottom: 10px;
}
H2, H2 A, H2 P, H2 TD {
	font-size : 12pt;
	margin-bottom: 0px;
	margin-top: 0px;
}
H3, H3 A, H3 P, H3 TD {
	font-size : 11pt;
	margin-bottom: 0px;
	margin-top: 0px;
}
A {
}
a img 
{
	border: none 0;
}
PRE {
	font-family : Courier;
}

/* This group handles special options for printable pages. */
.BOLHeaderImageContainer{}
.BOLHeaderNameContainer{}

.clscomphead {
    float:left;font-size:40px;text-transform:uppercase;text-align:center;margin-left:10px;
}


/* This group handles helper styles for special sections and types of links */



.HelpLink {
	position: absolute;
	left: 50%;
	top:105px;
	margin-left:425px;
	text-align: right;
}
.HelpNotes {
	width: 750px;
	margin: 0 auto 0 auto;
	text-align: left;
	font-size : 8pt;
}
.ExportExcel {
	margin: 0 auto 0 auto;
	text-align: right;
	width: 700px;
}
.cbold {
	font-weight : bold;
}
.csmall {
	font-size : 8pt;
}
.cxsmall {
	font-size : 7pt;
}
.cbig {
	font-size : 12pt;
}
.cxbig {
	font-size : 16pt;
}
.chighlight {
	font-weight: bold;
	color : Red;
}
.cheading {
	font-weight: bold;
	font-size: 18pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:Black;
}

.NeverDisplay {
	 display: none;
	 visibility: hidden;
}

.clear     
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.imgmenusearch {
    width:30px;
    vertical-align:middle;
   
    z-index:10001;
border: solid 2px #000;
border-radius: 10px;
max-height: 25px;
    margin-top: 2px;
}



#divSearchControls 
{
    height: 35px;
    padding-top: 9px;
    }
#divSearchType
{
    
    }
#divSearchLoadNumber
{
    
    }

#divSearchLoadNumber input.text
{
    margin-type: 2px;
}
.noprint {
} /* should remain empty, placed here for documentation effect */
.print {
	display: none;
}

/* 
Table Styles - Primary Color 
Back Color - #004480
Back Text - white
*/
.TableSelected {
	background-color: #AAAAAA;
}
.TableDataRight {
	text-align: right;
}
.TablePaging {
	text-align:center;
}

th {
}
.TableA {
	margin: 0 auto 0 auto;
	text-align:left;
	border-width:1px;
	border-style: solid; /* This is required to override the borders set by .NET */
	border-color: #dddddd;
}
.TableA td,.TableA th,.TableA div {
	padding: 3px;
}
.TableA th a, .TableA th a:visited  {
}
.TableARow {
}
.TableARowAlt {
	background-color: #eeeeee;
}
.TableAHeader {
	text-align:center;
	font-weight: bold;
	background-color: #AAAAAA; 
	color: white; 
}
.TableAHeader a {
	color: white; /* Back Text 1 */
}
.TableAHeader a:visited {
	color: white; /* Back Text 1 */
}
.TableAHeader th {
	border:1px solid #dddddd; /* This is required to override the borders set by .NET */
	color: white; /* Back Text 1 */
	
}
.TableAFooter {
}
/* 
Table Styles - Secondary Color 
Back Color - #E8941A
Back Text - white
*/
.TableB {
	margin: 0 auto 0 auto;
	border-width:1px;
	text-align:left;
	border-style: solid; /* This is required to override the borders set by .NET */
	border-color: #666666;
	border-collapse:collapse;
}
.TableB td,.TableB th,.TableB div {
	padding: 4px;
}
.TableB th a, .TableB th a:visited  {
}
.TableBRow {
}
.TableBRowAlt {
	background-color: #eeeeee;
}
.TableBHeader {
	text-align:center;
	font-weight: bold;
	background-color: #CCCCCC; 
	color: white; 
}
.TableBHeader a {
	color: white; /* Back Text 2 */
}
.TableBHeader a:visited {
	color: white; /* Back Text 2 */
}
.TableBHeader th {
	color: white; /* Back Text 2 */
}
.TableBFooter {
}
/* 
Table Styles - Tertiary Color - Unformated, grey border
Back Color - white
Back Text - black
*/
.TableC {
	margin: 0 auto 0 auto;
	text-align:left;
	border-width:1px;
	border-style: solid; /* This is required to override the borders set by .NET */
	border-color: #eeeeee;
	border-collapse:collapse;
}
.TableC td,.TableC th,.TableC div {
	padding:1px;
}
.TableC th a, .TableC th a:visited  {
}
.TableCRow {
}
.TableCRowAlt {
	background-color: #eeeeee;
}
.TableCHeader {
	text-align:center;
	font-weight: bold;
	border-width:1px;
	border-style: solid; /* This is required to override the borders set by .NET */
	border-color: #eeeeee;
	background-color: #eeeeee; /* Back Color 3 */
	color: black; /* Back Text 3 */
}
.TableCHeader a {
	color: black; /* Back Text 3 */
}
.TableCHeader a:visited {
	color: black; /* Back Text 3 */
}
.TableCFooter {
}

/* 
 -- Forms 
*/

select {
}
textarea {
}
input {
}
.button {
}

.UpdateProgress {
}

/* 
Grid Styles - Primary Color 
*/
.GridSelected {
	background-color: #AAAAAA;
}
.GridDataRight {
	text-align: right;
}
.GridPaging {
	text-align:center;
}

.GridA {
	margin: 0 auto 0 auto;
	text-align:left;
	border-width:1px;
	border-style: solid; /* This is required to override the borders set by .NET */
	border-color: #dddddd;
}
.GridA td,.GridA th,.GridA div {
	padding: 5px;
}
.GridA th a, .GridA th a:visited  {
}
.GridARow 
{
}
.GridARowAlt {
	background-color: #eeeeee;
}
.GridAHeader {
	text-align:center;
	font-weight: bold;
	background-color: #AAAAAA; 
	color: white; 
}
.GridAHeader a {
	color: white; /* Back Text 1 */
}
.GridAHeader a:visited {
	color: white; /* Back Text 1 */
}
.GridAHeader th {
	border:1px solid #dddddd; /* This is required to override the borders set by .NET */
	color: white; /* Back Text 1 */
}
.GridAFooter {
height:100%;
}
/* 
Grid Styles B - Secondary Color 
*/
.GridB {
	margin: 0 auto 0 auto;
	border-width:1px;
	text-align:left;
	border-style: solid; /* This is required to override the borders set by .NET */
	border-color: #666666;
	border-collapse:collapse;
}
.GridB td,.GridB th,.GridB div {
	padding: 4px;
}
.GridB th a, .GridB th a:visited  {
}
.GridBRow 
{
    border: 2px solid #000;
}
.GridBRowAlt {
	background-color: #eeeeee;
}
.GridBHeader {
	text-align:center;
	font-weight: bold;
	background-color: #CCCCCC; 
	color: white; 
}
.GridBHeader a {
	color: white; /* Back Text 2 */
}
.GridBHeader a:visited {
	color: white; /* Back Text 2 */
}
.GridBHeader th {
	color: white; /* Back Text 2 */
}
.GridBFooter {
}


/*
-- Style Sheet For Layout Divs
*/
.DivPanelA 
{
    margin-top:5px;
    margin-bottom:5px;
	margin-left:2px;
	margin-right:2px;
    border: solid 1px #bbbbbb;
}

.DivPanelA .PanelTitle 
{
    background-color: #dddddd;
    }

.DivPanelA .PanelTitle ,.DivPanelA .PanelTitle a
{
     padding: 2px 0 2px 0;
     text-align: center;
     font-weight: bold;
     color: Black;
}

.DivPanelA .PanelBody {
text-align: left;
padding: 2px;
border: none;
}
.DivPanelB 
{
    margin-top:5px;
    margin-bottom:10px;
	margin-left:2px;
	margin-right:2px;
	border: solid 1px #bbbbbb;
}

.DivPanelB .PanelTitle 
{
 padding: 2px 0 2px 0;
 text-align: center;
 background-color: #eeeeee;
 font-weight: bold;
}

.DivPanelB .PanelBody {
	text-align:left;
	padding:5px 5px 5px 5px;
	border: none;
}

.DivPanelC {
    border: solid 1px #eeeeee;
    margin-top:10px;
    margin-bottom:10px;
	margin-left:2px;
	margin-right:2px;
    height: 100%;
}

.DivPanelC .PanelTitle 
{
    background-color: #eeeeee;
}

.DivPanelC .PanelBody {
    text-align:left;
}

/*
-- Style Sheet For Fieldsets
*/

.PanelBodyForm { 
padding:15px 7px 7px 7px;
margin-bottom:7px;
text-align: left; }

.PanelBodyForm input 
{
   margin-bottom: 3px;}
.PanelBodyForm select 
{
   margin-bottom: 3px;}

.PanelBodyForm  label 
{
    float:left;
    width:30%;
    text-align:left;
    font-weight:bold;
	
}
.PanelBodyForm td label 
{
    float: none;	
}
ul
{
    margin-top: 8px;
    margin-bottom: 5px;
    margin-left: 0px;
    padding-left: 20px;
}

ul ul
{
    padding-left: 15px;
    margin-left: 0px;
    
}


/*
-- Style Sheet Customer Button Icons (Full Form, Short Form, Track/View Shipments)
*/

.FullFormIcon {
    background-image: url(/App_BW/images/icon_ship.gif);
    background-repeat: no-repeat;
    background-position: top center;
    display: block;
    height: 35px;
    Width: 80px;
    Padding-top: 50px;
    text-align: center;
    
}
.FullFormIcon:hover {
    background-color: #efefef;}
    
.ShortFormIcon {
    background-image: url(/App_BW/images/icon_quote.gif);
    background-repeat: no-repeat;
    background-position: top center;
    display: block;
    height: 35px;
    Width: 80px;
    Padding-top: 50px;
    text-align: center;
    
}
.ShortFormIcon:hover {
    background-color: #efefef;}
.TrackViewIcon {
    background-image: url(/App_BW/images/icon_track.gif);
    background-repeat: no-repeat;
    background-position: top center;
    display: block;
    height: 35px;
    Width: 80px;
    Padding-top: 50px;
    text-align: center;
}

.TrackViewIcon:hover {
    background-color: #efefef;}
/*
-- Style Sheet For Popup Calendar
*/

.calendarMonthHeader
{
	color: White; /* Back Text 2 */
	background-color: #778899; /* Back Color 2 */
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: bolder;
}
.calendarDayHeader
{
	font-family: Verdana, Arial;
	font-size: 10px;
	background-color: #D3D3D3;
}
.calendarMonth
{
	font-family: Verdana, Arial;
	font-size: 10px;
	background-color: white;
}
.calendarMonthSelected 
{
	font-family: Verdana, Arial;
	font-size: 10px;
	background-color: #D3D3D3;
}
.calendarMonthButton
{
	font-family: Verdana, Arial;
	font-size: 10px;
	background-color: #D3D3D3;
	border: solid 1px black;
}
.calendarDays 
{
	font-family: Verdana, Arial;
	font-size: 10px;
	background-color: white;
}
.calendarDaysOff
{
	font-family: Verdana, Arial;
	font-size: 10px;
	background-color: #D3D3D3;
}
.calendarWeekend
{
	font-family: Verdana, Arial;
	font-size: 10px;
	color: gray;
	background-color: white;
}
.calendarToday
{
	font-family: Verdana, Arial;
	font-size: 10px;
	background-color: white;
}


/*
-- Style Sheet For Rate Engine Results
*/

.RatingHiddenContent {
	width: 420px;
	padding: 5px;
	margin-top: 10px;
	margin-right: -5px;
	margin-bottom: 10px;
	margin-left: -500px;
	position: relative;
	display: none;
}
.RatingHiddenContent table {
	width:100%;
}
.RatingCarrierInfoMain {
	float:left; 
	text-align:left;
}

.RatingCarrierInfoLinks {
	float:right;
	text-align:right;
	margin-right: 10px;
} 

/* Report Builder Styling */

.rbBuilder 
{
    width:1000px; 
    margin:0 auto 0 auto;
    text-align: left;
    }
.rbBuilder label
{
    
    width: 85px;
    display:inline-block;
    font-weight:bold;
    text-align:right;
    margin-bottom:2px;
    }
.rbBuilder input
{
    
    margin-bottom:2px;
    }
.rbBuilder table label
{
    font-weight:normal;
    text-align:left;
    margin-bottom:2px;
    }

.rbBuilder .DivPanelA,.rbBuilder .DivPanelB
{
    margin-top: 0px ;
    margin-bottom: 5px;
    }
    
#divColumns .PanelTitle
{ 
    text-align:left;
    padding-left: 10px;
  }
#divColumns .PanelBody
{ 
   padding: 3px 3px 25px 3px;
}
#divColumns .PanelBody  input
{   margin-bottom:2px;
    }

.rbColumns
{
    width: 215px;
    display:inline-block;
    text-align:left;
    margin-bottom:2px;
    font-weight:normal;
    float:left;
    }
 .rbTabs 
 {
     margin: 0 25px 0 0; 
     padding: 0px;
     width: 350px;
     }
 .rbBuilder .DivPanelA .rbTabs .DivPanelA, .rbBuilder .DivPanelA .rbTabs .DivPanelB
 {
     margin: 0 2px 0 2px; 
     padding: 0px;
     }
          
          
#tabGeneral,#tabColumns,#tabCriteria
 {
     float: left;
     width: 70px; 
     margin-bottom: 0px;
     }
     
#tabGeneral .PanelTitle,#tabColumns .PanelTitle,#tabCriteria .PanelTitle
 {
      font-size:15px;
      margin: 0 auto 0 auto;
     }     
     
#tabGeneral .DivPanelA,#tabColumns .DivPanelA,#tabCriteria .DivPanelA
 {
     }          
    
    
    /*************** PASSWORD STRENGTH STYLES ********************/

#password_description
{
	font-size: 12px;
	width:144px;
	color:Black;
	font-weight:bold;
    text-align:center;
}

#password_strength
{
    height:15px;
	display:block;
}

#password_strength_border
{
    height:15px;
	width: 144px;
	border: 1px solid black;
}
.strength0
{
	width:100%;
	background:#cccccc;
}

.strength1
{
	width:100%;
	background:red;
}

.strength2
{
	width:100%;
	background:yellow;
}

.strength3
{
	width:100%;
	background:#ADFF2F;
}

.strength4
{
	background:#90EE90;
	width:100%;
}

.strength5
{
	background:#008000;
	width:100%;
}

.strength9
{
	background:#808080;    
	width:100%;	
}

/* Ajax Modal Popup Styling */
.modalBackground
{
    background-color: #dddddd;
    filter:alpha(opacity=70);
    opacity:0.7;
    -moz-opacity: 0.7;
    -moz-filter:alpha(opacity=70);
}

/* Universal Autocomplete */
.autocompleteListUniversal {
    background-color: transparent;
    padding: 0px;
	margin-top: 3px;
	border-top: 1px black solid;
	width: 360px !important;
    }

.autocompleteItemUniversal {
    background-color: #ffffff;
	color:#000000; /* Main Text Color */
	border-bottom: 1px black solid;
	border-right: 1px black solid;
	border-left: 1px black solid;
	padding: 5px;
	text-indent: 5px;
	cursor: pointer;
	list-style-type: none;
    }

.autocompleteHighlightUniversal {
	color:#000000;
    background-color: #cbcbcb;
    border-bottom: 1px black solid;
	border-right: 1px black solid;
	border-left: 1px black solid;
	padding: 5px;
	text-indent: 5px;
	cursor: pointer;
	list-style-type: none;
}
/* Universal Autocomplete */

/* Future Autocomplete */
.autocompleteListFuture {
    background-color: transparent;
    padding: 0px;
	margin-top: 3px;
	border-top: 1px black solid;
    }

.autocompleteItemFuture {
    background-color: #ffffff;
	color:#000000; /* Main Text Color */
	border-bottom: 1px black solid;
	border-right: 1px black solid;
	border-left: 1px black solid;
	padding: 5px 0px 5px 0px;
	text-indent: 5px;
    }

.autocompleteHighlightFuture {
	color:#000000;
    background-color: #cbcbcb;
}
.autocompleteHighlightCustomerFuture {
    width: 100% !important;
}
.autocompleteListCustomerFuture
{
    width: 100% !important;
}
/* Future Autocomplete */

/* Obsolete */
.autocompleteList {
    background-color: transparent;
    list-style-type: none;
    padding: 0px;
    text-align: left;
	margin-top: 3px;
	border-top: 1px black solid;
    }

.autocompleteListCustomer {
    width: 240px !important;
    }

.autocompleteListLoad {
    width: 240px !important;
    }

.autocompleteListProduct {
    width: 395px !important;
    }
         
.autocompleteList li {
    width: 228px !important;
    }
   
 .autocompleteListFuture li {
    width: 100% !important;
    } 
    
.autocompleteItem {
    background-color: #ffffff;
    width: 218px !important;
	color:#000000; /* Main Text Color */
	border-bottom: 1px black solid;
	border-right: 1px black solid;
	border-left: 1px black solid;
	padding: 5px;
    }

.autocompleteHighlight {
	color:#000000;
    background-color: #cbcbcb;
    width: 218px;
	border-bottom: 1px black solid;
	border-right: 1px black solid;
	border-left: 1px black solid;
	padding: 5px;
    }
   
.autocompleteHighlightCustomer {
    width: 218px;
    }


.autocompleteHighlightLoad {
    width: 218px;
    }
    
.autocompleteItemProduct {
    background-color: #ffffff;
    width: 393px !important;
	color:#000000; /* Main Text Color */
	border-bottom: 1px black solid;
	border-right: 1px black solid;
	border-left: 1px black solid;
	padding: 5px;
	list-style-type: none;
    }
   
.autocompleteHighlightProduct 
{
	color:#000000;
    background-color: #cbcbcb;
	border-bottom: 1px black solid;
	border-right: 1px black solid;
	border-left: 1px black solid;
	padding: 5px;
    width: 393px;
    list-style-type: none;
    }
         
.autocompleteProductList li {
    width: 393px;
    }
    
.autocompleteProductItem {
    background-color: #ffffff;
    width: 383px;
	color:#000000; /* Main Text Color */
	border-bottom: 1px black solid;
	border-right: 1px black solid;
	border-left: 1px black solid;
	padding: 5px;
    }
/* Obsolete */



.InvalidSession {
	width: 500px;
	margin: 170px auto 0 auto;
	padding-top: 20px; 
	padding-bottom: 20px;
	border: solid 1px black;
}

.InvalidSession a {
	font-size: 15px;
}

.InvalidSession label { margin-left: 60px;}
.InvalidSession h2 {
	font-size: 18px;
}

.InvalidSession input {
    width: 150px;
}

.InvalidSession PanelForm {
}

.Watermark
{
	color: Gray;
	font-style: italic;
}

.ConsolidatedLoad0{color: Red;}
.ConsolidatedLoad1{color: Orange;}
.ConsolidatedLoad2{color: Green;}
.ConsolidatedLoad3{color: Blue;}
.ConsolidatedLoad4{color: Purple;}
.ConsolidatedLoad5{color: Maroon;}
.ConsolidatedLoad6{color: Silver;}
.ConsolidatedLoad7{color: Olive;}
.ConsolidatedLoad8{color: Gray;}
.ConsolidatedLoad9{color: Teal;}

hr
{
    margin:-4px;
    padding:0px;
    color:#000000;
    }


@media (max-width: 740px) {

    .clscomphead {
    float:left;font-size:25px;text-transform:uppercase;text-align:left;margin-left:10px;
}


}