/********************************************************************
 * CONTENTS:
 *	* Reset CSS
 *	* Structure
 *	* Universal styles
 *	* Page header, navigation, etc.
 *	* Right Sidebar
 *	* Page footer.
 *	* Main content.
 *	* Forms.
 */

/********************************************************************
 * Reset all CSS styles.
 * From http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.left-text { text-align:left; }

/********************************************************************
 * STRUCTURE
 */


body {
	text-align: center;
	min-width: 940px;
	padding: 0;
	margin: 0;
	font-family: Georgia, Palatino, "Palatino Linotype", serif;
	color: #333;
	font-size: 0.8125em; /* 13px */
	background: #fff;
}

#wrapper {
  text-align: left;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
}
#bodycontent {
	width: 940px;
	line-height: 1.385em; /* 18px */
	background-position: 0 0;
	background-repeat: repeat-y;
	float: left;
}
#panel,
#main,
#banner {
	float: left;
	display: inline;
	overflow: hidden;
}


/**
 * COLUMNS
 * #bodycontent should have a class that indicates the arrangement of thin and wide columns.
 * eg, t-w-t, w, t-w, w-t, and variations w-t-2, w-t-3.
 */

/* Thin column, wide column, thin advertising column */
/* The majority of pages. */
.t-w-t {
	background-image: url(images/bodycontent_bg_t-w-t.png);
}
.t-w-t #panel {
	width: 210px;
	padding: 0 4px 1em 4px;
}
.t-w-t #main {
	width: 540px;
	margin-left: 1px;
	margin-right: 10px;
	padding-bottom: 2em;
}
.t-w-t #main .col-2,
.w-t #main .col-2 {
	width: 259px;
}
.t-w-t #main .indent-slim .col-2 {
	width: 275px;
}
.t-w-t #main .col-3 {
	width: 166px;
}
.t-w-t #main .indent-slim .col-3 {
	width: 173px;
}
.t-w-t #banner {
	padding-top: 0.2em;
	width: 168px;
	text-align: center;
}

/* Single big, wide column */
/* eg, Sitemap */
.w #main {
	width: 100%;
}
.w #main .col-4 {
	width: 220px;
}

div.col-2,
div.col-3,
div.col-4 {
	margin-right: 20px;
	float: left;
}

#main .indent {
	margin-left: 20px;
	margin-right: 20px;
}
#main .indent-slim {
	margin-left: 10px;
	margin-right: 10px;
}




/********************************************************************
 * UNIVERSAL STYLES
 */

/* From http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/ */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */


.nocss {
	display: none;
}



.nocss a {
    display: none;
}

a {
    color: #a11861;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}



p {
    padding: 0 0 0.1em 0;
    margin: 0.9em 0;
    display: block;
    line-height: 1.4em;
}


p.tutorial { font-family:Arial, Helvetica, Sans-Serif; font-size:11px; color:#999; margin-left:50px !Important; margin-bottom:1.5em; width:90%; }


p.compact {
	margin-bottom: 0;
}

li {
	margin-bottom: 0.5em;
	padding-bottom: 0.3em;
}

ul.bulleted { padding-left:3em; }

ul.bulleted li { list-style: disc; }


img.thumbleft {
    float: left;
    margin-right: 0.5em;
    margin-bottom: 0.8em;
}


img.tutorial {

    margin-top:1em;
    border: 1px solid #d3dae0;
}






/* .col-a and Sitemap */
ul.nav li {
	margin: 0 5px;
}

strong {
	font-weight: bold;
}
em,
cite {
	font-style: italic;
}
kbd {
	font-family: monospace;
	font-size: 1.230em; /* 13px */
}

/* Horizontal rules */
div.hr {
	clear: both;
	display: block;
	border-bottom: 1px solid #d3dae0;
	margin: 0 0 0.5em 0;
}
.t-w #panel div.hr,
.t-w-t #panel div.hr {
	margin-top: 0.5em;
	margin-bottom: 1em;
}
hr {
	display: none;
}

.right-border {
	border-right: 1px solid #D3DAE0;
}
.last {
	margin-right: 0 ! important;
}

.left-align {
	float: left;
}
.right-align {
	float: right;
	text-align: right;
}
.center-align {
	text-align: center;
}
.v-space {
	margin-top: 1.5em ! important;
	margin-bottom: 1em ! important;
}
.h-space {
	margin-left: 10px ! important;
	margin-right: 10px ! important;
}

.big {
	font-size: 1.2em; /* 18px */
	line-height: 1.2em; /* 25px */
}

/* Styles used for site header */


#nav-banner {
	clear: left;
	width: 940px;
}

#nav-30years {  width:66px; float:left; margin:17px 70px 0 17px; }

#nav-logo {
	width:600px;
	margin: 27px 0 0;
	text-align:center;
	padding: 0;
	float:left;
}

#nav-logo-logout {
	width:600px;
	margin: 27px 0 0 160px;
	text-align:center;
	padding: 0;
	float:left;
}

#nav-lrbcouk {  width:127px; float:right; margin-top:16px; margin-right:10px; }

#main table {
	width:100%;
	margin: 1em 0 2em 0;
	font-size:13px;
}
table th {
	background: #ececec;
	font-weight: bold;
}
table th,
table td {
	padding: 2px 2px 2px 0.4em;
	border-bottom: 1px solid #ccc;
}
table th.right-align,
table td.right-align {
	text-align: right;
	float: none;
}

/* Styles used for site nav */

div#nav-global{margin-bottom:12px;width:100%}
p.navbar,
ul.navbar,
ul.nav-subnav{width:100%;height:20px;list-style-type:none}
ul.navbar li,
ul.nav-subnav li{float:left;position:relative;left:218px;margin:0;padding:0;height:20px}
ul.navbar li a,
ul.nav-subnav li a{display:inline-block;padding:0 1.8em;height:20px;font:10px/20px "Lucida Grande","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:bold;text-transform:uppercase;vertical-align:middle}
ul.navbar li a:hover,
ul.nav-subnav li a:hover{text-decoration:none}

ul.nav-subnav li a{padding:0 1.4em}
ul.nav-subnav li a.first{padding:0 1.8em}

.navbar{background:#4b4b4b;border-top:1px solid #4b4b4b;border-bottom:1px solid #4b4b4b}
.navbar li a,
.navbar li a:visited{color:#fff;border-left:1px solid #7f7f7f}
.navbar li a.last{border-right:1px solid #7f7f7f}
.navbar li a:hover,
.navbar li a.active,
.navbar li a.active:visited{background:#f4f4f4 url(images/nav_active.png) repeat-x bottom;color:#000}

.navbar li a[href="/librarian/admin"],
.navbar li a[href="/librarian/admin"]:visited{background:#a11861;color:#fff}
.navbar li a[href="/librarian/admin"]:hover,
.navbar li a[href="/librarian/admin"].active,
.navbar li a[href="/librarian/admin"].active:visited{background:#a11861;color:#e8bad9}

.nav-subnav{background:#ececec}
.nav-subnav li a,
.nav-subnav li a:visited{color:#666;border-left:1px solid #ddd}
.nav-subnav li a.last{border-right:1px solid #ddd}
.nav-subnav li a:hover,
.nav-subnav li a.current,
.nav-subnav li a.current:visited{background:#ececec;color:#000}

/********************************************************************
 * PAGE FOOTER.
 */
#footer {
	margin: 2em 0 30px 0;
	width: 940px;
	background: #ececec;
	font-size: 0.769em; /* 10px */
	font-family: "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif; 
	float: left;
}
#footer p {
	float: left;
/*	width: 390px; */
	padding: 8px 10px;
	margin-bottom: 0;
}
#footer p.right-align {
	float: right;
}


/* Styles for Headers */
h1 {
    color: #000;
    padding: 0.5em 20px 10px 20px;
    margin: 0;
    font-size: 30px;
    font-weight:normal;
    text-align:left;
    line-height:1.2em;
}


h2 {
    color: #333333;
    padding: 0;
 	margin: 0.5em 0 0.9em 0;
    font-size: 19px;
    font-weight:normal;
    text-align:left;
}


h3 {
    color: #333333;
    padding: 1.5em 0 0px 0;
	margin: 0;
    font-size: 14px;
    font-weight:bold;
    text-align:left;
}

h4, h5, h6 {
    padding: 0; margin: 0;
    font-size: 14px;
    clear: left;
    text-align:left;
}

.ruled {
    border-bottom: 1px solid #d3dae0;
    margin-bottom: 0.5em;
    margin-top: 1em;
    padding-left:20px;
}

.rule-above {
    border-top: 1px solid #d3dae0;
    padding-top: 1em;
    margin-bottom: 1em;
}

h5 { font-weight:normal; }

h6 {
font-style:italic;
}


p.footnote { padding:5px 0 1em 0; margin-top:5em !Important; font-size:0.8em; color:#666666; border-top:1px solid #999999; text-align:left; display:block; }

/* Styles for 'FAQ'/scope pages */

#scope { margin-left:1.5em; }

.adminbody { width:720px; !Important }

 dl { text-align:left; padding:0.5em 30px 1em 0; /*font-size:90%;*/ line-height:1.3em; counter-reset:faq }
 dt { text-align:left; position:relative; text-decoration:underline; line-height:1.3em; padding-left:17px; }
 dt.open:hover { background: url(images/up_arrow.png) no-repeat left center;  }
 dt.closed:hover { background: url(images/down_arrow.png) no-repeat left center;  }

 dd { text-align:left; margin:0.5em 3em 1.5em 1em; font-size:1em; }


/* FAQ */
dl.faqs {
	padding: 1em 30px 2em 45px;
	counter-reset:faq
}
dl.faqs dt {
	position: relative;
	text-decoration: underline;
	margin-top: 0.5em;
}
dl.faqs dt:before {
	position: absolute;
	left: -2em;
	content: counter(faq) ". ";
	counter-increment: faq;
}
dl.faqs dd {
	margin: 0.5em 3em 1.5em 1em;
}


/* generic styles for columns */

.column {
    float: left;
    text-align: left;
    display: block;
    overflow: hidden;
}

.right-spaced {
    margin-right: 0.5em;
}


.spaced {
    margin-right: 0.5em;
}

.left-spaced { 
margin-left:0.5em;
}

.v-spaced {
    padding:1em 0;
}



#panel .purple h2 { color:white !Important; font-size:15px; margin:2px 7px 10px 12px !Important; padding:0; font-weight:normal; }

/* add rule for beige panel here */

.purple a { color:white !Important; text-decoration:underline; }

.orange { background:#f36724; color:white !Important;  }

.purple  { background:#a11861; color:white; margin:10px 15px; padding: 15px; }

.purple p { width: 440px; font-size: 1.1em; }

.beige {  background:#eae4b5; color:#850d57; margin:10px 15px; }

#longquote { width: 450px; }

#panel blockquote.shortquote { height: 370px }

#panel blockquote.beige { font-size:15px; font-style:normal; padding:12px; line-height:20px; width:170px; margin:0.1em; color:#850d57; }

#panel blockquote.purple p { font-size:15px; font-style:normal; padding:12px; line-height:20px; width:150px !important; margin:0.1em; color:#ffffff; }

#panel blockquote.shortquote p { padding-top: 1.5em; }

#panel blockquote p.attribution { font-size: 12px; }

.fixed-width { width:514px !important; }

.calltoaction { font-size:20px; padding:15px; text-align:center; width:495px; }

.helpful { color:#333333; font-size:1em; padding:5px 0 15px 10px; text-align:left; width:495px; }

.highlighter {
    background: #FEF009;
    display:inline;
    font-style:normal;
}

#report-widget { border:1px solid #d3dae0; overflow:visible; margin:0 15px; height:auto; width:480px; padding:15px; clear:both;  }


.boxout { padding:8px 10px 3px 10px; width:auto; margin:auto;  border: 1px solid #d3dae0; margin:20px; }


#panel blockquote.purple { font-size:15px; font-style:italic; padding:12px; line-height:20px; width:170px; margin:0.1em; }



.column p.intro {
    font-size: 1.051em; /* 15px */
    font-weight:normal;
}

.column ul {
    margin-top: 0px;
    padding-top: 0px;
}

.column ul li {
    padding: 0;
    margin: 0.6em 0;
}


/* Styles for central column */



/* Styles for left column */

#panel {
    width: 208px;
    padding:0 5px 0 0;
    padding-bottom:1em;
}


#panel h1 { margin:0 !Important; font-size:1.2em; }

#panel h2 {
text-transform:uppercase;
font-weight:normal;
color:#a11861;
font-size:12px;
margin:1.2em 0 0.1em 0;
padding-left:0;
text-align:left;
}

#panel ul li {  line-height:1.1em; font-size:14px; padding-left:1em; }


.bottom-spaced { margin-bottom:80px; clear:both; }


.allcaps { 	font-size:10px;
	text-transform:uppercase; }

#panel li a { 
color:#4d6783;
text decoration:underline;
}


#panel h3 {
color:#253943;
font-weight:normal;
}

#panel p {  margin-left:0; padding-left:0; color:#333333; font-size:13px; display:block; }


.promo-col { width:165px; float:left; margin-left:10px !important; min-height:186px; }

.promo-col.first { margin-left:15px !important; }

.promo-col.orange h3 { color:#58003b; } 

.promo-col h3 { color:white; font-size:19px; margin:12px 7px 16px 12px; padding:0; font-weight:normal; }
.promo-col p { font-size:15px; margin:12px !Important; padding-bottom:0 !Important; line-height:18px; }



.one {
    width: auto;
    margin:1em auto;
    text-align:center;
}

.quarter {
    width: 24%;
}

.third {
    width: 32%;
}
.half {
    width: 49%;
}

.twothirds {
    width: 65%;
}
.fifth {
    width: 19%;
}
.sixth {
    width: 16%;
}


.first {
    margin-left: 0px;
}

.last {
    margin-right: 0;
}

.left-align {
    float: left;
}
.right-align {
    float: right;
    text-align:right;
}

.right-border {
    border-right: 1px solid #d3dae0;
}
.left-border {
    border-left: 1px solid #d3dae0;
}


ul.two-col {
width: 50em;
margin:0.2em 0 0 0.5em;; padding:0;
}

ul.two-col li
  {
  	display:inline;
    float: left;
    width: 22em;
    margin:0.3em 0; padding:0;
  }

  ul.three-col {
width: 540px;
margin:0.5em 0 0 0.5em;; padding:0;
}

ul.three-col li
  {
  	display:inline;
    float: left;
    width: 160px;
    margin:0; padding:0.3em 5px 0.3em 0; margin-right:5px;
  }


  /* stop the float */
ul.two-col  br, ul.three-col  br
  {
    clear: left;
  }

  /* separate the list from subsequent markup */
  div.two-col-wrapper
  {
    margin-bottom: 1em;
  }

/* From http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/ */
.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */







/* Form styles. Used in Advanced Search and modal login dialog.
   Set widths for each specific use. */
   
#login-status { border: 1px solid #D3DAE0;
float: left;
margin-top: 1em;
margin-bottom: 1em;
padding: 5px 10px;
width: 180px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif ; 
	font-size: 0.846em; /* 11px */}

#login-status p { 
font-size: 0.9em;
margin-bottom: 0.8em; 
}


#login-central { 
padding: 5px 10px;
 }

#login-form { border: 1px solid #D3DAE0;
padding: 5px 10px;
 }

p.row .central-label {
    float: left;
    text-align: right;
    width:160px;
    margin: 0.4em;
}

#username, #password {
width: 200px;
}

.form-t-w-t form p.row span.central-label {
width:100px; 
text-align:right; margin-right:15px;
}


#newsletter_signup, #newsletter_signup_thanks  {
	  display:none; 
      position:relative; 
      top:-90px;
      margin-left:auto; margin-right:auto;
      padding:5px;
	width:200px; height:35px; text-align:left;
}

#newsletter_signup_thanks p { background:#f4f4ae; width:180px; padding:10px; height:35px;  }


#newsletter_signup form { 
		background:#ffffff;
		padding:10px;
	}

#librarian-newsletter p {
margin: 0.9em;
}


span.button-purple {
	padding:3px 3px;
	text-align:center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	font-weight:bold;
	background:#a11861; color:white
	display: inline-block
    text-decoration: none;
    	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #a11861;
}

#login-status .button-purple {
margin-bottom: 0.2em;
float: left;}


span.button-green a  { color:#333333; }
span.button-purple a  { color:#ffffff; }



.btn_orange { border: 1px solid #f36c2c; background: #f36c2c; }

/*.btn_purple, .btn_go { border: 1px solid #a11861; background: #a11861; }*/

.btn_purple, .btn_go {
	border: 1px solid #009933;
	background: #21b12f url(images/btn_bg_grn.png) repeat-x bottom center;
}


.btn_grey, .btn_cancel { border: 1px solid #999; background: #999; }
      
 
 
ul li.dl-icon {
 			background: url(images/icon_download.png) no-repeat center left; 
 			padding-left:30px;
 			margin-left:5px;

 }
 
 
 /* Default Form Styles - MAY BE SUPERCEDED */

span.error { 
	text-align: left;
	font-family: Georgia, Palatino, "Palatino Linotype", serif;
	font-style: italic;
	width: auto;
	display: block;
	background: #f6deee;
	padding: 1px 3px 0 15px;
	margin-bottom: 5px;
}


form .button {
    	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    margin: 2px 5px 10px 5px;
    display: inline;
    color: white;
    float: right;
    padding:2px 8px;
    font-size:14px;
    font-weight: bold;
}



select { height:18px; border:1px solid #999999; font-size:12px; font-family:Georgia; }


 p.row .textfield {
  background:#eeebd0; border:0; padding:4px 3px; 
}

p.row .label {
    float: left;
    width:160px;
}
p.row .formfield {
    float: left;
    font-size: 0.786em; /* 11px */
    font-family: helvetica, arial, sans-serif;
}
p.row .formfield input.textfield, p.row .formfield textarea {
    font-weight: normal;
    line-height:1.3em;
    border:0;
}

p.row .formfield img {
    vertical-align: middle;
}
p.row span.formfield span.note {
    font-size: 11px;
}

p.row span.formfield span.note a {
    text-decoration: underline;
    color: black;
}

p.submit { text-align: right }

p.submit span.formfield, form .button, 
.subscribe-form .button,
p.submit .button,
li.submit .button {
	display: inline;
	float:right;
	margin-right: 30px;
}

p.submit span.centralsub {
	display: inline;
	float:right;
	margin-right: 90px;
}

 
.fullwidth { width:770px !Important; }

p.intro, .form-text { padding: 0.5em 20px 20px }

.checkbox-label { font-family: Georgia, Palatino, "Palatino Linotype", serif; font-size: 1.4em; }

/* Free Trial Form */
/* see custom.css in the jquery ui folder */

#form-free-trial {
	
      top:450px;
      width:542px;
      margin-left:auto; margin-right:auto;
      }

#form-free-trial h2 { color:#fff !Important;   }


#form-free-trial .form-col {
width:220px; float:left; margin-left:10px;
}


#form-free-trial span.label {
    width: 200px;
    text-align: left;
    font-size:12px;
}

#form-free-trial .submit {
    background: transparent;
    text-align: right;
}

#form-free-trial input.textfield, #form-free-trial select {
	background:white;
    width: 200px;
    margin: 0;
}

#form-free-trial input[type=checkbox] {
    width: 20px;
    margin: 0;
}


#form-free-trial .button:hover {
    background: white;
    color: black;
    border: 1px solid white;
}


#remember_me {
    position: relative;
    top: 3px;
    left: -23px;
    margin: 0;
}

p.req span.req {
	display: none;
}



/* Dynamic Form Styles */


.form-t-w-t form {
	border: 1px solid #dfdfdf;
	padding: .5em 0 0.5em 0;
	margin: 1em 25px 1em 25px;
	position: relative;
}


.form-t-w-t form p.row { margin:10px 0; }

.form-t-w-t form p.row span.label {
width:130px; 
text-align:right; margin-right:15px;
}


.form-t-w-t form p.row input.textfield,  .form-t-w-t form p.row textarea.textfield {
width:280px; 
}


.form-t-w-t form p.req {
	background: url(images/required.png) 445px 0.5em no-repeat;
}



.form-w-t form p.key, .form-w-t p.key, .form-t-w-t form p.key {
	padding-left: 30px;
	background-position:  1em 0.3em;
	color: #666;
	padding-top:0.1em;
}

