/* CSS Document 
Authored by: KT
For: Rate It Green
Last Updated: August 26, 2008*/

/* General Styles */

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: arial, helvetica, sans-serif;
}

body {
	font-size: medium;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	width: 958px;
	background-color: #fff;
}

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

a,
a:link,
a:visited
{
	color: #3c7d30;
	text-decoration: none;
}

a:hover,
a:active {
	color: #96a759;
	text-decoration: underline;
	font-size: 1em;
}

#linkhack, #linkhack:link, #linkhack:hover {
	background: white;
	text-align: left;
	margin: 0;
	padding: 0;
	font-size: .8em;
	color: #346b31;
}

h1 {
	color: #3c7d30;
	font-weight: bold;
	font-size: 1.2em;
	padding: 0 0 0.6em 0;
}

h2 {
	color: #333;
	font-weight: bold;
	font-size: 1em;
	padding: 0 0 0.8em 0;
}

h3 { font: italic bold .85em Verdana; color: #669; padding: 0 0 0.6em 0; }

p {
	color: #333;
	font-size: 0.75em;
	padding: 0 0 1em 0;
	line-height: 1.5em;
}

ol {
	font-size: 0.75em;
	padding-bottom: 0.6em;
	margin-left: 2.2em;	
}

ul {
	font-size: 0.75em;
	padding-bottom: 0.6em;
	margin-left: 1.5em;	
}

ul li,
ol li {
	line-height: 1.5em;
	padding: 0 0 0.4em 0;
}

li ul,
li ol {
	font-size: 100%;
	padding: 0;
}

li p {
	font-size: 100%;
	padding-bottom: 0.4em;
}

img {
	vertical-align: 0;
	border:  0;
}

select {
	border: 1px solid #838383
}

input {
	padding: 0 2px;
	border: 1px solid #838383;
	height: 16px
}

input.radio,
input.t-checkbox-input {
	border: 0;
	vertical-align: -2px;
	padding-left: 0;
}

.tm {
	font-size: 0.7em;
	vertical-align: super;
	font-variant: small-caps;
	line-height: 0.7em
}

/* SUBMIT BUTTONS */
/* sets buttons for form submits, not text links */
.t-submit a {
	display: none;
}
.t-submit input, 
a.t-submit,
.t-loginbox-logged-on .t-logout a, /* makes logout link a button */
div.t-offer a,
div.t-offer div.bounds a,
.t-fulfiller form a,
div.t-accountdetails a {
	width: auto;
	height: 18px;
	padding: 2px 6px 2px 6px;
	border: 0;
	background-color: #b6bb2d;
	color: #346b31;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
}
div.t-offer div.bounds p a {
	background: none;
}

a.t-submit:hover,
div.t-offer div.bounds a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #3c7d30;
}

div.t-offer p.t-terms a,
div.t-offer p.t-terms a:link,
div.t-offer p.t-terms a:visted,
.t-selectfulfiller div form a {
	font-weight: bold;
	color: #3c7d30;
	text-decoration: none;
}

div.t-offer p.t-terms a,
div.t-offer p.t-terms a:link,
div.t-offer p.t-terms a:visted {
	font-weight: bold;
	color: #96a759;
	text-decoration: underline;
}

input.t-submit {
}


table td {
	vertical-align: top;
}

table thead td {
	vertical-align: bottom;
}

#mainavbar {
    width: 958px;
    height: 31px;
	border-top: 1px solid #a8bd60;
	border-bottom: 1px solid #fff;
	background: #a8bd60 url(http://rateitgreen.site.agilepublisher.com/content/stream/1i7p2/default?sourceId=ImageSource) left top repeat-x;
}

#mainav {
    width: 958px;
    height: 31px;
}

#mainav ul {
	font-size: 1em;
	padding: 0;
	margin: 0;
}

#mainav li {
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
	line-height: 1.33em;
	border-right: 1px solid #fff;
}

#mainav a,
#mainav a:link,
#mainav a:active,
#mainav a:visited {
	display: block;
	color: #fff;
	font-size: 0.8em;
	padding: 0.4em 17px 0.4em 17px;
	text-decoration: none;
}

#mainav a.hover {
	font-weight: bold;
	color: #3c7d30;
}

#siteadmin a,
#siteadmin a:active,
#siteadmin a:link,
#siteadmin a:visited {
	display:block;
	color: #000000;
	background-color: #fead16;
	border: 1px solid white;
	font-size: 0.75em;
	padding: 0.3em 17px 0.3em 17px;
	margin: 4px 0 3px 0;
	text-decoration: none;
}

/* Left Column */

#left {
	width: 180px;
	vertical-align: top;
	background-color: #dee5ba;
	border-right: 1px solid #3c7d30;
}

#left div.bounds {
	padding: 15px 12px 10px 10px;
}

#left h1 {
	font-weight: bold;
	font-size: 0.85em;
	padding: 0 0 0.4em 0;
}

#left h2 {
	font-weight: bold;
	font-size: 0.7em;
	padding: 0 0 0.5em 0;
	width: 155px;
	overflow: hidden;
	text-overflow: ellipsis;
}

#left p {
	font-size: 0.67em;
	padding: 0 0 0.5em 0;
	line-height: 1.33em;
}

#left ul {
	font-size: 0.67em;
}

#left li {
	line-height: 1.33em;
	padding: 0 0 0.3em 0;
}

/* Page View */

#logopdf {
	border-bottom: 1px solid #3c7d30;
}

#logopdf div.bounds {
	font-weight: bold;
	font-size: 0.85em;
	background-color: #ffffff;
	padding: 9px 12px 10px 10px;
}

/* navigate styles */

#left div.navigate {
	clear: both;
	border-bottom: 1px dotted #000; 
}

#left div.navigate ul {
	margin: 0;
}

#left div.navigate ul li {
	list-style-type: none;
	padding-left: 1em;
}

#left div.navigate a {
	text-decoration: none;
	font-weight: bold;
}

/* Biblio Smart Block */

#left div.t-tocnav,
#left div.t-biblio {
	clear: both;
}

#left div.t-tocnav div.bounds,
#left div.t-biblio div.bounds {
	background-color: #fff;
	border: 1px solid #fec866; 
	margin: 15px 12px 0 10px;
	padding: 9px 8px 0.2em 8px;
}

#left div.t-tocnav div.bounds h1,
#left div.t-tocnav div.bounds h2 {
	width: 140px;
}

#left div.t-tocnav div.bounds ul {
	margin: 0;
	padding-left: 0;
}

#left div.t-tocnav div.bounds li {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
	width: 140px;
}

div.t-biblio-title,
div.t-biblio-authors {
	clear: both;
}

div.t-biblio p.t-label {
	display: none;
/*	float: left;
	margin-right: 5px;
*/
}

/* Left Submit Buttons */

/* Quick Search Smart Block */
div.t-quick p.t-searchstring {
	float: left;
}

div.t-quick input.t-text-input {
	width: 110px;
	height: 16px;
	margin-right: 7px;
}

#left p.t-submit {
	float: right;	
}

#left div.t-quick a.t-submit {
	width: 33px;
}

div.t-quick-scope {
	clear: both;
}

div.t-quick-scope input.radio {
	margin-right: 4px;
}

div.t-quick-links {
	clear: both;
}

/* Login Smart Block */

div.t-login {
	clear: both;
	border-top: 1px dotted #000000; 
}

div.t-login-user,
div.t-login-password,
div.t-login-link {
	clear: both;
}

div.t-login p.t-label {
	vertical-align: center;
	float: left;
	margin-right: 5px;
}

div.t-login p.t-input {
	vertical-align: center;
	float: right;
}

div.t-login input.t-text-input {
	width: 90px;
	height: 16px;
}

div.t-login-remember {
	clear: both;
	padding-bottom: 0.24em;
}

div.t-login-remember p.t-input {
	float: left;
	margin-top: 0.33em;
	_margin-top: 0.24;
	margin-right: 5px;
}

div.t-login-remember p.t-label {
	margin-top: 0.4em;
	float: left;
}

p.t-login-submit {
	float: right;
}

#left div.t-login a.t-submit {
	width: 50px;
}

#left div.t-login-link p {
	text-align: right;
	padding-bottom: 0.12em;
}

/* Hides login boxes, etc. if user is logged in */
.t-loginbox-logged-on,
.t-loginbox-logged-on p.t-forgot,
.t-loginbox-logged-on p.t-register {
	display:none;
}
.t-login-user-list, 
.t-login-link {
	display:block;
}


/* Middle Column */

#middle,
#middle2,
#middle3 {
	width: 645px;
}

#middle div.bounds,
#middle2 div.bounds {
	padding: 15px 24px 0 24px;
}

div.pageholder div.bounds {
	padding: 5px 19px 0 24px;
}

.t-pdfpage {
	border: 1px solid #000
}

#welcome h1 {
	color: #666666;
	font-weight: bold;
	font-size: 0.9em;
}

div.t-latest h2 {
	font-weight: bold;
	font-size: 1em;
	padding: 0 0 0.5em 0;
	border-bottom: 1px dotted #000000; 
	margin-bottom: 0.6em;
}

.t-title {
	font-weight: bold;
	text-decoration: none;
}

.t-title a {
	text-decoration: none;
}


/* Page Display */

p.t-fullscreen-top {
	float: right;
	position: relative;
	top: -2.6em;
	font-weight: bold;
}
p.t-fullscreen-bottom {
	display: none
}

div.pagenav-block {
	clear: both;
	position: relative;
	height: 2.1em;
	margin-bottom: 5px;
}

div.pagenav-bounds {
	margin: 0;
	padding: 0;
}

div.t-prevpage {
	position: absolute;
	left: 0px;
	width: 110px;
}

div.t-nextpage {
	position: absolute;
	left: 490px;
	width: 110px;
}

div.t-prevpage div.bounds,
div.t-nextpage div.bounds {
	padding: 0;
	margin: 0;
	height: 1.6em;
}

div.t-nextpage {
	padding-left: 1.1em;
}

div.t-prevpage p {
	padding: 3px 0 0 0;
}

div.t-nextpage p {
	padding: 3px 0 0 0;
	text-align: right;
}

div.t-prevpage p a,
div.t-nextpage p a {
	text-decoration: none;
}

span.t-leftarrow {
	font-size: 1.2em;
	padding-right: 3px;
}

span.t-rightarrow {
	font-size: 1.2em;
	padding-left: 3px;
}

div.t-pagebox {
	position: absolute;
	left: 115px;
	width: 200px;
}

div.t-jumpbox {
	position: absolute;
	width: 170px;
	left: 315px;
}

div.t-jumpbox div.bounds,
div.t-pagebox div.bounds {
	margin: 0;
	padding: 0;
	border-top: 1px solid #fec866;
	border-bottom: 1px solid #fec866;
	height: 1.6em;
}

div.t-pagebox div.bounds {
	border-left: 1px solid #fec866;
}

div.t-jumpbox div.bounds {
	border-right: 1px solid #fec866;
}

div.t-pagebox p {
	float: left;
	font-weight: bold;
	padding: 3px 0 0 9px;
}

div.t-jumpbox p.t-label,
div.t-jumpbox p.t-input,
div.t-jumpbox p.t-submit {
	float: left;
	padding: 3px 5px 0 0;
}

div.t-jumpbox p.t-submit {
	_padding-top: 4px;
}

div.t-jumpbox input.t-text-input {
	width: 33px;
	height: 16px;
}

div.t-jumpbox a.t-submit {
	width: 33px;
}

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

/* 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;
	border: 1px solid #fec866;
	background-color: #faf4e2;
	margin: 0 3px 0.9em 0;
	font-size: 0.75em;
	padding: 0 0.1em 0 0.1em;
}

div.t-alpha-index-all li,
div.t-alphaindex-nav li {
	float: left;
	color: #1757b7;
  	list-style-type: none;
	padding: 0.1em .3em 0.1em 0.3em;
	line-height: 1.2em
}

div.t-alpha-index-all a,
div.t-alphaindex-nav a {
	font-weight: bold;
	text-decoration: none;
}

div.t-alpha-index-all a.visited,
div.t-alphaindex-nav a.visited {
	color: #1757b7;
}

ul.t-items {
	margin-top: 0.9em;
	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;
}

div.t-all ul li.t-current {
	color: #1757b7;
	font-weight: bold;
	background-color: #fec866;
}

div.t-alphabet ul li.t-current {
	color: #1757b7;
	font-weight: bold;
	background-color: #fec866;
}

/* Collections List */

div.t-collectionindex ul {
	clear: both;
	margin-left: 0;
}

div.t-collectionindex ul li {
	font-weight: bold;
  	list-style-type: none;
	padding: 0 0 1em 0;
	line-height: 1.5em;
}

/* Offer Page */

div.t-offer {
	clear: both;
	font-size: 1em;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

div.section {
	border-bottom: 1px dotted #333;
	margin-bottom: 1em;
}

div.t-offer ul {
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 25px;
}

div.t-offer-price.t-price {
	font-size: 12px;
	padding-top: 10px;
}
div.t-offer-price span.t-price{
	font-weight: bold;
}
div.t-html.t-offer {
	border-bottom: 1px dotted #000;
}

div.t-buynow-price {
	padding-bottom: 10px;
}
div.t-buynow-price span.t-price{
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 10px;
}
div.t-billable {
	border-bottom: 1px dotted #000;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
div.t-commercestep div.t-billable p.t-price {
	font-weight: bold;
	font-size: 12px;
	display: inline;
}
div.t-commercestep div.t-billable p.t-label {
	display: inline;
	padding-top: 10px;
}
div.t-commercestep div.t-cardtype {
	padding-top: 10px;
}
div.t-commercestep div.t-commercestep p.t-label {
	padding-top: 6px;
}
.logout {
	height: 320px;
}
ul.t-offers {
	padding-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.t-offers h1 {
	display: none;
}

/*hides access denied message on access denied page */
div.t-denied h1 {
	display: none;
}

div.denied-sample a {
	font: bold 1em Arial, Helvetica, sans-serif;
	color: #b6bb2d;
	text-decoration: underline;
	padding-left: 25px;
}
div.denied-sample a:hover {
	color: #C9015C;
	text-decoration: none;	
}

#middle div.t-login {
	clear: both;
	width: 163px;
	text-align: left;
	float: left;
	padding-top: 4px;
	margin-top: 15px;
}

.noheader h1 {
	display:none;
}

/* Table of Contents */

div.t-toc {
	margin-bottom: 1em;
}

div.t-toc ul {
	margin-left: 0;
	padding-bottom: 0;
}

div.t-toc li {
	clear: both;
	list-style-type: none;
	white-space: nowrap;
}

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

div.t-toc ul span.t-toc-title {
	display: block;
	float: left;
	width: 540px;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}

div.t-toc ul ul span.t-toc-title {
	font-weight: normal;
	width: 520px;
	overflow: hidden;
	text-overflow: ellipsis;
}

div.t-toc ul ul ul span.t-toc-title {
	width: 500px;
	overflow: hidden;
	text-overflow: ellipsis;
}

div.t-toc ul ul ul ul span.t-toc-title {
	width: 480px;
	overflow: hidden;
	text-overflow: ellipsis;
}

div.t-toc ul ul ul ul ul span.t-toc-title {
	width: 460px;
	overflow: hidden;
	text-overflow: ellipsis;
}

div.t-toc ul ul ul ul ul ul span.t-toc-title {
	width: 440px;
	overflow: hidden;
	text-overflow: ellipsis;
}

div.t-toc ul ul ul ul ul ul ul span.t-toc-title {
	width: 420px;
	overflow: hidden;
	text-overflow: ellipsis;
}

div.t-toc ul ul ul ul ul ul ul ul span.t-toc-title {
	width: 400px;
	overflow: hidden;
	text-overflow: ellipsis;
}

div.t-toc ul ul ul ul ul ul ul ul ul span.t-toc-title {
	width: 380px;
	overflow: hidden;
	text-overflow: ellipsis;
}

div.t-toc span.t-toc-pageno {
	display: block;
	float: right;
	text-align: right;
	width: 50px;
	border-bottom: 1px dotted #ccc;
	cursor: pointer;
}

/* Search Results */

img.t-score {
	display: none;
}

.search-results-term {
	font-weight: bold;
}

.key {
	font-weight: bold;
}

p.t-hits {
	padding-bottom: 0;
}

div.t-results div.t-nav {
	font-weight: bold;
	font-size: 0.75em;
	padding: 0.5em 0 1em 1.65em;
	border-bottom: 1px dotted #333;
	margin-bottom: 1em;
}

a.t-previous {
	margin-left: 0.8em;
}

a.t-next {
	margin-left: 0.4em;
}

div.t-results ol {
	clear: both;
}

div.t-results li span.t-page,
div.t-results li span.t-authors,
div.t-results li span.t-score {
	display: block;
}

div.t-results li span.t-score span.t-score {
	display: inline;
}



/* account pages */
div.t-userdetails h1 {
	display: none
}
div.t-userinfo h2 {
	padding: 0;
}
div.t-userinfo {
	width: 645px;
	color: #000;
	font-size: 1em
}
div.t-userinfo div.t-userdetails {
	margin: 10px 0;
	padding: 0 0 10px 0
}
div.t-subscriptions,
div.t-accountinfo {
	border: 1px solid #3c7d30;
	margin-bottom: 20px;
	padding: 10px;
}
div.t-userdetails p.t-label,
div.t-edituserdetails p.t-label {
	width: 150px;
	padding: 4px 0;
	font-weight: bold;
}
div.t-edituserdetails p.t-label {
	font-size: 11px;
	font-weight: normal;
}
div.t-userdetails p.t-element,
div.t-edituserdetails p.t-element {
	padding: 4px 0 4px 10px;
}

div.t-accountdetails {
	margin-top: 10px;
}

table.t-subscriptionlist {
	width: 100%;
	padding: 0;
	margin: 6px 0 20px 0;
}
table.t-subscriptionlist td {
	border-bottom: 1px dotted #000;
	padding: 6px 6px 6px 0;
	font-size: 12px
}
table.t-orderdetails {
	font-size: 12px
}
table.t-subscriptionlist thead td {
	border-bottom: 1px solid #000;
	padding: 0
}
table.t-subscriptiondetails {
	border-bottom: 1px dotted #000; 
	margin-bottom: 20px;
	width: 100%
}
table.t-accountinfo td p,
table.t-subscriptiondetails td p,
table.t-orderdetails td p {
	font-size: 12px;
}
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;
}
p.t-element input {
	width: 400px;
}



/* Advanced Search, Forgot Password, and Register Forms */

div.t-searchform .t-title {
	font-weight: normal;
}

div.t-passhelp div.t-passhelp-email,
div.t-register div.t-register-email,
div.t-register div.t-register-password,
div.t-register div.t-register-firstname,
div.t-register div.t-register-lastname,
div.t-register div.t-register-admintags,
div.t-searchform div.t-field {
	clear: both;
}

div.t-passhelp p.t-label,
div.t-register p.t-label,
div.t-register p.t-field,
div.t-searchform p.t-label,
div.t-searchform p.t-field {
	float: left;
}

div.t-searchform p.t-label {
	width: 6em;
	padding-right: 0.42em;
	text-align: right;
}

div.t-passhelp-email p.t-label {
	width: 7.5em;
	padding-right: 0.42em;
	text-align: right;
}

div.t-register p.t-label {
	width: 9.5em;
	padding-right: 0.42em;
	text-align: right;
}

div.t-passhelp input.t-text-input,
div.t-register input.t-text-input,
div.t-searchform input.t-text-input {
	width: 200px;
}

div.t-register div.t-register-password input.t-text-input {
	width: 100px;
}

div.t-searchform p.t-submit {
	padding-left: 6.6em;
	_padding-left: 6.7em;
}

div.t-register p.t-submit {
	padding-left: 10em;
	_padding-left: 10.2em;
}

p.t-passhelp-submit {
	padding-left: 8em;
	_padding-left: 8.2em;
}

/* Right Column */

#right {
	width: 180px;
	vertical-align: top;
	border-left: 1px solid #3c7d30;
}

#right div.bounds {
	margin: 15px 10px 10px 12px;
}

#right div.t-collectionlist h2,
#right h1 {
	font-weight: bold;
	font-size: 0.9em;
	padding: 0 0 0.4em 0;
}

#right h2 {
	color: #666;
	font-weight: bold;
	font-size: 0.7em;
	padding: 0 0 0.5em 0;
	width: 140px;
	overflow: hidden;
	text-overflow: ellipsis;
}

#right p {
	font-size: 0.7em;
	padding: 0 0 0.5em 0;
}

#right ol {
	font-size: 0.7em;
	padding-bottom: 0.2em;
	margin-left: 2.2em;	
}

#right ul {
	font-size: 0.7em;
	padding-bottom: 0.2em;
	margin-left: 1.5em;	
}

#right #rss-feeds {
	border-top: 1px dotted #000000; 
}

#right div.t-offers {
	border-top: 1px dotted #000;
	font-size: 1em;
	font-familt: Verdana;
}

#middle div.t-login {
	float: left;
	padding-top: 4px;
	margin-top: 15px;
}

/*Footer styles*/

#bottomnav {
    width: 958px;
    padding-top: 10px;
    margin-top: 10px;
	border-top: 1px solid #96a759;
	font-size: 0.7em;
	color: #000;
}

#bottomnav a,
#bottomnav a:link,
#bottomnav a:visited {
	color: #3c7d30;
	text-decoration: none;
}

#bottomnav a:hover,
#bottomnav a:active {
	color: #96a759;
	text-decoration: underline;
}

#tizra {
	padding-top: 10px;
}
#tizra img {
	padding-top: -4px
}
#tizra td {
	vertical-align: middle
}

