 /* global style setup */
body
{
	padding: 0;
	margin: 16px 0 16px 0;
	background-color: #A0DAEF;
}

img { border: none; }

a, a:visited
{
	color: #036;
	text-decoration: none;
}

a:hover, a:active { text-decoration: underline; }

/* style main look and feel */
#main
{
	width: 796px;
	padding: 10px 0 0 20px;
	margin: auto;
	background-color: #fff;
	border: 1px solid #14205A;
}

/* style masthead */
#masthead img
{
	padding: 0;
	margin: 2px 0 0 0;
}

#masthead p
{
	padding: 0;
	margin: 0 20px 0 0;
	float: right;
	font: 12px Georgia, "Times New Roman", serif;
}

/* style for content area background */
#content
{
	width: 796px;
	margin: 0;
	padding: 0;
	background: url(../images/bg_woman1.jpg) top right no-repeat;
}

/* style for central content */
#main_copy
{
	width: 355px;
	float: left;
	padding-top: 15px;
}

#main_copy h1
{
	margin: 3px 0 3px 0;
	padding: 0;
}

#main_copy h3
{
	margin: 14px 0 14px 0;
	padding: 0;
	font: italic bold 14px verdana, arial, sans-serif;
	color: #036;
}

#main_copy h3.orderlink { text-align: right; }

#main_copy h4
{
	clear: both;
	margin: 14px 0px 2px 0px;
	padding: 0px;
	font: bold 11px verdana, arial, sans-serif;
	color: #036;
}

#main_copy h5
{
	margin: 0;
	padding: 0;
	font: italic bold 12px Georgia, "Times New Roman", serif;
	color: #333;
}

#main_copy h5.credit
{
	font-size: 9px;
	margin-top: 4px;
}

#main_copy h6
{
	margin: 14px 0 0 0;
	padding: 0;
	font: bold 11px verdana, arial, sans-serif;
	color: #036;
	text-align: left;
}

#main_copy h6 a, #main_copy h6 a:visited, #main_copy h6 a:hover, #main_copy h6 a:active { font-weight: bold; }

#main_copy p, ul, ol
{
	font: 11px verdana, arial, sans-serif;
	color: #333;
	line-height: 15px;
}

#main_copy p a, #main_copy ul li a {text-decoration: underline;}

#main_copy ul, ol
{
	margin: 10px 0 0 0;
	padding: 0;
}

#main_copy li
{
	margin: 0 0 0 30px;
	padding: 0 0 2px 0;
}

#main_copy ul.chevrons li
{
	background: transparent url(../images/chevron_sml.gif) no-repeat top left;
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
}

#main_copy ul#treatmentfaq a, #main_copy ul#patientfaq a {text-decoration: none;}

.Endnote
{
	font-size: .9em;
	vertical-align: super;
}

.Endref, .Endref:visited
{
	font-size: .9em;
	color: #fff;
	background-color: #036;
	padding: 1px;
	margin: 0 2px 0 0;
	text-decoration: none;
}

.Endref:hover, .Endref:active
{
	color: #036;
	background-color: #fff;
	text-decoration: none;
}

#main_copy .figure
{
	text-align: center;
	margin: 10px 0 10px 20px;
	padding: 0;
}

#main_copy .figure img
{
	margin: 2px;
	padding: 0;
	border: 1px #036 solid;
}

#main_copy .divider
{
	border-top: 1px #036 solid;
	width: 100%;
	margin: 5px 0 5px 0;
}

#main_copy p.privacy { text-align: left; }
#main_copy .ostck
{
	color: red;
	font-weight: bold;
	font: bold 12px verdana, arial, sans-serif;
}

#main_copy ol a { font-weight: bold; }
#main_copy .toparrow { text-align: right; }
#main_copy .journal { text-decoration: underline; }

div.flv_box
{
	height: 300px;
	width: 400px;
	border: 1px solid #335;
	background-color: #bbb;
	margin: 10px 0 0 0;
	padding: 1px;
}

/* styles for seminar schedule */
#main_copy table#seminars
{
	border: 1px solid #036;
	padding: 0;
	margin: 0;
	width: 500px;
	font: 10px verdana, sans-serif;
}

#main_copy table#seminars tr.kitchenerwaterloo { background-color: #FFC; }
#main_copy table#seminars tr.cambridge { background-color: #ADF; }
#main_copy table#seminars tr.guelph { background-color: #FCC; }
#main_copy table#seminars tr.peterborough { background-color: #CFF; }
#main_copy table#seminars tr.cobourg { background-color: #FDA; }
#main_copy table#seminars thead { background-color: #fff; }

#main_copy table#seminars thead td, #main_copy table#seminars tbody tr > td:first-child
{
	text-align: center;
	font-weight: bold;
}

#main_copy table#seminars td
{
	border-bottom: 1px solid #036;
	border-right: 1px solid #036;
	margin: 0;
	padding: 2px;
	width: 20%;
}

#main_copy table#seminars td.empty { background-color: #fff; }

#main_copy table#seminars td a
{
	padding: 0;
	display: block;
}

#main_copy p#reglink a
{
	font-size: 14px;
	font-weight: bold;
}

#main_copy p#reglink { text-align: right; }

/* style for order form table */
#main_copy table#order_form
{
	border: 1px solid #036;
	margin: 10px;
	width: 460px;
	background-color: #fff;
	font: 11px verdana, sans-serif;
}

#main_copy table#order_form thead
{
	font-weight: bold;
	background-color: #036;
	color: #eef;
}

#main_copy table#order_form tfoot
{
	font-weight: bold;
	background-color: #eef;
}

#main_copy table#order_form tfoot .toprow { border-top: 3px double #036; }

#main_copy table#order_form td
{
	padding: 3px;
	border-right: 1px solid #036;
	border-bottom: 1px solid #036;
	margin: 2px;
}

#main_copy table#order_form input { text-align: right; }
#main_copy #checkout { margin: 0 0 0 300px; }
#checkout_info #ccMonth, #checkout_info #ccYear { width: 82px; }

/* style for login and registration elements */
#login, #checkout_info
{
	text-align: right;
	margin: 0;
	padding: 10px 60px 10px 60px;
	color: #036;
	font: bold 10px verdana, sans-serif;
	border: 1px solid #036;
	background-color: #fff;
	width: 320px;
	line-height: 20px;
}

#login input[type=text], #checkout_info input[type=text], #login input[type=password], #checkout_info input[type=password]
{
	font: 10px verdana, sans-serif;
	color: #036;
	border: 1px solid #036;
	width: 160px;
}

#login option, #checkout_info option, #login select, #checkout_info select
{
	font: 10px verdana, sans-serif;
	color: #036;
	width: 170px;
}

#login .sbmt_btn, #checkout_form .sbmt_btn
{
	width: 80px;
	margin-right: 40px;
}

#login .chkbx { width: auto; }

#login p
{
	margin: 20px 0 0 0;
	padding: 0;
}

#login .pwdinvalid { color: #CC0000; }
#login .pwdvalid { color: #00CC00; }


.menu { display: none; }

p.optin_txt
{
	color: #000000;
	margin: 3px;
	padding: 0;
	text-align: left;
}

div#optin
{
	 margin: 6px;
	 padding: 0 6px 6px 6px;
	 border: 1px solid #036;
	 background-color: #eff;
}

/* style for sidebar */
#sidebar
{
	width: 174px;
	float: right;
	margin: 20px 20px 20px 0;
	background: url(../images/sidebar_bg.gif);
}

#sidebar img#blog
{
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#sidebar h2
{
	padding: 5px 5px 5px 5px;
	margin: 0;
	background-color: #ffc;
	border: 1px solid #036;
}

#sidebar h2 img
{
	padding: 0;
	margin: 0;
	border: none;
}

#sidebar div.sidebox
{
	padding: 10px 8px 10px 10px;
	margin: 0;
	background: inherit;
	border-right: 1px solid #036;
	border-left: 1px solid #036;
}

#sidebar div.sidebox p
{
	font: 12px Georgia, "Times New Roman", serif;
	padding: 0;
	margin: 0;
	color: #333;
	line-height: 15px;
}

#sidebar div.sidebox a
{
	font: 12px Georgia, "Times New Roman", serif;
	line-height: 14px;
}

#sidebar .lastbox { border-bottom: 1px solid #036; }

#sidebar div.sidebox img.btn
{
	display: block;
	margin: 10px 0 0 110px;
}

#sidebar #webinars img {border: none; margin: 0px;}
#sidebar #webinars a {text-decoration: none;}

div#geotrust
{
	text-align: center;
	padding: 0;
	margin: 0 0 8px 0;
}

div#trustkeeper
{
	text-align: center;
	padding: 0;
	margin: 0 0 0 8px;
}

div#video
{
	width: auto;
	text-align: center;
}

div#video img
{
	border: 1px solid #036;
	margin: 0;
	padding: 0;
}

div#passwordScore
{
  padding: 0px;
  margin: 0px;
}

#toplink
{
	clear: both;
	margin: 0 60px 20px 0;
}

#toplink a { float: right; }

/* style for CDA and product image footer */
#footer1
{
	width: 756px;
	clear: both;
	border-top: 1px solid #036;
	border-bottom: 1px solid #036;
	padding: 6px;
	margin: 10px 0 0 0;
	overflow: auto;
	background-color: #fff;
}

#footer1 p
{
	font: 10px georgia, "Times New Roman", serif;
	line-height: 12px;
}

#footer1 #product
{
	float: left;
	margin: 10px 14px 0 60px;
}

#footer1 #din
{
	width: 180px;
	float: left;
	margin: 25px 20px 0 0;
}

#footer1 #footer_logo
{
	float: right;
	margin-right: 60px;
}

/* style for logo and copyright footer */
#footer2
{
	width: 756px;
	clear: both;
	padding: 0;
	margin: 0;
	background-color: #fff;
	overflow: auto;
}

#footer2 #copyright
{
	position: relative;
	float: left;
	margin-left: 30px;
	text-align: center;
	font: 12px georgia, "Times New Roman", serif;
	line-height: 24px;
	color: #036;
}

#footer2 #terms
{
	position: relative;
	float: right;
	margin-right: 30px;
	text-align: center;
	font: 12px georgia, "Times New Roman", serif;
	line-height: 24px;
	color: #036;
}

#footer2 #terms a { margin: 0 12px 0 12px; }
div.spcr { clear: both; }

/* Print Styles */

@media print
{
	body {background-color: #fff;}
	#main {border: none;}
	#masthead p, #topnav, #sidebar {display: none;}
	#topnav {display: none;}
	#content {background: none !important;}
	#main_copy {width: 600px;}
	#footer1 {clear: both;}
	#footer1 #product {margin: 10px 14px 0 30px;}
	#footer2 #footer_logo {margin-left: 50px;}
}

/* style for webinar schedule and details */

table#webinars
{
	border-top: 1px solid #036;
	border-right: 1px solid #036;
	font: 11px verdana, sans-serif;
	color: #036;
	background-color: #fff;
	border-collapse: collapse;
	width: 460px;
}

table#webinars td
{
	border-bottom: 1px solid #036;
	border-left: 1px solid #036;
}

table#webinars thead td
{
	border-bottom: 3px double #036;
	border-left: 1px solid #036;
	font-weight: bold;
	background-color: #cdf;
	padding: 5px;
	text-align: center;
}

table#webinars thead td#month
{
	background-color: #036;
	color: #eee;
	border-bottom: none;
	font-size: 17px;
	letter-spacing: +1px;
	font-family: Arial;
	/*padding: 12px 0px 8px 0px;*/
}

table#webinars thead td#month a
{
	color: #eee;
	font-size: 12px;
	letter-spacing: 0px;
	/*margin: 40px;*/
}

table#webinars tbody td
{
	background-color: #fff;
	width: 20%;
	height: 50px;
	vertical-align: top;
}

table#webinars tbody td#today { background-color: #ddd; }
table#webinars tbody td.past { background-color: #eee; }

table#webinars tbody td h5
{
	padding-top: -5px;
	margin: 0px;
	font-family: Arial Black;
	Arial: ;
	font-style: normal;
	color: #036;
}

table#webinars tbody td ul
{
	padding: 0px;
	margin: 6px;
	list-style: none;
}

table#webinars tbody td ul li
{
	padding: 1px;
	margin: 0px;
	line-height: 11px;
	font-size: 10px;
}

table#webinars tbody td ul li a
{
	font-weight: bold;
	font-size: 10px;
	display: block;
	margin-bottom: 10px;
}

p.registration_details {font-size: 9px; color: red;}

