@charset "UTF-8";
/*
Name: TruckWorld Universal Styles
Description: The new default styles for the TruckWorld websites.
Version: 1.0.6 
Date Last Modified: 07-26-2010
Author: Chris Scalzo
Author URI: http://www.scalzodesign.com/
Last Edited By: Chris Scalzo
*/
 /*
 Notes and additions one the final universal style is finalized I would suggest building a sprite sheet for all system sprites and adjusting css this will make faster load times since once file will be loaded for all the system icons.
 */
/* added style from universal.css to have alert box display new class siteAlert */
body {
	margin:0;
	border:none;
}

img{
	border:none;
}
#headerBGimg{
	background-repeat:no-repeat;
	min-height:200px;
	border-bottom:solid 2px #333;
}
#headerContainer{
	background-color:#999;
	padding:0px 0px 10px 0px;
	background-image:url('cssImages/headerContainerBG.gif');
	background-repeat:repeat-x;
	background-position: 0px 200px;

}
#logoHolder{
background-repeat:no-repeat;
background-position:center;
height:100px;
width:450px;
margin:0 auto;
overflow:hidden;
}
.footerlogo{
height:100px;
width:450px;
background-repeat:no-repeat;
background-position:center;
margin:10px auto;
}
#headerLBcontainer{
	height:90px;
	width:728px;
	background:#999;
	margin:0 auto;
}
#mainNavContainer{
	background-color:#FFF;
	width:900px;
	margin:0px auto 0px auto;
}
#menuTop{
	background:url(cssImages/navTop.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	width:900px;
	height:10px;
	margin:10px auto 0px auto;
}
#menuBottom{
	background:url(cssImages/navBottom.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:900px;
	height:10px;
	margin:0px auto 10px auto;
}
.userLinkSet{
	width:886px;
	padding-right:4px;
	padding-top:0px;
	padding-bottom:4px;
	padding-left:10px;
	float:left;
	text-align:left;
	background-color:#DDD;
	border-bottom:1px solid #333333;
}
.userLinkSet ul{
	list-style-type:none;
	padding:0;
	margin:6px 0px;
}
.menuLinkSet{
	width:165px;
	padding:4px 7px;
	float:left;
	text-align:left;
}
.menuLinkSet ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
.menuLinkSet ul li{
	padding:2px 0px;
	font-size:125%;
}
.menuLinkSet ul li a, .userLinkSet ul li a, .menuLinkSet ul li a:visited, .userLinkSet ul li a:visited{
	text-decoration:none;
	color:#666;
}
.menuLinkSet ul li a:hover, .userLinkSet ul li a:hover{
	color:#000;
}

.beta{
	padding-right:25px;
	background-image:url(cssImages/newMenuIcon.gif);
	background-repeat:no-repeat;
	background-position:right;
}

.old, a.old, .menuLinkSet ul li a.old, .userLinkSet ul li a.old, .menuLinkSet ul li a.old:visited, .userLinkSet ul li a.old:visited{
	color:#999;
	padding-right:25px;
	background-image:url(cssImages/oldMenuIcon.gif);
	background-repeat:no-repeat;
	background-position:right;
}

.old:hover, a.old:hover, .menuLinkSet ul li a.old:hover, .userLinkSet ul li a.old:hover{
	color:#777;
}
.userMenu a.old, .userMenu a.old:visited{
	color:#555;
	text-decoration:underline;
}

.clear{
	clear:both;
}
.clear2{
	overflow:hidden;
	width:100%;
}
a.button{
	background:url('cssImages/bg_button_a.gif') no-repeat top right;
	color:#444;
	display:block;
	float:left;
	font-size:12px;
	font: Verdana, Geneva, sans-serif;
	font-weight:bold;
	height:24px;
	margin-right:6px;
	padding-right:18px;
	text-decoration:none;
}
a.button span{
	background:url('cssImages/bg_button_span.gif') no-repeat;
	display:block;
	line-height:14px;
	padding:5px 0px 5px 18px;
}
a.button:hover{
	background-position: right -24px;
	color:#444;
}
a.button:hover span{
	background-position:0 -24px;
	padding:6px 0px 4px 18px;
	line-height:14px;
	padding:5px 0px 5px 18px;
}
a.button:active{
	background-position: right -48px;
	color:#444;
	outline:none;
}
a.button:active span{
	background-position:0 -48px;
	padding:6px 0px 4px 18px;
}
.userLinkSet a.button{
	margin:6px 12px 6px 6px;
}


a.buttonOut{
	background:url('cssImages/bg_button_a.gif') no-repeat top right;
	color:#444;
	display:block;
	float:right;
	font:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:12px;
	height:24px;
	margin-right:6px;
	padding-right:18px;
	text-decoration:none;
}
a.buttonOut span{
	background:url('cssImages/bg_button_span.gif') no-repeat;
	display:block;
	line-height:14px;
	padding:5px 0px 5px 18px;
}
a.buttonOut:hover{
	background-position: right -24px;
	color:#444;
}
a.buttonOut:hover span{
	background-position:0 -24px;
	padding:6px 0px 4px 18px;
	line-height:14px;
	padding:5px 0px 5px 18px;
}
a.buttonOut:active{
	background-position: right -48px;
	color:#444;
	outline:none;
}
a.buttonOut:active span{
	background-position:0 -48px;
	padding:6px 0px 4px 18px;
}
.userLinkSet a.buttonOut{
	margin:6px 12px 6px 6px;
}


.userLinkSet input[type="text"], .userLinkSet input[type="password"]{
	text-indent:4px;
	margin:3px 3px 3px 6px;
	background-color:#d0d0d0;
	background-image:url(cssImages/inputBG.gif);
	background-repeat:repeat-x;
	line-height:14px;
	border-top:solid 1px #999;
	border-left:solid 1px #999;
	border-bottom:solid 1px #E0E0E0;
	border-right:solid 1px #E0E0E0;
}



.userLinkSet a.LoginHelp{
color:#333333;
text-decoration:none;
margin:0px 5px 0px 5px;
position:relative;
display:block;
float:left;
}
.userLinkSet a.LoginHelp:hover{
text-decoration:underline;
}
.loginHolder{
	position:relative;
	float:left;
	margin-top:5px;
}

.loginLabel{
	padding:7px 1px 0px 5px;
}

.userMenu{
display:inline;
margin:0px 25px 0px 6px;
}
.userMenu a, .userMenu a:visited{
color:#000;
}

/* Updated 1.0.2 add code to style mailboxes */
/* Updated Code Moved down to update 1.0.4 */



/* updated 1.0.3 add code to style datatable1 and Free Agent Styles */

/*Free Agent Styles */
.divFloatRT{
	float:right;
	padding:5px;
}
.divFloatLT{
	float:left;
	padding:5px;
}
.divClearFloat{
	clear:both;
}


/* data tables */

.dataTable1{
	width:100%;
	border-collapse:collapse;
	font-size:95%;
}
h3{
background-color:#FFF;
line-height:1.2em;
font-size:1.3em;
color:#000;
}

/* ------------------------- */
/* set the table head colors */
/* ------------------------- */
.dataTable1 thead{
	background-color:#3F3F3F;
	border-bottom:solid 1px #2A2A2A;
}

.dataTable1 thead th{
	padding:3px 4px 2px 4px;
	font-weight:bold;
	text-align:left;
	color:#E9E9E9;
}
/* ------------------------- */
/* set the table body colors */
/* ------------------------- */
.dataTable1 tbody td{
	text-align:left;
	padding:3px 4px 2px 4px;
	border-bottom:solid 1px #7F7F7F;
}
.dataTable1 tbody td, .dataTable1 tbody td a, .dataTable1 tbody td a:visited{
	color:#333;
text-decoration:none;
}
/* Alternate row colors */
.dataTable1 .odd{
	background-color:#AAAAAA;
}
.dataTable1 .even{
	background-color:#D4D4D4;
}

/* ---------------------------------------- */
/* change color of row that is hovered over */
/* ---------------------------------------- */
.dataTable1 tbody tr:hover td, .dataTable1 tbody tr:hover a, .dataTable1 tbody tr:hover a:visited{
	background-color:#3F3F3F;
	color:#FFF;

}
.dataTable1 tbody tr:hover a, .dataTable1 tbody tr:hover a:visited{
text-decoration:underline;
}
.dataTable1 tfoot tr td{
	background-color:#FFF;
	color:#000;
}

.capsuleTop{
background-color:#DDD;
border-bottom: solid 1px #333;
padding:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
-webkit-border-top-left-radius:10px;
-webkit-border-top-right-radius:10px;
text-align:left;
}
.capsuleContainer{
width:300px;
background:#FFF;
padding-bottom:10px;
margin:5px auto;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
}
/* END update 1.0.3 */

/* updated 1.0.4 add code to style mailboxes */

/* ---------------------- */
/* ---------------------- */
/* MailBox Table Stylings */
/* ---------------------- */
/* ---------------------- */
.mailbox{
	border-collapse:collapse;
	text-align:left;
	padding:5px;
	width:100%;
	margin:20px 0px;
	color:#373737;
}

.mailbox th{
	border-top: solid 1px #DFDFDF;
	background-color:#999;
	border-bottom:solid 1px #333;
	color:#DFDFDF;
	font-size:110%;
	text-align:left;
	text-transform:uppercase;
	padding:5px 4px;
	
}

/* ------------------------------------------- */
/* Sets background color Table Rows hover also */
/* ------------------------------------------- */
.mailbox tr.odd{
	background-color:#D3D3D3;
	border-bottom: solid 1px #999;
}
.mailbox tr.even{
	background-color:#E5E5E5;
	border-bottom: solid 1px #999;
}
.mailbox tr.even td, .mailbox tr.odd td{
	padding-top:5px;
	padding-bottom:5px;
}
.mailbox tr.even:hover, .mailbox tr.odd:hover{
	background-color:#BBB;
	border-bottom: solid 1px #777;
	border-top: solid 1px #FFF;

}

/* ------------------- */
/* Incoming Mail Stlye */
/* ------------------- */
.mailfrom{
	font-size:70%;
	color:#373737;
}
.mailfrom a, .mailfrom a:visited{
	color:#373737;
}

/* Incoming Mail Link Colors */
.mailfrom .unread, .mailfrom .unread a, .mailfrom .unread a:visited{
	font-weight:bold;
	color:#000;
}

/* Incoming Mail Icon */
.mailfrom .fromto{
	background-image:url(cssImages/fromMailIcon.gif);
	background-repeat:no-repeat;
	background-position:center left;
}
/* CLOSE Incoming Mail Stlye */


/* ------------------- */
/* Outgoing Mail Style */
/* ------------------- */
/* color used was #7A9F50  Unread #063  */
.mailto{
	font-size:70%;
	color:#004f06;
	font-style:italic;

}
.mailto a, .mailto a:visited{
	color:#004f06;
	font-style:italic;
}

/* Outgoing Mail Link Colors */
.mailto .unread, .mailto .unread a, .mailto .unread a:visited{
	color:#004f06;
	font-weight:bold;
}

/* Outgoing Mail Icon  */
.mailto .fromto{
	background:url(cssImages/toMailIcon.gif);
	background-repeat:no-repeat;
	background-position:center left;
}
/* CLOSE Outgoing Mail Style */


/* ---------------- */
/* Group Mail Style */
/* ---------------- */
/* color used was #ad9177  Unread #EB8723 */
.groupMail{
	font-size:70%;
	color:#373737;

}
.groupMail a, .groupMail a:visited{
	color:#373737;
}
/* Outgoing Mail Link Colors */
.groupMail .unread, .groupMail .unread a, .groupMail .unread a:visited{
	color:#000;
	font-weight:bold;
}

/* Group Mail Icon  */
.groupMail .fromto{
	background:url(cssImages/groupMailIcon.gif);
	background-repeat:no-repeat;
	background-position:center left;
}
/* CLOSE Group Mail Style */


/* --------------------------------- */
/* Styles for Individual Table Cells */
/* --------------------------------- */
.mailbox td{
	padding:4px;
}
.mailbox .fromto{
	width:30%;
	padding-left: 24px;
}
.mailbox .subject{
	width:45%;
}
.mailbox .date{
	width:20%;
}
.mailbox .delete{
	width:5%;
	text-align:center;
}
/* CLOSE Styles for Individual Table Cells */


/* ------------------- */
/* Delete Mail Message */
/* ------------------- */
a.trashMail{
	display:block;
	height:20px;
	width:21px;
	text-indent:10000px;
	overflow:hidden;
	background:url(cssImages/trashIcon.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	border:none;
}
/* CLOSE Delete Mail Message */


/* ------------------------ */
/* Legend of MailBox Styles */
/* ------------------------ */
.legend{
	margin:0px;
	width:100%;
	border-collapse:collapse;
	font-size:80%;
	border:none;
}
.legend .delete{
	text-align:center;

}
.legend .center{
	text-align:center;
}
.legend th{
	border-top:none;
	border-bottom:none;
}
.legend .info{
	color:#000;
}
/* CLOSE Legend of MailBox Styles */


/* --------------------- */
/* MailBox Footer Styles */
/* --------------------- */
.mailbox tfoot{
	background-color:#DFDFDF;
}
/* CLOSE MailBox Footer Styles */



/* ///////////////////// */
/* END of MailBox Styles */
/* ///////////////////// */

/* END update 1.0.4 */

/* updated 1.0.5 add code to style gallerys also cookietrail */
/* this also contains the leftContentContainer which is a quick fix to overrid all bad content styles. */

/* -------------- */
/* Gallery Styles */
/* -------------- */
.gallery{
	list-style-type:none;
	list-style-image:none;
	margin:0;
	padding:0;
}
.gallery li{
	float:left;
	padding:5px;
	margin:15px 7px;
	border:1px solid #DDD;
	width:190px;
	height:225px;
	text-align:center;
	font-size:12px;
	background:#FFF;
	position:relative;
}
.galleryThumbnail{
	border:solid 1px #666;
	margin:0 auto 5px auto;
	padding:5px;
	width:145px;
}

.galleryTitleLink{
	height:30px;
	overflow:hidden;
	display:block;
	font-weight:bold;
	text-decoration:none;
}
.paginateContainer{

}
.galleryBG{
	background:url(cssImages/pegBG.gif);
	overflow:auto;

}
.tape{
	background:transparent url(cssImages/tape.png) no-repeat scroll 0 0;
	display:block;
	height:32px;
	left:45px;
	position:absolute;
	top:-13px;
	width:115px;
}
.gallExtraInfo{
	color:#444;
	font-size:90%

}
.gallBigInfo{
	font-weight:bold;
}
.gallOneImg{
	width:100%;
	text-align:center;
}
.gallEditDeleteControlsContainer{
width:150px;
margin:0 auto;

}
/* ///////////////////// */
/* END of Gallery Styles */
/* ///////////////////// */

.cookieTrail{
	font-size:85%;
	text-align:left;
	padding:5px 0px 10px 0px;
}
.center{
text-align:center;
}
.ratingContainer{
width:250px;
margin:10px auto;
}
.rateingList{
margin:0;
padding:0;
}
.rateingList li{
float:left;
width:25px;
border:none;
}
.siteAlert{
	border: solid 2px #9C2020;
	background:#ffeda4;
	width:890px;
	padding:5px;
	margin:5px auto;
	font-size:120%;
	line-height:150%;
	color:#6c1313;
	font-weight:bold;
}
