/* CSS Document */

/* HTML TAGS */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	color: #000000;
	background-color: #1a1b20;
	background-image: url('images/bg.gif');
	background-repeat: repeat-x;
	background-position: top;
}
img {
	border: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
#container {
	width: 930px;
	margin: 0px auto;
	text-align: center;
	padding: 20px 0 0 0;
}
/* HEADER */
#header {
	width: 930px;
	height: 65px;
	color: #FFFFFF;
	background-image: url('images/bg_header.gif');
	background-repeat: no-repeat;
	background-position: top;
}
#header .left {
	width: 444px;
	float: left;
	font-size: 0;
	text-align: left;
	padding: 18px 0 0 20px;
}
#header .right {
	width: 444px;
	float: right;
	text-align: right;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 17px 20px 0 0;
}
#header .right a {
	color: #FFFFFF;
	text-decoration: underline;
}
#header .right a:hover {
	text-decoration: none;
}
/* GRAPHIC */
#graphicContainer {
	width: 928px;
	background-color: #5e6068;
	margin: 0px auto;
	padding: 0 1px 0 1px;
	z-index: 10;
}
#graphic {
	width: 928px;
	height: 299px;
	color: #FFFFFF;
	background-color: #771e18;
	margin: 0;
	font-size: 0;
}
#graphic .left {
	width: 304px;
	height: 299px;
	float: left;
	font-size: 0;
	background-image: url('images/graphic_left.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}
#graphic .right {
	width: 624px;
	height: 299px;
	text-align: left;
	background-image: url('images/graphic_right2.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	float: right;
}
#graphic .right p {
	padding: 0px auto;
	margin: 0px auto;
	line-height: 18px;
}
#graphic .right .line1 {
	padding: 8px 0 0 10px;
	margin: 0px auto;
}
#graphic .right .line2 {
	padding: 8px 40px 0 10px;
	margin: 0px auto;
	font-size: 14px;
	color: #FFFFFF;
}
#graphic .right .learnmore {
	padding: 28px 0 0 92px;
	margin: 0px auto;
	font-size: 12px;
	font-weight: bold;
}
#graphic .right .buynow {
	padding: 40px 0 24px 55px;
	margin: 0px auto;
	font-size: 12px;
	font-weight: bold;
}
#graphic .right .buynow a {
	color: #d4c962;
	text-decoration: underline;
}
#graphic .right .buynow a:hover {
	text-decoration: none;
}
#graphic .image_topgraphic {
	padding: 30px 0 0 10px;
}
/* DIV BACKGROUND */
#divbg {
	width: 928px;
	height: 7px;
	font-size: 0;
	background-image: url('images/bg_div.gif');
	background-repeat: repeat-x;
	background-position: top center;
}
/* FOOTER */
#footer {
	width: 930px;
	height: 68px;
	color: #95989c;
	background-image: url('images/bg_footer.gif');
	background-repeat: no-repeat;
	background-position: top center;
	font-size: 0;
}
#footer p {
	padding: 20px 0 0 0;
	margin: 0px auto;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#footer a {
	color: #95989c;
	font-weight: normal;
	text-decoration: underline;
}
#footer a:hover {
	color: #95989c;
	font-weight: normal;
	text-decoration: none;
}
#reflection {
	width: 930px;
	height: 122px;
	color: #FFFFFF;
	background-image: url('images/bg_bottom.gif');
	background-repeat: no-repeat;
	background-position: top center;
}
/* NAVIGATION */
#navContainer {
	width: 928px;
	background-color: #5e6068;
	padding: 0 1px 0 1px;
	margin: 0px auto;
}
#navigation {
	width: 928px;
	height: 45px;
	background-image: url('images/bg_nav.gif');
	background-repeat: repeat-x;
	background-position: center 0px;
	margin: 0 auto;
	padding: 0;
}
#navigation ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#navigation li {
	float: left;
	list-style-type: none;
	list-style-image: none;
}
#navigation li a {
	border: 0;
	margin: 0;
	padding: 6px 0px 0px 0px;
	background-image: url('images/bg_nav_lg.gif');
	background-repeat: no-repeat;
	background-position: right 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #7f7f7f;
	text-decoration: none;
	white-space: nowrap;
	display: block;
	height: 38px;
	line-height: 38px;
	float: left;
}
#navigation li a:hover {
	text-decoration: underline;
	background-image: url('images/bg_nav_lg.gif');
	background-repeat: no-repeat;
	background-position: right -45px;
}
#navigation li a.subscribe {
	border: 0;
	margin: 0;
	padding: 6px 0px 0px 0px;
	background-image: url('images/bg_nav.gif');
	background-repeat: repeat-x;
	background-position: right 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #7f7f7f;
	text-decoration: none;
	white-space: nowrap;
	display: block;
	height: 38px;
	line-height: 38px;
	float: left;
}
#navigation li a.subscribe:hover {
	text-decoration: underline;
	background-image: url('images/bg_nav.gif');
	background-repeat: repeat-x;
	background-position: right -45px;
}
/* CONTENT */
#contentContainer {
	width: 928px;
	background-color: #5e6068;
	margin: 0px auto;
	padding: 0 1px 0 1px;
	background-image: url('images/bg_stretch.gif');
	background-repeat: repeat-y;
	z-index: 20;
}
#content {
	width: 868px;
	min-height: 300px;
	background-color: #FFFFFF;
	background-image: url('images/bg_content.gif');
	background-repeat: repeat-x;
	background-position: top center;
	text-align: left;
	padding: 30px;
}
#content .left, #contentSidebar .left {
	float: left;
	font-size: 0;
}
#content .right, #contentSidebar .right {
	text-align: left;
	float: right;
}
#contentSidebar {
	width: 928px;
	min-height: 300px;
	background-image: url('images/bg_sidebar.gif');
	background-repeat: no-repeat;
	background-position: top center;
	text-align: left;
}
#contentSidebar .sidebarRight {
	width: 608px;
	text-align: left;
	float: right;
	padding: 30px 30px 30px 28px;
	vertical-align: top;
}
#contentSidebar .sidebarLeft {
	width: 220px;
	float: left;
	padding: 30px 20px 20px 20px;
}
/* CONTENT DECORATION */
#content .right .team1 {
	width: 137px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #29303e;
	float: left;
	line-height: 30px;
}
#content .right .team2 {
	width: 151px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #29303e;
	float: left;
	line-height: 30px;
}
#boxes {
	padding: 10px 0 10px 0;
}
#boxes .box {
	width: 200px;
	padding: 0 2px 10px 0;
	text-align: center;
	font-weight: bold;
	display: inline;
	float: left;
	line-height: 30px;
}
#contentSidebar .sidebarRight .speaker {
	padding: 0 10px 5px 0;
	float: left;
}
#content h2, #contentSidebar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #6b1611;
	font-weight: normal;
	margin: 0;
}
#contentSidebar .sidebarLeft h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #6b1611;
	font-weight: normal;
	margin: 0;
}
#contentSidebar .sidebarRight h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #6b1611;
	font-weight: normal;
	margin: 0;
}
#content h3, #contentSidebar h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #29303e;
	font-weight: bold;
	padding: 0 0 10px 0;
	margin: 0;
}
#content h4, #contentSidebar h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #6b1611;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
}
#content p, #contentSidebar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px auto;
	padding: 10px 0 10px 0;
	line-height: 16px;
}
#contentSidebar .sidebarLeft p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px auto;
	padding: 10px 0 10px 0;
	line-height: 18px;
}
#content i b, #contentSidebar i b {
	color: #6b1611;
	font-weight: bold;
	font-style: italic;
}
#content li, #contentSidebar li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#content a:link, #content a:visited, #contentSidebar a:link, #contentSidebar a:visited {
	color: #6b1611;
	text-decoration:underline;
}
#content a:hover, #contentSidebar a:hover {
	text-decoration:none;
}
#content .left ul {
	margin-top: 10px;
	margin-bottom: 10px;/*	padding: 0px;*/
}
#content .left ul .bullets {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6b1611;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
}
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #6b1611;
	font-weight: normal;
	margin: 0;
}
#success {
	border: 1px solid #404f00;
	background-color: #93a91f;
	color: #FFFFFF;
	padding: 10px;
	margin: 10px 0 10px 0;
	width: 580px;
}
#error {
	border: 1px solid #990000;
	background-color: #CC0000;
	color: #FFFFFF;
	padding: 10px;
	margin: 10px 0 10px 0;
	width: 580px;
}
.redtext {
	font-size: 11px;
	font-weight: normal;
	color: #ff0000;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
/* CONTENT SIDEBAR SUBNAV */
#contentSidebar .sidebarLeft ul {
	margin: 10px 0 0 0;
	padding: 1px 0 0 0;
	background-image: url(images/subnav_top.gif);
	background-repeat: no-repeat;
	list-style:none;
	background-position: top;
}
#contentSidebar .sidebarLeft li a:link, #contentSidebar .sidebarLeft li a:visited {
	line-height:31px;
	color:#000000;
	text-decoration:none;
	background-image: url(images/subnav_link.gif);
	background-repeat: no-repeat;
	background-position: left 0;
	font-size: 12px;
	font-weight: bold;
	display: block;
	height: 31px;
	padding: 0 0 0 30px;
	margin: 0;
	text-align: left;
}
#contentSidebar .sidebarLeft li a:hover {
	text-decoration:underline;
	background-position: left -31px;
}
.bullet {
	background: url('images/bullet.gif') no-repeat 0 1px;
	padding: 0 0 5px 20px;
	margin: 0 0 0 10px;
	line-height: 14px;
	font-size: 12px;
	font-weight: bold;
}
.homebullet {
	background: url('images/bullet.gif') no-repeat 0 1px;
	padding: 0 0 10px 20px;
	margin: 0;
	line-height: 14px;
	font-size: 12px;
	font-weight: bold;
}
/* COURSES */
#course {
	width: 610px;
	text-align: left;
	vertical-align: top;
}
#course .left {
	width: 150px;
	float: left;
	font-size: 0;
	padding: 0 0 20px 0;
}
#course .right {
	width: 460px;
	text-align: left;
	float: right;
	padding: 0 0 20px 0;
}
#course .right h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #6b1611;
	font-weight: normal;
	margin: 0;
}
#contentSidebar .sidebarRight #course .right p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	margin: 0;
	padding: 0;
}
.image_cart {
	margin: 10px 0 0 0;
}
.image_cartheader {
	margin: 0px auto;
}
.removeall {
	text-align: right;
	display:block;
	margin: 5px 0 0 0;
	width: 608;
}
.checkout_dashline {
	width: 608px;
	height: 1px;
	background-image: url('images/dashline.gif');
	background-repeat: no-repeat;
	padding: 0px auto;
	margin: 20px 0 20px 0;
	font-size: 0;
}
.course_dashline {
	width: 608px;
	height: 1px;
	background-image: url('images/dashline.gif');
	background-repeat: no-repeat;
	padding: 0px auto;
	margin: 0 0 20px 0;
	font-size: 0;
}
.dashline {
	width: 608px;
	height: 1px;
	background-image: url('images/dashline.gif');
	background-repeat: no-repeat;
	padding: 0px auto;
	margin: 20px 0 20px 0;
	font-size: 0;
}
.dashlineExperts {
	width: 100%;
	height: 1px;
	padding: 20px 0 20px 0;
	margin: 0px auto;
	font-size: 0;
	background: url('images/dashline.gif') repeat-x center;
}
#total {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px auto;
	line-height: 22px;
	padding: 0 0 20px 0;
}
#total i {
	color: #FF0000;
}
/* EXPERTS */
.expertVideo {
	float: left;
	padding: 0;
	z-index: 0;
}
.expertText {
	float: right;
	width: 590px;
}
#content .expertText h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #6b1611;
	font-weight: normal;
	margin: 0;
}
#contentContainer .links {
	color: #000000;
	font-size: 14px;
	margin: 15px 0 0 0;
	padding: 0;
	text-transform: uppercase;
}
#contentContainer .links a.course {
	color: #6b1611;
	text-decoration:none;
	padding: 0 5px 0 19px;
	background: url('images/bullet_course.gif') no-repeat left center;
}
#contentContainer .links a.trial {
	color: #6b1611;
	text-decoration:none;
	padding: 0 0 0 20px;
	background: url('images/bullet_trial.gif') no-repeat left center;
}
#contentContainer .links a.cart {
	color: #6b1611;
	text-decoration:none;
	padding: 0 0 0 22px;
	background: url('images/bullet_cart.gif') no-repeat left center;
}
#contentContainer .links a:hover {
	text-decoration:underline;
}
/* SHOPPING CART */
.bullet_cart {
	padding: 0 30px 0 0;
	color: #FFFFFF;
	background-image: url('images/cart.gif');
	background-repeat: no-repeat;
	background-position: center;
}
.buffer {
	margin: 0;
	float: left;
	display: inline;
}
.shoppingcart {
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	font-size: 10px;
	display: block;
	float:left;
}
.shoppingcart li {
	min-height: 24px;
	width: 100%;
	padding: 0;
	float:left;
	background-image: url('images/dashline.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0 0 4px 0;
}
.check, .coursename, .courseprice {
	float: left;
	display: block;
}
.check {
	width: 30px;
}
.shoppingcart .coursename {
	width: 468px;
	padding: 2px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.shoppingcart .coursename b {
	width: 468px;
	padding: 2px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.shoppingcart .courseprice {
	width: 100px;
	text-align: right;
	padding: 2px 10px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.blackline {
	width: 608px;
	height: 2px;
	background-color:#000000;
	margin: 5px 0 5px 0;
	font-size: 0;
}
.blackline2 {
	width: 608px;
	height: 2px;
	background-color:#000000;
	margin: 10px 0 10px 0;
	font-size: 0;
}
.cart_bottom {
	height: 75px;
	width: 599px;
	background-image: url('images/bg_cart.gif');
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #FFFFFF;
	padding: 5px 0 0 10px;
	margin: 10px 0 5px 0;
}
.cart_bottom .grandtotal {
	padding: 10px 0 0 0;
	font-weight: bold;
}
.cart_bottom .cart_left {
	width: 200px;
	float: left;
}
.cart_bottom .cart_right {
	width: 150px;
	text-align: right;
	float: right;
	padding: 0 10px 0 0;
}
.reciept_bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #000000;
	padding: 5px 0 0 0;
	margin: 0 0 5px 0;
}
.reciept_bottom .reciept_left {
	width: 200px;
	float: left;
}
.reciept_bottom .reciept_right {
	width: 150px;
	text-align: right;
	float: right;
	padding: 0 40px 0 0;
}
/* SUBSCRIPTIONS */
.subscriptions {
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	font-size: 10px;
	display: block;
	float:left;
}
.subscriptions li {
	min-height: 24px;
	width: 100%;
	padding: 0;
	float:left;
	background-image: url('images/dashline.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0 0 4px 0;
}
.course, .length {
	float: left;
	display: block;
}
.subscriptions .course {
	width: 268px;
	padding: 2px 0 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.subscriptions .course b {
	width: 268px;
	padding: 2px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.subscriptions .length {
	width: 320px;
	text-align: right;
	padding: 2px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style:italic;
}
/* MISC */
.headline {
	line-height: 10px;
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
}
#demoExperts {
	float: right;
	width: 555px;
}
#demoExperts ul {
	padding: 20px 0 0 0;
	margin: 0;
	list-style:none;
}
#demoExperts li {
	height: 20px;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	background: url('images/bullet_arrow.gif') no-repeat left center;
	margin: 10px 0 0 0;
	padding: 0 0 0 23px;
}
#demoExperts li a:link, #demoExperts li a:visited {
	text-decoration: none;
}
#demoExperts li a:hover {
	text-decoration: underline;
}
/*LINKS*/
a.arrow:link, a.arrow:visited {
	color: #6b1611;
	font-weight: bold;
	text-decoration:underline;
	background-image: url('images/bullet_arrow.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 0 4px 22px;
	height: 18px;
}
a.arrow:hover {
	text-decoration:none;
}
a.bullet_pdf {
	text-align: left;
	color: #95191c;
	line-height:16px;
	text-decoration: none;
	padding: 4px 0px 2px 17px;
	background: url('images/bullet_pdf.gif') left center no-repeat;
}
a.bullet_pdf:hover {
	text-decoration: underline;
}
a.bullet_print {
	text-align: left;
	color: #95191c;
	line-height:16px;
	text-decoration: none;
	padding: 4px 0px 2px 22px;
	background: url('images/bullet_print.gif') left center no-repeat;
}
a.bullet_print:hover {
	text-decoration: underline;
}
a.bullet_send {
	text-align: left;
	color: #95191c;
	line-height:16px;
	text-decoration: none;
	padding: 4px 0px 2px 22px;
	background: url('images/bullet_send.gif') left center no-repeat;
}
a.bullet_send:hover {
	text-decoration: underline;
}
/*FORMS*/
.noline {
	margin: 12px 0 12px 0;
	text-align: left;
}
.noline label {
	float: left;
	width: 120px;
	font-weight: normal;
	padding: 0 0 0 0;
}
.formline {
	margin: 4px 0 4px 0;
	text-align: left;
}
label {
	float: left;
	width: 120px;
	font-weight: normal;
	padding: 3px 0 0 0;
}
.checkoutPreview label {
	float: left;
	width: 180px;
	font-weight: normal;
	padding: 0 0 0 0;
}
.checkoutPreview .formline {
	text-align: left;
	min-height: 24px;
	padding: 0;
	background-image: url('images/dashline.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 8px 0 6px 0;
}
.checkoutResponse label {
	float: left;
	width: 160px;
	font-weight: normal;
	padding: 0 0 0 0;
}
.checkoutResponse .formline {
	text-align: left;
	min-height: 24px;
	padding: 0;
	background-image: url('images/dashline.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 8px 0 6px 0;
}
.checkoutResponse .blackline {
	width: 608px;
	height: 2px;
	background-color:#000000;
	margin: 15px 0 15px 0;
}
#checkoutSidebar {
}
#checkoutSidebar li {
	height: 24px;
	line-height: 24px;
	background-color: none;
	color:#999999;
	padding: 6px;
	font-size: 12px;
}
#checkoutSidebar li.past {
	background-color: none;
	color:#000000;
	font-style:italic;
}
#checkoutSidebar li.current {
	background-image: url('images/checkoutSidebar_current.gif');
	background-repeat: no-repeat;
	background-position: top;
	color: #FFFFFF;
	font-weight:bold;
}
.textbox {
	width: 400px;
	margin-bottom: 6px;
	padding: 3px;
	color: #000000;
	font-size: 12px;
}
.dropdown {
	width: 410px;
	margin-bottom: 6px;
	padding: 3px;
	color: #000000;
	font-size: 12px;
}
.month {
	width: 202px;
	margin-bottom: 6px;
	padding: 3px;
	color: #000000;
	font-size: 12px;
}
.year {
	width: 201px;
	margin-bottom: 6px;
	padding: 3px;
	color: #000000;
	font-size: 12px;
}
.button {
	font-size: 12px;
	margin: 2px 0 3px 0;
	padding: 2px 3px 2px 3px;
}
.messagebox {
	width: 400px;
	height: 150px;
	margin-bottom: 6px;
	padding: 3px;
	color: #000000;
	font-family: Trebuchet MS;
	font-size: 12px;
}
/* CALENDAR */

	#testdiv1 .TESTcpYearNavigation, #testdiv1 .TESTcpMonthNavigation {
	background-color:#0981c4;
	text-align:center;
	vertical-align:center;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	line-height: 18px;
}
#testdiv1 .TESTcpDayColumnHeader, #testdiv1 .TESTcpYearNavigation, #testdiv1 .TESTcpMonthNavigation, #testdiv1 .TESTcpCurrentMonthDate, #testdiv1 .TESTcpCurrentMonthDateDisabled, #testdiv1 .TESTcpOtherMonthDate, #testdiv1 .TESTcpOtherMonthDateDisabled, #testdiv1 .TESTcpCurrentDate, #testdiv1 .TESTcpCurrentDateDisabled, #testdiv1 .TESTcpTodayText, #testdiv1 .TESTcpTodayTextDisabled, #testdiv1 .TESTcpText {
	font-family: Arial;
	font-size:12pt;
}
#testdiv1 TD.TESTcpDayColumnHeader {
	text-align:center;
	font-weight: bold;
}
#testdiv1 .TESTcpCurrentMonthDate, #testdiv1 .TESTcpOtherMonthDate, #testdiv1 .TESTcpCurrentDate {
	text-align:right;
	text-decoration:none;
}
#testdiv1 .TESTcpCurrentMonthDateDisabled, #testdiv1 .TESTcpOtherMonthDateDisabled, #testdiv1 .TESTcpCurrentDateDisabled {
	color:#D0D0D0;
	text-align:center;
}
#testdiv1 .TESTcpCurrentMonthDate {
	color:#0981c4;
	font-weight:bold;
	text-align: center;
}
#testdiv1 .TESTcpCurrentDate {
	color: #FFFFFF;
	font-weight:bold;
}
#testdiv1 .TESTcpOtherMonthDate {
	color:#808080;
}
#testdiv1 TD.TESTcpCurrentDate {
	color:#FFFFFF;
	background-color: #0981c4;
	text-align: center;
}
#testdiv1 TD.TESTcpCurrentDateDisabled {
	border-width:1;
	border:solid thin #FFAAAA;
}
#testdiv1 TD.TESTcpTodayText, #testdiv1 TD.TESTcpTodayTextDisabled {
	font-weight:bold;
}
#testdiv1 A.TESTcpTodayText, #testdiv1 SPAN.TESTcpTodayTextDisabled {
	height:20px;
}
#testdiv1 A.TESTcpTodayText {
	color:#0981c4;
	font-weight:bold;
}
 #testdiv1 SPAN.TESTcpTodayTextDisabled, {
 color:#D0D0D0;
}
#testdiv1 .TESTcpBorder {
}
/* HOME BILLBOARD */
#homeText {
	margin: 0;
	padding: 20px 25px 25px 25px;
	font-size: 12px;
	text-align: left;
}
#homeText b {
	color: #851d21;
}
.scroll {
	overflow: hidden;
	z-index: 15;
}
.scroll .bbContent {
	position: relative;
	display: block;
	left: 0;
	z-index: 17;
}
.scroll .bbContent .section {
	float: left;
}
.pop .productbox {
	cursor: pointer;
}
.billboard {
	position: relative;
	margin: 0;
	text-align: left;
	width: 928px;
	height: 299px;
	z-index: 15;
}
.billboard * {
	_zoom: 1;
}
.billboard {
	color: #ffffff;
}
.billboard h2 {
	margin: 0;
	font-size: 30px;
	font-weight: bold;
}
.billboard h3 {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
}
.billboard ul {
	padding: 0;
	margin: 0;
	list-style:none;
}
.billboard li {
	height: 20px;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	background: url('images/bullet_billboard.png') no-repeat left center;
	margin: 10px 0 0 0;
	padding: 0 0 0 28px;
}
.billboard .bbContent {
	background: #771e18;
	width: 6496px;
	height: 299px;
	left: 0px;
}
.billboard .bbContent .home {
	float: right;
	margin: -40px 10px 0 0;
	padding: 0;
}
.billboard .bbContent .links {
	font-size: 14px;
	margin: 20px 0 0 0;
	padding: 0;
	text-transform: uppercase;
}
.billboard .bbContent .links a.course {
	color: #ffffff;
	text-decoration:none;
	padding: 0 5px 0 19px;
	background: url('images/bullet_course.png') no-repeat left center;
}
.billboard .bbContent .links a.trial {
	color: #ffffff;
	text-decoration:none;
	padding: 0 0 0 20px;
	background: url('images/bullet_trial.png') no-repeat left center;
}
.billboard .bbContent .links a.cart {
	color: #ffffff;
	text-decoration:none;
	padding: 0 0 0 22px;
	background: url('images/bullet_cart.png') no-repeat left center;
}
.billboard .bbContent .links a:hover {
	text-decoration:underline;
}
.billboard #bb_home {
	background: url('images/bb_home.jpg') repeat-x top center;
	padding: 40px;
	width: 848px;
	height: 299px;
}
.billboard #bb_cathcart {
	background: url('images/bb_cathcart.jpg') repeat-x top center;
	padding: 50px 0 0 285px;
	width: 643px;
	height: 299px;
}
.billboard #bb_connor {
	background: url('images/bb_connor.jpg') repeat-x top center;
	padding: 50px 0 0 285px;
	width: 643px;
	height: 299px;
}
.billboard #bb_hutson {
	background: url('images/bb_hutson.jpg') repeat-x top center;
	padding: 50px 0 0 285px;
	width: 643px;
	height: 299px;
}
.billboard #bb_lucas {
	background: url('images/bb_lucas.jpg') repeat-x top center;
	padding: 50px 0 0 285px;
	width: 643px;
	height: 299px;
}
.billboard #bb_pancero {
	background: url('images/bb_pancero.jpg') repeat-x top center;
	padding: 50px 0 0 285px;
	width: 643px;
	height: 299px;
}
.billboard #bb_podesta {
	background: url('images/bb_podesta.jpg') repeat-x top center;
	padding: 50px 0 0 285px;
	width: 643px;
	height: 299px;
}
.billboard #bb_home h2 {
	width: 672px;
	height: 29px;
	background: url('images/bb_home_h2.png') no-repeat left 0;
	font-size: 0;
	color: #FFFFFF;
	text-indent: -8000px;
	margin: 0 0 15px 0;
	padding: 0;
}
.billboard #bb_home h3 {
	width: 501px;
	height: 52px;
	background: url('images/bb_home_h3.png') no-repeat left 0;
	font-size: 0;
	color: #FFFFFF;
	text-indent: -8000px;
	margin: 0;
	padding: 0;
}
.billboard #bb_cathcart h2 {
	width: 338px;
	height: 30px;
	background: url('images/bb_cathcart_h2.png') no-repeat left 0;
	font-size: 0;
	color: #FFFFFF;
	text-indent: -8000px;
	margin: 0 0 10px 0;
	padding: 0;
}
.billboard #bb_cathcart h3 {
	width: 604px;
	height: 19px;
	background: url('images/bb_cathcart_h3.png') no-repeat left 0;
	font-size: 0;
	color: #FFFFFF;
	text-indent: -8000px;
	margin: 0 0 20px 0;
	padding: 0;
}
.billboard #bb_connor h2 {
	width: 338px;
	height: 30px;
	background: url('images/bb_connor_h2.png') no-repeat left 0;
	font-size: 0;
	color: #FFFFFF;
	text-indent: -8000px;
	margin: 0 0 10px 0;
	padding: 0;
}
.billboard #bb_connor h3 {
	width: 604px;
	height: 19px;
	background: url('images/bb_connor_h3.png') no-repeat left 0;
	font-size: 0;
	color: #FFFFFF;
	text-indent: -8000px;
	margin: 0 0 20px 0;
	padding: 0;
}
.billboard #bb_hutson h2 {
	width: 338px;
	height: 30px;
	background: url('images/bb_hutson_h2.png') no-repeat left 0;
	font-size: 0;
	color: #FFFFFF;
	text-indent: -8000px;
	margin: 0 0 10px 0;
	padding: 0;
}
.billboard #bb_hutson h3 {
	width: 604px;
	height: 19px;
	background: url('images/bb_hutson_h3.png') no-repeat left 0;
	font-size: 0;
	color: #FFFFFF;
	text-indent: -8000px;
	margin: 0 0 20px 0;
	padding: 0;
}
.billboard #bb_lucas h2 {
	width: 398px;
	height: 30px;
	background: url('images/bb_lucas_h2.png') no-repeat left 0;
	font-size: 0;
	color: #FFFFFF;
	text-indent: -8000px;
	margin: 0 0 10px 0;
	padding: 0;
}
.billboard #bb_lucas h3 {
	width: 604px;
	height: 19px;
	background: url('images/bb_lucas_h3.png') no-repeat left 0;
	font-size: 0;
	color: #FFFFFF;
	text-indent: -8000px;
	margin: 0 0 20px 0;
	padding: 0;
}
.billboard #bb_pancero h2 {
	width: 338px;
	height: 30px;
	background: url('images/bb_pancero_h2.png') no-repeat left 0;
	font-size: 0;
	color: #FFFFFF;
	text-indent: -8000px;
	margin: 0 0 10px 0;
	padding: 0;
}
.billboard #bb_pancero h3 {
	width: 604px;
	height: 19px;
	background: url('images/bb_pancero_h3.png') no-repeat left 0;
	font-size: 0;
	color: #FFFFFF;
	text-indent: -8000px;
	margin: 0 0 20px 0;
	padding: 0;
}
.billboard #bb_podesta h2 {
	width: 338px;
	height: 30px;
	background: url('images/bb_podesta_h2.png') no-repeat left 0;
	font-size: 0;
	color: #FFFFFF;
	text-indent: -8000px;
	margin: 0 0 10px 0;
	padding: 0;
}
.billboard #bb_podesta h3 {
	width: 604px;
	height: 19px;
	background: url('images/bb_podesta_h3.png') no-repeat left 0;
	font-size: 0;
	color: #FFFFFF;
	text-indent: -8000px;
	margin: 0 0 20px 0;
	padding: 0;
}
#expertsContainer {
	width: 913px;
	background: #FFFFFF url('images/bg_content.gif') repeat-x top center;
	text-align: left;
	padding: 10px 8px 0 7px;
	z-index: 25;
}
.experts .productbox {
	float: left;
	position: relative;
	z-index: 35;
}
.experts .productbox .buttonTrial a {
	width: 134px;
	height: 36px;
	background: url('images/button_home_trial.gif') no-repeat left 0;
	font-size: 0;
	color: #FFFFFF;
	text-indent: -8000px;
	display: block;
	margin: 0 0 4px 9px;
	padding: 0;
}
.experts .productbox #prod_cathcart .buttonTrial a {
	width: 134px;
	height: 36px;
	background: url('images/button_home_trial.gif') no-repeat left 0;
	font-size: 0;
	color: #FFFFFF;
	text-indent: -8000px;
	display: block;
	margin: 0 0 4px 12px;
	padding: 0;
}
.experts .prodActive .buttonTrial a {
	width: 144px;
	height: 39px;
	background: url('images/button_home_trial_over.gif') no-repeat left 0;
	font-size: 0;
	color: #FFFFFF;
	text-indent: -8000px;
	display: block;
	margin: 0 0 4px 14px;
	padding: 0;
}
.experts .prodActive #prod_cathcart .buttonTrial a {
	width: 144px;
	height: 39px;
	background: url('images/button_home_trial_over.gif') no-repeat left 0;
	font-size: 0;
	color: #FFFFFF;
	text-indent: -8000px;
	display: block;
	margin: 0 0 4px 14px;
	padding: 0;
}
.experts .productbox .buttonCart a {
	width: 134px;
	height: 26px;
	background: url('images/button_home_cart.gif') no-repeat left 0;
	font-size: 0;
	color: #FFFFFF;
	text-indent: -8000px;
	display: block;
	margin: 0 0 0 9px;
	padding: 0;
}
.experts .prodActive .buttonCart a {
	width: 144px;
	height: 28px;
	background: url('images/button_home_cart_over.gif') no-repeat left 0;
	font-size: 0;
	color: #FFFFFF;
	text-indent: -8000px;
	display: block;
	margin: 0 0 0 14px;
	padding: 0;
}
.experts .productbox #prod_cathcart .buttonCart a {
	width: 134px;
	height: 26px;
	background: url('images/button_home_cart.gif') no-repeat left 0;
	font-size: 0;
	color: #FFFFFF;
	text-indent: -8000px;
	display: block;
	margin: 0 0 0 12px;
	padding: 0;
}
.experts .prodActive #prod_cathcart .buttonCart a {
	width: 144px;
	height: 28px;
	background: url('images/button_home_cart_over.gif') no-repeat left 0;
	font-size: 0;
	color: #FFFFFF;
	text-indent: -8000px;
	display: block;
	margin: 0 0 0 14px;
	padding: 0;
}
.experts .productbox h2 {
	width: 88px;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	color: #ffffff;
	margin: 0;
	padding: 0;
	text-align: left;
}
.experts #prod_cathcart {
	width: 154px;
	height: 202px;
	background: url('images/bg_cathcart.gif') no-repeat left 0;
}
.experts #prod_connor {
	width: 151px;
	height: 202px;
	background: url('images/bg_connor.gif') no-repeat left 0;
}
.experts #prod_hutson {
	width: 151px;
	height: 202px;
	background: url('images/bg_hutson.gif') no-repeat left 0;
}
.experts #prod_lucas {
	width: 151px;
	height: 202px;
	background: url('images/bg_lucas.gif') no-repeat left 0;
}
.experts #prod_pancero {
	width: 151px;
	height: 202px;
	background: url('images/bg_pancero.gif') no-repeat left 0;
}
.experts #prod_podesta {
	width: 155px;
	height: 202px;
	background: url('images/bg_podesta.gif') no-repeat left 0;
}
.experts #prod_cathcart h2 {
	padding: 16px 0 0 17px;
}
.experts #prod_connor h2, .experts #prod_hutson h2, .experts #prod_lucas h2, .experts #prod_pancero h2, .experts #prod_podesta h2 {
	padding: 16px 0 0 14px;
}
.experts .productbox h3 {
	width: 125px;
	font-size: 15px;
	font-weight: bold;
	line-height: 15px;
	text-align: center;
	color: #2a313f;
	margin: 0;
}
.experts .productbox #prod_cathcart h3 {
	padding: 28px 0 17px 17px;
}
.experts .productbox #prod_hutson h3 {
	padding: 35px 0 25px 15px;
}
.experts .productbox #prod_podesta h3 {
	padding: 21px 0 9px 15px;
}
.experts .productbox #prod_connor h3, .experts .productbox #prod_lucas h3, .experts .productbox #prod_pancero h3 {
	padding: 28px 0 17px 15px;
}
.experts .prodActive {
	cursor:pointer;
	z-index:40;
}
.experts .prodActive #prod_cathcart {
	margin: -34px -11px -15px -7px;
	background: url('images/bg_cathcart_over.png') no-repeat left 0;
	width: 172px;
	height: 250px;
}
.experts .prodActive #prod_connor {
	margin: -34px -11px -15px -10px;
	background: url('images/bg_connor_over.png') no-repeat left 0;
	width: 172px;
	height: 250px;
}
.experts .prodActive #prod_hutson {
	margin: -34px -11px -15px -10px;
	background: url('images/bg_hutson_over.png') no-repeat left 0;
	width: 172px;
	height: 250px;
}
.experts .prodActive #prod_lucas {
	margin: -34px -11px -15px -10px;
	background: url('images/bg_lucas_over.png') no-repeat left 0;
	width: 172px;
	height: 250px;
}
.experts .prodActive #prod_pancero {
	margin: -34px -11px -15px -10px;
	background: url('images/bg_pancero_over.png') no-repeat left 0;
	width: 172px;
	height: 250px;
}
.experts .prodActive #prod_podesta {
	margin: -34px -11px -15px -10px;
	background: url('images/bg_podesta_over.png') no-repeat left 0;
	width: 172px;
	height: 250px;
}
.experts .prodActive h2 {
	width: 100px;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	color: #ffffff;
	margin: 0;
	padding: 0;
}
.experts .prodActive #prod_cathcart h2, .experts .prodActive #prod_connor h2, .experts .prodActive #prod_hutson h2, .experts .prodActive #prod_lucas h2, .experts .prodActive #prod_pancero h2, .experts .prodActive #prod_podesta h2 {
	padding: 21px 0 0 21px;
}
.experts .prodActive h3 {
	width: 140px;
	font-size: 17px;
	line-height: 17px;
}
.experts .prodActive #prod_cathcart h3 {
	padding: 43px 0 30px 17px;
}
.experts .prodActive #prod_hutson h3 {
	padding: 51px 0 39px 17px;
}
.experts .prodActive #prod_podesta h3 {
	padding: 34px 0 22px 17px;
}
.experts .prodActive #prod_connor h3, .experts .prodActive #prod_lucas h3, .experts .prodActive #prod_pancero h3 {
	padding: 43px 0 30px 17px;
}
/* Thickbox */
#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;
}
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}
.TB_overlayMacFFBGHack {
	background: url('images/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: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:55%;
	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;
}
#infoHidden {
	display: none;
}
