/* --- BOUNCE EFFECT CALCULATOR --- */
#bounceEffectWrapper {
	width:604px;
	height:auto;
	border:3px solid RGB(210,210,210);
	background-color:RGB(240,240,240);
	padding-bottom:10px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size:12px;
}

#bounceEffectWrapper .header {
	width:604px;
	height:57px;
	background-image:url(images/bounceEffectCalculator-header.png);
	background-repeat:no-repeat;
}

#bounceEffectWrapper .roundCornerWrapper {
	width:590px;
	margin:10px 7px 0 7px;
	padding:0;
	height:auto;
}

#bounceEffectWrapper .roundCornerWrapper .roundHeader {
	width:auto;
	height:10px;
	margin:0;
	padding:0;
	overflow:hidden;
	background-image:url(images/bounceEffectCalculator-roundHeader.png);
	background-repeat:no-repeat;
}

#bounceEffectWrapper .roundCornerWrapper .roundContent {
	width:auto;
	height:auto;
	padding:0 10px;
	margin:0;
	background-color:#FFF;
}

#bounceEffectWrapper .roundCornerWrapper .roundFooter {
	width:auto;
	height:10px;
	margin:0;
	padding:0;
	overflow:hidden;
	background-image:url(images/bounceEffectCalculator-roundFooter.png);
	background-repeat:no-repeat;
}

#bounceEffectWrapper table {
	width:570px; 
	height:auto; 
	padding:0; 
	margin:0; 
	border-collapse:collapse;
}

#bounceEffectWrapper table tr.alt {
	background-color:RGB(234,242,247);
}

#bounceEffectWrapper table td {
	padding:3px;
}

#bounceEffectWrapper table td.varName {
	width:250px; 
	text-align:right;
}

#bounceEffectWrapper table td.varField {
	width:auto;
	text-align:left;
	padding-left:10px;
}

#bounceEffectWrapper table td.varNameSM {
	width:129px;
}

#bounceEffectWrapper table td.varResults {
	width:139px;
}

.glossaryThumbs {
	float:left; 
	margin:0 10px 30px 0;
}

/* --- WEBSITE REVENUE CALCULATOR --- */
#websiteRevenueWrapper {
	width:604px;
	height:auto;
	border:3px solid RGB(210,210,210);
	background-color:RGB(240,240,240);
	padding-bottom:10px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size:12px;
}

#websiteRevenueWrapper .header {
	width:604px;
	height:57px;
	background-image:url(images/websiteRevenueCalculator-header.png);
	background-repeat:no-repeat;
}

#websiteRevenueWrapper .roundCornerWrapper {
	width:590px;
	margin:10px 7px 0 7px;
	padding:0;
	height:auto;
}

#websiteRevenueWrapper .roundCornerWrapper .roundHeader {
	width:auto;
	height:10px;
	margin:0;
	padding:0;
	overflow:hidden;
	background-image:url(images/websiteRevenueCalculator-roundHeader.png);
	background-repeat:no-repeat;
}

#websiteRevenueWrapper .roundCornerWrapper .roundContent {
	width:auto;
	height:auto;
	padding:0 10px;
	margin:0;
	background-color:#FFF;
}

#websiteRevenueWrapper .roundCornerWrapper .roundFooter {
	width:auto;
	height:10px;
	margin:0;
	padding:0;
	overflow:hidden;
	background-image:url(images/websiteRevenueCalculator-roundFooter.png);
	background-repeat:no-repeat;
}

#websiteRevenueWrapper table {
	width:570px; 
	height:auto; 
	padding:0; 
	margin:0; 
	border-collapse:collapse;
}

#websiteRevenueWrapper table tr.alt {
	background-color:RGB(234,242,247);
}

#websiteRevenueWrapper table td {
	padding:3px;
}

#websiteRevenueWrapper table td.varName {
	width:250px; 
	text-align:right;
}

#websiteRevenueWrapper table td.varField {
	width:auto;
	text-align:left;
	padding-left:10px;
}

#websiteRevenueWrapper table td.varNameEven {
	width:184px;
	font-weight:bold;
}

#websiteRevenueWrapper table td.varResults {
	width:184px;
}
