/*********** GLOBAL SETTINGS ************************/
* {margin: 0; padding: 0;}
html{overflow: -moz-scrollbars-vertical;}
a {outline: none;} /* removes Firefox dotted outline on click */
a img {border: none;}
em {font-style: italic;}
strong {font-weight: bold;}
p {line-height: 1.4;}
/*************************************************/

body {
	background: #dcdcdc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-size: 13px;
	color: #666;
	text-align: center;
}

.pageWide{
	width: 960px;
	margin: 0 auto;
	text-align: left;
 }
 
h1 {
	font-size: 29px;
	color: #363636;
	margin-bottom: .5em;
}

h2 {
	font-size: 19px;
	font-weight: normal;
	color: #333;
	margin-bottom: 5px;
}

h3 {
	font-weight: bold;
	font-size: 15px;
	color: #333;
	margin-top: 20px;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	color: #333;
	margin-bottom: .25em;
}

h5 {
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	margin-bottom: .25em;
}

p {
	margin-bottom: 1em; 
	line-height: 1.4;
	font-size: 13px;
}

ul {list-style: none;}
li {margin-bottom: 1em;}

/* links */

a:link, a:visited {
	color: #cc3300;
	text-decoration: normal;
}

p a:link, p a:visited {
	text-decoration: underline;
}

a:hover {
	color: #66000;
	text-decoration: none;
}

p a:hover {
	text-decoration: underline;
}

h2 a:link, h2 a:visited {
	color: #333;
	text-decoration: none;
}

h2 a:hover {
}

/**************** HEADER ********************/
#header {
	background: #222;
	height: 65px;
	padding-top: 15px;
	position: relative;
	background-color: #000066;
}

#header h1{
	background: url(logo.png) no-repeat;
}

#header h1 span {
	display: none;
}

#header h1 a {
	display: block; 
	width: 400px; 
	height: 65px;
}

#header img {
	float: right;
	xxwidth: auto;
	margin-top: 10px;
	margin-left: 10px;
}
/**************** TOPNAV ********************/
#topNav {
	background:url(bg_topnav.gif) repeat-x;
	height: 35px;
	text-align: center;
}

#topNav ul {
	text-align: center;
	list-style:none;
	margin: 0;
	padding: 0;
}
 
#topNav li {
	float: left;
	display: inline;
	background: url(divider_topnav.gif) 100% 0 no-repeat;
}

#topNav a {
	float: left;
	font-size: 12px;
	display: block;
	height: 22px;
	width: 190px;
	text-align: center;
	padding-top: 10px;
}

#topNav a:link, #topNav a:visited {
	color: #fff;
	text-decoration: none;
}

#topNav a:hover {
	color: #fff;
	text-decoration: none;
}

/*
*************** SUBNAV ********************/
#signUpTop {
	float: right;
	width: 156px;
	margin-left: 30px;
}

body.pHome #signUpTop {
	margin-top: 10px;
}

#subnav {
	float: right;
	width: 400px;
	margin-top: 20px;
}

body.pHome #subnav,
body.pComparison #subnav {
	display: none;
}

#subnav ul {
	float: right;
	list-style:none;
}

#subnav li {
	float: left;
	display: inline;
	margin-left: 30px;
}

#subnav li a {
	color: #666;
	font-size: 12px;
	text-decoration: none;
}


/* @group Login Box */

#login {
	background: #000;
	width: 480px;
	height: 40px;
	opacity: 1.0;
	filter: alpha(opacity=100);
	position: absolute;
	right: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}

form#login-form {
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}

form#login-form a {
	border-right: 1px solid #FFC000;
	color: #FFC000;
	text-decoration: none;
	padding-right: 10px;
	margin-right: 5px;
}

form#login-form a:hover {
	text-decoration: underline;
}

form#login-form input.text {
	width: 100px;
	border: 2px solid #75a809;
	padding: 2px;
	color: #000;
}

form#login-form input {
	font-size: 10px;
	line-height: 10px;
	font-weight: normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}

/* @end */





/**************** INNER CONTENT (Features Template) ********************/
#contentInner {
	margin-left: 320px;
	padding-top: 20px;
}

#contentInner h2 {
	font-size: 23px;
	color: #000;
	margin-bottom: 0;
}

p.subhead {
	font-size: 14px;
	color: #acacac;
	margin-bottom: 10px;
}

#heading p.subhead {
	color: #828181;
	font-size: 15px;
	margin-top: 5px;
}

p.watchDemo {
	text-align: right;
}

p.watchDemo a {
	background: url(gray_arrow.gif) 100% 50% no-repeat;
	padding-right: 10px;
	text-decoration: none;
	font-size: 12px;
}

#prodnav {
	background: url(dots.gif) repeat-x;
	padding-top: 17px;
}

p.previous {
	float: left;
	width: 250px;
	background: url(arrow_previous.gif) 0 50% no-repeat;
	padding-left: 10px;
}

p.previous a, p.next a  {
	text-decoration: none;
}

p.next {
	float: right;
	text-align: right;
	width: 250px;
	background: url(arrow_next.gif) 100% 50% no-repeat;
	padding-right: 10px;
}

/**************** BODY ********************/

#mainWrap {
	background: #fff;
}

#mainBody {
	padding: 30px 0;
}

body.pHome #mainBody {
	padding-top: 25px;
	text-align: center;
}

body.pSignUp #mainBody {
	padding-top: 0;
}

#content {
	border-top: 1px solid #d7d7d7;
	padding-top: 20px;
}

body.pHome #content,
body.ppPricing #content,
body.pComparison #content {
 border-top: none;
}

body.pSignUp #content {
	border-top: none;
	padding-top: 0;
}

#content ol {
	margin-left: 40px;
}

#content ul li {
	background: url(bullet_yellow.gif) 0 5px no-repeat;
	padding-left: 12px;
}

#content li ul {
	margin-left: 20px;
}

#content li ul li {
	background: url(bullet_black.gif) 0 7px no-repeat;
	padding-left: 12px;
	margin-bottom: 0;
	margin-top: 10px;
}

body.pHome #content,
body.pProduct #content,
body.ppSales #content,
body.ppMarketing #content,
body.ppEducation #content,
body.ppEvents #content
 {
	padding-top: 0;
}

body.ppDemos #content {
	padding-top: 20px;
}

p.intro {
	font-size: 16px;
	color: #4c4c4c;
	margin: 15px 0 30px 0;
}

p.intro strong {
	color: #333;
	font-weight: bold;
}

body.pHome p.intro {
	color: #828181;
	font-size: 13px;
	margin-top: 0;
	margin-bottom: 40px;
	line-height: 1.6;
}

.screenshot {
	float: right;
	width: 220px;
	margin-left: 20px;
}

p.press {
	color: #b5b5b5;
	font-size: 11px;
}

p.press a {
	color: #c30;
	font-size: 13px;
}

p.more {
	margin-bottom: 20px;
}

p.more a {
	background: url(arrow_next.gif) 100% 50% no-repeat;
	padding-right: 10px;
	text-decoration: none;
}

p.pdfIcon {
	background: url(icon_document.png) no-repeat;
	padding-left: 30px;
	padding-top: 8px;
	padding-bottom: 5px;
}

.teamWrap img {
	float: left;
	width: 90px;
	border: 1px solid #000;
}

.teamWrap .team {
	margin-left: 110px;
	float: none;
}

.demoWrap {
	xxwidth: auto;
	margin-bottom: 20px;
}

.demoWrap img {
	float: left;
	width: 223px;
	border: 1px solid #000;
	margin-right: 15px;
}

.demoWrap .demo {
	float: left;
	width: 214px;
	color: #000;
}

.demoWrap .demo h3 {
	margin-top: 0;
}

.divider {
	clear: both;
	height: 1px;
	overflow: hidden;
	background: #d7d7d7;
	margin-bottom: 30px;
}

/*
*************** LEFT NAV (Features Template) ********************/
#leftnav {
	float: left;
	width: 299px;
	border-right: 1px solid #d7d7d7;
	padding-top: 20px;
}

#leftnav h2 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin: 0 0 10px 12px;
}

#content #leftnav ul {
	list-style: none;
}

#leftnav ul li {
	margin: 0;
	background: none;
	padding-left: 0;
	border-left: 1px solid #fff;
}

#leftnav ul li a {
	display: block;
	position: relative;
	height: 40px;
	width: 254px;
	padding-left: 45px;
	padding-top: 10px;
	color: #333;
	font-size: 12px;
	text-decoration: none;	
}

body.pSolutions #leftnav ul li a {
	width: 287px;
	padding-left: 12px;
}

#leftnav ul li p {
	color: #999;
	font-size: 11px;	
	line-height: 1.2;
}
#leftnav ul li p span {
	color: #000;
	font-size: 13px;	
}

#leftnav ul li a:hover span {
	color: #c30;
}

/*		LEFT NAV ICONS	 	*/

#leftnav ul li#lnImport a {
	background:url(icon_import.gif) 12px 50% no-repeat;
}
#leftnav ul li#lnAccess a {
	background:url(icon_access.gif) 12px 50% no-repeat;
}
#leftnav ul li#lnCreate a {
	background:url(icon_create.gif) 12px 50% no-repeat;
}
#leftnav ul li#lnCollaborate a {
	background:url(icon_collaborate.gif) 12px 50% no-repeat;
}
#leftnav ul li#lnMarketplace a {
	background:url(icon_marketplace.gif) 12px 50% no-repeat;
}
#leftnav ul li#lnIntegrate a {
	background:url(icon_integrate.gif) 12px 50% no-repeat;
}
#leftnav ul li#lnOrganize a {
	background:url(icon_organize.gif) 12px 50% no-repeat;
}
#leftnav ul li#lnSynchronize a {
	background:url(icon_synchronize.gif) 12px 50% no-repeat;
}
#leftnav ul li#lnShare a {
	background:url(icon_share.gif) 12px 50% no-repeat;
}
#leftnav ul li#lnSecure a {
	background:url(icon_secure.gif) 12px 50% no-repeat;
}
#leftnav ul li#lnMeet a {
	background:url(icon_meet.gif) 12px 50% no-repeat;
}
#leftnav ul li#lnMeasure a {
	background:url(icon_measure.gif) 12px 50% no-repeat;
}


/*
*************** TABLES ********************/
table.pricing {
	border: 1px solid #555;
	border-right: none;
	width: 100%;	
}

.pricing th {
	border-right: 1px solid #555;
	background: #4b4b4b;
	color: #fff;
	text-align: center;
	padding: 10px;
	font-size: 19px;
	font-weight: normal;
	vertical-align: middle;
	line-height: 1;
}

th.thHighlight {
	background: #ffc20e;
	color: #4b4b4b;
	font-weight: bold;
}

.pricing th p {
	margin: 0;
	font-size: 12px;
	color: #ffc20e;
	line-height: 1.2;
}

.pricing th p span {
	font-size: 18px;
}

.pricing th p.thSub {
	margin: 0;
	font-size: 11px;
	color: #e1e1e1;
}

.pricing td {
	border-right: 1px solid #555;
	color: #333;
	text-align: left;
	padding: 5px;
	vertical-align: top;
}

.pricing td.tdLeft {
	font-weight: bold;
	text-align: left;
	padding-right: 30px;
}

tr.even td {
	background: #f7f7f7;
}

tr.trRule td {
	border-bottom: 1px solid #555;
}

tr.highlight td {
	background: #4b4b4b;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

/*
*************** FORMS ********************/
form.contactForm {
}

form.contactForm td {	
	padding: 5px;
}

form.contactForm input,
form.contactForm textarea,
form.contactForm select {
	padding: 3px;
	border: 1px solid #ccc;
	width: 170px;
}

input.error, textarea.error, select.error, p.error {
	border: 1px solid #A60004;
}

p.error {
	padding: 10px;
}

form.contactForm select {	
	width: 99%;
}

form#signUpForm {
	margin: 20px 0;
}

form#signUpForm p {
	float: left;
	font-size: 11px;
	margin-top: 3px;
}


form#signUpForm input#email {
	float: left;
	margin: 0 5px;
	height: 15px;
	padding: 2px 5px;
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	width: 100px;
}

form input.submitButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	border: 1px solid #000;
	cursor: pointer;
	padding: 1px 5px;
	width: 60px;
	color: #000;
	font-weight: bold;
	background: #fff;
}

/*
******* Newsletter Signup form *************/
#content .e2ma_signup_form {
	margin-top: -20px;
	border: none;
}
#content .e2ma_signup_form_row {
	border:none;
	padding:0;
	margin-bottom:0;
}

#content .e2ma_signup_form input[type=text] {
	width: 100px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}

#content .e2ma_signup_form input[type=checkbox] {
	width: 10px;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	border: none; !important
}

.e2ma_signup_form_label {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666;
	text-align:left;
	padding-top:5px;
}

#content .e2ma_signup_form_required_footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666;
	border: none;
	padding:0;
	margin-bottom:5px;
	text-align: left;
}

.e2ma_signup_form_button { 
    width: 60px !important;
}

/*
*************** COLUMN STYLES ********************/
.colHalf, .colThird {
	margin-bottom: 30px;
	overflow: hidden;
	height: 1%;
}

.colHalf div {
	float: left;
	width: 464px;
	padding-right: 10px;
}

.colThird div {
	float: left;
	width: 300px;
	padding-right: 10px;
	display: inline; !important
}

div.colLast {
	padding-right: 0;
}

.colBasic {
	margin-right: 10px;
}

.colImg {
	float: none;
	padding-right: 0;
}

.colImg img {
	border: 4px solid #ffc20e;
	margin-bottom: 20px;
}

.rightRule {
	border-right: 1px solid #d7d7d7;
}

.leftRule {
	border-left: 1px solid #d7d7d7;
}


/* Homepage Callouts */
#callouts {
	margin-bottom: 20px;
}

#callouts div h2 {
	font-family: Helvetica, sans-serif;
	color: #333;
	font-size: 15px;
	font-weight: bold;
}

#callouts div p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #828181;
	line-height: 1.1;
}

#callouts div a {
	width: 300px;
	height: 121px;
	padding-top: 33px;
	display: block;
	text-decoration: none;
}
.coBasic {
	float: left;
	width: 300px;
	margin-right: 29px;
}

.coLast {
	float: left;
	width: 300px;
}

.coDemo {
	background: url(box_demo.jpg) no-repeat;
}
.coNews {
	background: url(box_features.png) no-repeat;
}
.coSliderocket {
	background: url(box_signup.png) no-repeat;
}

/*
*************** BOTTOM WRAP ********************/
#bottomWrap {
	clear: right;
}

#bottomWrap p a:hover {
	text-decoration: underline;
}

#signUp {
	background: #7d7d7d;
	padding: 10px 0;
}

#signUp p {
	font-size: 12px;
	color: #fff;
	margin: 0;
}

#signUp p a {
	background: url(signup_arrow.gif) 100% 50% no-repeat;
	padding-right: 10px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

/*
*************** SUPER FOOTER ********************/
#superFooter {
	padding: 30px 0;
} 

#superFooter ul {	
	float: left;
	width: 198px;
	margin: 0;
	color: #707070;
}

#superFooter ul.lastCol {
	width: 168px;
}

#superFooter li {
	margin: 0;
	line-height: 1;
}

#superFooter li.section {
	font-weight: bold;
	margin-bottom: 10px;
}

#superFooter li a {
	color: #636363;
	font-size: 11px;
	text-decoration: none;
}

#superFooter li a.darkLink {
	color: #464646;
	font-weight: bold;
}

/**************** FOOTER ********************/
#footerWrap {
	background: #dcdcdc url(bg_footer.gif) repeat-x;
}

#footer {
	border-top: 1px solid #c2c2c2;
	padding-top: 10px;
}

#footer p {
	color: #959595;
	font-size: 10px;
	text-align: left;
	margin-bottom: 3px;
}

#footer p a {
	color: #959595;
	text-decoration: none;
}

/* misc.
---------------------------------------------------------- */
.clearer {
	clear: both;
	height: 0px;
	overflow: hidden;
}

hr { 
	display: none;
	height:0px; 
    border:0px; 
    border-top:1px solid #ccc;
}

.nomargin {margin: 0;}
.notopgap {margin-top: 0;}
.nobottomgap {margin-bottom: 0;}





/*
*************** TOPNAV ACTIVE STATE ********************/
body.pHome a#nHome,
body.pProduct a#nProduct,
body.pAbout a#nAbout,
body.pSolutions a#nSolutions,
body.pSupport a#nSupport 
{
	color: #ffc20e;
}

/*
*************** SUBNAV ACTIVE STATE ********************/
body.ppSales a#sSales,
body.ppMarketing a#sMarketing,
body.ppEvents a#sEvents,
body.ppEducation a#sEducation,
body.ppTeam a#sTeam,
body.ppBuzz a#sBuzz,
body.ppBlog a#sBlog,
body.ppJobs a#sJobs,
body.ppContact a#sContact,
body.ppUser a#sUser,
body.ppForum a#sForum,
body.ppFaqs a#sFaqs,
body.ppDocumentation a#sDocumentation,
body.ppPricing a#sPricing,
body.ppDemos a#sDemos
{
	color: #222;
	font-weight: bold;
}

/*********** LEFTNAV ACTIVE STATES **************/

/* Products BG */
body.pppImport #leftnav ul li#lnImport,
body.pppAccess #leftnav ul li#lnAccess,
body.pppCreate #leftnav ul li#lnCreate,
body.pppCollaborate #leftnav ul li#lnCollaborate,
body.pppMarketplace #leftnav ul li#lnMarketplace,
body.pppIntegrate #leftnav ul li#lnIntegrate,
body.pppOrganize #leftnav ul li#lnOrganize,
body.pppSynchronize #leftnav ul li#lnSynchronize,
body.pppShare #leftnav ul li#lnShare,
body.pppSecure #leftnav ul li#lnSecure,
body.pppMeet #leftnav ul li#lnMeet,
body.pppMeasure #leftnav ul li#lnMeasure,
body.pppSalesforce #leftnav ul li#lnSalesforce,

/* Sales BG */
body.pppAccess #leftnav ul li#lnSalesAccess,
body.pppCustomize #leftnav ul li#lnSalesCustomize,
body.pppSync #leftnav ul li#lnSalesSync,
body.pppWork #leftnav ul li#lnSalesWork,
body.pppPresent #leftnav ul li#lnSalesPresent,
body.pppMeasure #leftnav ul li#lnSalesMeasure,
body.pppSalesforce #leftnav ul li#lnSalesSalesforce,

/* Marketing BG */
body.pppTools #leftnav ul li#lnMarketingTools,
body.pppAssets #leftnav ul li#lnMarketingAssets,
body.pppManage #leftnav ul li#lnMarketingManage,
body.pppMeasure #leftnav ul li#lnMarketingMeasure,
body.pppWork #leftnav ul li#lnMarketingWork,
body.pppDistribute #leftnav ul li#lnMarketingDistribute,
body.pppSalesforce #leftnav ul li#lnMarketingSalesforce,

/* Events BG */
body.pppPresentations #leftnav ul li#lnEventsPresentations,
body.pppCall #leftnav ul li#lnEventsCall,
body.pppBrand #leftnav ul li#lnEventsBrand,
body.pppOpen #leftnav ul li#lnEventsOpen,
body.pppPost #leftnav ul li#lnEventsPost,

/* Education BG */
body.pppAll #leftnav ul li#lnEducationAll,
body.pppLearn #leftnav ul li#lnEducationLearn,
body.pppCollaborate #leftnav ul li#lnEducationCollaborate,
body.pppMeasured #leftnav ul li#lnEducationMeasured,
body.pppFree #leftnav ul li#lnEducationFree
{
	background: url(bg_leftnav.gif) repeat-x;
	border-left: 1px solid #d7d7d7;
}

/* Products Arrow */
body.pppImport #leftnav ul li#lnImport p,
body.pppAccess #leftnav ul li#lnAccess p,
body.pppCreate #leftnav ul li#lnCreate p,
body.pppCollaborate #leftnav ul li#lnCollaborate p,
body.pppMarketplace #leftnav ul li#lnMarketplace p,
body.pppIntegrate #leftnav ul li#lnIntegrate p,
body.pppOrganize #leftnav ul li#lnOrganize p,
body.pppSync #leftnav ul li#lnSync p,
body.pppShare #leftnav ul li#lnShare p,
body.pppSecure #leftnav ul li#lnSecure p,
body.pppMeet #leftnav ul li#lnMeet p,
body.pppMeasure #leftnav ul li#lnMeasure p,
body.pppSalesforce #leftnav ul li#lnSalesforce p 
{
	background:url(leftnav_arrow.gif) 223px 50% no-repeat;
}

/* Sales Arrow */
body.pppAccess #leftnav ul li#lnSalesAccess p,
body.pppCustomize #leftnav ul li#lnSalesCustomize p,
body.pppSync #leftnav ul li#lnSalesSync p,
body.pppWork #leftnav ul li#lnSalesWork p,
body.pppPresent #leftnav ul li#lnSalesPresent p,
body.pppMeasure #leftnav ul li#lnSalesMeasure p,
body.pppSalesforce #leftnav ul li#lnSalesSalesforce p,

/* Marketing Arrow */
body.pppTools #leftnav ul li#lnMarketingTools p,
body.pppAssets #leftnav ul li#lnMarketingAssets p,
body.pppManage #leftnav ul li#lnMarketingManage p,
body.pppMeasure #leftnav ul li#lnMarketingMeasure p,
body.pppWork #leftnav ul li#lnMarketingWork p,
body.pppDistribute #leftnav ul li#lnMarketingDistribute p,
body.pppSalesforce #leftnav ul li#lnMarketingSalesforce p,

/* Events Arrow */
body.pppPresentations #leftnav ul li#lnEventsPresentations p,
body.pppCall #leftnav ul li#lnEventsCall p,
body.pppBrand #leftnav ul li#lnEventsBrand p,
body.pppOpen #leftnav ul li#lnEventsOpen p,
body.pppPost #leftnav ul li#lnEventsPost p,

/* Education Arrow */
body.pppAll #leftnav ul li#lnEducationAll p,
body.pppLearn #leftnav ul li#lnEducationLearn p,
body.pppCollaborate #leftnav ul li#lnEducationCollaborate p,
body.pppMeasured #leftnav ul li#lnEducationMeasured p,
body.pppFree #leftnav ul li#lnEducationFree p
 {
	background:url(leftnav_arrow.gif) 246px 50% no-repeat;
}

/* Product Icons - Active */
body.pppImport #leftnav ul li#lnImport a {
	background:url(icon_import_active.gif) 12px 50% no-repeat;
}
body.pppAccess #leftnav ul li#lnAccess a {
	background:url(icon_access_active.gif) 12px 50% no-repeat;
}
body.pppCreate #leftnav ul li#lnCreate a {
	background:url(icon_create_active.gif) 12px 50% no-repeat;
}
body.pppCollaborate #leftnav ul li#lnCollaborate a {
	background:url(icon_collaborate_active.gif) 12px 50% no-repeat;
}
body.pppMarketplace #leftnav ul li#lnMarketplace a {
	background:url(icon_marketplace_active.gif) 12px 50% no-repeat;
}
body.pppIntegrate #leftnav ul li#lnIntegrate a {
	background:url(icon_integrate_active.gif) 12px 50% no-repeat;
}
body.pppOrganize #leftnav ul li#lnOrganize a {
	background:url(icon_organize_active.gif) 12px 50% no-repeat;
}
body.pppSynchronize #leftnav ul li#lnSynchronize a {
	background:url(icon_synchronize_active.gif) 12px 50% no-repeat;
}
body.pppShare #leftnav ul li#lnShare a {
	background:url(icon_share_active.gif) 12px 50% no-repeat;
}
body.pppSecure #leftnav ul li#lnSecure a {
	background:url(icon_secure_active.gif) 12px 50% no-repeat;
}
body.pppMeet #leftnav ul li#lnMeet a {
	background:url(icon_meet_active.gif) 12px 50% no-repeat;
}
body.pppMeasure #leftnav ul li#lnMeasure a {
	background:url(icon_measure_active.gif) 12px 50% no-repeat;
}





/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}




/* TOOL TIPS
********************************************************************************/
td.tdLeft span {
	cursor: pointer;
	color: #c30;
}

.tipWrap {
	background: url(tooltip_bottom.png) 0 100% no-repeat;
	padding-bottom: 57px;
}

.tooltip {
	background: url(tooltip_top.png) no-repeat;
	width:273px;
	padding: 20px;
}

.tooltip p {
	font-size: 12px;
	color: #333;
	margin-bottom: 0;
}

.tooltip p.title {
	font-weight: bold;
	margin-bottom: 5px;
}\
