/* Minification failed. Returning unminified contents.
(1651,24): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
/*----------------------------------------------------------------------------//
// CSS Styles Sheet ----------------------------------------------------------//
//----------------------------------------------------------------------------*/
/*@import url(reset.css);*/
/* Reset all padding and margin */
body,html,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,a img,:link img,:visited img,abbr,acronym { 
    border:0;
}
address,caption,cite,code,dfn,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:1em;
    font-weight:normal;
}
q:before,q:after { 
    content:''; 
} 
/*- General -------------------------------------------------------------------*/
body
{
    font-family: Arial, Verdana, Helvetica, Sans-serif;
    font-size: 62.6%; /* 10px by default */
    color: #000000;
    background: #F7F8FA;
}
p
{
    margin: 0 0 12px 0;
}
a
{
    color: #00b529;
    text-decoration: underline;
}
a:hover
{ 
    color: #00a726;
    text-decoration: none;
}
sup
{
    font-size: 80%;
    line-height: 100%;
    vertical-align: text-top;
    padding-bottom: 5px;
}

/* Clearing floating element */
.clearer
{
    clear: both;
    line-height: 0;
    height: 0;
}
.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix
{
    display: inline-block;
}

/*----------------------------------------------------------------------------//
// Global styles for the Site envelope ---------------------------------------//
//----------------------------------------------------------------------------*/
#wrapper
{
    width: 973px;
    margin: 0 auto;
    text-align: left;
}

/*- Header -----------*/
#Header
{
    height:115px; /*140px;*/
    background: url(/res/images/header/Bg_Header.jpg) no-repeat top left;
    border-left: 1px solid #00b529;
    border-right: 1px solid #00b529;
    position: relative;
}
#Header img.LogoPrint
{
    display: none;
}
#Header img.Logo, #Header div.Slogan, #Header h2, ul#MainMenu
{
    position: absolute;
}
#Header img.Logo
{
    height: 50px;
    width: 360px;
    left: 20px;
    top: 17px;/*29px;*/
}
#Header div.Slogan
{
    height: 60px;
    width: 210px;
    left: 402px;
    overflow: hidden;
    top: 14px;/*26px;*/
    line-height: 1.3em;
    color: #FFFFFF;
}
#Header div.Slogan h1
{
    font-size: 1.1em;
    color: #ffe01a;
    font-weight: bold;
}
#Header div.Slogan h1 a
{
    color: #ffe01a;
    text-decoration: none;
}
#Header div.Slogan h1 a:hover
{
    text-decoration: underline;
}
#Header div.Slogan p
{
    font-size: 1.1em;
}
#Header h2
{
    height: 60px;
    width: 320px;
    right: 15px;
    overflow: hidden;
    top: 14px;/*26px;*/
    text-align: right;
    font-size: 1.5em;
    color: #FFFFFF;
    font-weight: bold;
}
#Header h2 a
{
    color: White;
    text-decoration: none;
}
#Header h2 a:hover
{
    text-decoration: underline;
}

ul#MainMenu
{
    top: 80px;/*105px;*/
    left: 0;
    background: url(../images/header/Bg_MainMenu.gif) repeat-x top left;
    height: 35px;
    width: 971px;
    border-top: 1px solid #00b529;
}
ul#MainMenu li
{
    float: left;
    height: 35px;
    background: url(../images/header/Bg_SepItemMenu.gif) no-repeat top right;
    padding-right: 2px;
}
ul#MainMenu li a
{
    display: block;
    height: 35px;
    font-size: 1.3em;
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    background-image: url(../images/header/Bg_ItemMenu.gif);
    background-repeat: repeat-x;
    background-position: top left;
}
ul#MainMenu li a:hover
{
    background-image: url(../images/header/Bg_ItemMenu_Over.gif);
    color: #fdf2aa;
}
ul#MainMenu li.On a, ul#MainMenu li.On a:hover
{
    background-image: url(../images/header/Bg_ItemMenu_On.gif);
    color: #ffdd00;
}
ul#MainMenu li.Home
{
    width: 74px;
}
ul#MainMenu li.SignUpNow
{
    width: 130px;
}
ul#MainMenu li.Posting
{
    width: 98px;
}
ul#MainMenu li.AboutUs
{
    width: 106px;
}
ul#MainMenu li.ContactUs
{
    width: 123px;
}
ul#MainMenu li.Faqs
{
    width: 74px;
}
ul#MainMenu li.Links, ul#MainMenu li.Blog
{
    width: 76px;
    background: url(../images/header/Bg_LastSepItemMenu.gif) no-repeat top right;
}
ul#MainMenu li.Questions
{
    font-size: 1.30em;
    color: #FFFFFF;
    font-weight: bold;
    background: none;
    line-height: 35px;
    width: 274px;
    text-align: center;
}


/*- Body -----------*/
#Body
{
    background: #FFF url(../images/bg/Bg_Body.gif) repeat-x top left;
    border: 1px solid #00b529;
    border-top: 0;
    padding: 10px 0 0 6px;
    clear: both;
}
#Body div.Main
{
    width: 750px;
    float: left;
    padding-bottom: 6px;
}
#Body div.SideBar
{
    width: 203px;
    float: left;
    padding: 0 0 6px 6px;
}


/*- Footer -----------*/
#Footer
{
    padding-top: 14px;
}
#Info
{
    border: 1px solid #00b529;
    background-color:#ffffff;
    margin-top:10px;
    clear: both;
}
#Info div.Part
{
    width:310px;
    float:left;
    padding:5px;
}
#Info a
{
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
}
#Info a:hover
{
    text-decoration:underline;
}
#RSSBox
{
    float:left;
    border: 1px solid #00b529;
    background-color:#FFF;
    width:580px;
    margin-top:10px;
    clear: both;
}
#RSSBox a
{
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
}
#RSSBox a:hover, #SocialMedia div.LoadPosting ul li a:hover
{
    text-decoration:underline;
}
#RSSBox div.RSSFeed
{
     float:left;
     width:280px;
     padding:5px;
     padding-bottom:8px;
}
#SocialMedia {
    float:left;
    width:385px;
    margin-top:10px;
    margin-left:5px;
    background-color: #F7F8FA;
}
#SocialMedia div.divSMIcons {
    margin-bottom:10px; 
    margin-left:17px;
}
#SocialMedia a.aSMTitle {
    display: block;
    padding-top: 5px;
    float: left;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: bold;
}
#SocialMedia a.smIcon {
    display:block;
    width:16px;
    height:16px;
    margin:3px 4px 0 0;
    float: left;
    background:url('/res/images/sprites/social-media.gif') no-repeat;
}
#SocialMedia a.iconFB {margin-left:10px;}
#SocialMedia a.iconIn {background-position:0 -16px;}
#SocialMedia a.iconYouTube {background-position:0 -32px;}
#SocialMedia a.iconTweeter {background-position:0 -48px;}
#SocialMedia a.iconBlogger {background-position:0 -64px;}
#SocialMedia a.iconMySpace {background-position:0 -80px;}
#SocialMedia a.iconFlickr {background-position:0 -96px;}
#SocialMedia a.iconPhotobucket {background-position:0 -112px;}
#SocialMedia a.iconPicasa {background-position:0 -128px;}
#SocialMedia div.LoadPosting ul li a, #SocialMedia div.LoadPosting ul li {
    font-weight: normal;
    font-size: 1em;
    color: #00b529;
    text-decoration: none;
}
#SocialMedia div.Demo, #SocialMedia div.LoadPosting {
    float: left;
    padding: 12px 18px 0 18px;
    width: 155px; /*185px*/
    /*background: url(../images/footer/Bg_FooterLinkBorder.gif) no-repeat top left;*/
    background-color: #F7F8FA;
    min-height: 155px;
    height: auto !important;
    height: 155px;
    /*margin-bottom: 20px;*/
}
#SocialMedia div.Demo h4, #SocialMedia div.LoadPosting h4 {
    font-weight: bold;
    font-size: 1.1em;
    text-transform: uppercase;
    color: #00b529;
    margin-bottom: 5px;
}
#SocialMedia div.LoadPosting ul li {
    padding-left: 6px;
    background: url(../images/footer/Bullet_FooterLink.gif) no-repeat 0 6px;
}
#SocialMedia div.Demo p {
    color: #787c6e;
}
.SupportingCompanies {
    /*background: url('/res/images/footer/Bg_FooterLinkBorder.gif') no-repeat top left;*/
    background-color: #F7F8FA; 
    padding:0 5px 0 5px;
}
.SupportingCompanies a {
    display:block;
    float:left;
    height:46px;
    width:45px;
    margin:2px;
    background:url('/res/images/sprites/suppoting-organizations.gif') no-repeat;
}
.SupportingCompanies a.title {
    width:auto;
    height:auto;
    background:none;
    margin-bottom:4px;
    color:Black;
    text-decoration:none;
}
.SupportingCompanies a.ATA {
    width: 52px;
    background-position: 0 -51px;
}
.SupportingCompanies a.TCA {
    background-position: -195px -50px;
    width: 58px;
}
.SupportingCompanies a.OOIDA {
    background-position: -97px -51px;
}
.SupportingCompanies a.TIA {
    width:50px;
    margin-bottom: 6px;
    background-position: -143px -51px;
}
.SupportingCompanies a.GoDaddy {
    width:132px;
    background-position: 0 0;
}
.SupportingCompanies a.BBB {
    width:130px;
    height:51px;
    background-position: -132px 0;
}
#Footer div.Links
{
    float: left;
    padding: 0 0 0 8px;
    margin-bottom: 20px;
    /*width: 580px;*/
    /*background: url(../images/footer/Bg_FooterLink.gif) no-repeat top left;*/
    background-color: #F7F8FA;
}
#Footer div.Links ul li
{
    float: left;
    width: 137px;
    padding-top: 10px;
}
#Footer div.Links ul li a, #Footer div.LoadPosting ul li a
{
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
}
#Footer div.Links ul li a:hover
{
    text-decoration: underline;
}
#Footer div.Links ul li ul
{
    margin-top: 5px;
}
#Footer div.Links ul li ul li
{
    float: none;
    border: 0;
    width: 136px;
    padding-top: 0;
    padding-left: 6px;
    background: url(../images/footer/Bullet_FooterLink.gif) no-repeat 0 6px;
}
#Footer div.Links ul li ul li a
{
    font-weight: normal;
    font-size: 1em;
    color: #00b529;
}
#Footer div.Copyright
{
    padding: 14px 0 30px 8px;
    border-top: 1px solid #dadfd5;
    font-size: 1.1em;
    color: #494848;
}


/*----------------------------------------------------------------------------//
// Specific HomePage styles --------------------------------------------------//
//----------------------------------------------------------------------------*/

/*- Tabs menu styles ------*/
#Body div.Tabs
{
    padding: 15px 0 12px 6px;
    background: #cecece url(../images/home/Bg_HomeTabsContainer.gif) repeat-x top left;
    margin-top: 5px;
}
#Body div.Tabs ul.TabsMenu
{
    white-space: nowrap;
    height: 28px;
    background: url(../images/home/Bg_HomeTabsMenuShadow.gif) repeat-x bottom left;
    width: 738px;
}
#Body div.Tabs ul.TabsMenu li
{
    float: left;
    list-style-type: none;
    height: 28px;
    padding-right: 6px;
}
#Body div.Tabs ul.TabsMenu li.Last
{
    padding-right: 0;
}
#Body div.Tabs ul.TabsMenu li a
{
    background-image: url(../images/home/Bg_HomeTabsMenu.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
    line-height: 28px;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 1.1em;
    text-decoration: none;
    display: block;
    width: 180px;
    text-align: center;
}
#Body div.Tabs ul.TabsMenu li a:hover
{
    background-position: 0 -28px;
    color: #fdf2aa;
}
#Body div.Tabs ul.TabsMenu li a.selected, #Body div.Tabs ul.TabsMenu li a.selected:hover
{
    background-position: 0 -56px;
    color: #2e323b;
}
#Body div.Tabs div.TabsContent
{
    background: #FFF url(../images/home/Bg_HomeTabsContent.gif) repeat-x top left;
    border: 1px solid #3b424e;
    border-top: 0;
    min-height: 263px;
    height: auto !important;
    height: 263px;
    width: 714px; /*736px*/
    padding: 12px 11px 0 11px;
}
#Body div.Tabs div.TabsContent div.Box h3
{
    color: #00b529;
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 10px;
}
#Body div.Tabs div.TabsContent h4
{
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 10px;
}
#Body div.TabsContent div.Box ul
{
    margin: 0 0 10px 0;
}
#Body div.TabsContent div.Box p
{
    font-size: 1.2em;
}
#Body div.TabsContent div.Box ul li
{
    padding-left: 8px;
    background: url(../images/home/Bullet_Green.gif) no-repeat 0 5px;
    font-size: 1.2em;
    position: relative;
}
#Body div.TabsContent a.More
{
    font-size: 1.2em;
}
#Body div.TabsContent div.Box
{
    background-color: #FFFFFF;
    border: 1px solid #b7b9bc;
    width: 286px;
    min-height: 180px;
    height: auto !important;
    height: 180px;
    padding: 12px 15px;
    position: relative;
}
#Body div.TabsContent div.Box span.Arrow
{
    position: absolute;
    width: 17px;
    height: 34px;
    background: url(../images/home/Img_ArrowTabBox.gif) no-repeat top left;
    display: block;
    right: -17px;
    top: 80px;
}
#Body div.TabsContent div.Container
{
    width: 355px;
    float: left;
}
#Body div.TabsContent div.ButtonBox
{
    margin-top: 16px;
    margin-bottom: 10px;
}
#Body div.TabsContent div.ButtonBox .Button
{
    float: right;
    margin-left: 10px;
}


/* Tab 1 : Membership Plan */
table.KeyLoadboardFeatures
{
    width: 370px;
    border: 1px solid #c3c5c8;
}
table.KeyLoadboardFeatures td
{
    border-top: 1px solid #f1f1f1;
    border-left: 1px solid #c3c5c8;
    border-right: 1px solid #c3c5c8;
    padding: 3px 10px;
    background-color: #FFF;
}
table.KeyLoadboardFeatures th.Feature, table.KeyLoadboardFeatures th.Premium, table.KeyLoadboardFeatures th.Standard, table.KeyLoadboardFeatures th.Basic
{
    font-size: 1.1em;
    font-weight: bold;
}
table.KeyLoadboardFeatures th.Feature
{
    padding: 3px 10px;
    width: 182px;
    background: url(../images/home/Bg_KeyLoadboardFeatures.gif) repeat-x bottom left;
}
table.KeyLoadboardFeatures th.Premium, table.KeyLoadboardFeatures th.Standard, table.KeyLoadboardFeatures th.Basic
{
    color: #FFF;
    width: 62px;
    text-align: center;
}
table.KeyLoadboardFeatures th.Premium
{
    background-color: #ff9d1f;
}
table.KeyLoadboardFeatures th.Standard
{
    background-color: #00b529;
}
table.KeyLoadboardFeatures th.Basic
{
    background-color: #969696;
}
table.KeyLoadboardFeatures td.Premium, table.KeyLoadboardFeatures td.Standard, table.KeyLoadboardFeatures td.Basic
{
    font-size: 1.6em;
    line-height: 0.8em;
    font-weight: bold;
    text-align: center;
}
table.KeyLoadboardFeatures td.Premium
{
    color: #ff9d1f;
    background-color: #fffbe0;
}
table.KeyLoadboardFeatures td.Standard
{
    color: #00b529;
}
table.KeyLoadboardFeatures td.Basic
{
    color: #969696;
}
#Body div.FeaturesBox
{
    float: left;
    width: 370px;
}
#Body div.TabsContent div.FeaturesBox p
{
    padding-top: 10px;
    position: relative;
    width: 370px;
    height: 28px;
}
#Body div.FeaturesBox p a.Button
{
    position: absolute;
    top: 10px;
    padding-right: 6px;
}
#Body div.FeaturesBox p a.Premium
{
    left: 190px;
}
#Body div.FeaturesBox p a.Standard
{
    left: 251px;
}
#Body div.FeaturesBox p a.Basic
{
    left: 312px;
}
#Body div.FeaturesBox p a.More
{
    padding-left: 10px;
    line-height: 22px;
    font-size: 1.1em;
}
#Body div.FeaturesBox p a.Button span
{
    padding-left: 6px;
}
/* Plan box */
#Body div.PremiumPlanBox, #Body div.StandardPlanBox
{
    width: 162px;
    min-height: 240px;
    height: auto !important;
    height: 240px;
    float: left;
    border: 1px solid #c3c5c8;
    margin-right: 7px;
}
#Body div.PremiumPlanBox a, #Body div.StandardPlanBox a
{
    color:Black;
    text-decoration:none;
}
#Body div.PremiumPlanBox a:hover, #Body div.StandardPlanBox a:hover
{
    text-decoration:underline;
}

#Body div.TabsContent div.PremiumPlanBox ul, #Body div.TabsContent div.StandardPlanBox ul
{
    margin: 10px;
}
#Body div.PremiumPlanBox a.More, #Body div.StandardPlanBox a.More
{
    font-size: 1.1em;
    display: block;
    margin-bottom: 15px;
    margin-left: 9px;
}
#Body div.PremiumPlanBox a.Button, #Body div.StandardPlanBox a.Button
{
    margin-left: 9px;
    margin-bottom: 5px;
}
#Body div.TabsContent div.PremiumPlanBox ul li
{
    padding-left: 8px;
    background: url(../images/home/Bullet_Orange.gif) no-repeat 0 5px;
    font-size: 1em;
}
#Body div.PremiumPlanBox a.More
{
    color: #ff9d1f;
}
#Body div.TabsContent div.StandardPlanBox ul li
{
    padding-left: 8px;
    background: url(../images/home/Bullet_Green.gif) no-repeat 0 5px;
    font-size: 1em;
}
#Body div.StandardPlanBox a.More
{
    color: #00b529;
}
#Body div.PremiumPlanBox h2, #Body div.StandardPlanBox h2
{
    text-indent: -9999px;
    overflow: hidden;
    height: 76px;
    width: 162px;
    background-position: top left;
    background-repeat: no-repeat;
}
#Body div.PremiumPlanBox h2
{
    background-image: url(../images/home/Ti_PremiumPlan.gif);
}
#Body div.StandardPlanBox h2
{
    background-image: url(../images/home/Ti_StandardPlan.gif);
}

/* Tab 2 : Load Posting */
#Body div.Tabs div#LoadPosting p
{
    font-size: 1.2em;
}
#Body div.Tabs div#LoadPosting p a
{
    font-size: 1em;
}
div#LoadPosting table.PostingMethod
{
    width: 100%;
    color: #5f5e5e;
    background: url(../images/bg/Bg_BorderGrayPointHoriz.gif) repeat-x top left;
}
div#LoadPosting table.PostingMethod td
{
    padding: 5px 0 0 0;
    text-align: center;
}
div#LoadPosting table.PostingMethod td b
{
    font-size: 1.2em;
}
div#LoadPosting table.PostingMethod td span.icon {
    display:block;
    width:32px;
    height:32px;
    margin:auto;
    background:url('/res/images/sprites/posting-formats-methods.gif') no-repeat;
}
div#LoadPosting table.PostingMethod td span.email {
    background-position: 0 0;
}
div#LoadPosting table.PostingMethod td span.FTP {
    background-position: 0 -32px;
}
div#LoadPosting table.PostingMethod td span.Internet {
    background-position: 0 -64px;
}
div#LoadPosting table.PostingMethod td span.Fax {
    background-position: 0 -96px;
}
div#LoadPosting table.PostingMethod td span.Phone {
    background-position: 0 -128px;
}
div#LoadPosting table.PostingMethod td span.Excel {
    background-position: -32px 0;
}
div#LoadPosting table.PostingMethod td span.Text {
    background-position: -32px -32px;
}
div#LoadPosting table.PostingMethod td span.HTML {
    background-position: -32px -64px;
}
div#LoadPosting table.PostingMethod td span.Access {
    background-position: -32px -98px;
}
div#LoadPosting table.PostingMethod tr.BorderBottom td, div#LoadPosting table.PostingMethod td.BorderBottom
{
    padding: 0 0 5px 0;
    background: url(../images/bg/Bg_BorderGrayPointHoriz.gif) repeat-x bottom left;
}
div#LoadPosting table.PostingMethod td.BorderBottom
{
    text-align: left;
    padding-top: 5px;
    vertical-align: middle;
}
div#LoadPosting span.TextOrange
{
    color: #ff9d1f;
    text-transform: uppercase;
    font-weight: bold;
}
div#LoadPosting div.ButtonBox .TextOrange
{
    float: left;
    font-size: 1.6em;
    display: block;
    padding-top: 2px;
}

/* Tab 3 : Partners and Affiliates */
div#PartnersAffiliates p.TrademarkNote
{
    font-style: italic;
    color: #8a92a3;
    margin-top: 10px;
    font-size: 0.9em;
}
div#TruckingLinks p.TrademarkNote
{
    font-style: italic;
    color: #8a92a3;
    margin-top: 10px;
    font-size: 0.9em;
}

div#PartnersAffiliates div.Container table img
{
    margin-bottom: 4px;
}


/*- Recently Posted styles ------*/
#Body div.RecentlyPosted
{
    border: 1px solid #00b529;
    margin: 5px 0;
    height: 226px;
}
#Body div.RecentlyPosted h2
{
    height: 26px;
    line-height: 26px;
    font-size: 1.4em;
    font-weight: bold;
    color: #fdf2aa;
    text-transform: uppercase;
    background: url(../images/RightSideBox/Bg_GreenTitleBar.gif) repeat-x top left;
    padding: 0 16px;
}
#Body div.RecentlyPosted div#PostedContents, #Body div#LoadsContents, #Body div#LoadsContents1
{
    padding: 3px;
}
#Body div.RecentlyPosted th, #Body div#LoadsContents th, #Body div#LoadsContents1 th 
{
    font-size: 1.1em;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    background: #00b529 url(../images/RightSideBox/Bg_GreenDotted.gif) repeat-y top right;
    padding: 5px 4px;
}
#Body div.RecentlyPosted td, #Body div#LoadsContents td, #Body div#LoadsContents1 td
{
    font-size: 1em;
    font-weight: normal;
    color: #000;
    background: #FFF url(../images/RightSideBox/Bg_GrayDotted.gif) repeat-y top right;
    padding: 5px 4px;
}
#Body div.RecentlyPosted td.Odd
{
    background: #e0edd2 url(../images/RightSideBox/Bg_GrayDotted.gif) repeat-y top right;
}
#Body div.RecentlyPosted td a, #Body div.RecentlyPosted td strong
{
    font-weight: bold;
    font-size: 1.1em;
}
#tblPartners a {
    display:block;
    width:173px;
    height:65px;
    background:url('/res/images/sprites/partners-affiliates.png') no-repeat;
}
#tblPartners a.DOT {
    background-position: -173px 0;
}
#tblPartners a.WTIS {
    background-position: 0 -65px;
}
#tblPartners a.PE {
    background-position: -173px -65px;
}
#tblPartners a.LT {
    background-position: 0 -130px;
}
#tblPartners a.LP {
    background-position: -173px -130px;
}
/*- Common box styles ------*/
div#MembersBox h2, div#LoadFinderBox h2, div#PartnersBox h2, div#PostFindHaulBox h2
{
    line-height: 26px;
    height: 26px;
    font-size: 1.5em;
    color: #fdf2aa;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
div#PostFindHaulBox h2 a
{
    color: #fdf2aa;
    text-decoration: none;
}
div#PostFindHaulBox h2 a:hover
{
    text-decoration: underline;
}



div#MembersBox p, div#LoadFinderBox p
{
    margin-bottom: 10px;
}
div#MembersBox p.Link, div#LoadFinderBox p.Link
{
    font-size: 1.1em;
    text-align: center;
    font-weight: normal;
    clear: both;
    white-space: nowrap;
}
div#MembersBox p.Link a, div#LoadFinderBox p.Link a
{
    color: #fdf2aa;
}
div#MembersBox p.Link span, div#LoadFinderBox p.Link span
{
    padding: 0 10px;
    color: #d79b79;
}

/*- Members Box ------*/
div#MembersBox
{
    background-color: #ff9d1f;
}
div#MembersBox h2
{
    background: url(../images/RightSideBox/Bg_OrangeTitleBar.gif) repeat-x top left;
    border: 1px solid #ff9d1f;
}
div#MembersBox .Button.ArrowRight
{
    background-image: url(../images/RightSideBox/Bg_ButtonArrowRight_Orange.gif);
}
div#MembersBox .Button.ArrowRight span
{
    background-image: url(../images/RightSideBox/Bg_ButtonArrowRight_Orange.gif);
}
div#MembersBox div.Form
{
    padding-top: 8px;
}
div#MembersBox div.Form p:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
div#MembersBox div.Form p
{
    clear: left;
    height: 1%;
    display: inline-block;
    padding-left: 8px;
    width: 194px;
}
div#MembersBox div.Form label
{
    color: #FFF;
    font-size: 1.1em;
    font-weight: bold;
    float: left;
    display: block;
    width: 60px;
    padding-right: 5px;
    padding-top: 3px;
}
div#MembersBox div.Form input
{
    border: none; /*border-left:2px solid #848484; 	border-top:2px solid #848484;*/
    float: left;
    font-size: 11px;
    padding: 1px 2px;
    width: 118px;
}

div#MembersBox div.Form p.Checkbox
{
    width: 188px;
}
div#MembersBox div.Form p.Checkbox label
{
    font-size: 0.9em;
    font-weight: normal;
    line-height: 1em;
    padding-top: 0;
    _padding-top: 3px;
}
div#MembersBox div.Form p.Checkbox input
{
    border: none;
    width: auto;
    margin-right: 10px;
}
div#MembersBox div.Form p.Checkbox a.Button
{
    float: right;
}
div#MembersBox div.Form p.Checkbox
{
    padding-right: 6px;
}
div#MembersBox div.Trial
{
    background: url(../images/RightSideBox/Bg_MembersBox.gif) repeat-x top left;
    padding: 15px 0 0 8px;
    width: 195px;
}
div#MembersBox div.Trial h3
{
    overflow: hidden;
    text-indent: -9999px;
    background: url(../images/home/Ti_TenDayTrial.gif) no-repeat top left;
    width: 66px;
    height: 40px;
    float: left;
}
div#MembersBox div.Trial p.Texte
{
    color: #FFFFFF;
    font-weight: bold;
    float: left;
    font-size: 1.1em;
    width: 122px;
}
div#MembersBox div.Trial a.Button
{
    margin-left: 45px;
}
div#MembersBox div.Trial p.Link
{
    margin-top: 5px;
    padding-right: 8px;
}

/*- Load Finder Box ------*/
div#LoadFinderBox
{
    border: 1px solid #00a726;
    margin-top: 6px;
    background: #00b529 url(../images/RightSideBox/Bg_LoadFinderBox.gif) no-repeat 50% 26px;
}
div#LoadFinderBox h2
{
    background: url(../images/RightSideBox/Bg_GreenTitleBar.gif) repeat-x top left;
    border: none;
    margin-bottom: 0;
}
div#LoadFinderBox a.Button
{
    margin-left: 50px;
}
div#LoadFinderBox .Button.ArrowRight
{
    background-image: url(../images/RightSideBox/Bg_ButtonArrowRight_Green.gif);
}
div#LoadFinderBox .Button.ArrowRight span
{
    background-image: url(../images/RightSideBox/Bg_ButtonArrowRight_Green.gif);
}
div#LoadFinderBox p.Link
{
    margin-top: 5px;
}

/*- Past Find Haul Box ------*/
div#PartnersBox, div#PostFindHaulBox
{
    border: 1px solid #00a726;
    margin-top: 6px;
    background: #00b529;
    padding-bottom: 6px;
    height: 270px;
    overflow: hidden;
}
div#PartnersBox h2, div#PostFindHaulBox h2
{
    background: url(../images/RightSideBox/Bg_GreenTitleBar.gif) repeat-x top left;
    border: none;
    height: auto;
    line-height: 1.1em;
    padding-top: 6px;
}
div#PostFindHaulBox div.Accordion
{
    width: 190px;
    margin: 8px auto 0;
    border-bottom: 1px solid #3b424e;
}
div#PostFindHaulBox div.Accordion h3
{
    background: url(../images/RightSideBox/Bg_AccordionHeader.gif) repeat-x top right;
    height: 25px;
    border-top: 1px solid #3b424e;
    border-left: 1px solid #3b424e;
    border-right: 1px solid #3b424e;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 25px;
    color: #FFF;
    text-transform: uppercase;
    padding: 0 28px 0 10px;
}
div#PostFindHaulBox div.Accordion h3.selected
{
    background: url(../images/RightSideBox/Bg_AccordionHeader_On.gif) repeat-x top right;
    cursor: auto;
    color: #2e323b;
}
div#PostFindHaulBox div.AccordionContent
{
    background: #FFF url(../images/RightSideBox/Bg_AccordionContent.gif) repeat-x top left;
    height: 125px;
    overflow: hidden;
    border-left: 1px solid #3b424e;
    border-right: 1px solid #3b424e;
    padding: 0 10px;
    font-size: 1.1em;
    line-height: 1.3em;
}
div#PostFindHaulBox div.AccordionContent a, div#PostFindHaulBox div.AccordionContent h4
{
    color: #00b529;
    font-weight: bold;
}
div#PostFindHaulBox div.AccordionContent h4
{
    margin: 4px 0;
}

/*- Ads Bottom Box -------*/
#Body div.AdsBottom
{
    background: url(../images/ads/Bg_AdsBottomBox.gif) repeat-x top left;
    width: 948px; /*958px*/
    padding: 10px 10px 8px 0;
}
#Body div.AdsBottom div
{
    float: left;
    margin-left: 10px;
    display: inline;
    border: 1px solid #d1d2d6;
    width: 225px;
    height: 45px;
    overflow: hidden;
}

/*- Featured Partners Box -------*/
div#PartnersBox
{
    height: auto; /*overflow:none;*/
    padding-bottom: 4px;
}
div#PartnersBox div.ContentBox
{
    background-color: #ffffff;
    border: 1px solid #d1d2d6;
    width: 188px;
    line-height: 1.3em;
    margin: 6px 0 6px 6px;
}
div#PartnersBox div.ContentBox a
{
    color: #00b529;
    font-size: 1.1em;
    font-weight: bold;
    padding: 10px 9px 2px;
    text-decoration: none;
    display: block;
}
div#PartnersBox div.ContentBox a:hover
{
    color: #00a726;
    text-decoration: underline;
}
div#PartnersBox div.ContentBox p
{
    color: #3f3f3f;
    font-size: 1.1em;
    font-weight: bold;
    background: url(../images/bg/Bg_BorderDottedHoriz.gif) repeat-x bottom left;
    padding: 0 9px 12px;
    margin-bottom: 0;
}
div#PartnersBox a.Button
{
    margin-left: 58px;
}
div#PartnersBox .Button.ArrowRight
{
    background-image: url(../images/RightSideBox/Bg_ButtonArrowRight_DarkGreen.gif);
}
div#PartnersBox .Button.ArrowRight span
{
    background-image: url(../images/RightSideBox/Bg_ButtonArrowRight_DarkGreen.gif);
}



/*----------------------------------------------------------------------------//
// Specific Interior styles --------------------------------------------------//
//----------------------------------------------------------------------------*/
ul#Breadcrumb
{
    width: 750px;
    height: 28px;
    border-bottom: 1px solid #d4d5d7;
    margin-bottom: 4px;
}
ul#Breadcrumb li
{
    float: left;
    line-height: 28px;
    font-weight: bold;
    padding: 0 14px 0 8px;
    background: url(../images/bg/Bullet_Breadcrumb.gif) no-repeat center right;
    color: #233114;
}
ul#Breadcrumb li a
{
    font-size: 1.1em;
}
ul#Breadcrumb li.Here span
{
    background: #00b529 url(../images/bg/Bg_Breadcrumb_Here.gif) no-repeat top right;
    text-transform: uppercase;
    color: #FFF;
    padding: 0 12px 0 5px;
    font-size: 1.1em; /*line-height:15px; 	height:15px; 	display:block;*/
}
ul#Breadcrumb li.Last
{
    background: none;
    font-size: 1.1em;
}
ul#Breadcrumb li.Here, ul#Breadcrumb li.PrintThisPage
{
    padding: 0;
    background: none;
}
ul#Breadcrumb li.PrintThisPage
{
    float: right;
}

ul#SubMenu
{
    width: 160px;
    float: left;
    background: url(../images/submenu/Bg_SubMenu.gif) no-repeat bottom left;
    padding: 1px 5px 4px 1px;
}
ul#SubMenu li
{
    width: 158px;
    background: url(../images/submenu/Bg_SubMenuItem.gif) repeat-y top left;
    border-top: 1px solid #68748a;
    border-bottom: 1px solid #424b59;
    position: relative;
}
ul#SubMenu li a
{
    width: 138px;
    display: block;
    color: #FFFFFF;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
    padding: 4px 10px;
}
ul#SubMenu li a:hover
{
    color: #ff9d1f;
    background: url(../images/submenu/Bg_SubMenuItem_Over.gif) repeat top left;
}
ul#SubMenu li.On a, ul#SubMenu li.On a:hover
{
    color: #e5870f;
    background: url(../images/submenu/Bg_SubMenuItem_Over.gif) repeat top left;
}

/* Sub Sub Menu */
ul#SubMenu li ul
{
    display: none;
}
ul#SubMenu li ul li
{
    width: 158px;
    background: url(../images/submenu/Bg_SubMenuItem_Over.gif) repeat top left;
    border-top: 0;
    border-bottom: 0;
}
ul#SubMenu li ul li a, ul#SubMenu li.On ul li a
{
    width: 114px;
    display: block;
    color: #ccc9c9;
    font-size: 1.1em;
    font-weight: normal;
    text-decoration: none;
    padding: 2px 22px;
    background: url(../images/submenu/Bullet_SubSubMenu.gif) no-repeat 10px 6px;
}
ul#SubMenu li ul li a:hover, ul#SubMenu li.On ul li a:hover
{
    color: #ccc9c9;
    text-decoration: underline;
    background: url(../images/submenu/Bullet_SubSubMenu.gif) no-repeat 10px 6px;
}
ul#SubMenu li ul li.On a, ul#SubMenu li ul li.On a:hover, ul#SubMenu li.On ul li.On a, ul#SubMenu li.On ul li.On a:hover
{
    color: #fcf2aa;
    text-decoration: underline;
    background: url(../images/submenu/Bullet_SubSubMenu.gif) no-repeat 10px 6px;
}


div#Content
{
    width: 562px; /*582px*/
    padding: 15px 10px;
    float: left;
    /*background: url(../images/contents/Bg_Content.gif) repeat-x top left;*/
    min-height: 280px;
    height: auto !important;
    height: 280px;
}
div#Content div.ContentFooter
{
    background: url(../images/contents/Bg_ContentFooter.gif) repeat-x top left;
    height: 52px;
    position: relative;
}

div#Content div.ContentFooter a, ul#Breadcrumb li.PrintThisPage a
{
    background-position: top left;
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    font-size: 1.1em;
    text-align: center;
    font-weight: normal;
    line-height: 18px;
    color: #000;
    text-decoration: none;
}
div#Content div.ContentFooter a:hover, ul#Breadcrumb li.PrintThisPage a:hover
{
    text-decoration: underline;
}
div#Content div.ContentFooter a
{
    background-image: url(../images/icons/Bt_TopPage.gif);
    position: absolute;
    bottom: 0;
    right: 0;
    width: 96px; /*113px*/
    padding-right: 20px;
}
ul#Breadcrumb li.PrintThisPage a
{
    background-image: url(../images/icons/Bt_Print.gif);
    width: 90px; /*113px*/
    padding-right: 26px;
    padding-top: 5px;
    background-position: 0 5px;
}

div#Content h1
{
    color: #00b529;
    font-size: 2.4em;
    font-weight: bold;
    margin-bottom: 5px;
}
div#Content h2
{
    color: #000000;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
}
div#Content h3
{
    color: #3f3f3f;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 20px;
}
div#Content h4
{
    color: #00b529;
    font-size: 1.2em;
    font-weight: bold;
}
div#Content p
{
    color: #3f3f3f;
    font-size: 1.2em;
    line-height: 1.5em;
    margin-bottom: 18px;
}
div#Content table.FormTable tr
{
    color:#3f3f3f;
    font-size:1.2em;
}

div#Content span.submitted
{
    font-size: 1.8em;
    font-weight: bold;
}

p#popupElem
{
    display:none;
}

div#Content ul, div#Content ol
{
    color: #3f3f3f;
    font-size: 1.2em;
    list-style-position: outside;
    margin-left:40px;
}

div#Content ul.point
{
    list-style-type: disc; 
}

div#Content ul.point li{line-height:16px;}

div#Content ul.point .pointContent{margin: 5px 0;display:none;width: 450px; font-weight: normal; font-size: 1em;line-height:16px;}

div#Content ol.number
{
    list-style-type:decimal;
}
/*----------------------------------------------------------------------------//
// Sitemap styles ------------------------------------------------------------//
//----------------------------------------------------------------------------*/
div#Content ul.sitemap
{
    margin-left:10px;
    margin-bottom:15px;
}
div#Content ul.sitemap a
{
    text-decoration:none;
    font-size:10pt;
    font-weight:bold;
}
div#Content ul.sitemap a:hover
{
    text-decoration:underline;
}
div#Content ul.sitemapitem
{
    list-style-type: disc; 
    color: #00b529; 
    margin-left:25px;
    margin-top:8px;
    margin-bottom:15px;
    font-size:8pt;
}
div#Content ul.sitemapitem a
{
    text-decoration:none;
    font-size:9pt;
    font-weight:normal;
}
div#Content ul.sitemapitem a:hover
{
    text-decoration:underline;
}
div#Content ul.sitemapsubitem
{
    list-style-type:disc;
    color: #00b529; 
    margin-left:10px;
    font-size:7pt;
    /*margin-top:3px;*/
    margin-bottom:5px;
}
div#Content ul.sitemapsubitem a
{
    text-decoration:none;
    font-size:8.5pt;
    font-weight:normal;
}
div#Content ul.sitemapsubitem a:hover
{
    text-decoration:underline;
}



/*----------------------------------------------------------------------------//
// Forms styles --------------------------------------------------------------//
//----------------------------------------------------------------------------*/

/* Rounded buttons */
.Button
{
    cursor: pointer;
    cursor: hand;
    line-height: 22px;
    background-image: url(../images/contents/Bg_Button.gif);
    background-position: right top;
    background-repeat: no-repeat;
    padding-right: 9px;
    vertical-align: middle;
    display: block; /*opera*/
    display: inline-block; /*ie*/
    display: -moz-inline-box; /*ff*/
    text-decoration: none;
}
.Button span
{
    background-image: url(../images/contents/Bg_Button.gif);
    background-position: left top;
    background-repeat: no-repeat;
    height: 23px;
    display: block; /*other*/
    display: inline-block; /*ie*/
    padding-left: 9px;
    line-height: 22px;
    color: #00b529;
    font-weight: bold;
    font-size: 1.1em;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
}
a.Button:hover
{
    color: #00a726
    background-position: right -28px;
    text-decoration: none;
}
a.Button:hover span
{
    color: #ff9d1f;
    background-position: left -28px;
    text-decoration: none;
}

/* Special Button */
.Button.ArrowRight
{
    padding-right: 25px;
    background-image: url(../images/rightsidebox/Bg_ButtonArrowRight.gif);
}
.Button.ArrowRight span
{
    background-image: url(../images/rightsidebox/Bg_ButtonArrowRight.gif);
}

/* Login Button */
div#MembersBox div.Form P.Checkbox input.Login
{
    background-image: url(../images/rightsidebox/Bg_ButtonArrowRight_Orange_Login.gif);
    float: right;
    padding-left: 9px;
    margin-left:0;
    border-left-width:2px;
    right: 0;
    margin-right: 0;
    text-align: left;
    color: #00b529;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: Transparent;
    background-position: right top;
    background-repeat: no-repeat;
    cursor: pointer;
}
div#MembersBox div.Form P.Checkbox input.LoginLoading
{
    background-image: url(../images/rightsidebox/Login_loading.gif);
    float: right;
    padding-left: 9px;
    margin-left:0;
    border-left-width:2px;
    right: 0;
    margin-right: 0;
    text-align: left;
    color: #00b529;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: Transparent;
    background-position: top left;
    background-repeat: no-repeat;
    cursor: pointer;
}
div#MembersBox div.Form P.Checkbox input.Login:hover
{
    background-position: right -28px;
    text-decoration: none;
    color: #e5870f;
}

/* Login Button */
div#MembersBox div.Form P.Checkbox input.LoginSpan
{
    background-image: url(../images/rightsidebox/Bg_ButtonArrowRight_Orange.gif);
    background-color: Transparent;
    background-position: top left;
    background-repeat: no-repeat;
    padding: 0 0 0 9px;
    float: none;
    right: 0;
    height: 23px;
    line-height: 22px;
    margin: auto;
    border-width: 0;
    color: #00b529;
    font-weight: bold;
    font-size: 1.1em;
    text-transform: uppercase;
    text-decoration: none;
    text-align: left;
    min-width: 0;
    cursor: hand;
    overflow: visible;
    display: inline-block;
    white-space: nowrap;
}

div#MembersBox div.Form P.Checkbox input.LoginSpan:hover
{
    background-position: left -28px;
    text-decoration: none;
    color: #e5870f;
}


/*----------------------------------*/
span.PrivacyPolicy
{
    text-decoration: underline;
    color: #00b529;
    cursor: pointer;
}

span.PrivacyPolicy:hover
{
    text-decoration: none;
}

span#LoadsPosted, span#TrucksPosted
{
    cursor: pointer;
}

span#LoadsPosted:hover, span#TrucksPosted:hover
{
    text-decoration: underline;
}

span.SelectedPosted
{
    text-decoration: underline;
}

ul#PostedRecently
{
    display: none;
}

.printLogo
{
    display: none;
}

.ValidationSummary_MemberLogin
{
    background-image: url(/res/images/icons/flashing_error.gif);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 16px;
    padding-bottom: 2px;
    margin-left: 9px;
    font-size: 1.1em;
}

.disableChange
{
    font-size: 1.1em;
    font-weight: bolder;
    border-style: none;
    border-width: thin;
    background-color: Transparent;
    color: red;
    cursor: wait;
}

div.NormalContents
{
    font-size:1.2em;
    line-height:1.3em;
}


.star
{
    color:#00b529;
}

div.errorSummaryContent
{
    margin-left:1px;
    margin-top:2px;
    line-height:26px;
    background-color:#FAE4E6;
    border:solid 1px black;
    width:380px;
}

#alphalist { margin: 10px 0; }
#alphalist a , #alphalist a.current:hover { font-size: 10px; color: #003366; border: solid 1px #ccc; text-align: center; text-decoration: none; padding: 2px 5px; margin-right: 1px; margin-bottom: 3px; }
#alphalist a:hover, #alphalist a.current {background: #00a726; border: solid 1px #ccc; color: #fff;}

.PostingMethod1
{
    color: #5f5e5e;
    background: url(../images/bg/Bg_BorderGrayPointHoriz.gif) repeat-x top left;
}
.PostingMethod1 td
{
    padding: 5px 0 0 0;
    text-align: center;
}
.PostingMethod1 td strong
{
    font-size: 1.2em;
}
.PostingMethod1 tr.BorderBottom1 td, .PostingMethod1 td.BorderBottom1
{
    padding: 0 0 5px 0;
    background: url(../images/bg/Bg_BorderGrayPointHoriz.gif) repeat-x bottom left;
}
.PostingMethod1 td.BorderBottom1
{
    text-align: left;
    padding-top: 5px;
    vertical-align: middle;
}
.TextOrange1
{
    color: #ff9d1f;
    text-transform: uppercase;
    font-weight: bold;
}
/*Sitemap page*/
.dxsmControl_Aqua a:hover {
    background-color:transparent !important;
}
.dxsmLevel0_Aqua, .dxsmLevel0_Aqua a, .dxsmLevel0Categorized_Aqua a, .dxsmLevel0Categorized_Aqua {
    color:#00b529 !important;
}
.btnSignupC, .btnTrial, .btnChkAvail{height:25px; color:#FFFFFF; border: 0 solid #ff9d1f;width:96px;background:url("../images/sprites/btnSprite.gif") no-repeat scroll 0 0 transparent; font-weight:bold;padding-right:11px;cursor:pointer;}
.btnTrial{background-position:0 -56px;padding-right:0;width:110px;}
.btnTrial:hover{background-position:0 -85px;}
.btnChkAvail{background-position:0 -113px; padding-right:0;width:130px;height:22px;}
.btnChkAvail:hover{background-position:0 -139px;}
.btnSignupC:hover{background-position: 0 -29px;}
.btnSignupLink{border:0 solid #FFFFFF; width:70px; text-decoration:underline; color: #00b529;cursor:pointer;background-color:transparent;font-size:8pt;}
.btnSignupLink:hover{text-decoration:none;}
#CssFlag_f{display:none;}
.placeholder { color: #c9c9c9; }
