/* DEFAULT STYLE FOR COMMON CONTENT PAGES */ 
BODY, DIV, P, TD {
	color: #000000;
	font-size: 10pt;
}
BODY {
	margin: 10px;
}
.frame {
	margin: 0px;
}
FIELDSET {
	border: 1px solid #000000;
	padding: 8px 8px 8px 8px;
}
H1 {
	text-align: center;
}
LEGEND {
	color: #000000;
	font-weight: bold;
}
P {
	text-align: justify;
}
UL {
	text-align: left;
}
.centerTxt {
	text-align: center;
}
.content {
	background-color: #EEEEEE;
	padding: 5px;
	text-align: justify;
}
.propFeat {
	color: #000000;
}
.heading {
	background-color: #CCCCCC;
	font-size: 12pt;
	font-weight: bold;
	padding: 3px;
	text-align: left;
}
.inputLbl {
	padding-right: 6px;
	text-align: right;
}
.listingsHeadingTxt {
	font-size: 11pt;
	font-weight: bold;
}
.outline {
	background-color: #999999;
	padding: 2px;
}
.pageAlign {
	text-align: center;
}
.pageSize {
	width: 600px;
	text-align: left;
	margin: 0px auto;
}
.pageHeading {
	color: #FFFFFF;
	font-size: 15pt;
}
.subHeading {
	color: #666666;
	font-size: 12pt;
	font-weight: bold;
}
.profilePic {
	border: solid 1px #999999;
}
.reqField {
	color: #FF3300;
	font-style: italic;
}
.indent {
	padding-left: 15px;
}
.gridHeading {
	background-color: #CCCCCC;
	font-weight: bold;
}
.gridItem {
	background-color: #FFFFFF;
}
.altGridItem {
	background-color: #EDEDED;
}
.tableGrid {
	border: 1px solid #000000;
}
.infoBox {
	background: #CCCCCC;
	border: 1px #666666 solid;
	margin-left: 5px;
	padding: 5px
}
.contentAdBox {
	background-color: #EDEDED;
	border: solid 1px #666666;
	height: 171px;
	width: 120px;
}
.contentAdBox .contentAdText {
	font-size: smaller;
	padding: 4px;
}
.contentAdRect {
	background-color: #EDEDED;
	border: solid 1px #666666;
	height: 96px;
	width: 460px;
}
.contentAdRect .contentAdText {
	padding: 4px;
}
.contentAdRect IMG {
	float: right;
	padding-left: 6px;
}
.contentAdTitle {
	background-color: #CCCCCC;
	font-size: 10pt;
	font-weight: bold;
	height: 16px;
	text-align: center;
}

/* TIPS PAGES */
.button {	
	background: url(../../global/content/tips/images/buttonTips.gif) top left no-repeat;
	font-size: 12pt;
	height:40px;
	width:200px;
}
.button a {
	color: #000000;
	position: relative;
	text-align: center;
	text-decoration: none;
	top: 5px;
}
#tips {
	width: 440px; 
	margin: auto;
}
#right {
	float: right; 
	width: auto; 
	margin: auto;
}
#left {
	float: left; 
	width: auto; 
	margin: auto;
}

/* UNIQUE PAGE CLASSES */
.calcColLeft {
	background-color: #EDEDED;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}
.calcColCenterLight {
	background-color: #DDDDDD;
	border-top: 1px solid #000000;
}
.calcColCenterDark {
	background-color: #CDCDCD;
	border-top: 1px solid #000000;
}
.calcColRight {
	background-color: #CDCDCD;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
}
.calcTtl {
	background-color: #CDCDCD;
	border: 1px solid #000000;
	font-weight: bold;
}
.calcTtlColLeft {
	background-color: #DDDDDD;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	font-weight: bold;
}
.calcTtlColCenter {
	background-color: #CDCDCD;
	border-top: 1px solid #000000;
	font-weight: bold;
}
.calcTtlColRight {
	background-color: #BBBBBB;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	font-weight: bold;
}
.calcTopLine {
	border-top: 1px solid #000000;
}
.calcButton {
}
.infCenterTBL {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	margin: 0px auto;
	width: 482px;
}
.relSitesIMG {
	border-color: #000000;
	border-width: 1px;
}
.relSitesTBL {
	background-color: #BFBFBF;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	width: 504px;
}
