/* peertrainer cms stylesheet */
@import url("/Common/styles.css");

/*#general rules#*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
	visibility: hidden;
}
.IE7 .clearfix, .IE6 .clearfix {
	zoom: 1;
}
.faded {
	color: #707070;
}
table {
	border-spacing: 0;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
td, tr, p {
	margin: 0;
	padding: 0;
	vertical-align: top;
}
.kCMS a {
	color: #599100;
	text-decoration: underline;
	font-weight: normal;
}
.kCMS a:hover {
	text-decoration: none;
}
.kCMS ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 1em;
}
.kCMS ol {
	list-style-position: inside;
	list-style-type: decimal;
	padding: 0;
	margin: 0 0 1em;
}
.kCMS h1,
.kCMS h2,
.kCMS h3,
.kCMS h4 {
	margin: 0;
	padding: 0;
}
.kCMS h1,
.kCMS h2,
.kCMS h3 {
	color: #515151 !important;
}
.kCMS h1 a,
.kCMS h2 a,
.kCMS h3 a {
	color: #515151 !important;
	font-weight: bold !important;
	text-decoration: none !important;
}
.kCMS h4 a {
	color: #515151 !important;
	font-weight: bold !important;
	text-decoration: none !important;
}
.kCMS h1 a:hover,
.kCMS h2 a:hover,
.kCMS h3 a:hover,
.kCMS h4 a:hover {
	text-decoration: underline !important;
}
.kCMS h1 img,
.kCMS h2 img,
.kCMS h3 img,
.kCMS h4 img {
	float: left;
	padding: 0 !important;
}
.kCMS h1 span,
.kCMS h2 span,
.kCMS h3 span,
.kCMS h4 span {
	display: block;
	vertical-align: baseline;
	margin-top: -2px;
}
.kCMS h1 {
	display: block;
	font-size: 24px;
	line-height: 26px;
	overflow: hidden;
	padding: 0 0 27px;
}
.kCMS h2 {
	display: block;
	font-size: 18px;
	line-height: 20px;
	padding: 0 0 6px;
	overflow: hidden;
}
.kCMS h3 {
	display: block;
	font-size: 16px;
	line-height: 18px;
	padding: 0 0 4px;
	overflow: hidden;
}
.kCMS h4 {
	display: block;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	margin: -2px 0 0;
	padding: 0 0 8px;
}
.IE7 .kCMS h1, .IE6 .kCMS h1,
.IE7 .kCMS h2, .IE6 .kCMS h2,
.IE7 .kCMS h3, .IE6 .kCMS h3,
.IE7 .kCMS h4, .IE6 .kCMS h4 {
	zoom: 1;
}
.kCMS p {
	margin-bottom: 1em;
}

/*#leftTabbedMain#*/
.kCMS .leftTabbedMain {
	display: block;
	width: 1000px;
	padding: 0 0 25px;
	overflow: hidden;
	background: transparent url(/gfx/bgLeftTabbedMain.gif) repeat-y scroll left top;
	font-size: 11px;
	line-height: 14px;
}
.kCMS .leftTabbedMainBottom {
	display: block;
	width: 1000px;
	height: 1px;
	overflow: hidden;
	background: transparent url(/gfx/btmLeftTabbedMain.gif) no-repeat scroll left top;
	font-size: 1px;
	line-height: 1px;
}

/*#leftTabbedMain/general rules#*/
.kCMS .topics {
	padding: 4px 0 10px;
}
.kCMS .topics h3 {
	color: #73be1e !important;
	display: block;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	margin: -2px 0 0;
	padding: 0 0 2px;
}
.kCMS .topics a {
	color: #515151 !important;
	text-decoration: none !important;
	font-weight: bold !important;
}
.kCMS .topics a:hover {
	text-decoration: underline !important;
}
.kCMS .topics ul li {
	display: list-item;
	padding: 2px 0;
}

/*#leftTabbedMain/leftColumn#*/
.leftTabbedMain .leftColumn {
	float: left;
	width: 160px;
	padding: 12px 10px;
	border-top: 1px solid #C9C9C9;
	margin: 0 5px 0 0;
	overflow: hidden;
}

/*#leftTabbedMain/tabbedColumns#*/
.leftTabbedMain .tabbedColumns {
	float: left;
	width: 815px;
	overflow: hidden;
}

.leftTabbedMain .PagePlaceholderBorder {
	padding: 0;
}

/*#leftTabbedMain/tabbedColumns/tabs#*/
.kCMS div.tabs {
	display: block;
	width: 815px;
	height: 18px;
	overflow: hidden;
	font-size: 11px;
	line-height: 13px;
	background: transparent url(/gfx/bg22.gif) repeat-x scroll left bottom;
}

.kCMS table.tabs {
	height: 18px;
}
.kCMS table.fullwidthtabs {
	width: 815px;
}
.kCMS table.tabs .tab-separator {
	width: 2px;
}
.kCMS table.tabs .tab {
	background: transparent url(/gfx/bg21l.gif) no-repeat scroll left top;
	height: 18px;
	padding-left: 2px;
	font-weight: bold;
}
.kCMS table.tabs .tab-right {
	background: transparent url(/gfx/bg21r.gif) no-repeat scroll right top;
	height: 18px;
	padding-right: 2px;
}
.kCMS table.tabs .tab-center {
	background: transparent url(/gfx/bg21.gif) repeat-x scroll left top;
	height: 18px;
	padding: 2px 3px 0;
	text-align: center;
	font-weight: bold;
	color: #BCE870;
	white-space: nowrap;
}
.kCMS table.tabs .tab-center a {
	font-weight: bold !important;
	text-decoration: none !important;
	color: #BCE870 !important;
}
.kCMS table.tabs .tab-center a:hover {
	text-decoration: none !important;
}
.kCMS table.tabs .tab.active {
	background-image: url(/gfx/bg20l.gif);
}
.kCMS table.tabs .active .tab-right {
	background-image: url(/gfx/bg20r.gif);
}
.kCMS table.tabs .active .tab-center {
	background-image: url(/gfx/bg20.gif);
	color: #73BE1E;
}
.kCMS table.tabs .active .tab-center a {
	color: #73BE1E !important;
}

/*#leftTabbedMain/tabbedColumns/middleColumn#*/
.leftTabbedMain .middleColumn {
	float: left;
	width: 512px;
	padding: 0 1px 1px;
	margin: 0;
	overflow: hidden;
}
.kCMS .articleContent {
	width: 482px;
	padding: 20px 15px 9px 15px;
	overflow: hidden;
	font-size: 12px;
	line-height: 16px;
}
.kCMS .articleContent img {
	float: right;
	margin: 0 0 5px 15px;
}
.kCMS .articleContent h1 {
	padding: 0 0 6px;
}
.kCMS .articleContent h1 img,
.kCMS .articleContent h2 img,
.kCMS .articleContent h3 img {
	float: left;
	margin: 0;
}
.kCMS .articleContent .rsscutoff {
	display: none;
}
.kCMS .articleContent .articlePager {
	height: 31px;
	padding: 26px 0 0;
	margin: 0;
	font-size: 11px;
	text-align: right;
}
.kCMS .articleContent .articlePager a {
	color: #515151 !important;
	font-weight: normal !important;
	text-decoration: none !important;
}
.kCMS .articleContent .articlePager a:hover {
	text-decoration: underline !important;
}
.kCMS .articleContent .articlePager img {
	float: none !important;
	padding: 0 !important;
	margin: 0 !important;
	vertical-align: text-bottom !important;
}
.kCMS .articleContent .articlePager .inactive,
.kCMS .articleContent .articlePager .current {
	color: #707070;
}
.kCMS .articleContent .articlePager a.prevlink,
.kCMS .articleContent .articlePager a.nextlink,
.kCMS .articleContent .articlePager a.pagelink {
	color: #599100 !important;
	font-weight: bold !important;
	text-decoration: underline !important;
}
.kCMS .articleContent .articlePager a.prevlink:hover,
.kCMS .articleContent .articlePager a.nextlink:hover,
.kCMS .articleContent .articlePager a.pagelink:hover {
	text-decoration: none !important;
}
.kCMS .articleContent .articleShare {
	height: 49px;
	padding: 4px 0 0;
	margin: 0;
	font-size: 11px;
}
.kCMS .articleContent .articleShare a {
	color: #515151 !important;
	font-weight: normal !important;
	text-decoration: none !important;
}
.kCMS .articleContent .articleShare a:hover {
	text-decoration: underline !important;
}
.kCMS .articleContent .articleShare img {
	float: none !important;
	padding: 0 !important;
	margin: 0 !important;
	vertical-align: text-bottom !important;
}

.leftTabbedMain .topBox {
	display: block;
	padding: 20px 14px 15px;
	background: transparent url(/gfx/dottedgrayb2.gif) repeat-x scroll left bottom;
}
.leftTabbedMain .topBox img {
	float: left;
	padding: 0 14px 15px 0;
}
.leftTabbedMain .topBox h2 {
	display: block;
	font-size: 16px;
	line-height: 16px;
	padding: 0 0 4px;
	overflow: hidden;
}
.leftTabbedMain .topBox h4 {
	line-height: 18px;
}
.leftTabbedMain .middleBox {
	display: block;
	height: 175px;
	padding: 0 0 1px 0;
	background: transparent url(/gfx/dottedgrayb2.gif) repeat-x scroll left bottom;
}
.leftTabbedMain .middleBox h3 {
	display: block;
	font-size: 14px;
	line-height: 14px;
	height: 14px;
	padding: 0 0 4px;
	overflow: hidden;
}
.leftTabbedMain .middleBox li a {
	font-weight: normal;
}
.leftTabbedMain .middleBox-1 {
	float: left;
	width: 145px;
	height: 144px;
	padding: 21px 10px 10px 15px;
	overflow: hidden;
}
.leftTabbedMain .middleBox-2 {
	float: left;
	width: 145px;
	height: 144px;
	padding: 21px 10px 10px 16px;
	overflow: hidden;
	background: transparent url(/gfx/dottedvgrayb2.gif) repeat-y scroll left top;
}
.leftTabbedMain .bottomBox {
	width: 482px;

	padding: 21px 15px 9px 15px;
	overflow: hidden;
}
.leftTabbedMain .twoColumnRight {
	float: left;
	width: 231px;
	padding: 0 10px 0 0;
	overflow: hidden;
}
.leftTabbedMain .twoColumnLeft {
	float: left;
	width: 231px;
	padding: 0 0 0 10px;
	overflow: hidden;
}
.leftTabbedMain .topPager {
	height: 41px;
}

/*#leftTabbedMain/tabbedColumns/rightColumn#*/
.leftTabbedMain .rightColumn {
	float: left;
	width: 300px;
	padding: 0 1px 0 0;
	margin: 0;
}
.leftTabbedMain .searchBox {
	height: 39px;
	padding: 18px 0 1px 15px;
	background: transparent url(/gfx/dottedgrayb2.gif) repeat-x scroll left bottom;
}
.leftTabbedMain .searchBox .searchBox {
	height: auto;
	padding: 0;
	background-image: none;
}
.leftTabbedMain .searchTextbox {
	float: left;
	width: 204px;
	height: 16px;
	padding: 2px;
	border: 1px solid #C9C9C9;
	margin: 0 5px 0 0;
}
.leftTabbedMain .searchButton {
	float: left;
}
.leftTabbedMain .rightArticles {
	padding: 13px 15px 1px;
	background: transparent url(/gfx/dottedgrayb2.gif) repeat-x scroll left bottom;
}
.leftTabbedMain .rightAdBox {
	padding: 18px 0 1px;
	background: transparent url(/gfx/dottedgrayb2.gif) repeat-x scroll left bottom;
}
.leftTabbedMain .rightSponsor {
	padding: 20px 15px 1px;
	background: transparent url(/gfx/dottedgrayb2.gif) repeat-x scroll left bottom;
}
.leftTabbedMain .rightSponsor h3 {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	margin: -3px 0 10px;
}
.leftTabbedMain .rightSponsor img {
	float: right;
	margin: 4px 0 1px;
}
.leftTabbedMain .rightContent {
	padding: 20px 15px 10px;
}
.leftTabbedMain .rightContent h3 {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	margin: -3px 0 10px;
}

/*#footer#*/
.kCMS .footerBox {
	text-align: center;
	padding: 8px;
	border: 1px solid #B2B2B2;
	margin: 5px 0 -8px;
	line-height: 24px;
}
.kCMS .footerBox a {
	color: #515151 !important;
	text-decoration: underline !important;
	font-weight: normal !important;
}
.kCMS .footerBox a:hover {
	text-decoration: none !important;
}
