@charset "UTF-8";
/*
Name: TruckWorld Universal Styles
Description: The new default styles for the TruckWorld websites.
Version: 1.1.0 
Date Last Modified: 02-09-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.
 */
body {
	margin:0;
	border:none;
	background:#2D2D2E;
	font-family:arial;
	font-size:8pt;
	font-style:normal;
	font-variant:normal;
	line-height:normal;
	text-align:center;
}

a:link, a:active, a:visited{
	text-decoration:none;
}
img{
	border:none;
}

h2{
	font-size:170%;
	border-bottom:solid 2px #000;
	color:#000;
	margin-bottom:2px;
	padding:5px 10px 3px 10px;
	background:#DDD;
}
.leftContentContainer h2{
	font-size:160%;
	border-bottom:none;
	background:none;
	color:#000;
	margin-bottom:2px;
	padding:0;
}
h3{
	background:none;
	line-height:120%;
	font-size:130%;
	color:#000;
	margin-bottom:10px;
}
p{
	color:#222;
}
#siteContainer{
	width:1000px;
	margin:0 auto;
	background:#888;
	border:solid 1px #000;
	border-top:none;
}
#contentContainer{
	background:url(cssImages/contentBGlight.png) repeat-x bottom left;
}
#headerBGimg{
	background-repeat:no-repeat;
	min-height:200px;
	border-bottom:solid 2px #333;
}
#headerContainer{
	padding:0px 0px 10px 0px;
	background-image:url('cssImages/headerContainerBG.png');
	background-repeat:repeat-x;
	background-position: 0px 200px;
	font-weight:bold;

}
#logoHolder{
	background-repeat:no-repeat;
	background-position:center;
	height:100px;
	width:650px;
	margin:0 auto;
	overflow:hidden;
}
.footerlogo{
	height:100px;
	width:650px;
	background-repeat:no-repeat;
	background-position:center;
	margin:10px auto;
}
#headerLBcontainer{
	height:90px;
	width:728px;
	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-family: Verdana, Geneva, sans-serif;
	font-weight:bold;
	height:24px;
	margin-right:6px;
	padding-right:18px;
	text-decoration:none;
	cursor:pointer;
}
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;
}

a.buttonSelected{
background:url('cssImages/bg_buttonGreen_a.gif') no-repeat right -48px;
	color:#FFF;
	display:block;
	float:left;
	font-size:12px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:bold;
	height:24px;
	margin-right:6px;
	padding-right:18px;
	text-decoration:none;
	cursor:pointer;
}
a.buttonSelected span{
	background:url('cssImages/bg_buttonGreen_span.gif') no-repeat 0 -48px;
	display:block;
	line-height:14px;
	padding:5px 0px 5px 18px;

}
a.buttonSelected:active{
	background-position: top right;
	color:#FFF;
	outline:none;
}
a.buttonSelected:active span{
	background-position: top right;
	padding:6px 0px 4px 18px;
	line-height:14px;
}
a.buttonSelected:hover{
	background-position: right -24px;
	color:#FFF;
}
a.buttonSelected:hover span{
	background-position:0 -24px;
	padding:6px 0px 4px 18px;
	line-height:14px;
	padding:5px 0px 5px 18px;
}


.userLinkSet a.button{
	margin:6px 12px 6px 6px;
}

.logoutButton{
	float:right;
}
.userMenuContainer{
	margin:0px 25px 0px 6px;
	width:750px;
	float:left;
}

.userAvatarContainer{
	float:left;
	padding:5px 10px 5px 0px;
	margin:0px 10px 0px 0px;
	border-right:1px solid #333;
	height:100%;
}
.userMenu{
	float:left;
}
.userMenu a, .userMenu a:visited{
	color:#000;
	text-decoration:underline;
}

.specialMenu{
	width:800px;
	background:#FFFB8B;
	border:solid 1px #FFBaa8;
	margin:5px auto;
	text-align:left;
	padding:5px;
}
.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;
}



/* 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;
}
.divCenter{
	margin:0 auto;
}
.divClearFloat{
	clear:both;
}


/* data tables */

.dataTable1{
	width:100%;
	border-collapse:collapse;
	font-size:95%;
}


/* ------------------------- */
/* 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:230px;
	text-align:center;
	font-size:12px;
	background:#FFF;
	position:relative;
	word-wrap:break-word;
}
.gallery li p{
	margin:5px 0px;
}
.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;
}
.galleryTitlesContainer{
	padding:0px;
	margin:0px 0px 10px 0px;
	text-align:center;
}
.galleryTitlesContainer h3{
	line-height:100%;
	margin-bottom:0px;
	text-align:center;
}
.galleryZoom{
	height:38px;
	width:38px;
	position:absolute;
	bottom:20px;
	right:50px;
	background:transparent;
	dispaly:block;
}

.gallOneImg .galleryZoom img{
	height:38px;
	width:38px;
}
.favPhotoContainer{
	height:20px
	width:21px;
	position:absolute;
	top:5px;
	left:30px;
	display:block;
}
.gallOneImg .favPhotoContainer img{
	height:20px;
	width:21px;
}

.galleryButtonContainer{
	position:absolute;
	bottom:10px;
	height:25px;
	width:100px;

}
.paginateContainer{

}
.galleryBG{
	background:url(cssImages/pegBG.gif);
	overflow:auto;
	padding:20px 0px;

}
.tape{
	background:transparent url(cssImages/dtape.png) no-repeat scroll 0 0;
	display:block;
	height:48px;
	left:45px;
	position:absolute;
	top:-20px;
	width:115px;
}
.favPhotoThumbContainer{
	background:transparent url(cssImages/favStarIcon.png) no-repeat scroll 0 0;
	display:block;
	height:20px;
	width:21px;
	left:27px;
	position:absolute;
	top:10px;
}
.gallExtraInfo{
	color:#444;
	font-size:90%

}
.gallBigInfo{
	font-weight:bold;
}
.gallOneImg{
	width:100%;
	text-align:center;
	position:relative;
}
.gallOneImg img{
	width:600px;
	height:auto;
}
.galleryRoundContainer{
	width:650px;
	background:url(cssImages/gallery1imgCenterBG.gif) repeat-y;
	margin:0 auto;
	padding:10px 0px 9px 0px;
	position:relative;

}
.bottomGalleryRoundContainer{
	width:650px;
	background:url(cssImages/gallery1imgBottomBG.gif) no-repeat;
	background-position:bottom;
	height:10px;
	position:absolute;
	bottom:0px;
}
.topGalleryRoundContainer{
	width:650px;
	background:url(cssImages/gallery1imgTopBG.gif) no-repeat;
	height:10px;
	position:absolute;
	top:0px;
}
.gallEditDeleteControlsContainer{
	width:150px;
	margin:0 auto;
	padding:10px;
}
.comments{
	background:#CCC;
	
}
.description{
padding:10px 0px;
text-align:left;
}
.descriptionLong{
padding:10px 0px;
margin:0px 0px 30px 0px;
overflow:scroll;
text-align:left;
height:200px;
width:96%;
}
.centerRateContainer{
	margin:10px auto;
	height:40px;
}
/* ///////////////////// */
/* END of Gallery Styles */
/* ///////////////////// */

/* /////////////// */
/* Comments Styles */
/* /////////////// */

.commentsContainer{
	border:solid 2px #DDD;
	border-bottom:none;
	width:600px;
	margin:0px auto 10px auto;
}
.commentsContainer h3{
	margin:0;
	padding:5px 0px;
	background:#DDD;
}

.commentHolder{
	background:#FFF;
	text-align:left;
	border-bottom:solid 2px #DDD;
}
.commentUser{
	float:left;
	width:28%;
	text-align:center;
	padding:5px 0px;
}
.commentContent{
	float:right;
	width:70%;
	padding:5px;
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	_white-space: pre;           /* IE only hack */
}
.commentContent .date{
	font-size:80%;
	color:#666;
	margin-top:0px;
	margin-bottom:4px;
}
.noComments{
	padding:5px;
	text-align:center;
}
.textareaComments{
	width:500px;
	height:100px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
}
/* ////////////////////// */
/* END of Comments Styles */
/* ////////////////////// */




.cookieTrail{
	font-size:90%;
	text-align:left;
	padding:5px 0px 10px 0px;
	color:#444;
	line-height:135%;
}
.center{
	text-align:center;
}
.textLeft{
	text-align:left;
}
.ratingContainer{
	width:310px;
	margin:10px auto;

}
.ratingNameContainer{
	width:310px;
clear:both;
}
.rating-1-2-3, .rating123, .rating456{
font-weight:bold;
}
.rating-1-2-3{
	width:25px;
	float:left;
overflow:hidden;
padding-left:32px;
}
.rating123{
	width:35px;
	float:left;
overflow:hidden;
padding-left:87px;
}
.rating456{
	width:35px;
	float:left;
overflow:hidden;
padding-left:52px;
}
.ratingList{
	margin:0;
	padding:0;
	list-style-type:none;
}
.ratingList li{
	float:left;
	width:25px;
	border:none;
	padding:2px;
	margin:0px;
}
.rating1{
	background:#248FD1;
color:#FFF;
}
.rating2{
	background:#69D2E7;
}
.rating3{
	background:#ACE3F3;
}
.rating4{
	background:#EEF4FF;
}
.rating5{
	background:#F2E5A9;
}
.rating6{
	background:#F5D553;
}
.rating7{
	background:#FFCD17;
}
.rating8{
	background:#F49116;
}
.rating9{
	background:#E85415;
}
.rating10{
	background:#C41212;
color:#FFF;
}
.outsideAll{
	color:#FFF;
	padding:5px 0px 20px 0px;
}
.outsideAll a{
	color:#FFF;
}
/* HEADER FOOTER INCLUDED */



.leftContentContainer{
	font-weight:normal;
	text-align:left;
	padding:5px 10px;
	overflow:auto;
}
#secondary_left_content{
	
}
#secondary_left_box{
	
}
/* Might Not be used */
#main{
	border:1px solid #F6973B;
	margin:0 auto;
	width:1000px;
	background:#999;
}
#footer{
	clear:both;
	width:1000px;
	margin:0px;
	padding:0px 0px 10px 0px;
	background:#000 url('cssImages/footerBGshine.png') repeat-x;
	border-top:solid 1px #000;
}

.leftSide{
	width:680px;
	float:left;
}
.rightSide{
	width:310px;
	float:right;
	text-align:center;
}

.mainContentContainer{
	width:670px;
	margin:0px 10px 15px 10px;
	background:#FFF;
	font-size:10pt;
	text-align:left;
}
.mainContentContainerHeaderImg{
	width:660px;
	height:15px;
	background:url(cssImages/contentHeaderCurve.gif) no-repeat;
	margin:0;
	padding:0;
}
.mainContentContainerFooterImg{
	width:660px;
	height:15px;
	background:url(cssImages/contentFooterCurve.gif) no-repeat;
	margin:0;
	padding:0;
}
.bottomAdContainer{
	clear:both;
	margin:0px auto;
	padding:10px 0px;
	width:728px;
}
.footerNavMenuContainer{
	color:#FFF;
	margin:0px auto;
	padding:10px 0px;
	width:708px;
} /*width was 425px */
.footerNav{
	color:#FFF;
	margin:0;
	padding:0;
	list-style-type:none;
}
.footerNav li{
	padding:2px 15px;
	float:left;
	font-size:10pt;
	border-left: solid 1px #AAA;
}
.footerNav li.first{
	border-left:none;
}
.footerNav li a, .footerNav li a:visited{
	color:#AAA;
	text-decoration:none;
}
.footerNav li a:hover{
	color:#FFF;
}
.footerColumn{
	width:300px;
	float:left;
	margin:0;
	padding:15px;
	text-align:center;
	min-height:100px;
}
.friendsOfContainer{
	font-size:10pt;
	color:#FFF;
	width:280px;
	min-height:70px;
	text-align:left;
	font-weight:normal;
	padding-left:58px;
	background:url(http://adserver1.tenmagazines.com/tempads/enthusiast-friends.gif) no-repeat bottom left;
}
.friendsOfContainer a, .friendsOfContainer a:visited{
	text-decoration:none;
	color:#FFF;
}
.friendsOfContainer a:hover{
	text-decoration:underline;
}
.friendsOfGraphic{
	height:62px;
	width:55px;
	background:#00A;
	float:left;
	margin:0px 5px 0px 0px;
}
.copyright{
	clear:both;
	color:#AAA;
	font-weight:normal;
	text-align:center;
	margin:10px 0px 5px 0px;
}
.panel_object{
	overflow:hidden;
	width:300px;
	margin:15px auto;
}
.rightSide{
	width:320px;
	float:right;
}

/* -------------------------------- */
/* -------------------------------- */
/* ------- Secondary Styles ------- */
/* -------------------------------- */
/* -------------------------------- */
/* top item margin override */
.topMClass{
	margin-top:0px;
}
/* top item padding override */
.topPClass{
	padding-top:0px;
}
h2 span {
	font-size:55%;
}
h2 span.i{
	font-style:italic;
}
.bold{
	font-weight:bold;
}
.italic{
	font-style:italic;
}

/* -------------------------------- */
/* -------------------------------- */
/* -------------------------------- */
.containerFormEntry{
text-align:left; margin:10px; min-height:500px;
padding-bottom:40px;
}
h4.formPageTitle{
font-weight:bold; font-size:1.4em; border-bottom:1px solid #000000; padding-bottom:5px;
}
.containerFormEntry table{
font-size:1em;
}
.titleField{
width:620px; font-size:1.4em; font-weight:bold;
}
.normalField{
width:620px; font-size:1em;
}
.textareaField{
width:620px; height:300px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:1em;
}
.eventTitle{
font-size:1.4em; font-weight:bold;
}
.eventReviewMembersOnly{
	float:right;
	width:220px;
	height:30px;
	text-align:right;
	font-weight:bold;
	font-size:1.1em;
}
.normalField{
width:620px; font-size:1em;
}
.cookieNormalField{
width:320px;
font-size:1em;
}



.userBuiltHeader{
text-align:center;
}
.userBuiltFooter{
clear:both;
text-align:center;
}

.errorAlertContainer, .errorAlertContainer p, .errorAlertContainer h2{
	color: #cd0a0a;
}

.errorAlertContainer{
	border: 1px solid #a50000;
	background: #fae6e6;
	padding:10px;
	font-size:110%;
	line-height:130%;
	font-weight:bold;
}

.errorAlertContainer h2{
	text-transform:uppercase;
	color:#cd0a0a;
	background:transparent;
	border:none;
	text-align:center;
	padding:0;
	margin:0px 0px 10px 0px;
}
.errorAlertContainer ol li{
	list-style:decimal;
}
.manyButtonsContainer{
	margin:10px 0px;
	padding:5px;
	height:auto;
	background:#DDD;
}
.boldCaps{
	text-transform:uppercase;
	font-weight:bold;
}
.radioSelectInline{
	float:left;
}