/*----------------------------------------------------------------------------//
// CSS Styles Sheet ----------------------------------------------------------//
//----------------------------------------------------------------------------*/
@import url(reset.css);
/* Reset all padding and margin */

/*- General -------------------------------------------------------------------*/
body
{
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 62.6%; /* 10px by default */
	color: #000000;
	background: #f0f8dc;
}
p
{
	margin: 0 0 12px 0;
}
a
{
	color: #2c8804;
	text-decoration: underline;
}
a:hover
{
	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: 0px;
	height: 0px;
}
.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 #82bf4c;
	border-right: 1px solid #82bf4c;
	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: 0px;
	background: url(../images/header/Bg_MainMenu.gif) repeat-x top left;
	height: 35px;
	width: 971px;
	border-top: 1px solid #82bf4c;
}
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
{
	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 #82bf4c;
	border-top: 0px;
	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 #82bf4c;
	background-color:#FAFFEF;
	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 #82bf4c;
	background-color:#FAFFEF;
	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;
}
#SocialMedia
{
	float:left;
	width:385px;
	margin-top:10px;
	margin-left:5px;
}
#SocialMedia div.LoadPosting ul li a, #SocialMedia div.LoadPosting ul li
{
	font-weight: normal;
	font-size: 1em;
	color: #4a7d1d;
	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;
	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: #2c8804;
	margin-bottom: 5px;
}
#SocialMedia div.LoadPosting ul li
{
	padding-left: 6px;
	background: url(../images/footer/Bullet_FooterLink.gif) no-repeat 0px 6px;
}
#SocialMedia div.Demo p
{
	color: #787c6e;
}
#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;
}
#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: 0px;
	width: 136px;
	padding-top: 0px;
	padding-left: 6px;
	background: url(../images/footer/Bullet_FooterLink.gif) no-repeat 0px 6px;
}
#Footer div.Links ul li ul li a
{
	font-weight: normal;
	font-size: 1em;
	color: #4a7d1d;
}
#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: 0px;
}
#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: 0px;
	min-height: 263px;
	height: auto !important;
	height: 263px;
	width: 714px; /*736px*/
	padding: 12px 11px 0px 11px;
}
#Body div.Tabs div.TabsContent div.Box h3
{
	color: #2a780d;
	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 0px 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: #d3580a;
}
table.KeyLoadboardFeatures th.Standard
{
	background-color: #53971d;
}
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: #d3580a;
	background-color: #fffbe0;
}
table.KeyLoadboardFeatures td.Standard
{
	color: #53971d;
}
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 0px 5px;
	font-size: 1em;
}
#Body div.PremiumPlanBox a.More
{
	color: #cc5604;
}
#Body div.TabsContent div.StandardPlanBox ul li
{
	padding-left: 8px;
	background: url(../images/home/Bullet_Green.gif) no-repeat 0px 5px;
	font-size: 1em;
}
#Body div.StandardPlanBox a.More
{
	color: #2c8804;
}
#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 strong
{
	font-size: 1.2em;
}
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: #bd4d18;
	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 #5a7a27;
	margin: 5px 0px;
	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: #68a52b 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;
}


/*- 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: #cf6115;
}
div#MembersBox h2
{
	background: url(../images/RightSideBox/Bg_OrangeTitleBar.gif) repeat-x top left;
	border: 1px solid #cf6115;
}
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: 0px;
	_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 #476b0e;
	margin-top: 6px;
	background: #67a42b 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: 0px;
}
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 #476b0e;
	margin-top: 6px;
	background: #497f1f;
	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 0px;
	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: #2c8804;
	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: #2c8804;
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px 9px 2px;
	text-decoration: none;
	display: block;
}
div#PartnersBox div.ContentBox a:hover
{
	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: 0px;
}
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: #41941d 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: #fcf2aa;
	background: url(../images/submenu/Bg_SubMenuItem_Over.gif) repeat top left;
}
ul#SubMenu li.On a, ul#SubMenu li.On a:hover
{
	color: #ffe01a;
	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: 0px;
	border-bottom: 0px;
}
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: 0px;
	right: 0px;
	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: #2c8804;
	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: #2c8804;
	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 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: #87CF67; 
	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: #87CF67; 
	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: #1b6105;
	font-weight: bold;
	font-size: 1.1em;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
}
a.Button:hover
{
	background-position: right -28px;
	text-decoration: none;
}
a.Button:hover span
{
	color: #b04201;
	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:0px;
	border-left-width:2px;
	right: 0;
	margin-right: 0;
	text-align: left;
	color: #1b6105;
	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: #b04201;
}

/* 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: #1b6105;
	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: #b04201;
}


/*----------------------------------*/
span.PrivacyPolicy
{
	text-decoration: underline;
	color: #2c8804;
	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:#2c8804;
}

div.errorSummaryContent
{
	margin-left:1px;
	margin-top:2px;
	line-height:26px;
	background-color:#FAE4E6;
	border:solid 1px black;
	width:380px;
}

#alphalist { margin: 10px 0px; }
#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: #9ACD32; 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: #bd4d18;
	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:#2C8804 !important;
}

/*Popup for North American IPs*/
#popupForNAIp{display:none; cursor: default; line-height:16px; font-size:10pt; padding:10px 5px 5px;background-color:#f0f8dc; height:90%}

#popupForNAIp div {margin-bottom:20px}

#popupForNAIp input {}
