/*** LAYOUT ***/
#area2.rtc {
  padding-top: 7px;
}

/*** Text (all Texts) ***/
div#area2.rtc * {
	font-size: 14px;
	color: #666666;
	font-weight: normal;
}
div#area2.rtc p {
	margin-bottom: 20px !important;
}
div#area2.rtc b, div#area2.rtc strong {
	font-weight: bold;
}

div#area2.rtc a, div#area2.rtc * a {
	font-size: 14px;
	font-weight: normal;
	color: #92754e;
	text-decoration: none;
}
div#area2.rtc a:hover, div#area2.rtc * a:hover {
	color: #735733;
	text-decoration: none;
}

div#area2.rtc table a {
	font-size: 12px;
}
div#area2.rtc th a {
	font-weight: bold;
}

/*** Page Title ***/
div#area2.rtc h1 {
	font-size: 24px;
	font-weight: normal;
	color: #666666;
}

div#area2.rtc h1 a {
	font-size: 24px;
}

/*** Chapter Title ***/
div#area2.rtc h2 {
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	/*margin: 19px 0 13px;*/
	margin-bottom: 13px;
}

div#area2.rtc h2 a {
	font-size: 18px;
}

/*** Paragraph Title ***/
div#area2.rtc h3 {
	font-size: 16px;
	font-weight: normal;
	color: #666666;
	margin-bottom: 5px;
}

div#area2.rtc h3 a {
	font-size: 16px;
}

/*** Small Title ***/
div#area2.rtc h4 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

div#area2.rtc h4 a {
	font-size: 14px;
	font-weight: bold;
}

/*** Tiny Title ***/
div#area2.rtc h5 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

/*** Table Inline Title ***/
div#area2.rtc h6 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

/*** Abstract ***/
div#area2.rtc span.abstractText {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

div#area2.rtc span.abstractText a {
	font-size: 14px;
	font-weight: bold;
}

/*** Small Text ***/
div#area2.rtc span.smallText {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

div#area2.rtc span.smallText a {
	font-size: 12px;
}

/*** Bulleted List ***/
div#area2.rtc ul, .person_popup ul {
	font-size: 14px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	margin-left: 13px !important;
	margin-bottom: 20px !important;
	list-style-image: url(content/bb_bullets.gif);
}

/*** Numbered List ***/
div#area2.rtc ol, .person_popup ol {
	font-size: 14px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	margin-left: 24px !important;
	margin-bottom: 20px !important;
}

div#area2.rtc li {
	color: #333333;
}

/*** ZEBRA STRIPED TABLES ***/
div#area2.rtc .jsStipedTable th, div#area2.rtc .jsStipedTable td,
.jsStipedTable th, .jsStipedTable td {
	font-size: 12px;
	padding: 3px 10px 3px 6px;
	vertical-align: top;
  border-left: none !important; /* OVERWRITE OTHER TABLE STYLES IN PRIORITY.CSS */
}

div#area2.rtc .jsStipedTable th,
.jsStipedTable th {
	font-weight: bold;
	background-image: url(content/thBorder.gif);
	background-repeat: repeat-y;
	background-position: 1px 0;
}

div#area2.rtc .jsStipedTable th.firstCol,
.jsStipedTable th.firstCol {
	padding-left: 5px;
	background-image: url(content/thBorder.gif);
	background-repeat: repeat-y;
}

div#area2.rtc .jsStipedTable td,
.jsStipedTable td {
	color: #333333;
	background-image: url(content/tdBorder.gif);
	background-repeat: repeat-y;
}

div#area2.rtc .jsStipedTable td.firstCol,
.jsStipedTable td.firstCol {
	padding-left: 5px;
	background-image: none;
}

div#area2.rtc .jsStipedTable tr.even, div#area2.rtc .jsStipedTable tr.even td,
.jsStipedTable tr.even, .jsStipedTable tr.even td {
	background-color: #f8f8f3;
}

div#area2.rtc .jsStipedTable tr.odd, div#area2.rtc .jsStipedTable tr.odd td,
.jsStipedTable tr.odd, .jsStipedTable tr.odd td {
	background-color: #e5e2d0;
}

/*** ZEBRA STRIPED SPECIAL TABLES ***/
div#area2.rtc .jsStipedTable .totalSpacerRow, div#area2.rtc .jsStipedTable .subTotalRow, div#area2.rtc .jsStipedTable .totalRow,
.jsStipedTable .totalSpacerRow, .jsStipedTable .subTotalRow, .jsStipedTable .totalRow {
  background-color: transparent !important;
}

div#area2.rtc .jsStipedTable .totalSpacerRow td,
.jsStipedTable .totalSpacerRow td {
  border-bottom: 1px solid #B49F82;
  padding: 0 !important;
}

div#area2.rtc .jsStipedTable .subTotalRow td, div#area2.rtc .jsStipedTable .totalRow td,
.jsStipedTable .subTotalRow td, .jsStipedTable .totalRow td {
  color: #666666 !important;
  border-bottom: 1px solid #B49F82;
  font-weight: bold !important;
}

div#area2.rtc .jsStipedTable .totalRow td,
.jsStipedTable .totalRow td {
  border-bottom: 2px solid #B49F82;
}
