/* ---------------------------------OMNIPRESS STYLES ---------------------------------*/
body, html, div, ul, li, h1, h2, h3, h4, blockquote, ol, p, img, a, a:active, a:visited, a:hover {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

/* CSS Document
Title: Tizra Basic
Authored by: Tizra, Inc.
Last Updated: November 23, 2009
Last Updated By: Abe Dane */

/* OPTION: display link to extracted ascii text on document content pages */
.t-fulltext-ascii h2,  .t-fulltext-ascii h2 a {
	text-transform: none;
	margin-bottom: 5px;
	margin-left: 5px;
	font-size: 12px;
}

.t-fulltext-ascii {
	display: inline-block;
	margin-bottom: 15px;
}

/* OPTION: display link to printable page on document content pages */
.t-printpage {
	display: list-item;
	float: right;
	font-weight: bold;
	list-style-type: none;
	margin-right: -130px;
	margin-top: -2px;
}

/* THESE STYLES ARE THE ONES TO EDIT FOR COLOR & FONT CHANGES */

/* COLORS */
/* these are the SAME for all of the Tizra Free and Basic color schemes */
body {background-color: #fff}
#middle, #middle2 {border-color: #fff}
#middle3  {background-color: #fff}



/* default values change for ALL of the Tizra Free color schemes; Basic color schemes use parameters for default values */
p, li, div.t-offer-price, span.t-search-snippet, div.t-login h2 {color: %DESIGN_PARAM(Basic Text,)%}

a, div.t-toc h2 a:visited {color: %DESIGN_PARAM(Links,)%}
a:hover {color: %DESIGN_PARAM(Links Hover,)%}
a:visited {color: %DESIGN_PARAM(Links Visited,)%}

h1, #header div.t-sitename a, span.t-price, div.t-commercestep div.t-billable p.t-price /*price on commerce pages*/ {color: %DESIGN_PARAM(Heading Level 1,)%}
h2 {color: %DESIGN_PARAM(Heading Level 2,)%}
h3 {color: %DESIGN_PARAM(Heading Level 3,)%}

#header {background: %DESIGN_PARAM(Header Background,)%}
#header_sm, #navbar {background: %DESIGN_PARAM(Nav Background,)%; border-color: #fff}

#primarynav a, #auxnav, #auxnav a, #t-sitename {color: %DESIGN_PARAM(Nav Links,)%}
#primarynav a:hover, #auxnav a:hover {color: %DESIGN_PARAM(Nav Links Hover,)%}

#middle, #middle2 {background-color: %DESIGN_PARAM(Middle Column Background,)%}

#left {background-color: %DESIGN_PARAM(Left Column Background,)%; color: %DESIGN_PARAM(Left Column Text,)%}
#left p, #left h1, #left h2 {color: %DESIGN_PARAM(Left Column Text,)%}
#left a {color: %DESIGN_PARAM(Left Column Links,)%} /* side column text (could be different color if bkgd is dark) */
#left a:hover {color: %DESIGN_PARAM(Left Column Links Hover,)%} /* side column text (could be different color if bkgd is dark) */

#right {background-color: %DESIGN_PARAM(Right Column Background,)%;  color: %DESIGN_PARAM(Right Column Text,)%;}
#right p, #right h1, #right h2 {color: %DESIGN_PARAM(Right Column Text,)%}
#right a {color: %DESIGN_PARAM(Right Column Links,)%} /* side column text (could be different color if bkgd is dark) */
#right a:hover {color: %DESIGN_PARAM(Right Column Links Hover,)%} /* side column text (could be different color if bkgd is dark) */

/* submit buttons */
input.t-submit,
#right div.t-loginbox-logged-on p.t-logout a, /* makes logout link a button */
#left div.t-loginbox-logged-on p.t-logout a, /* makes logout link a button */
#middle2 div.t-loginbox-logged-on p.t-logout a, /* makes logout link a button */
#right div.t-loginbox-logged-on p.t-contactus a, /* makes contactus link a button */
#left div.t-loginbox-logged-on p.t-contactus a, /* makes contactus link a button */
#middle2 div.t-loginbox-logged-on p.t-contactus a, /* makes contactus link a button */
#middle2 a.t-submit,
div.t-payview a,
div.t-selectfulfiller a,
div.t-accountdetails a {
	background-color: %DESIGN_PARAM(Button Background,)%;
	color: %DESIGN_PARAM(Button Text,)%;
	border-color: %DESIGN_PARAM(Button Text,)%;
}

input.t-submit:hover,
#right div.t-loginbox-logged-on p.t-logout a:hover, /* makes logout link a button */
#left div.t-loginbox-logged-on p.t-logout a:hover, /* makes logout link a button */
#middle2 div.t-loginbox-logged-on p.t-logout a:hover, /* makes logout link a button */
#right div.t-loginbox-logged-on p.t-contactus a:hover, /* makes contactus link a button */
#left div.t-loginbox-logged-on p.t-contactus a:hover, /* makes contactus link a button */
#middle2 div.t-loginbox-logged-on p.t-contactus a:hover, /* makes contactus link a button */
#middle2 a.t-submit:hover,
div.t-payview a:hover,
div.t-selectfulfiller a:hover,
div.t-accountdetails a:hover {
	background-color: %DESIGN_PARAM(Button Background Hover,)%;
	color: %DESIGN_PARAM(Button Text Hover,)%;
}

/* various separator dotted lines */
div.t-quick, div.t-login, div.t-latest h2, div.t-rss, div.t-tocnav, div.t-address, div.t-collectionlist, .t-results div.t-nav, div.t-results li.t-results-book, div.t-results li.t-results-pagehit, div.t-billable, div.t-commerce-receipt h2, div.t-selectfulfiller, div.t-search-snippet-landing, div.t-adloginhead {border-color: %DESIGN_PARAM(Horizontal Lines,)%}

/* browse titles/authors (index) */
div.t-alpha-index-all ul, div.t-alphaindex-nav ul {color: %DESIGN_PARAM(Button Text,)%; border-color: %DESIGN_PARAM(Button Text,)%; background-color: %DESIGN_PARAM(Button Background,)%} /*same as button */
div.t-alphabet ul li.t-current, div.t-all ul li.t-current {color: %DESIGN_PARAM(Button Text Hover,)%; background-color: %DESIGN_PARAM(Button Background Hover,)%} /* selected letter */ /*same as button hover */
div.t-alpha-index-all a, div.t-alphaindex-nav a {color: %DESIGN_PARAM(Links,)%} /* if entries (linked) */ /*same as a */
div.t-alpha-index-all a:hover, div.t-alphaindex-nav a:hover {color: %DESIGN_PARAM(Links Hover,)%}} /* if entries (linked) */ /*same as a hover */
div.t-alpha-index-all li, div.t-alphaindex-nav li {color: #999} /* if no entries (letter not linked) */

/* FONTS */
html, body, p, h1, h2, h3, h4, p, li, td, a {font-family:arial, sans-serif}

body {font-size:100%}
p, li, div.t-offer-price, span.t-search-snippet {font-size: 0.75em; line-height: 1.5em}
li li {font-size: 1em}
h1 {font-size: 1.0625em; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 0.2em}
h2 {font-size: 0.8em; text-transform: uppercase; letter-spacing: 0.1em}
h3 {font-size: 0.75em}

a, a:visited {text-decoration: underline}
a:hover, a:visited:hover {text-decoration: none}

input.t-text-input, input.input-long, input.formtext {border: 1px solid #666}

/* header */
#header div.t-sitename h1 {font-size: 2em}
#header div.t-sitename a {text-decoration: none}
#t-sitename {font-size: 0.75em; font-weight: bold; padding: 1.15em 0.75em 1.15em 12px}

/* table of contents pages */
/* h2.title-toc {font-size: 1.0625em; margin-bottom: 0.5em} keep smaller for now */ /* book titles */
div.t-biblio-authors p.t-authors {font-size: 0.6875em} /* author names */

/* browse titles/authors (index) */
div.t-alphabet ul li.t-current, div.t-all ul li.t-current {font-weight: bold;background:#fff;}

/*search snippets on search results & landing page*/
span.t-search-snippet {font-size: 0.9em; line-height: 1.3em}

/* various headings */
/*search box title*/ 
div.t-quick h1  {font-size: 0.8125em}

/*table of contents page*/
div.t-tocnav div.bounds h1 {display:none} /*{font-size: 0.8125em; letter-spacing: normal; padding: 1em 0}*/
div.t-tocnav div.bounds h2 {font-size: 0.75em; letter-spacing: normal; padding-bottom: 1em; text-transform: none}
div.t-login h2 {font-size: 1em; text-transform: none; letter-spacing: normal}
div.t-tocnav a {text-decoration: none}
div.t-tocnav a:hover {text-decoration: underline}

/* publisher address (on home page) */
div.t-address p {font-size: 0.6875em}

/* navigation */
#primarynav a {font-size: 0.75em}
#auxnav {font-size: 0.625em}

/* submit buttons */
input.t-submit,
#right div.t-loginbox-logged-on p.t-logout a, /* makes logout link a button */
#left div.t-loginbox-logged-on p.t-logout a, /* makes logout link a button */
#middle2 div.t-loginbox-logged-on p.t-logout a, /* makes logout link a button */
#right div.t-loginbox-logged-on p.t-contactus a, /* makes contactus link a button */
#left div.t-loginbox-logged-on p.t-contactus a, /* makes contactus link a button */
#middle2 div.t-loginbox-logged-on p.t-contactus a, /* makes contactus link a button */
#middle2 a.t-submit,
div.t-payview a,
div.t-selectfulfiller a,
div.t-accountdetails a {
/*	font-weight: bold;
	text-decoration: none;*/
}

/* footer */
#footer {/*font-size: 0.875em*/}




/* STYLES BELOW HERE ARE LAYOUT STRUCTURE STYLES - BE CAREFUL */

/* layout structure */
#wrapper {margin: 0 auto; text-align: left}

#header {width: 880px; padding: 10px}

#header div.t-sitename a {text-decoration: none}

#header_sm {width: 100%; border-width: 0 0 1px 0; border-style: solid}
#header_sm #navbar {border-width: 0; width: 650px}

#navbar {width: 910px; border-width: 1px 0; border-style: solid}
#primarynav {padding: 0.625em 0.375em}
#auxnav {padding: 1.475em 0}
#primarynav a, #auxnav a {padding: 0 0.75em; text-decoration: none}

#middle, #middle2 {border-width: 0 1px; border-style: solid}
#middle {width: 474px; padding: 16px 12px}
#middle2 {width: 675px; padding: 16px 12px}
#middle3 {width: 675px; padding: 12px 0 12px 12px} /* for book content pages */

#left, #right {height: auto; height: 450px; min-height: 450px; width: 200px; vertical-align: top}
#left div.bounds, #right div.bounds {width: 178px; margin: 16px 10px 10px 12px}

#footer {/*width: 880px; padding:10px*/}
.tm {font-variant:small-caps; vertical-align:0.325em}
#footer img {padding:0 6px 0 0}
#footer p {padding:0.5em 0 0 0}
div.t-adminlink {font-size: 0.75em; position: absolute; left: 850px; padding-top:0.5em}


/* general styles */
* {margin: 0; padding: 0; border: 0}

table, tbody, tr, td {border-spacing: 0; border: 0; border-collapse: collapse; padding: 0}
table td {vertical-align: top}

p {margin-bottom: 1em}

ol, ul {padding-bottom: 0.6em; margin-left: 2em}
ul li, ol li {line-height: 1.5em; padding: 0 0 0.625em 0}
li ul, li ol {padding: 0}
li p {padding-bottom: 0.4em}


/* wrap with a div for condensed margins and padding */
div.condensed p {margin-bottom: 0.5em}
div.condensed ul li, ol li {line-height: 1.1em; padding: 0 0 0.5em 0}



input.t-text-input, input.input-long, input.formtext {width: 200px; height: 18px; padding: 0 2px; margin: 4px 0}
input.t-checkbox-input {border: 0; vertical-align: -2px; padding-left: 0}
p.t-input {margin-bottom: 0}
select {border: 1px solid #666}


/* submit buttons */
input.t-submit,
.t-loginbox-logged-on p.t-logout a, .t-loginbox-logged-on p.t-contactus a {
	border-width: 1px;
	border-style: solid;
	display: block;
	text-align: center;
	height: 20px;
	padding: 0.25em 0.5em;
	cursor: pointer;
	font-size: 0.9em;
}
#middle2 a.t-submit,
div.t-payview a,
div.t-selectfulfiller a,
div.t-accountdetails a {
/*	border-width: 1px;
	border-style: solid;
	display: inline;
	text-align: center;
	height: 20px;
	padding: 0.5em;
	cursor: pointer;
	font-size: 0.9em;*/
}

div.t-accountdetails a, div.t-selectfulfiller a {/*font-size: 0.7em*/}

p.t-logout, p.t-contactus {height: 20px; margin: 0.375em 0 0 0}
#middle2 a.t-submit, a.t-submit {display: none}


/* various separator dotted lines */
div.t-quick, div.t-login, div.t-latest h2, div.t-rss, div.t-tocnav, div.t-address, div.t-collectionlist, .t-results div.t-nav, div.t-results li.t-results-book, div.t-results li.t-results-pagehit, div.t-billable, div.t-commerce-receipt h2, div.t-pdfdownloads, div.downloads-on-content {border-bottom-style: dotted; border-bottom-width: 1px} 
div.t-selectfulfiller, div.t-search-snippet-landing, div.t-adloginhead {border-top-style: dotted; border-top-width: 1px}

/* landing page */
div.t-search-snippet-landing, div.t-adloginhead {margin-top: 1em; padding-top: 1em}
span.t-search-snippet {display: block; font-size: 0.9em; line-height: 1.3em}
li.offerentry {font-weight: bold}
span.t-search-snippet-subhead {display: block; font-size: 0.75em; line-height: 1.5em; font-style: italic; margin-bottom: 0.2em}




/* Quick Search Smart Block */

div.t-quick p.t-searchstring {margin: 0 0 3px 0}
div.t-quick input.t-text-input { margin: 0 4px 0 0}
div.t-quick p.t-submit {float: right}
div.t-quick-scope {}
p.t-advancedlink a {font-size: 0.9em}
div.t-quick p.t-advancedlink, div.t-quick p.t-dropdown {margin: 0}




/* Login Smart Block */
div.t-login {/*width: 200px*/}
div.t-login h1 {display: none}
div.t-login-user, div.t-login-password, div.t-login-link {clear: both}
div.t-login p.t-label {/*float: left; padding: 0; margin: 4px 0; height: 18px*/}
div.t-login p.t-input {/*float: right; padding-bottom: 3px; margin: 0*/}
div.t-login p.t-forgot, div.t-login p.t-register, div.t-login p.t-contactus {padding: 0; margin: 0; line-height: 1.25em}
div.t-login p.t-forgot a, div.t-login p.t-register a, div.t-login p.t-contactus a {font-size: 0.9em}
div.t-login input.t-text-input {width: 100px; margin-left: 5px}
div.t-login-remember {clear: both}
div.t-login-remember p.t-input {/*float: left; margin: 0.25em 0.3125em 0 0*/}
div.t-login-remember p.t-label {/*float: left; font-size: 0.675em;margin-right: 25px;*/} /* Abe: increasing right margin here solved problem with login button overlapping forgot password label */
p.t-login-submit {float: right; padding: 0}

#middle2 div.t-login {border: none; width: 225px}
#middle2 div.t-login div.bounds {margin: 0}

/* Hides login boxes, etc. if user is logged in */
.t-loginbox-logged-on, .t-loginbox-logged-on .t-forgot, .t-loginbox-logged-on .t-register {display: none}
.t-login-user-list, .t-login-link {display: block}
.t-loginbox-logged-on p.t-logout a, .t-loginbox-logged-on p.t-contactus a {float: left; clear: both; padding-top: 0; padding-bottom: 0}
.t-loginbox-logged-on p.t-contactus a {margin-top: 2px}



/* New Releases (on home page) */
div.t-latest h2 {padding: 0 0 0.5em 0; margin-bottom: 0.6em}
div.t-latest .t-title a {font-weight: bold; display: block; text-decoration: none}
div.t-latest .t-title a:hover {text-decoration: underline}
ul.t-latest-publist {list-style-type: none; margin-left: 0}




/* Browse Collections */
div.t-collectionlist h2 {display:none}
ul.t-collection-publist {list-style-type: none; margin-left: 0}
/*added by Abe to create a line break between titles and author names in collection listings */
span.t-field.t-authors {
	display: block;
}




/* Collection Home Page */
div.t-collectionindex ul {margin-left: 0; list-style-type: none}




/* Access Denied */
/*hides access denied messages & sets styles on access denied page */
div.t-denied h1, p.t-denied-error {display:none}
div.error h2 {color: #c00; padding-bottom: 0}
ul.t-offers {list-style-type: none; margin: 0; padding: 0}



/* Biblio Smart Block */
div.t-biblio-title p.t-title {line-height: 1.2em; padding-bottom: 3px; font-weight: bold; margin: 0}

div.t-tocnav, div.t-biblio {clear: both}
div.t-tocnav div.bounds ul {margin: 0; padding-left: 0}
div.t-tocnav div.bounds li {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
	line-height: 1em
}
div.t-biblio p.t-label {display: none} /* removes title & author labels */




/* Alpha Index */
/*div.t-alpha-index-all, div.t-alphaindex-nav {float:left}
div.t-alpha-index-all ul, div.t-alphaindex-nav ul {float:left; margin:0 3px 0.9em 0; padding:0; border-width:1px; border-style:solid}
div.t-alpha-index-all li, div.t-alphaindex-nav li {
	float: left;
	padding: 2px 6px;
  	list-style-type: none;
	line-height: 1.2em;
}
div.t-alpha-index-all a, div.t-alphaindex-nav a {font-weight:bold; text-decoration:none}
*/
ul.t-items {margin-top:10px; clear:both; margin-left:0}
ul.t-items li {list-style-type:none; padding: 0 0 1em 0; line-height: 1.5em}
ul.t-items span.t-authors {display:block}





/* Table of Contents */
div.t-toc {padding-bottom: 20px}
div.t-toc h1 {display: none} /* removes heading "Table of Contents" */
div.doc-toc h2 {display: none} /* removes default title on documents so we can add abstract link below */
div.t-toc h2 {padding: 1em 0}
div.t-toc li {clear: both; list-style-type: none}
div.t-toc a {text-decoration: none}
div.t-toc a:hover {text-decoration: underline}
div.t-toc div.bounds {margin-top: 0; margin-bottom: 0}
div.t-toc p.t-toc-paging {margin-bottom: 0}
div.t-buynow-price {margin-bottom: 1em}
div.t-payview {font-size: 0.75em; margin-bottom: 1em}
div.t-payview p {font-size: 1em; margin-bottom: 1em}

div.t-toc ul {margin-left: 0}
div.t-toc ul ul {margin-left:20px}

span.t-toc-title {
	display: block;
	float:left;
	padding: 0.5em 1px 0.5em 0; 
	cursor: pointer;
}

div.t-toc ul span.t-toc-title {font-weight: bold; 
display:inline-block;float:none;margin:0;padding:0;vertical-align: top;
width:710px;
}
div.t-toc ul ul span.t-toc-title {font-weight:normal;}
div.t-toc ul ul ul span.t-toc-title {font-weight:normal;}
div.t-toc ul ul ul ul span.t-toc-title {font-weight:normal;}
div.t-toc ul ul ul ul ul span.t-toc-title {font-weight:normal;}

div.t-toc ul li {display:block;zoom:1;}

div.t-toc span.t-toc-pageno {
	display: inline-block;
	float: none;
	text-align: right;
	position: static;
	left: 0;
	width: 32px;
	padding: 0; 
	margin: 0px;
	cursor: pointer;
	vertical-align: top;
}

div.t-toc li.toc-off {display:none}

div.t-toc span.t-toc-range-download {
	position: absolute;
	margin-top: 6px;
	padding: 0 2px 0 0
}

div.t-toc-top-free-list, 
div.t-toc-top-buy-list {display:none}

/* Free labels for ToC items should be turned OFF for non-commerce sites */
span.t-toc-range-free {
	/*display:none;*/
	position: absolute;
	color: #00546c;
	width: 22px;
	margin: 6px 0 0 18px;
	padding: 0 2px;
	text-align: right;
	font-variant: small-caps;
	font-size: 1em;
	font-weight: bold;
	cursor: pointer;
}
span.t-toc-range-buy {
	position: absolute;
	background-color: #a00000;
	width: 22px;
	margin: 6px 0 0 20px;
	padding: 0 2px;
	text-align: center;
	font-variant: small-caps;
	font-size: 1em;
	font-weight: bold;
}
span.t-toc-range-buy a {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
span.t-toc-range-buy a:hover {text-decoration:none}

/* Downloadable PDF list at top of ToC */
h2.t-pdfdownloads {font-size: 0.7em; margin-bottom: 1.3em}
p.t-pdfdownloads {text-indent: 2em; line-height: 1.3em; margin-top: -0.8em}


/* Content Display */
.t-pdfpage {
	border: 1px solid #000;
	margin: 6px 0 12px 0;
	cursor: pointer;
	position: relative; top: -1em
}

p.t-fullscreen-bottom {display:none}
p.t-fullscreen-top {
	float: right;
	position: relative;
	top: -1.5em;
	font-weight: bold;
	margin: 0 23px 0 0;
	font-size: .95em;
}

/* Abe position adjustment for new help dropdown */
p.t-viewpdf, p.t-viewimage {margin: -30px 0 0;
	font-weight: bold;
	font-size: .95em;
}

div.pagenav {
	width: 775px;
	height: 20px;
	margin-bottom: 6px;
}
div.pagenav table {width: 100%}
div.pagenav-bounds {margin: 0;padding: 0}
div.t-prevpage p,div.t-nextpage p {margin: 0}
span.t-leftarrow {font-size: 1.2em; padding-right: 3px}
span.t-rightarrow {font-size: 1.2em; padding-left: 3px}
div.t-pagebox {width: 200px; margin: 0; padding: 0; }
div.t-jumpbox {width: 185px; float: right; text-align: right}
div.t-pagebox .t-curpage {font-weight: bold}

div.t-jumpbox p.t-label,
div.t-jumpbox p.t-input,
div.t-jumpbox p.t-submit {
	display: inline;
	padding: 0 5px 0 0;
	margin: 0
}
div.t-jumpbox p.t-submit {padding: 0; float: right; position: relative; right: 0; top: -1.7em;}

div.t-jumpbox input.t-text-input {width: 33px; margin: 0 33px 0 0}

div.t-viewlinks p {
	float: left;
	font-size: 0.67em;
	padding: 3px 5px 0 0;
}

div.t-adsense {float: right; padding: 1em 0 0 1em}

div.t-navfix span a {padding: 0 10px} /* temp fix spacing in new reader nav */

.tips p {position: relative; left: 5em}



/* Search Results */
/* top area */
span.search-results-term, span.key {font-weight:bold}
p.t-hits {padding-bottom:0; margin-bottom:0}

div.t-results div.t-nav {
	text-align: right;
	height: 15px;
	font-weight: bold;
	padding: 6px 0;
	margin-bottom: 6px;
	font-size: 0.75em;
}

a.t-nav-previous {padding-right:2em}
a.t-nav-next {}


/* results display */
div.t-results ol {
	clear: both;
	list-style-type: none;
	margin-left: 0
}

div.t-results li.t-results-book, div.t-results li.t-results-pagehit {padding: 7px 0}

div.t-results li span.t-score,
div.t-results li span.t-keywords,
div.t-results li img.t-score {display:none}

div.t-results li span.t-page, div.t-results li span.t-authors {display:block}
div.t-results li span.t-title {font-weight:bold}
div.t-results li span.t-page {font-style:italic; text-transform:lowercase}
span.t-search-snippet-highlight {font-weight:bold; background-color: #fefe00}


/* Advanced Search, Forgot Password and Registration Forms */
div.t-searchform h2 {display: none}

div.t-passhelp div.t-field,
div.t-register div.t-field,
div.t-searchform div.t-field {
	clear: both
}

div.t-passhelp p.t-label,
div.t-register p.t-label,
/*div.t-searchform p.t-label,*/
div.t-passhelp-email p.t-label {
	width: 150px;
	height: 14px;
	margin: 4px 9px 4px 0;
	float: left;
}

div.t-passhelp input.t-text-input,
div.t-register input.t-text-input,
div.t-searchform input.t-text-input {
/*	width: 200px;
	margin: 4px 0;*/
}

div.t-register div.t-register-password input.t-text-input {width:100px}
p.t-register-submit {margin: 10px 0 0 0}
p.t-error, span.error, span.t-error {color:#c00; font-style:italic; font-weight:bold}
span.error {font-size:0.75em; position:relative; top: 0.75em; left: 5em;}



/* Offer Page */
div.t-offer {clear: both; padding: 0 0 1em 0}
div.t-selectfulfiller {padding-top: 1em}
span.t-price {font-weight:bold}





/* Commerce Fulfiller Step */
div.t-billable {margin-bottom: 1em; padding-bottom: 10px}
div.t-commercestep input.t-text-input {width: 200px}
div.t-commercestep div.t-billable p.t-price {font-weight: bold; display: inline}
div.t-commercestep div.t-billable p.t-label {display: inline}
div.t-commercestep h1, div.t-commercestep p.t-name {padding-bottom: 0.5em}
span.t-error {padding-left: 0.25em}


/* Paypal Pro Checkout Pages */
div.t-commercestep p.t-label {margin: 0; padding-top: 0.375em; font-weight: bold;}
div.t-commerce-receipt h2 {margin: 12px 0 4px 0}
div.t-commercestep p.t-submit input.t-submit {display: inline; margin: 1em 1em 0 0}
div.t-cvv2 input.t-text-input {width: 40px}
p.cvv img {float:left; padding: 0 6px 0 0}



/*Account Pages */
div.t-userdetails h1 {display: none}
div.t-userinfo h1 {padding-bottom: 0.5em}
div.t-userinfo h2 {
	font-size: 0.75em;
	padding: 0;
	width: 500px;
}
div.t-userinfo div.t-userdetails {margin: 10px 0; padding: 0 0 10px 0}
div.t-subscriptions, div.t-accountinfo {
	border: 1px solid #333;
	margin-bottom: 20px;
	padding: 10px;
}
div.t-userdetails p.t-label,
div.t-edituserdetails p.t-label,
div.t-userdetails p.t-element,
div.t-edituserdetails p.t-element {
	padding: 4px 10px 4px 0;
	margin: 0
}
div.t-userdetails p.t-label,
div.t-edituserdetails p.t-label {
	width: 170px;
	font-weight: bold;
	color: #333
}
div.t-accountdetails {margin-top: 10px}

table.t-subscriptionlist {
	width: 100%;
	border-spacing: 0;
	border: 0;
	border-collapse: collapse;
	padding: 0;
	margin: 6px 0 20px 0;
}
table.t-subscriptionlist td {
	border-bottom: 1px dotted #333;
	padding: 6px 6px 6px 0 
}
table.t-subscriptionlist thead td {
	border-bottom: 1px solid #333;
	padding: 0;
	font-size: 0.75em;
	color: #333;
}
table.t-subscriptiondetails {
	border-bottom: 1px dotted #333; 
	margin-bottom: 20px;
	width: 100%
}
table.t-subscriptiondetails td p.t-label,
table.t-orderdetails td p.t-label {
	text-align: right; 
	padding-right: 10px;
	font-weight: bold;
}
table.t-subscriptiondetails td p.t-element {text-align:right}
table.t-orderdetails td p.t-label {text-align:left}
div.t-edituserdetails p.t-element input.input-long,
div.t-edituserdetails p.t-element input.inputformtext {width:200px}





/* Help Popups */
div.dialogbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 425px;
	z-index: 1000;
	border-top: 1px solid #bebb2d;
	border-bottom: 1px solid #bebb2d;
}
div.helpbox {
	width: 500px;
	left:0;
	position:absolute;
	top:0;
	z-index:500;
}
div.helpbox .helpicon {
	left:0;
	position:absolute;
	top:0;
	z-index:100;
}
div.helpbox div.bounds {
	background-color:#fff;
	border:1px solid #666;
	margin:6px 4px;
	padding-top:11px;
}
div.helpbox h2 {padding:0 17px 0.36em 11px}
div.helpbox h3 {padding:0 17px 0.4em 11px}
div.helpbox p.defaulter {font-size:0.72em; padding:0 0 0.7em 20px}
div.helpbox p.label.defaulter {padding:0 2px 0.7em 11px}
div.helpbox p {font-size:0.68em; padding:0 17px 0.7em 11px}

div.dialogbox p.close, div.helpbox p.close {
	font-size:0.68em;
	font-weight:bold;
	padding:0 6px 3px 0;
	text-align:right;
}
div.dialogbox p.close a:visited, div.helpbox p.close a:visited {color:#c60}

/* Beginning of Abstract Formatting adjustments by Abe */
div.title-abstract li {
	line-height: 1.1em;
	list-style-type: square;
	padding-top: .2em;
	padding-bottom: .2em;
}
div.title-abstract {
	margin-bottom: 1em;
}
div.title-abstract p {
	margin-top: .5em;
	margin-bottom: .5em;
	line-height: 1.3em;
}
div.title-abstract ul {
	padding-bottom: 0;
	padding-top: 0em;
}
/* End of Abstract Formatting adjustments by Abe */

/* switching to new markup */
.offerentry .t-terms, .offerentry .t-label-price {
     display: none;
}

/* TESTING offer page should not display link to itself. */
.t-offer.section.t-new.t-offer-link {
	display: none;
}

/* offer page should not display link to itself--OLD VERSION. 
.t-offer .t-offer-link {
    display:none;
}
*/

/*  supress full offer display in offer list */

.t-offers .t-offer-terms {
    display: none;
}

/* highlight main index items everywhere */
.t-index-main {
    font-weight: bold;
    display: block;
}

/* supress subtitle label tags */
.t-label-subtitle {
    display: none;
}

/* supress system meta-fields from lists */
span.t-value-keywords {
    display: none;
}

/* TESTING don't display title above offer listing on access denied page */
.offerentry.t-new h1.t-new {
display: none;
}

/* Abe adjustments to offer bullets on document ToCs */
.t-payview li {
	font-size: 1em;
	margin-bottom: -.5em;
	list-style-type: square;
}

/* Abe adjustments to offer bullets on landing page */
div.t-denied li {
/*	font-size: 1em;
	margin-bottom: -1.5em;
	font-weight: bold;
	list-style-type: square;*/
}

/* Abe to position help javascript at the top of PDF pages */
.t-readerhelp {
	margin-left: 400px;
	font-weight: bold;
}

.t-readerhelp-open {
	width: 585px;
	margin-left: -250px;
	background-color: #ffffcc;
	padding: 10px;
	border: 1px solid #ccc;
	margin-bottom: 35px;
}

/* style for current item in short toc */
.t-onpage {
   font-weight: bold;
  /*  font-size: 1.2em; */
}

/* Abe to hide link to offer on offer pages, specifically on Excerpt Offers */
.onofferpage .t-new.t-offer-link {
	display: none;
}



/* ---------------------------------OMNIPRESS STYLES ---------------------------------*/
/* ------------ Omni Font Styles ----------------------- */
body {
    font-family: arial,sans-serif;
    font-size: 14px;
}
h1, h2, h3, h4 {
    color: #222222;
    font-weight: normal;
    letter-spacing: 0;
    margin-bottom: 5px;
    text-transform: uppercase;

}
h1 {
    font-size: 2em;
}
h2 {
    color: #999999;
    font-size: 1.5em;
}
h3 {
    color: #999999;
    font-size: 1.17em;
}
ol {
    list-style-type: decimal;
}
ul, ol {
    padding-left: 1em;
}
p, ul, ol {
    color: #222222;
    font-size: 1em;
    line-height: 1.7;
}
li {font-size:1em;}
a, a:active, a:focus, a:hover, a:visited {
    color: #4ab5e3;
}


.dinner {
    position: relative;
    width: 974px;
}


#banner, .dinner, #footer, #nav {
    margin: 0 auto;
}

/*--- BANNER ---*/
#banner {
    background-color: black;
    border-bottom: 1px solid #555555;
}

#banner .dinner {
    margin-top: 0 !important;
    text-align: center;
}

#banner .dinner a {

}



/* ------------- LOG IN AREA --------------- */
#login-bar {
    background-color: #333333;
    color: #999999;
    font-size: 12px;
    padding: 0 0 6px;
    text-align: right;
height:28px;
}

#login-bar .t-login.dinner {
    border: 0 none;
font-size:1em;
}

/* ------------- Logged Out ------------- */
#login-bar .t-login.dinner .t-login-user.t-user,
#login-bar .t-login.dinner .t-login-user.t-user .t-label,
#login-bar .t-login.dinner .t-login-user.t-user .t-input,
#login-bar .t-login.dinner .t-login-password.t-password,
#login-bar .t-login.dinner .t-login-password.t-password .t-label,
#login-bar .t-login.dinner .t-login-password.t-password .t-input,
#login-bar .t-login.dinner .t-submit,
#login-bar .t-login.dinner .t-login-link.t-link,
#login-bar .t-login.dinner .t-login-link.t-link .t-forgot,
#login-bar .t-login.dinner .t-login-link.t-link .t-register {display:none;}

#login-bar .t-login.dinner h1.t-login-h1 {}
#login-bar .t-login.dinner h2.t-login.t-login-user-list {}
#login-bar .t-login.dinner .t-login-user.t-user {}
#login-bar .t-login.dinner .t-login-user.t-user .t-label {}
#login-bar .t-login.dinner .t-login-user.t-user .t-input {}
#login-bar .t-login.dinner .t-login-password.t-password {}
#login-bar .t-login.dinner .t-login-password.t-password .t-label {}
#login-bar .t-login.dinner .t-login-password.t-password .t-input {}
#login-bar .t-login.dinner .t-login-remember.t-remember {display:none;}
#login-bar .t-login.dinner .t-login-remember.t-remember .t-label {}
#login-bar .t-login.dinner .t-login-remember.t-remember .t-input {}
#login-bar .t-login.dinner .t-submit {margin-top:-4px;}
#login-bar .t-login.dinner .t-submit a.t-submit {display:none;}
#login-bar .t-login.dinner .t-login-link.t-link {bottom: -6px; position: absolute; right: 66px; letter-spacing:0.05em;}
#login-bar .t-login.dinner .t-login-link.t-link .t-logout {display:none;}
#login-bar .t-login.dinner .t-login-link.t-link .t-forgot {font-size:0.8em;}
#login-bar .t-login.dinner .t-login-link.t-link .t-register {font-size:0.8em;}
/* ------------- Logged Out ------------- */

/* ------------- Logged On ------------- */
#login-bar .t-login.dinner .t-login-user.t-user.t-loginbox-logged-on,
#login-bar .t-login.dinner .t-login-user.t-user.t-loginbox-logged-on .t-label,
#login-bar .t-login.dinner .t-login-user.t-user.t-loginbox-logged-on .t-input,
#login-bar .t-login.dinner .t-login-password.t-password.t-loginbox-logged-on,
#login-bar .t-login.dinner .t-login-password.t-password.t-loginbox-logged-on .t-label,
#login-bar .t-login.dinner .t-login-password.t-password.t-loginbox-logged-on .t-input,
#login-bar .t-login.dinner .t-submit.t-loginbox-logged-on,
#login-bar .t-login.dinner .t-login-link.t-link.t-loginbox-logged-on .t-forgot,
#login-bar .t-login.dinner .t-login-link.t-link.t-loginbox-logged-on .t-register {display:none;}

#login-bar .t-login.dinner h1.t-loginbox-logged-on.t-login-h1 {}
#login-bar .t-login.dinner h2.t-login.t-login-user-list.t-loginbox-logged-on {
    background: url("http://smrp.tizrapublisher.com/star/~stream") no-repeat scroll left 8px transparent;
    color: #4ab5e3;
    font-weight: normal;
    padding: 10px 0 10px 25px;
    text-align: left;
    vertical-align: middle;
}
#login-bar .t-login.dinner .t-login-user.t-user.t-loginbox-logged-on {}
#login-bar .t-login.dinner .t-login-user.t-user.t-loginbox-logged-on .t-label {}
#login-bar .t-login.dinner .t-login-user.t-user.t-loginbox-logged-on .t-input {}
#login-bar .t-login.dinner .t-login-password.t-password.t-loginbox-logged-on {}
#login-bar .t-login.dinner .t-login-password.t-password.t-loginbox-logged-on .t-label {}
#login-bar .t-login.dinner .t-login-password.t-password.t-loginbox-logged-on .t-input {}
#login-bar .t-login.dinner .t-login-remember.t-remember.t-loginbox-logged-on {display:none;}
#login-bar .t-login.dinner .t-login-remember.t-remember.t-loginbox-logged-on .t-label {}
#login-bar .t-login.dinner .t-login-remember.t-remember.t-loginbox-logged-on .t-input {}
#login-bar .t-login.dinner .t-submit.t-loginbox-logged-on {}
#login-bar .t-login.dinner .t-submit.t-loginbox-logged-on a.t-submit {display:none;}
#login-bar .t-login.dinner .t-login-link.t-link.t-loginbox-logged-on {
    display: inline-block;
    font-size: 1em;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle;
}
#login-bar .t-login.dinner .t-login-link.t-link.t-loginbox-logged-on .t-logout {display:inherit;}
#login-bar .t-login.dinner .t-login-link.t-link.t-loginbox-logged-on .t-forgot {display:none}
#login-bar .t-login.dinner .t-login-link.t-link.t-loginbox-logged-on .t-register {display:none;}
/* ------------- Logged On ------------- */



#login-bar .t-register, #login-bar .t-forgot, .t-login-link.t-link.t-loginbox-logged-on .t-logout {
font-size:1em;
}
#login-bar a {
    border-bottom: 1px solid #4ab5e3;
    color: #4ab5e3;
    text-decoration: none;}

/*---------------------------*/
/*---------------------------*/
/*--- content --------*/
/*---------------------------*/
/*---------------------------*/
.dinner .left, .dinner .right {
}

/*--- left --------*/

.dinner .left {
}

/*--- end left --*/
/*--- right -----*/

.dinner .right {
    width: 298px;
}
.dinner .right .sidebar.header {}
.dinner .right .sidebar.header h1 {
    color: #999999;
    font-size: 1.5em;
    margin: 0;
    padding: 0.25em 0.5em;
}
.dinner .right .sidebar.body { 
border-width:0 1px 1px;
border-color:#ddd;
border-style:solid;
    padding: 0.5em;
}
.dinner .right .sidebar.body p {margin:0 0 1em;}

/*--- end right --*/
/*---------------------------*/
/*---------------------------*/
/*--- end content ---*/
/*---------------------------*/
/*---------------------------*/


/*---------------------------*/
/*---------------------------*/
/*--- footer ---*/
/*---------------------------*/
/*---------------------------*/

#footer {
    margin: 50px 0 0;
    font-size: 10px;
    padding:1em 0;
    color: #fff;
}
#footer .dinner {text-align:center;}
#footer p {
    text-align: center;
    color: #fff;
    line-height: normal;
font-size:1em;
    margin: 1em 0;
}
#footer img {
    padding: 0 6px 0 0;
font-size:1em;
}

/*---------------------------*/
/*---------------------------*/
/* ------------- OMNI Default Footer  ------------- */
/*---------------------------*/
/*---------------------------*/
#omni_foot {margin-top:0; padding: 0; background-color:#333; font-size: 12px; color: #fff;}
#omni_foot .dinner {color: #fff; border-top:1px solid #008cbf; padding: 1.25em 0;}
#omni_foot .dinner p {
    color: #fff;
    font-size: 1em;
    margin: 0.25em 0;
    text-align: center;
}
#footer a, #footer a:visited, #omni_foot .dinner a, #omni_foot .dinner a:visited {color:#fff; text-decoration:none;}
#footer a:hover, #footer a:visited:hover, #omni_foot .dinner a:hover, #omni_foot .dinner a:visited:hover {color:#fff; text-decoration:underline;}

#omni_foot, #footer {background-color:#0096d1;}
.t-old {display:none!important;}


.button, .button:visited, .ui-button:visited {color:#e3e3e3;text-decoration: none;}
.button:hover, .button:hover:visited {color:#fff; background:url("http://docs.omnibooksonline.com/assets/0-lib/jqui/css/black/images/ui-bg_glass_55_1c1c1c_1x400.png") repeat-x 50% 50% #111; border:1px solid #777;}
	.ui-button:hover, .ui-button:hover:visited {color:#fff;}
	body > div#box-wrapper div.bounds > div form p.t-submit input {	padding:.25em 1em;-moz-border-radius:4px;border-radius:4px;-webkit-border-radius:4px;	color:#e3e3e3;text-decoration: none; background:url("http://docs.omnibooksonline.com/assets/0-lib/jqui/css/black/images/ui-bg_glass_40_111111_1x400.png") repeat-x 50% 50% #111; border:1px solid #777;}
	body > div#box-wrapper div.bounds > div form p.t-submit input:hover {color:#fff; background:url("http://docs.omnibooksonline.com/assets/0-lib/jqui/css/black/images/ui-bg_glass_55_1c1c1c_1x400.png") repeat-x 50% 50% #111; border:1px solid #777;}

#page-controls .t-prevpage.button:hover, #page-controls .t-prevpage.button:hover:visited, #page-controls .t-nextpage.button:hover, #page-controls .t-nextpage.button:hover:visited, #other-controls .button:hover, #other-controls .button:hover:visited {color:#fff; background:transparent; border:0;}
#pdf-control {position:relative;height:25px}
#pdf-control, #pdf-control #page-controls, #pdf-control #other-controls, div.t-alpha-index-all, div.t-alphaindex-nav, div.t-alpha-index-all ul, div.t-alphaindex-nav ul {font-size:0;line-height:1em;} 
#pdf-control #page-controls, #pdf-control #other-controls {position:absolute;top:0;}
#pdf-control #page-controls {left:0;}
#pdf-control #other-controls {right:0;}
#pdf-control #page-controls #goto {padding:0;}
	#goto .t-blurb {display:none;} /*-*/ #goto .t-curpage {} /*-*/ #goto .t-blurb2 {margin:0 2px 0 0;} /*-*/ #goto .t-pages {}
/* ----------------------- *//* ----------------------- */
	/* Editing default spacing from jquery ui */
/* ----------------------- *//* ----------------------- */
#pdf-control .ui-buttonset .ui-button, #pdf-control #other-controls > div > div {margin-right:0; font-size:12px;}
#pdf-control #page-controls > div > div,#pdf-control #page-controls > div > a,#pdf-control #other-controls > div > div, .t-alphaindex-nav .ui-buttonset .ui-button, div.t-alpha-index-all ul li {margin-right:-1px;}
#pdf-control .ui-button-icon-only .ui-button-text, #pdf-control .ui-button-icons-only .ui-button-text {padding:.25em}
#pdf-control .ui-button-text-only .ui-button-text, #fancybox-content .ui-button-text-only .ui-button-text, input.ui-button, a.button {padding:.25em 1em;}
#pdf-control .ui-button-icon-only .ui-button-text, #fancybox-content .ui-button-text-only .ui-button-text, #pdf-control .ui-button-icons-only .ui-button-text, #pdf-control .ui-button-text-only .ui-button-text, input.ui-button, a.button {font-size:12px;}
/* ----------------------- *//* ----------------------- */
	/* Editing default spacing from jquery ui */
/* ----------------------- *//* ----------------------- */
#pdf-control > div > div > div.bounds {}
#pdf-control > div > div div.button, #pdf-control > div > div div.button > div > p, div.t-alpha-index-all ul, div.t-alphaindex-nav ul, div.t-alpha-index-all li, div.t-alphaindex-nav li {margin:0;padding:0;}
div.t-alphaindex-nav, div.t-alpha-index-all, #pdf-control > div > div > div > div {display:inline-block;vertical-align:top;}
	div.t-alphaindex-nav {margin-right:-4px;}
	div.t-alphaindex-nav ul, div.t-alpha-index-all ul, div.t-alphaindex-nav ul li, div.t-alpha-index-all ul li {list-style: none;}
#pdf-control > div > div div span.t-inactive {display:block;}
/* Alpha list specific */
.t-alphaindex-nav .ui-buttonset .ui-button, div.t-alpha-index-all ul li {font-size:11px;position: relative;z-index:1;}
	.t-alphaindex-nav .ui-buttonset .ui-button:hover, div.t-alpha-index-all ul li:hover {z-index:2;}
.t-alphaindex-nav .ui-buttonset .ui-button span, div.t-alpha-index-all ul li span.ui-button-text, .t-alphaindex-nav .ui-buttonset .ui-button span a {padding:0;width:23px; height:23px; line-height:2;font-weight:bold; color:#666;cursor:default;font-size:11px;}
div.t-alpha-index-all ul li span.ui-button-text, div.t-alpha-index-all ul li span.ui-button-text a {width:42px;}
.t-alphaindex-nav .ui-buttonset .ui-button span a, div.t-alpha-index-all ul li span a {color:#fff; cursor:pointer;display:block;}
.t-alphaindex-nav .ui-buttonset .ui-button span span, div.t-alpha-index-all ul li span span {height:0;width:0;}