﻿/* 
    old common green color - #aac96c , rbg(170, 201, 108)
    old common green color - #39722a , rbg(57, 114, 42)
    common green color - #629960 , rbg(98, 153, 96)    
    common lightgreen color - #d2e2b1 , rbg(210, 226, 177)
    common blue color - #1873b9 , rbg(24, 115, 185)
    common lightblue color - #a0d0f4 , rbg(160, 208, 244)
*/
body 
{ 
	font-size: 100.01%; 
	font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif; 
	background-color: #fff; 
	background-repeat: repeat-x; 
	background-attachment: scroll; 
	background-position: 0 0; 
	margin: 0 0 10px 0px; 
	padding: 0;
}
div, form, fieldset, table, td
{
	margin: 0;
	padding: 0;
	border: 0;
}
ul, li
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}
.hide
{
	display: none;
}
.clear
{
	clear: both;
}
hr
{
	clear: both;
}
input
{
	font-size: .8em;
}

/*------------------------------------------------------------- Default Link  */
/* all elements required */
a:link
{
	color: #007AC1;
	text-decoration : none;
}
a:visited
{
	color: #007AC1;
	text-decoration : none;
}
a:hover
{ 
	color: #007AC1; text-decoration: underline 
}
a:active
{
	color: #007AC1;
	text-decoration : none;
}
a img
{
	border: 0;
}

/*------------------------------------------------------------- Main Containers */

#mainContainer
{
	max-width: 1150px;
	min-width: 823px;

	padding: 0 10px 20px 0;
	background-repeat: repeat;
}
.Banner
{
	max-width: 1150px;
	min-width: 823px;

	padding: 0 10px 20px 0;
	background-repeat: repeat;
}

#leftBlock
{ 
	background-color: transparent; 
	background-image: url(/images/global-right-bg.gif); 
	background-repeat: no-repeat; 
	background-position: right top; 
	padding-right: 7px; 
	padding-left: 0px;
	padding-bottom: 0px;
}

		
/*------------------------------------------------------------- Main Navigation Tabs */

.formpnl
{
	font-size: 1.2em;
}

.formpnl table tr td input
{
	font-size: 1.2em;
}

.mainLinks
{
}
.findTabs
{ 
	position:relative;
	margin-left: 5px; 
	height: 40px;
	top:3px;
	font-size: 12px;
}

.findTabs li
{
	float: left;
	display: block;
}

.topBar
{
	background: url(/images/tab-mainsearch-bg.gif); 
	background-repeat: repeat-x; 
	height:20px; 
}

.activeTab 
{
	height:40px;
	background: url(/images/activeMiddle.gif);
	background-repeat:repeat-x;
}
.activeTab a
{
	text-decoration : none;
	color: #ffffff;
	position:relative;		
	bottom: 10px;
	font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif; 
	font-weight:bolder;
}
.activeTab a:visited
{
	text-decoration : none;
	color: #ffffff;
	position:relative;		
	bottom: 10px;
	font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif; 
	font-weight:bolder;
}


.inactiveTab 
{
	height:40px;
	background: url(/images/inactiveMiddle.gif);
	background-repeat:repeat-x;
}
.inactiveTab a
{
	text-decoration : none;
	color: #000000;
	position:relative;		
	bottom: 10px;	
	font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif; 
	font-weight:bolder;
}
.inactiveTab a:visited
{
	text-decoration : none;
	color: #000000;
	position:relative;		
	bottom: 10px;	
	font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif; 
	font-weight:bolder;
}

h1
		{
		margin: 0;
		padding: 0.2em 0 0.2 32px;
		background: #fff;
		color: #007AC1;
		font-size: 2.5em;
		font-weight: normal;
		font-family: Georgia;
		}

.phone
{
		padding: 0 0 0 16px; 
		color: #303030;
		background: url( '/images/ico-phone-o.gif' ) no-repeat left center;
}
.email
{
		padding: 0 0 0 16px; 
		color: #303030;
		background: url( '/images/ico-email-o.gif' ) no-repeat left center;
}
.email a
{
	color: #303030;
	text-decoration: underline;
}
.fax
{
		padding: 0 0 0 16px; 
		color: #303030;
		background: url( '/images/ico-fax-o.gif' ) no-repeat left center;
}



/*------------------------------------------------------------- General Content Area */
.genContent
		{
		position: inherit;
		padding: 4px 4px 0px 4px;
		background-color: #e5e5e5;
		}
/*html>body .genContent
		{
		background: #fff url( '/images/tab-tr-gr-lg-2.gif' ) no-repeat right top;
		}*/
.whiteContainer {
		background: #fff url( '/images/tab-tr-gr1.gif' ) no-repeat right top;
		padding: 0 0px 2em 10px;
		position: relative;
		border-top: 1px solid #CBCBCA;
}
.whiteContainerPadded {
		background: #fff url( '/images/tab-tr-gr1.gif' ) no-repeat right top;
		padding: 0 10px 2em 190px;
		position: relative;
		border-top: 1px solid #CBCBCA;
}
/*------------------------------------------------------------- Content Area */
.genContent 
{
		font-size: 8pt;
}
.genContent h1
		 { 
		    color: #007ac1; 
		    background: url("/images/bg-dotted-line1.gif") repeat-x left bottom; 
		    margin: 0 0 0.3em; 
		    padding: 0.2em 0 0.1em 
		    }
.genContent h2
		 { 
		    color: #303030; 
		    font-size: 1.3em; 
		    font-weight: bold; 
		    margin: 0 0 0.2em; 
		    padding: 0.6em 0 0.2em; 
		    border-top: 0 solid; 
		    border-right: 0 solid; 		    
		    border-bottom: 1px solid #999; 
		    border-left: 0 solid }
.genContent h3
		{
		margin: 0;
		padding: 0;
		color: #969696;
		font-size: 1.0em;
		}
.genContent h4
		{ 
	    color: #303030; 
	    font-size: 1.1em; 
	    margin: 0; 
	    padding: 1em 0 0;
		border-top: 0 solid; 
	    border-right: 0 solid; 		    
	    border-bottom: 1px solid #999; 
	    border-left: 0 solid;
        }
.genContent p
		{
		margin: 0.2em 0 0.6em 0;
		padding: 0;
		}
.genContent p, .genContent ul, .genContent ol
		{
		line-height: 1.2em;
		}
.genContent ol, .genContent ul
		{
		margin: 0.5em 3em;
		padding: 0;
		}
.genContent ol li
		{
		list-style: decimal;
		}
.genContent ul li
		{
	    list-style-image: url('/images/bluebullet.gif');
		/*list-style: circle;*/
		margin-left: -15px;
		}
/* increase specificity for ie */
.genContent a.backToTop
		{
		display: block;
		margin: 0.2em 0 2em;
		padding: 0.3em 16px 0.3em 0;
		border-bottom: 1px dotted #969696;
		background: url( '/images/ico-top-ar.gif' ) no-repeat right center;
		color: #969696;
		font-size: 0.75em;
		font-weight: bold;
		text-align: right;
		}
.genContent a.backToTop:hover
		{
		background: url( '/images/ico-top-ar-o.gif' ) no-repeat right center;
		text-decoration: none;
		color: #054696;
		}
.genContent a
		{
		}
		
.genContent .testimonial
		{
		/* ie pixel double bug */
		display: inline;
		position: relative;
		float: right;
		width: 150px;
		border: 10px solid white;
		background: #cff3ff url(/images/tab-testimonial-b.gif) no-repeat left bottom;
		}		
*html .genContent .testimonial
		{
		width: 170px;
		}
.genContent .testimonial h3
		{
		margin: 0px;
		padding: 5px 5px 0px;
		background: #cff3ff url('/images/tab-testimonial-t.gif') no-repeat left top;
		color: #1a87c7;
		font-size: 0.9em;
		}
.genContent .testimonial h4
		{
		color: #054696;
		font-size: 1.7em;
		text-align: right;
		margin: 0;
		padding: 0;
		position: inherit;
		top: -20px
		}
.genContent .testimonial h5
		{ 
		color: #000000; 
		font-size: 0.7em; 
		font-weight: 100; 
		background-color: #cff3ff; 
		background-image: url("/images/tab-testimonial-t.gif"); background-repeat: no-repeat; 
		background-position: left top; 
		margin: 0; 
		padding: 5px 5px 0 
		}
.genContent .testimonial p
		{ 
		color: #2f4e5a;
		font-size: 0.7em; 
		line-height: 1.2em; 
		margin: 0; 
		padding: 0.6em 0.5em 
		}
.genContent .testimonial p.title
		{
		padding: 0 0.6em;
		color: #054696;
		}
.genContent img.imgAssoc
		{
		position: relative;
		display: block;
		float: right;
		margin: 2em 2em 2em 1em;		
		}
.genContent img.imgContent
		{
		position: relative;
		display: block;
		float: right;
		margin: 0em 2em 1em 1em;		
		}


/*------------------------------------------------------------- Sub Content Area */
.subContent
		{
		width: 178px;
		}
/* position for non-ie */
html>body .subContent
		{
		top: 0px;
		left: 0px;
		}
/* ------------------------------------------------------------- Sub Navigation */

.subNav
		{
		font-size: 8pt;
		width: 178px;
		padding-left: 0px;
		margin-top: 5px;
		background: url( '/images/tab-subNav2-t2.jpg' ) no-repeat left top;
		background-color:#629960;
		}


.subNavWanted
		{
		font-size: 8pt;
		width: 599px;
		padding-left: 0px;
		margin-top: 5px;
		background: url( '/images/tab-subnav2-t2-Wanted.jpg' ) no-repeat left top;
		background-color:#629960;
		}
.subNavWanted ul
		{
		/* force ie to reveal */		
		position: relative;
		margin: 0;
		padding: 14px 4px 2px 10px;
		background: url( '/images/tab-subnav2-b2-Wanted.jpg' ) no-repeat left bottom;
		font-weight: bold;
		}
.subNavWanted ul li
		{
		list-style: none;
		list-style-image: url('');
		margin-left: -15px;
		padding: 0px 0px 0px 15px;
		text-align: left;
		}
.subNavWanted ul li a
		{
		display: block;
		width: 149px;
		padding: 0.3em 0.5em 0.3em 0.0em;
		}
.subNavWanted ul li>a
		{
		padding: 0.3em 0.5em 0.3em 0.0em;
		}
.subNavWanted ul li.active
		{
		color: #fff;
		padding-bottom: 10px;
/*
		background: url( '/images/tab-subNav2-active.jpg' ) no-repeat left top;
*/
		}
.subNavWanted ul li.active a
		{
			
		color: #fff;
		
		}
.subNavWanted ul li li, .subNavWanted ul li ul, .subNavWanted ul li li a
		{
		padding-top: 0;
		padding-bottom: 0;
		background: none !important;
		font-size: 1em;
		font-weight: normal;
		}
.subNavWanted ul li ul
		{
		padding: 0;
		}
.subNavWanted ul li li
		{
		font-size: 0.9em;
		}
.subNavWanted ul li li a
		{
		
		color: #6f6f6f !important;
		}
.subNavWanted ul li li.active a
		{
		
		color: #000 !important;
		}

/* increase specificity for ie */
.genContent .subNav a
		{
		color: #fff;
		}
.genContent .subNav a:hover
		{
		color: #d2e2b1;
		text-decoration: none;
		}
.subNav ul
		{
		/* force ie to reveal */		
		position: relative;
		margin: 0;
		padding: 14px 4px 2px 10px;
		background: url( '/images/tab-subNav2-b2.jpg' ) no-repeat left bottom;
		font-weight: bold;
		}
.subNav ul li
		{
		list-style: none;
		list-style-image: url('');
		margin-left: -15px;
		padding: 0px 0px 0px 15px;
		text-align: left;
		}
.subNav ul li a
		{
		display: block;
		width: 149px;
		padding: 0.3em 0.5em 0.3em 0.0em;
		}
.subNav ul li>a
		{
		padding: 0.3em 0.5em 0.3em 0.0em;
		}
.subNav ul li.active
		{
		color: #fff;
		padding-bottom: 10px;
/*
		background: url( '/images/tab-subNav2-active.jpg' ) no-repeat left top;
*/
		}
.subNav ul li.active a
		{
			
		color: #fff;
		
		}
.subNav ul li li, .subNav ul li ul, .subNav ul li li a
		{
		padding-top: 0;
		padding-bottom: 0;
		background: none !important;
		font-size: 1em;
		font-weight: normal;
		}
.subNav ul li ul
		{
		padding: 0;
		}
.subNav ul li li
		{
		font-size: 0.9em;
		}
.subNav ul li li a
		{
		
		color: #6f6f6f !important;
		}
.subNav ul li li.active a
		{
		
		color: #000 !important;
		}


body ul.tableOptions
		{
		margin: 0.2em 0px 1.5em 1.4em;
		font-size: 10pt;
		line-height: 1.4em;
		}
body ul.tableOptions li
		{
		display: inline;
		width: auto !important;
		border-left: 1px solid #CCCCCC;
		}
body ul.tableOptions li.first
		{
		border: none;
		}
body ul.tableOptions li a
		{
		padding: 0px 0.3em;
		}

/*------------------------------------------------------------- Footer */
#printFooter
		{
		display: none;
		}
.footer
		{
		/* fix ie bug, see .siteLinks margin */
		position: relative; 
		padding-top: 1px; 
		color: #fff; 
		font-size: 0.7em; 
		background-image: url(/images/tab-footer-tl.gif); 
		background-repeat: no-repeat; 
		background-attachment: scroll; 
		background-position: left top; 
		}
*html .footer
		{
		margin-right: -1px;
		border-right: 1px solid #FFFFFF;
		}
.footer.noClose
		{
		background: #6f6f6f url( '/images/tab-footer-tl2.gif' ) no-repeat left top;
		}
.footer .siteLinks
		{
		margin: -1px 0 0;
		background: url( '/images/tab-footer-tr.gif' ) no-repeat right top;
		}
.footer.error .siteLinks
		{
		background: none;
		}
.footer.noClose .siteLinks
		{
		background: url( '/images/tab-footer-tr2.gif' ) no-repeat right top;
		}
.footer.home .siteLinks
		{
		background: url( '/images/tab-footer-tr3.gif' ) no-repeat right top;
		}
.footer .gra1 
		{ 
		background: url( '/images/tab-footer-bl.gif' ) no-repeat left bottom;
		text-align: center;
		}
.footer.home .gra1 
		{
		background: url( '/images/tab-footer-bl2.gif' ) no-repeat left bottom; 
		}
.footer .siteLinks ul
		{
		padding: 18px 0px 17px 0px;
		background: url( '/images/tab-footer-br.gif' ) no-repeat right bottom;
		}
.footer.home .siteLinks ul
		{
		background: url( '/images/tab-footer-br2.gif' ) no-repeat right bottom;
		}
.footer ul li
		{
		display: inline;
		margin: 0;
		padding: 0;
		border-left: 1px solid #fff;
		line-height: 3em;
		font-family: Arial, Tahoma, sans-serif;
		}
.footer ul li.first
		{
		border: none;
		}
.footer ul li a
		{
		margin: 0;
		padding: 0 2px 0 5px;
		color: #fff !important;
		}
/* Need Book Link */
.footer ul li.book a
		{
		margin: 0 0 0 3px;
		padding-left: 13px;
		background: url( '/images/ico-book-footer.gif' ) no-repeat left center;
		}
.footer ul.info
		{ 
		color: #6f6f6f; 
		background: #fff; 
		margin: 0; 
		padding: 0 0 0 30px 
		}
.footer.error ul.info
		{
		background: none;
		}
.footer ul.info li
		{
		padding: 0 1em 0 0;
		border: none;
		line-height: 1.3em;
		}
.footer ul.info li a
		{
		margin: 0;
		padding: 0;
		text-decoration: underline;
		color: #6f6f6f !important;
		}		
#menuContent
{
}
#pageContent
{
    padding-left: 6px;
    padding-right: 6px;
}
.adContentConference
{
    clear:both;
}
.adContentRight
{
    border-left: solid 4 #888888;
    padding-top: 15px;
    float: none;
}
.adContentLeft
{
    padding-top: 15px;
}
.adContentConference h4
{
    margin: 6px 0 6px 0;
}

.rightAd
{
    text-align: center;
    padding-bottom: 8px;
}
.leftAd
{
    text-align: center;
    padding-bottom: 8px;
}
.conferenceAd
{
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
    min-height: 150px;
}

/*------------------------------------------------------------- Login */

.loginPanel
{
    font-size: 11px; 
    color:#000000; 
    background-color: #d2e2b1; 
    padding: 5px 0px 0px 0px;
    margin-bottom: 10px;
    border: 0px;
    border-color:#cccccc; 
    border-style:solid;
    background: url( '/images/tab-subnav-t3.jpg' ) no-repeat left top;
    margin-left: 3px;
}
.loginTitleBar
{
    font-size: 1em;
    color:#ffffff;
    border-bottom-width: 0px;
    padding: 8px 0 15px 6px;
    border-bottom-style: solid;
    border-bottom-color: black;
    width:90%;
    text-align: left;
    font-weight: bold;
	font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif; 
	}
.loginFooter
{
     background: url( '/images/tab-subnav-b.jpg' ) no-repeat left bottom;
     height: 8px;
     width:100%;
}


/*-------------------------------------------- Parametric Search ------------------*/
.paramPanel
{
    font-size: 11px; 
    font-weight: bold;
    color:#000000; 
    background-color: #D2E2B1;
    margin-top: 5px;
    padding: 5px 5px 0 5px;
    border: 1px;
    border-color: #2E89C4; 
    border-style: dotted;
    text-align: left;
    width: 175px;
}
.paramPanel ul li
{
    list-style-image: url('/images/bluebulletongreen.jpg');
    padding: 0 0 6px 0;
    }
.paramPanelClear
{
    font-size: 11px; 
    font-weight: bold;
    color:#000000; 
    margin-top: 5px;
    padding: 5px 5px 0px 5px;
    border: 1px;
    border-color: #2E89C4; 
    border-style: dotted;
    text-align: left;
}

.paramHeader
{
	color: #303030; 
	font-size: 1.1em; 
	margin: 0; 
	padding: 0 0 0 0;
	border-top: 0 solid; 
	border-right: 0 solid; 		    
	border-bottom: 1px solid #999; 
	border-left: 0 solid;
}
.paramTitleBar
{
	font-size: 1.2em;
    border-bottom-width: 0px;
    padding: 0px 0 2px 6px;
    border-bottom-style: solid;
    border-bottom-color: black;
    width:90%;
    text-align: left;
    font-weight: bold;
	font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
	}
.paramFooter
{
     /*background: url( '/images/tab-subnav-b.jpg' ) no-repeat left bottom;*/
     height: 8px;
     width:100%;
}
.conferenceListing
{
    border: solid 1 #888888; 
    margin-top:5px; 
    background-color:#f4f4f4;
    font-size: 1em;
    padding-left: 5px;
}

.equipListing
{
    border: solid 1 #888888; 
    margin-top:5px;
    background-color:#f4f4f4;
    font-size: 1em;
    padding-left: 5px;
}

blueBulletTri ul li
{
    list-style-image: url('/images/bluebulletongreen.jpg');
    padding: 0 0 6px 0;
}

.equipHeader
{
    color: #303030; 
		    font-size: 1.3em; 
		    font-weight: bold; 
		    margin: 0 0 0.2em; 
		    padding: 0.6em 0 0.2em; 
		    border-top: 0 solid; 
		    border-right: 0 solid; 		    
		    border-bottom: 1px solid #999; 
		    border-left: 0 solid
}

.resultsrowheader
{
	background-color:#E5E5E5;
}

.enhancedresultsrowheader
{
	background-color:#e5e5aa;
}
.panelPics
{
    background-color: #ffffff;
    border: solid 1px #888888;
    width: 400px;
    height: 400px;
}



.equipSubHeader
{
    font-size: 1.1em;
    width: 50%;
}
.equipmentDetailHeader
{
	margin: 0;
	background: #fff;
	color: #007AC1;
	font-size: 2.5em;
	font-weight: normal;
	font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif; 
}

.searchBox
{
    background: url( '/images/search-bg.jpg' ) no-repeat left top;
    padding: 3px 25px 4px 25px ; 
    margin-right: 8px; 
    margin-top: 8px;
    position: relative;
    float: right; 
    z-index:1000;
/*
     
    height: 40px;
    text-align: center;
*/
}
.blueTag   /*blue tags were changed to black*/
{
    color: #1873b9;
    font-weight: bold;
}
.blackTag   /*blue tags were changed to black*/
{
    color: #000000;
    font-weight: bold;
}
.question
{
	padding: 5px 0 5px 30px; 
	margin-top: 20px;
	color: #303030;
	background: url( '/images/question4.jpg' ) no-repeat left top;

}
.answer
{
	padding: 5px 0 5px 30px; 
	margin-top: 10px;
	color: #303030;
	background: url( '/images/answer6.jpg' ) no-repeat left top;

}
/*------------------------------------------------------------- Google Ads */
.google_base
{
	margin-top: 30px;
	font-family: Arial,Helvetica,sans-serif; 	
	border: #052858 1px solid;
	background-color: White;
}

.google_header 
{
	background-color: rgb(24, 115, 185); 
	padding-top: 2px; 
	padding-left: 11px; 
	padding-bottom: 2px; 	
	font-size: 12px; 	
	font-weight: normal; 
	color: rgb(255, 255, 255);
	text-align: left;
}

.google_line1 
{	
	line-height: 14px; 
	padding-left: 7px; 
	padding-bottom: 5px;
	font-size: 12px;
	font-weight: bold; 
	text-decoration: underline;
	text-align: left;
}

.google_line2
{
	line-height: 14px; 
	padding-left: 7px; 
	padding-bottom: 5px;
	font-size: 11px;
	text-decoration: none;
	text-align: left;
	color: rgb(0, 0, 0);
}

.google_line3
{
	line-height: 14px; 
	padding-left: 7px; 
	padding-bottom: 5px;
	font-size: 10px;
	text-decoration: none;
	text-align: left;
}
/*------------------------------------------------------------- conferenceInfo  */
.conferenceInfo
{
    text-align: center;
}
.conferenceInfo h2
{
    border-bottom: 0;
}

.conferenceInfo h3
{
    background: none;
}
.conferenceInfo h4
{
    background: none;
    text-align: left;
}
.conferenceInfo h5
{
    background: none;
}
.conferenceInfo p
{
    text-align: left;
}
.conferenceInfo a
{
    padding-right: 15px;
}

/*--------------------------- breadcrums ------------------------------*/
/* Main Content - Breadcrumbs */
#breadcrumbs {
	background: #C0C0C0;
	border-top: none;
	padding: 1em;
	position: relative;
}

#breadcrumbs span {
	white-space: nowrap;
}

#breadcrumbs span a {
	/*color: #ffffff;*/
	background: url('/Images/Breadcrums/tab-fleet-bread-ar.gif') no-repeat center left;
	padding-left: .75em;
}

#breadcrumbs span.root a {
	background: none;
	padding-left: 0;
	font-weight: bold;
}
/*--------------------------- legend ------------------------------*/
.legend
{
    margin: 0 45px 0 0px;
}
.legend h3
{
    color: #ffffff;
    font-size: 11pt;
    padding-top: 4px; /* refer to .legend .right margin-top */
    padding-bottom: 2px; /* refer to .legend .right margin-top */
    padding-left: 15px; /* same as .legend .right margin-right */
    margin-top: 10px;
    margin-bottom: 10px; /* refer to .legend .right margin-top */
	background: url( '/images/legend-left.jpg' ) no-repeat left top;
	height: 22px;
	width: 100%;
}
.legend .right
{
	background: url( '/images/legend-right.jpg' ) no-repeat right top;
	height: 28px;
	float: right;
	width:25px;
	margin-right: -15px; /* same as .legend .left padding-left */
	margin-top: -38px; /* same as .legend .left (height + margin-bottom + padding-top + padding-bottom) */
}
/*--------------------------- agenda ------------------------------*/
.agenda
{
}
.event
{
    background-color:#f8f8f8;
    width: 95%;
    margin: 10px 0 10px 0;
}
.event tr td
{
    vertical-align: top;
}
.eventLeft
{
    width: 20%;
    text-align: left;
}
.eventMiddle
{
    width: 80%;
    text-align: left;
}
.eventRight
{
    width: 0%;
}
.eventSponsor
{
}
.sponsorName
{
    font-weight: bold;
}
.eventDescription
{
}
.eventLocation
{
}
.eventTime
{
}
.eventSpeaker
{
}
.eventTitle
{
}
/*--------------------------- IE hacks ------------------------------*/


#ieHack1
{
	margin-left: -16px;
}
#ieHack1 ul li
{
    list-style: none;
	list-style-image: url('');
}
/*--------------------------- banner ads ------------------------------*/

 
.banner1
{
    padding-right: 8px;
}

.rightDivider
{
     width:3px; 
     background-image:url('/images/VerticalRule.GIF'); 
     background-repeat:repeat-y; 
     margin-left: 3px; 
     margin-right: 3px;
}
.googleAds
{
     text-align: center;
}

#menuContent
{
     vertical-align:top;
     text-align:left;
     width:225px;
     padding-top: 15px;
}
.menuCell
{
     vertical-align:top;
}
.sponsorHeaderTable
{ 
    width: 130px;
    margin-left: 30px;
    margin-top: 20px;
}
.sponsorHeaderRow
{ 
    text-align: center;
}
.sponsorHeaderCell
{ 
    background-image:url('/images/ConfSponsor.jpg'); 
    background-repeat:no-repeat; 
    padding: 10px 10px 10px 0px; 
    color: #ffffff; 
    font-weight: bold; 
    font-size: 14pt; 
    text-align: center;
}
.cartPrice
{
    padding-right: 8px;    
}
.cartColumn
{
    padding-left: 5px;
}
.issueSponsor
{
    margin-left: 20px;
    margin-right: 70px;
    padding: 3px 20px 3px 20px;
    border: solid 1px black;
}
.SearchResultsString
{
    background-color: #d2e2b1;
    padding: 2px 10px 2px 10px;
}
.wantedItem
{
    padding: 5px 5px 5px 5px;
    border-top: solid 1px #cccccc;
}
.notLoggedIn
{
    color: Red;
}

.tblAttendees td
{
	width: 120px;
	text-align: center;
	font-weight: bold;
}
.pageContentBanner
{
    text-align: center;
    padding-top: 5px;
}

.cartLink
{
	background: url("/images/cart.bmp") no-repeat ;
	padding: 5px 0 5px 32px;
	margin: 10px 0 5px 20px;
}
.cartLinkButton
{
	font-weight: bold;
}
.searchSmallA
{
	width: 180px;
	font-size: 1em;
}
.searchSmallQ
{
	text-align: right;
	padding-right: 5px;
}


.center {
margin-right:auto;
margin-left:auto;
}