.skip {
	display: none;
}
/*body,td {
	font-size: small;
}*/

h1 {
	font-size: 2.4em;
	margin: 20px 0 20px 5px; 
	font-family: Georgia, Times New Roman;
	font-weight: normal;
	color:#222;
	letter-spacing: 0.07em;
}

h2 {
	font-size: 1.8em; 
	margin: .75em 0;
	font-family: Georgia, Times New Roman; 
	font-weight: normal;
	color: #333333; 
	letter-spacing: 0.07em; 
}

h3 {
	font-size: 1.17em;
	margin: .83em 0;
}

.cle h3 {
	font-weight: normal;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #333333;
	font-size: 1.5em;
}
	
.cle h4 {
	font-weight: normal;
	font-family: Georgia, Times New Roman;
	letter-spacing: 0.12em;
	color: #333333;
	font-size: 1.3em;
}
	
.cle h5 {
	font-weight: normal;
	font-family: Georgia, Times New Roman;
	letter-spacing: 0.12em;
	color: #333333;
	font-size: 1em;
	margin-left: 25px;
}

/*h1 {
	font-size: 150%;
}

h2 {
	font-size: 130%;
	margin: 10px 0 0 0;
	padding: 0;
}


h3 {
	
	margin: 0;
	font-size: 120%;
	margin-top: 4px;
	margin-bottom: 4px;
}*/

 /**with h3 as heading */
h2 a:link {
	color: #850000;
	text-decoration: underline;
}

h2 a:visited {
	color: #850000;
	text-decoration: underline;
}

h2 a:active {
	color: #145B9A;
	text-decoration: underline;
}

h2 a:hover {
	color: #145B9A;
	text-decoration: underline;
}

/*end with h3 as heading*/
ul li {
	list-style-type: square;
	padding: 3px;
}

ul.nobullet {
	margin: 0;
	padding: 0;
}

ul.nobullet li {
	list-style-type: none;
	padding: 0 0 1em 0;
}

ol li {
	font-size: 100%;
}
a:link {
	color: #115599;
	text-decoration: underline;
}

a:visited {
	color: #115599;
	text-decoration: underline;
}

a:active {
	color: #850000;
	text-decoration: underline;
}

a:hover {
	color: #850000;
	text-decoration: underline;
}
hr {
	width: 100%;
	height:0px;
	border:solid;
	border-width:1px;
	border-color:#850000;
}

.small{
	font-size: 0.910em;
}
.italic{
	font-style: italic;	
}
.boldTextRed{
	font-weight: bold;
	color: #850000;
	font-size: 1.273em;
}

/* Calendar Webcast Table*/

.calTable, .teleseminar {
	padding: 0;
	margin: 0;
	width: 100%;
	background-color: #999;
	border-spacing: 0.083em;
	font-size: 1.091em;
}

.calTable tr td, .teleseminar tr td {
	margin: 0;
	padding: 3px;
	background-color: white;
}

.calTable tr td a, .teleseminar tr td a {
	vertical-align: middle;
}
	
.calTable tr td.date {
	text-align: center;
	width: 11%;
}
	
.calTable tr td#noProgram {
	text-align: center;
}
	
.calTable tr td.location {
	text-align: center;
	width: 23%;
}

.calTable tr td.title {
	text-align: left;
	width: 66%;
}

.calTable tr td.price {
	text-align:center;
}

.calTable tr td.dateResource {
	text-align: center;
	width: 16%;
}

.calTable tr td.titleResource {
	text-align: left;
	width: 61%;
}

.calTable tr td.priceResource {
	text-align: center;
	width: 23%;
}

.calTable tr, .teleseminar tr {
	height: 2.5em;
}

#tableHeaderRow th {
	background-color: #850000;
	height: 1em;
	color: white;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	padding: 0;
	margin: 0;
}

.calTable tr#tableHeaderRow th, .teleseminar tr#tableHeaderRow th {
	padding: 0;
	margin: 0;
	padding: 2px;
	background-color: #850000;
}

.teleseminar tr td.dateTeleseminar {
	text-align: center;
	width: 18%;
}

.teleseminar tr td.titleTeleseminar {
	width: 60%;
}

.teleseminar tr td.priceTeleseminar {
	text-align: center;
	width: 22%;
}

#calendarTitle {
	text-align: center;
	font-size: 1.17em;
	margin: 0.83em 0;
	font-weight: bold;
}

#calPrevNext {
	text-align: center;
}

#calPrevNext a:link {
	color: #850000;
	text-decoration: underline;
}

#calPrevNext a:visited {
	color: #850000;
	text-decoration: underline;
}

#calPrevNext a:active {
	color: #145B9A;
	text-decoration: underline;
}

#calPrevNext a:hover {
	color: #145B9A;
	text-decoration: underline;
}

#calMonths {
	padding:0;
	margin:0;
	text-align:center;
	font: 1.091em Arial, Helvetica, sans-serif;
	
}

#calMonths li {
	display: inline;
	list-style-type: none;
	
	padding-right: 0px;
	padding-left: 0px;
}

p.calendar {
	text-align: center;
	font-size: 1.1em;
}

#calMonths li a:link, #calMonths li a:visited,
p.calendar a:link, p.calendar a:visited {
	color: #222;
	text-decoration: none;
	letter-spacing: .03em;
}

p.calendar a:link, p.calendar a:visited {
	color: #145B9A;
}

#calMonths li a:active, #calMonths li a:hover,
p.calendar a:active, p.calendar a:hover {
	color: #145B9A;
	text-decoration: underline;
}

p.calendar a.current:active, p.calendar a.current:hover,
p.calendar a.current:link, p.calendar a.current:visited {
	font-weight: bold;
	
}

div#maincontent ul#calMonths li a.nobold {
	font-weight: normal;
}

#calMonths li .current, #calMonths li a.current:link, #calMonths li a.current:visited, 
#calMonths li a.current:hover, #calMonths li a.current:focus, #calMonths li a.current:active {
	font-weight: bold;
	color: #222222;
	text-decoration: none;
	background-color: #FFFFAA;
}

.list {
	padding-top:2px;
	padding-bottom:2px;
	display: block;
	}

p.calendar a.current {
	font-weight: bold;
}
/* Product Listing */

#productListTitle {
	text-align:center;
	font-size: 140%;
	margin-top:1em;
	}
	
#productListSubTitle {
	text-align:center;
	font-size: 110%;
	font-weight:bold;
	}

dl dt.productListDate {
	margin-left: 40px;
	font-weight: bold;
	}
	
dl dd.productListName {
	font-weight: bold;
	}
	
	
/* Popup */
.popupBar a {
	color: #FFFFFF;
	text-decoration:none;
}

.popupBar a:link {
	color: #FFFFFF;
	text-decoration:none;
}

.popupBar a:visited {
	color: #FFFFFF;
	text-decoration:none;
}

.popupBar a:active {
	color: #FFFFFF;
	text-decoration:none;
}

.popupBar a:hover {
	color: #FFFFFF;
	text-decoration:none;
}

div.cleItemContainer {
	width: 98%;
	margin: 1%;
}


table.cleItemDetails {
	font-size: 0.917em;
	line-height: normal;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	background: url("../images/body/tableTintII.jpg");
	clear: left;
	border-spacing: 1px;
}

table.cleItemDetails tr, table.cleItemDetails td {
	text-align: left;
	background-color: #FFF;
	vertical-align: top;
	padding: 5px;
}

#cleDetails h1 {
	font-size: 1.4em;
	margin: 1em 0;
	background-color: #850000;
	color: #fff;
	padding: 4px;
}

* html #cleDetails h1 {
	margin: .4em 0 1em 0;
}


/* White Sale Table */
.whiteSale {
	padding:0px;
	margin:0;
	width:100%;
	background-color:#999;
	border-spacing: 1px;
}
	
.whiteSale tr td {
	margin:0;
	padding:3px;
	background-color:white;
	font-size: 12px;
}
	
.whiteSale tr td.date {
	text-align:center;
}
	
	
.whiteSale tr td.practiceArea {
	text-align:center;
}
	
.whiteSale tr td.price {
	text-align:center;
}

.whiteSale tr {
	height: 2.5em;
}

.whiteSale tr#tableHeaderRow th {
	padding:0;
	margin:0;
	padding:2px;
	background-color:#850000;
}
	
.whiteSalePurchase {

	text-align: center;
	background-color: #850000;
	font-weight: bold;
	font-size: 11px;
	color: #f2f2f2;
	margin: 2px;
	clear: both;
}
/* end white sale table */


/* templates */
.loginNomem {
	color: #000000;
	font-size: 9px;
	font-weight: normal;
	font-style: normal;
}
.loginMem {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}

.headerWhite {
	color: #FFF;
	font-size: 130%;
}

.whiteNormal {
	color: #FFF;
}

.errorRed, .errorRed p {
	color: #850000;
	font-weight: bold;
	background: #FFFFDE;
}

.headerRed {
	color: #850000;
	font-size: 13px;
	font-weight: bold;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

img.right {
	float: right;
	margin: 20px 10px;
}

img.nopub {
	margin: 50px 0 0 75px;
}

a.pubimage {
	margin-left: 40px;
}

.eHeaderGradII {
	background-image: url("../images/body/tableTints/eHeaderGradII.jpg");
}

.eHeaderGradI {
	background-image: url("../images/body/tableTints/eHeaderGradI.jpg");
}

.tint241 {
	background-image: url("../images/body/tableTints/241.jpg");
}

.tint19 {
	background-image: url("../images/body/tableTints/19.jpg");
}

input.printOrderForm{
	border:0;
	width:100%;
	background-color:#FFFFCC;
	vertical-align:text-bottom;
}

@media print { 

	input.printOrderForm{
	border:0;
	width:100%;
	background-color:#FFF;
}
}
td.printOrderForm{
	border-bottom: 1px solid #000;
	padding-top:2px;
}

td.bold{
font-weight:bold;
}

#printOrderFormFooter{
	background-color:#EBEBEB;
}


/******SEARCH*******/
	img.search {
		float:right;
		width:35px; 
		height:35px; 
		margin-left:4px; 
		margin-top:4px;
	}
	img.h1cle {
		float: left;
		margin-top: 20px;
		width:50px;
		height:50px;
		margin-right:10px;
	}
	img.home {
		width: 178px;
		height: 75px;
	}
	.cle h1 {
		margin: 20px 20px 20px 5px; 
		padding-right: 5px; 
		padding-left: 10px; 
		font-family: Georgia, Times New Roman; 
		color:#222;
		line-height: 51px; 
		font-size: 2.5em; 
		letter-spacing: 0.12em;
		font-weight: normal;
	}

	.cle h1.multiline {
		line-height: 1em;
		letter-spacing: 0.07em;
		margin-top: 28px;
	}
	
	.cle h1.noicon {
		letter-spacing: 0.09em;
		padding-left: 0px; 
	}

	#pop.cle img.h1cle {
		margin-top: 0px;
	}
	
	.text_align_right {
		text-align:right;
	}
	.clear_both {
		clear:both;
	}
	
	.bold {
		font-weight:bold
	}
	.float_right {
		float:right;
	}
	
	.resultItem {
		clear:both; 
		border:1px solid #ccc; 
		padding-left:4px;
		padding-right:4px;
		margin-top:4px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius: 5px;
		width: 98%;
	}
	
	.resultItemText {
		margin:8px;
	}
	
	.resultItemText a:link,
	.resultItemText a:visited,
	div.leftContainer a:link,
	div.leftContainer a:visited,
	div.rightContainer a:link,
	div.rightContainer a:visited {
		text-decoration: none;
	}
	
	.resultItemText a:active,
	.resultItemText a:hover,
	div.leftContainer a:active,
	div.leftContainer a:hover,
	div.rightContainer a:active,
	div.rightContainer a:hover {
		text-decoration: underline;
	}
	
	.lsucRed {
		color:#850000;
	}
	
	.float_left {
		float:left;
	}
	table#searchresults tr.itemresult div.description {
	margin-top:1em;
	}	

/******************HOMEPAGE**************************************/

	
	.itemContainer {
		clear:both;
		float:left;	
		display:inline;	
		width:270px;
		height:36px;
		background-color:#ccc;
		border: 1px solid #434445;
		margin-left:8px;
		position:relative;
		margin-top:20px;
		margin-bottom:20px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		z-index:0;
	}
	
	@media print{
		div.itemContainer {
			border:0px;
		}
	}
	

	
	div.splashLink {
		position:absolute;
		right:-10px;
		top:-12px;
		display:block;
		vertical-align:middle;
		text-decoration:none;
		font-weight:bold;
		width:200px;
		font-size:1.3em;
		text-align:center;
		color:#850000;
		background-color:#fff;
		border:1px solid #434445;
		padding: 1px 5px;
		line-height:21px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		z-index:5;
	}
	a.infoLink:link, a.infoLink:active, a.infoLink:visited { 
		vertical-align:middle;
		text-decoration:none;
		font-weight:bold;
		font-size:1em;
		text-align:center;
		cursor:pointer;
		color:#115599;
		background-color:#fff;
		display:block;
		line-height:23px;
		border:0px solid #434445;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;	
		position:absolute;
		bottom:-12px;
		left:68px;
		text-decoration:none;
		width:99px;
		display:block;
		border:1px solid #434445;
		z-index:5;
	}
	a.searchLink {
		vertical-align:middle;
		text-decoration:none;
		font-weight:bold;
		font-size:1em;
		text-align:center;
		cursor:pointer;
		color:#115599;
		background-color:#fff;
		display:block;
		line-height:23px;
		border:0px solid #434445;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;	
		position:absolute;
		bottom:-12px;
		right:-10px;
		text-decoration:none;
		width:99px;
		display:block;
		border:1px solid #434445;
		z-index:5;
	}
	
	
	a.infoLink:hover, a.searchLink:hover {
		text-decoration:none;
		width:99px;
		color:#000;
		background-color:#f2f2f2;
		display:block;
		border:1px solid #434445;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		z-index:5;
	}
	
	div.leftContainer {
		width:295px; 
		float:left; 
		clear:both;
		margin-bottom:20px;
	}
	div.rightContainer{
		width:295px; 
		float:right; 
		margin-bottom:20px;
	}
	
	.cle h2 {
		font-size: 1.8em; 
		margin: .75em 0;
		padding: 0;
		font-family: Georgia, Times New Roman; 
		font-weight: normal;
		color: #333333; 
		letter-spacing: 0.07em; 
		border-bottom: 2px solid #115599;
	}
	
	img.splashLinkImage {
		position:absolute;
		left:-2px;
		top:-12px;
		background-color:#fff; 
		padding:4px; 
		width:50px; 
		height:50px; 
		border:1px solid #434445;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
	}
	
	

/*********************PRODUCT TYPE/SERIES**************/


h1.productType, h1.seriesType {
	padding:0px 10px;
	background-color:#fff;
	line-height:normal;
	text-align:center;
	font-family: Georgia, Times New Roman; 
	color:#434445; 
	line-height: 51px; 
	font-size: 2.5em; 
	letter-spacing: 0.12em;
	position: relative;
	margin-top: 20px;
	font-weight: normal;
	padding: 0;
}

.seriesGroup h2, .productGroup h2 {
	clear: right;
}

.productTypeImg, .seriesTypeImg {
	margin-top:0px;
	float:right;
	width: 40%;
	text-align:center;
}

@media print {
	.productGroup, .seriesGroup, .productLinks, .productLinks .item, .productLinks .item a, .productGroup .productType .ecomText h2, .seriesGroup .seriesType .seriesDescription h2, .productGroup .productType, .seriesGroup .seriesType   {	
		border:0px;
	}
}
	
/*********************/
h1.square {
	font-family: Georgia, Times New Roman;
	border-left: 50px solid #850000; 
	margin: 20px 20px 20px 5px; 
	padding-right: 5px; 
	padding-left: 10px; 
	color: #434445;
	line-height: 51px; 
	font-size: 2.5em; 
	letter-spacing: 0.12em;
	font-weight: normal;
}

/** 2 styles for popups and pdf link images **/
a.noUnderline {
	text-decoration: none;
}

a.noUnderline span.underline {
	text-decoration: underline;
	margin-right: .5ex;
}

.alert {
	background: #fff6bf url(bioneural/exclamation.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	font-size: .7em;
}

/** TOC **/
	div#toc {
		margin: 0 0 40px 0;
		padding: 0;
		position: relative;
		width:100%;
		height: 6px;
	}

	div#toc ul li {
		display: inline;
		list-style-type: none;
	}
	
	div#toc ul {
		margin: 0;
		padding: 0;
		position: relative;
	}
	
	div#toc ul li {
		background: #fff;
		margin: 0;
		font-family: Georgia, Times New Roman, Times, serif;
		font-weight: normal;
		font-size: 1.3em;
		padding: 0;
	}
	
	div#toc ul li.noLink {
		padding: 4px 7px;
		color: #000;
		text-decoration: none;
		background-color: #fff;
	}
	
	div#toc ul li a:link, div#toc ul li a:visited {
		padding: 4px 7px;
		color: #115599;
		text-decoration: none;
	}
	
	div#toc ul li a:active, div#toc ul li a:hover {
		padding: 4px 7px;
		color: #434445;
		text-decoration: underline;
	}
	
	.listcontainer {
		position: relative;
	}

	.listhead {
		position: absolute;
	}
	
	.listinfo {
		padding-left: 13%;
		margin: 0 0 1em 0;
	}
	
p.homeinfo {
	clear: left;
}

p.homeinfo a:link {
	font-size: 1.4em;
	text-decoration: none;
}

p.homeinfo a:visited {
	font-size: 1.4em;
	text-decoration: none;
}

p.homeinfo a:active {
	font-size: 1.4em;
	text-decoration: underline;
}

p.homeinfo a:hover {
	font-size: 1.4em;
	text-decoration: underline;
}

img.homeimg {
	float:left;
	margin-right:4px;
	width:50px;
	height:50px;
	margin-bottom:10px;
}

/***  FAQ LIST ***/
.faqList li {
	padding: 0.3em;
	font-size: 1.1em;
}

.faqList li a:link, .faqList li a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #CCC;
	color: #115599;
}

.faqList li a:hover, .faqList li a:focus {
	text-decoration: none;
	border-bottom: 1px solid #850000;
	color: #850000;
}

#answers h3 {
	margin-top: 2em;
}

#answers h3 a:link, #answers h3 a:active, #answers h3 a:visited {
	color: #000;
	text-decoration: none;
}

#answers h3 a:hover {
	color: #000;
	text-decoration: underline;
}

.revisionDate {
	float: right;
}
