body {
  margin: 0;
  padding: 0;
  background-color: #efefef;
  background-image: url("../images/bg-stripe3.gif");
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
}

a img { 
  border: none; 
}

h2 {
  color: #000;
}

div#flash_messages {
  border: 1px #FACD4E solid;
  width: 100%;
  height: 15px;
  background-color: #FCDDA6;
  text-align: center;
  padding: 4px 0px 4px 0px;
  font-weight: bold;
  color: #CD1E19;
}

body#splash_page {
  margin: 0;
  padding: 0;
  background-color: #114466;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
}

div#leftfade {
  padding: 0 0 0 20px;
  background: url("../images/fade-left.png") 0 0 repeat-y;
  margin: 0;
  float: left;
}

div#rightfade {
  padding: 0 20px 0 0;
  background: url("../images/fade-right.png") 100% 0 repeat-y;
  margin: 0;
  float: left;
}

div#wrapper {
  width: 850px;
  background: transparent;
  margin: 0 auto 0 auto;
  min-height: 580px;
}

div#header {
  background-image: url("../images/banner-gradient.jpg");
  height: 65px;
  width: 810px;
  margin: 0;
  float: left;
}

div#header h1, div#header h2 {
  display: none;
}

/* Homepage login Form */

div#logo {
  float: left;
  height: 65px;
  margin: 0px;
}

div#logo a {
  display: block;
  float: left;
  width: 410px;
}

div#login {
  margin: 0px 0px 0px 411px;
  height: 65px;
  color: #FFFFFF;
  font-size: 10px;
  position: relative;
}

div#register-link a {
  width: 80px;
  height: 20px;
  display: block;
}

div#login-link {
  width: 80px;
  height: 20px;
  left: 90px;
  position: absolute;
  background-image: url("../images/login-icon.gif");
}

div#login-link:hover {
  background-image: url("../images/login-icon-over.gif");
}

div#login-link a {
  width: 80px;
  height: 20px;
  display: block;
}

div#login-fields {
  height: 40px;
  left: 120px;
  margin-right: 5px;
  position: relative;
}

ul#bibliography li {
  margin-left: -15px;
  clear: both;
  padding-bottom: 10px;
  min-height: 50px;
  vertical-align: top;
}

div.bib-item-icons {
  margin-left: -15px;
  height: 50px;
  float: right;
  width: 20px;
}

div.bib-item-icons img {
  padding-bottom: 5px;
}

div.bib-item-info {
  width: 180px;
  overflow: hidden;
  padding: 2px;
}

ul#bibliography img:hover {
  background-color: #99CCFF;
}

div#bib-actions img, div#saved_bibs_page img {
  padding: 2px;
}

div#bib-actions img:hover, div#saved_bibs_list img:hover {
  background-color: #99CCFF;
}

div#bib-actions {
  background-color: #EFEFEF;
  text-align: center;
  clear: both;
  color: #000000;
  margin-bottom: 10px;
}

table#bib_actions_table hr {
  margin: 0px;
  text-align: center;
  padding: 0px;
}

table#bib_actions_table {
  width: 250px;
}

table#bib_actions_table tr {
  vertical-align: top;
}

div#content {
  margin: 0;
  min-height: 100px;
  position: relative;
  width: 810px;
  float: left;
}

div#nav {
  background-image: url("../images/nav-gradient-out.gif");
  height: 28px;
  width: 810px;
  margin: 0px;
  font-weight:bold;
  float: left;
}

div#nav ul {
  padding: 0px;
  list-style: none;
  margin: 0px;
  float: left;
}

div#nav li {
  float: left;
  margin: 0px;
  padding: 0px;
  height: 29px;
  background-image: url("../images/nav-gradient-out.gif"); 
}

div#nav li.on {
  background-image: url("../images/nav-gradient-in.gif");
  border-bottom: 1px solid #fff;
  height: 28px;
}

div#nav a {
  text-decoration: none;
  color: #000000;
  display: block;
  padding: 7px 10px 7px 10px;
  float: left;
}

div#nav li:hover {
  background-image: url("../images/nav-gradient-in.gif");
}

li#make-bibs {
  padding: 0px;
  margin: 0px;
}

div#edge {
  position: absolute;
  width: 15px;
  height: 100%;
  left: 100px;
  background-image: url("../images/bg-stripe-edge.gif");
}

div#main-window {
  background-color: #FFFFFF;
  padding: 10px 0px 20px 0px;
  float: left;
}

div#bib-maker-interface {
  float: left;
  clear: none;
  width: 535px;
  margin: 0px;
  padding: 0px 0px 0px 10px;
}

div#type-tabs {
  background-color: #FFFFFF;
  margin: 0px;
  padding: 0px;
  color: #fff; 
  height: 50px;
  width: 530px;
  float: left;
}

div#type-tabs a {
  display: block;
  float: left;
  clear: none;
  margin: 0;
}

div#source-boxes {
  margin: 0px;
  width: 525px;
  float: left;
}

div#source-boxes div.source-box {
  width: 505px;
  margin: 0px 0px 10px 0px;
  padding: 0px 10px 0px 10px;
  float: left;
}

div.error-notice {
  background-color: #FFE5E7;
  color: #C8020A;
  padding: 5px;
  font-weight: bold;
  border: 3px solid #C8020A;
  margin-top: 10px;
}

div#book-box {
  background-color: #3b749a;
}

div#magazine-box {
  background-color: #4d8b53;
}

div#newspaper-box {
  background-color: #a95454;
}

div#website-box {
  background-color: #be7b4a;
}

div#journal-box {
  background-color: #b6ac3f;
}

div#film-box {
  background-color: #bc6ca7;
}

div#other-box {
  background-color: #9670c1;
}

div#item-details {
  padding: 0px 0px 0px 20px;
}

div.enter_source {
  padding: 10px 0px 10px 0px;
  vertical-align: top;
  min-height: 65px;
  float: left;
}

div#website-box div.enter_source{
  min-height: 30px;
}

div#other-box div.enter_source {
  min-height: 20px;
}

table.formtable {
  width: 505px;
}

fieldset.login-register{
    border:1px solid #164867;
    width: 385px;
    padding: 5px;
}

div#join-modal h3 {
  color: #1A4567;
  font-size: 12pt;
  text-align: center;
}

legend.login-register {
  padding: 0.2em 0.5em;
  border:1px solid #164867;
  color:#164867;
  font-size: 11pt;
  text-align:right;
  background-color: #ffffff;
  }

fieldset table.formtable {
  width: 490px;
}


div#type-tabs ul {
  list-style: none;
  margin: 0;
}

div#type-tabs ul li {
  padding-right: 15px;
  float: left;
}

ul#type-tabs {
  padding-top: 35px;
}

div#bib-maker-sidebar {
  width: 255px;
  float: left;
  clear: none;
  vertical-align: top;
  line-height: normal;
  margin: 0px;
  padding: 0px 10px 0px 0px;
}

div#bib-in-progress {
  border: 1px solid #BFD9EA;
  width: 253px;
  min-height: 180px;
  background-color: #EFEFEF;
  margin-bottom: 10px;
}

div#bib-preview-top {
  background-color: #BFD9EA;
  height: 23px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  font-weight: bold;
  text-align: center;
  padding: 5px 0px 5px 0px;
  margin: 0px;
}

div#bib-preview-contents {
  width: 253px;
  background-color: #EFEFEF;
  float: right;
  min-height: 145px;
  max-height: 265px;
  overflow-x: hidden;
  overflow-y: auto;
  color: #000000;
  margin: 0px;
}

div#bib-preview-list {
  width: 235px;
  height: 250px;
  margin-top: 10px;
}

div#sidebar_ads {
  width: 253px;
}

/*div.auto_complete ul {
  margin: 0px;
  padding: 0px;
  width: 100%;
  list-style-type: none;
}

div.auto_complete ul li {
  float: left;
  margin: 0px;
  padding: 3px;
}*/

div.auto_complete ul li.selected {
  background-color: #ffb;
}

div.auto_complete ul strong.highlight {
  color: #800;
  margin: 0;
  padding: 0;
}

div.shaded-box {
  background-color: #efefef;
  padding: 10px;
}

tr#citation-links {
  height: 29px;
}

.item-details-table {
  font-family: "Arial";
  font-size: 18pt;
}

.saved-bib-link {
  text-align: right;
}

div#book-report-main {
  overflow-y: auto;
   background-color: #ffffff;
   height: 480px;
  width: 490px;
  padding: 10px;
}

th#book_title {
  padding-left: 15px;
}

table#book_search {
  text-align: center;
  vertical-align: top;
}

div.search_results {
  position:relative;
  background-color: #FFFFFF;
  padding: 10px;
  margin: 10px 0px 0px 0px;
  height: 350px;
  width: 485px;
  overflow-y: auto;
  z-index: 0;
  overflow-x: hidden;
}

div.search_results a {
  color: #1A4567;
}

ul.search_results_list {
  list-style: none;
  width: 460px;
  margin: 0;
  padding: 0px;
}

ul.search_results_list li {
  clear: left;
  margin-bottom: 5px;
  border-bottom: 1px dotted #666666;
  padding: 5px 5px 10px 5px;
  width: 460px;
  min-height: 75px;
}

ul.search_results_list li:hover {
  background-color: #99CCFF
}

div#separator_dash {
  text-align: center;
  font-weight: bold;
}

tr#hide_search {
  text-align: center;
  text-align: center;
  font-weight: normal;
}

tr.change_book_search_form a {
  font-size: 10px;
  text-decoration: underline;
}

tr.change_book_search_form a:hover {
  color: #0099CC;
}

div table.formtable {
  border: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  background-color: #efefef;
}

div table.formtable a {
  color: #000000;
}

tbody#author-names {
  text-align: center;
}

table.formtable td {
  padding-top: 2px;
  padding-right: 0px;
  padding-bottom: 2px;
}

fieldset {
  background-color: #fff;
  margin: 10px 0 10px 0;
  border: 1px solid #ccc;
}

div.standard-layout-wrapper fieldset {
  background-color: #BFD9EA;
}

fieldset legend {
  font-size: 11pt;
  border: 1px solid #ccc;
  padding: 2px;
  background-color: #666;
  color: #fff;
}

table.register-formtable {
  padding: 2px 4px 2px 0px; 
  background-color:#EFEFEF;
  width: 480px;
}

table#login-modal-formtable {
  padding: 2px 4px 2px 0px;
  background-color:#EFEFEF;
  width: 380px;
}

table#login-modal-formtable a, table#log_own_page_table a {
	font-weight: bold;
}

table#login-modal-formtable input[type="text"], table#login-modal-formtable input[type="password"] {
  width: 150px;
}

div.modal input {
  padding: 2px;
}

td#reg-submit {
  text-align: center;
}

table.formtable th {
  text-align: right;
  padding: 2px 4px 2px 0; 
  font-weight: bold;
}

table.formtable input {
  padding: 2px;
}

table.search {
  margin: 0px;
}

table.search input[type="submit"] {
  font-size: 11pt;
  font-weight: bold;
  padding: 3px;
}

tr#book_auto_search input[type="submit"], tr#film_auto_search input[type="submit"] {
  width: 100px;
}

tr#magazine_auto_search input[type="submit"], tr#newspaper_auto_search input[type="submit"], tr#journal_auto_search input[type="submit"]{
  width: 110px;
}

tr#book_auto_search td, tr#magazine_auto_search td, tr#newspaper_auto_search td, tr#journal_auto_search td, tr#film_auto_search td{
  padding-bottom: 7px;
}

div.search_result_item_thumb {
  width: 50px;
  position: relative;
  float: left;
  min-height: 75px;
}

div.search_result_item_thumb img {
  width: 50px;
}

div.search_result_item_content {
  width: 385px;
  position: relative;
  float: left;
  margin-left: 15px;
  min-height: 75px;
}

div.search_result_item_info {
  width: 345px;
  margin: 0px;
}

/* Transparent form message (error and notice) for ajax form */
.transparent_ajax_message {
  width: 100%;
  text-align: center;
  font-size: 20px;
  position: relative;
  opacity:  0.8;
}

.transparent_ajax_error p {
  color: #560109;
  background: #FFA3A9;
  border-left: 1px solid #750004;
  border-right: 1px solid #750004;
  border-bottom: 1px solid #750004;  
  margin: 0px 20px 0px 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
}

.transparent_ajax_notice p {
  color: #23571D;
  background: #9BFFA3;
  border-left: 1px solid #23571D;
  border-right: 1px solid #23571D;
  border-bottom: 1px solid #23571D;  
  margin: 0px 20px 0px 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
}

/* Saving message for ajax form */
#book_info_message, #magazine_info_message, #newspaper_info_message, #journal_info_message, #film_info_message, #website_info_message {
  position:absolute;
  background:#0066FF;
  opacity:  0.7;
  top: 0px !important;
  left: 0px !important;
}

#book_info_message p, #magazine_info_message p, #newspaper_info_message p, #journal_info_message p, #film_info_message p, #website_info_message p {
  padding-top: 0px;
  font-size: 30px;
  color: #B1A861;
  text-align:  center;
}

div#register {
  padding: 5px 10px;
}

div#login_modal_form, div#register_modal_form {
	float: left;
	padding: 10px;
}

div#login_modal_form table td {
	text-align: left;
}

div#login_modal_form table th, div#register_modal_form table th {
  text-align: right;
}

div#modal-dialog label {
	font-weight: normal;
}

div#register_form_page {
  width: 500px;
  font-weight: bold;
  margin-left: 40px;
}

div#register_modal_form input[type="submit"]#register, div#register_form_page input[type="submit"]#register {
  font-weight: bold;
}

div#login_modal_form input[type="submit"]#login-modal-submit {
  font-weight: bold;
}

table#register_table {
  width: 500px;
  border: 0;
  padding: 3px;
}

td#align-center {
  text-align: center;
}

td.align-right {
  text-align: right;
}

td.align-center {
  text-align: center;
}

fieldset td {
  text-align: left;
}

td#register_table_titles {
  text-align: right;
}

div.sharingSection {
  position: relative;
  padding: 0px;
  width: 450px;
  border: solid 1px #000;
  margin: 20px;
  clear: both;
}

div.sharingSectionLeft {
  display: inline;
  width: 50px;
  border: solid 1px #000;
  background-color: #0000FF;
  margin: 0px;
  padding: 0px;
}

div.sharingSectionRight{  
  display: inline;
  width: 300px;
  border: solid 1px #000;
  margin: 0px;
  padding: 0px;
}

div#splash_text {
  display: none;
}

div#errorExplanation {
  margin-top: 0px;
  text-align: left;
}

input.search {
  width: 365px;
  padding: 2px;
}

table.search td {
  text-align: center;
  padding-top: 5px;
}

tr.return_search_results td, tr.hide_search td {
  padding-top: 0px;
  padding-bottom: 5px;
}

div#book_clear {
  clear: both;
}

div#box-wrapper {
  padding: 0px 0px 0px 20px;
}

div.box {
  margin: 0px;
  padding: 5px 15px 15px 15px;
  font-size: 1.2em;
  width: 450px;
  border: 3px solid #0B3756;
  background-color: #efefef;
  color: #000000;
  line-height: 1.4em;        
  font-size: 1.2em;
  float: left;
}

div.box strong {
  background-color: #FFFF99;
  font-weight: normal;
  color: #000;
  padding: 3px;
}

div.box table td {
  vertical-align: middle;
}

div#saved_window div.box {
  margin: 30px 0px 50px 45px;
}

div#saved_window div.box h3 {
  font-size: 15px;
}

table.authors img {
  padding: 2px 4px 2px 4px;
}

table.authors img:hover {
  background-color: #99CCFF;
}

table#login_fields {
  padding: 0px;
}

ul#bibliography img {
  padding: 2px;
}

div#login input.text#email {
  width: 110px;
  font-size: 10px;
}

div#login input.text#password {
  width: 60px;
  font-size: 10px;
}

th#login_submit {
  text-align: center;
}

td.remove_author {
  padding-right: 5px;
}

/* Error styling */
.fieldWithErrors input {
  border: 3px solid red;
}

#errorExplanation {
  margin-bottom: 20px;
  width: 475px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

input.error, .invalid {
  border: 2px solid #FF3300;
  background-color: #FFCCFF;
}

div.saved_bibs_page img {
  float: right;
  padding: 0px 3px 0px 3px;
}

div#saved_bibs_page {
  padding: 10px 20px 10px 20px;
  width: 500px;
}

td.saved_bib_header {
  background-color: #469abc;
  color: #FFFFFF;
  text-align: center;
  padding: 2px 0px 2px 0px;
}

div#saved_bibs_list {
  margin-left: 20px;
}

div#shared_bibs_list {
  margin-left: 20px;
}

table#saved_bibs_actions {
  background-color: #154565;
  color: #FFFFFF;
  text-align: center;
  border: 1px solid #000000;
  margin-top: 15px;
}

table.saved_bib_item {
  border: solid #000000 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

td.shared_bib_header {
  background-color:#990000;
  color: #FFFFFF;
  text-align: center;
  padding: 2px 0px 2px 0px;
}


table.shared_bib_item {
  border: solid #000000 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

li.odd {
  background-color:#efefef;
}

div.standard-layout-wrapper, div.blog-page {
  background-color: #EFEFEF;
  margin: 0px 10px 0px 10px;
  width: 788px;
  border:1px solid #BFD9EA;
  min-height: 450px;
}

div.standard-layout-wrapper h2, div.blog-page h2 {
  font-size:19px;
  margin: 0px;
  padding: 5px;
  text-align: left;
}

div.style-index-wrapper h2 {
  background-color:#BFD9EA;
}

div.standard-layout-wrapper-header {
  background-color:#BFD9EA;
 }

div#blog-index p a {
  text-decoration: none;
}

div#blog-index p a:hover {
  text-decoration: underline;
}

div.standard-layout-wrapper h3 {
  font-size: 15px;
  margin-top: 25px;
  border-bottom: 1px solid #ccc;
  padding-top: 5px;
  clear: both;
}

div.standard-layout-wrapper p {
  line-height: 1.5em;
}

div.standard-layout-wrapper li {
  margin-top: 10px;
}


div.standard-layout-wrapper div#donate {
  display: block !important;
  margin: 15px auto;
}

div#reset-password, div#forgot-password {
  padding: 0px 25px 25px 25px;
}

div#reset-password input[type="submit"], div#forgot-password input[type="submit"] {
  font-weight: bold;
}

div#reg_own_page input[type="submit"], div#log_own_page input[type="submit"] {
  font-weight: bold;
}

div#edit_account input[type="submit"] {
  font-weight: bold;
}

select#magazine_month optgroup {
  font-style: normal;
  padding-bottom: 5px;
}

div#edit_account {
  margin: 0px;
  padding: 15px;
  width: 580px;
}

div#edit_account fieldset {
  width: 500px;
  margin: 0px;
}

div#edit_account div {
  margin: 15px 0px 0px 0px;
}

div#edit_account p#edit_account_intro {
  text-align: left;
}

table.add {
  text-align: center;
}

table.add input[type="submit"]  {
  font-weight: bold;
  padding: 3px;
  font-size: 12pt;
}

div.no_results_error {
  text-align: left;
  padding: 15px;
}

div#footer {
  width: 810px;
  text-align: center;
  clear: both;
  background-color:#104667;
  float: left;
  color: #FFFFFF;
  font-size: 11px;
}

div#footer_content {
  padding: 10px;
}

div#footer a, div.modal-top a {
  color: #BFD9EA;
  text-decoration: none;
}

div#footer a:hover, div.modal-top a:hover {
  color: #BFD9EA;
  text-decoration: underline;
}

div#footer_content table {
  margin: 5px 0px 5px 80px;
  width: 525px;
}

div#footer_content table th {
  vertical-align: top;
  padding-right: 15px;
}

div#footer_content span {
  display:block;
  border-bottom: 1px dotted #777777;
  padding: 0px 20px 5px 20px;
  width: 500px;
  margin: 0 auto;
}

div#footer_content table td {
  text-align: left;
  height: 20px;
  margin: 0px;
}

div.author_wrap {
  background-color: #EFEFEF;
  width: 490px;
}

.required_field {
  text-align:center;
  font-weight:bold;
}

table#log_own_page_table, table#reg_own_page_table, table.edit_account_table {
  padding: 10px;
  background-color: #BFD9EA;
  color: #000000;
}

table#log_own_page_table {
  width: 360px;
  margin-top: 20px;
  padding: 10px;
}

table#reg_own_page_table {
  width: 500px;
  text-align: left;
}
table.edit_account_table {
  width: 500px;
  text-align: right;
}

table.edit_account_table td {
  width: 252px;
}

table#log_own_page_table a, table#reg_own_page_table a {
  color: #000000;
}

fieldset#static_page {
  background-color: #3B749A;
  width: 750px;
}

div#privacy_info, div#contact-us, div#help, div#blog-index, div#log_own_page, div#reg_own_page, div#edit_account {
  padding: 0px 25px 25px 25px;
  margin-top: 25px;
}

div#help ul {
  line-height: 1.0em;
}

div#log_own_page {
  text-align: left;
}

div#reg_own_page {
  width: 525px;
}

div#further_reading {
  clear: both;
  width: 255px;
}

div#further_reading ul {
  margin-top: 10px;
  margin-right: 5px;
}

div#further_reading table {
  background-color:#EFEFEF;
  border: 1px solid #BFD9EA;
  margin: 0px;
  padding: 0px;
  width: 255px;
  
}
td#further_reading_title {
  background-color:#BFD9EA;
  text-align: center;
  padding: 5px;
  margin: 0px;
  width: 265px;
}

td#further_reading_title {
  padding: 5px 0px 5px 0px;
}


div#further_reading li {
  margin-left: -15px;
    padding-bottom: 8px;
}

div#recently-cited {
    display: none;
}

tr.alternate-row {
  background-color: #e2e2e2;
}

td.author_type_field {
  padding-left: 10px;
}

div.cancel-window {
	float: right;
}

fieldset.error{
  margin: 0px;
  text-align: center;
  background-color: #BFD9EA;
  color: #1A4567;
  border: 1px solid #1A4567;
  width: 440px;
  font-size: 13px;
  font-weight: bold;
  padding: 5px;
}

div#join-modal-top {
  padding: 10px 0px 0px 0px;
  clear: both;
}

div.modal-top {
	background-color: #104667;
	color: #FFFFFF;
	padding: 10px;
}

div.modal-top h2 {
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	font-size: 17px;
}

div#shared_bibs {
  background-color: #ffffff;
  width: 495px;
  padding: 25px 25px 25px 25px;
  position: relative;
  z-index: 0;
  overflow: auto;
}

li.search_result_bib_item {
  padding: 5px;
  width: 460px;
  min-height: 75px;
  list-style: none;
  
}

div.search_result_bib_item_thumb {
  width: 50px;
  position: relative;
  float: left;
  min-height: 75px;
}

div.search_result_bib_item_thumb img {
  width: 50px;
}

div.search_result_bib_item_info {
  width: 385px;
  position: relative;
  float: left;
  margin-left: 15px;
  min-height: 75px;
}

div.accordianHeader {
  color: #1a4567;
  padding: 5px;
  text-align: center;
  border-top: 1px #78b6ce solid;
  border-bottom: 1px #0c283e solid;
}

#user_box_wrapper {
   right: 40px;
   position: absolute;
   height: 65px;
}

#standard_user_box {
   background-color: #172322;
   margin: 0px;
}

#standard_user_box p {
  margin: 0;
  font-size: 1.2em;
  padding: 1px 20px 0 20px;
  text-align: center;
}

#standard_user_bottom div#login-links a {
  text-decoration: none;
  color: #D0DEED;
}

#standard_user_bottom div#login-links {
   background: url("../images/corners/user_bl.gif") no-repeat bottom left;
}

#standard_user_bottom {
   background: url("../images/corners/user_br.gif") no-repeat bottom right;
   padding-top: 5px;
}

#standard_user_bottom div#login-links, #standard_user_bottom {
   height: 24px;
   margin: 0px;
}

div.email {
  border: 1px solid #666;
  background-color: #fff;
  padding: 10px 15px 0 10px;
}

div.email textarea, p.email-content {
  width: 415px;
  padding: 4px;
  font-family: Verdana, sans-serif;
  font-size: .95em;
  margin-top: 5px;
}

div.email textarea {
  height: 55px;
}

div.email hr {
  height: 1px;
  width: 200px;
  color: #000;
}

div.email textarea.email-addresses {
  width: 415px;
  height: 30px;
  color: #999;
  margin-bottom: 10px;
}

div.facebook-friends {
  height: 200px;
  overflow: auto;
  width: 300px;
  border: 3px solid #ccc;
  padding: 0;
  margin-bottom: 8px;
}

div.facebook-friends ul {
  list-style: none;
  padding: 0;
  margin-top: 0;
}

div.facebook-friends ul li {
  padding: 3px 0 3px 0;
}

div.facebook-friends ul li.alt {
  background-color: #efefef;
}

div.facebook-friends img {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

div#shared_bib {
    width: 525px;
  margin: 0px 10px 0px 10px;
  float: left;
}

div#shared_bib li {   
  padding-top: 5px;
  width: 470px;
  position: relative;
}

div#shared_bib img {
  position: absolute;
  right: 0px;
}

div#shared_bib h2 {
    background-color: #1a4567;
    color: #fff;
    border-bottom:1px solid #0C283E;
    border-top:1px solid #78B6CE;
    padding:5px;
    width: 480px;
    text-align:center;
}

div#donate, div#recent-release-news {
  clear: both;
  background-color: #bfd9ea;
  text-align: center;
  width: 513px;
  padding: 5px;
  margin: 0px 0px 10px 0px;
  font-size: 11px;
  border: 1px solid #3B749A;
}

div#recent-release-news p {
  margin: 5px 0px;
}

div#donate form {
  display: inline;
}

div#donate strong a, div#recent-release-news strong a {
  color: #1A4567;
  text-decoration: none;
}
div#donate strong a:hover, div#recent-release-news strong a:hover {
  text-decoration: underline;
}

div#recent-release-news b a {
  float: right;
  font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
  color: #333333;
  text-decoration: none;
}

div.bib-sidebar-buttons {
  text-align: center;
  margin: 15px 0 10px;
}

td.go-inline div {
  display: inline;
}

div.tag_auto_complete {
  padding: 0px;
  margin: 0;
  background-color: #fff;
  border: 1px solid #333;
}

div.tag_auto_complete ul {
  margin: 0;
  padding: 5px;
}
div.tag_auto_complete ul li{
  text-indent: 0px !important;
  margin: 2px !important;
  padding: 3px !important;
}

div.tags {
  background-color: #efefef;
  padding: 10px;
  width: 410px;
  margin-top: 15px;
}

div.tags h4 {
  margin: 0 0 3px 20px;
}

div.tags textarea {
  height: 40px;
  width: 400px;
  margin-bottom: 5px;
  padding: 3px;
}
div.tags input {
  font-weight: bold;
}

div#my_saved_left_bar div#tag-index ul li {
  float: left;
  padding: 2px 5px;
}

div#my_saved_left_bar div#tag-index ul li a {
  display: inline;
  
}

div#my_saved_left_bar {
  float: left;
  clear: none;
  width: 210px;
  margin: 0px;
  padding: 0px 10px 0px 10px;
  height: 500px;
}

div#my_saved_left_bar h3 {
  margin: 0;
  padding: 5px;
  background-color: #BFD9EA;
  width: 200px;
  font-size: 13px;
}

div.my-saved-index {
  width: 198px;
  margin: 0;
  background-color: #efefef;
  padding: 5px;
  overflow-y: auto;
  overflow-x: hidden;
  border: solid #BFD9EA 1px;
}


div.my-saved-index ul {
    padding: 0;
    margin: 0px;
    list-style: none;
  }

div.my-saved-index ul li {
    padding: 0;
    margin: 0;
    padding: 8px 0px 8px 5px;
  }

div.my-saved-index ul li:hover {
    background-color: #73A0C2;
  }

div.my-saved-index ul li.on {
    background-color: #1A4567;
    font-weight: bold;
  }
  
div.my-saved-index ul li.on a {
    color: #fff;
  }

div.my-saved-index ul li.on a small {
    color: #ccc;
    font-weight: normal;
  }

div.my-saved-index ul li.off {
    max-height: 30px;
  }

div.my-saved-index a {
    display: block;
    width: 175px;
    color: #000;
    text-decoration: none;
    font-size: 11px;
  }

div.my-saved-index a small {
    color: #666;
  }
  
div#bib-index {
  height: 300px;
}

div#tag-index {
  height: 150px;
}

div#tag-index ul li {
  white-space: nowrap;
  font-family: Lucida Grande, Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
}

div#saved-page-wrapper {
  min-height: 530px;
}

div#saved_window {
  float: left;
  clear: none;
  background-color: #ffffff;
  margin: 0px;
  padding: 0px 10px 0px 0px;
  width: 570px;
}
 
div#saved_window ol {
  padding: 15px 0 0 15px;
  float: left;
  margin-left: 0px;
}

div#saved_window ol li {
  margin-bottom: 20px;
  font-size: 1.1em;
  list-style: none;
  margin-left: 0px;
 }

div#bib-title {
  margin-left: 0px;
  margin-top: 0px;
  background-color: #1a4567;
  color: #fff;
  border-bottom:1px solid #0C283E;
  border-top:1px solid #78B6CE;
  padding:5px;
  text-align:center;
  font-size: 16px;
  font-weight: bold;
}

div#bib-controls {
  border: 2px solid #98c5f2;
  padding: 5px;
  width: 535px;
  text-align: center;
}
  
div#bib-footer-controls {
  padding: 5px;
  width: 500px;
  text-align: center;
}
  
div#shared-bib-body {
  width: 515px;
  padding: 5px;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 480px;
}
  
div#sharing_url {
  float: left;
  width: 550px;
  margin: 0px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  background: #333 url("../images/toolbar_bg.gif") 0 0 repeat-x;
  color: #fff;
  line-height: 20px;
}

div#sharing_url a {
  color: #fff;
  font-weight: normal;
}

div#saved_bibs_ads {
  float: left;
  margin: 40px 0px 0px 0px;
}
  
ol#shared-bib-list {
  padding: 10px 0px 0px 0px;
  float:left;
  margin-left:0;
}

  li.shared_bib_item {
  margin: 0px;
  min-height: 75px;
  list-style: none;
  padding: 0px;
  
}

div#saved-bib-title-text, div#shared-bib-title-text {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
}

div#saved_bib_toolbar {
  padding: 5px 15px;
  background: #333 url("../images/toolbar_bg.gif") 0 0 repeat-x;
  color: #fff;
  font-size: 13px;
  text-align: center;
  margin: 0px 0px 10px 0px;
  width: 540px;
  float: left;
}
div#saved_bib_toolbar a {
  color: #fff;
  text-decoration: none;
}
div#saved_bib_toolbar a:hover {
  color: #58a8c8;
}

div#rename-bib {
  text-align: center;
  margin-top: 10px;
  background-color: #efefef;
  padding: 8px;
}

div#rename-bib input {
  padding: 2px;
}

div#ads {
  margin: auto;
}

textarea.primary-annotation {
  width: 350px;
  height: 75px;
}

span.tooltip_rollover {
  color: #003366;
  text-decoration: none;
  border-bottom: 1px dotted #003366;
}

table.annotation th {
  text-align: center;
}

div.saved-title {
  background-color: #EFEFEF;
  text-align: center;
  padding: 3px;
  float: left;
  width: 564px;
}

div#shared-title {
  background-color: #EFEFEF;
  text-align: center;
  padding: 3px 0px 3px 0px;
}

div.modal-overlay {
  background-color: rgb(0, 0, 0);
  opacity: 0.7; /* Safari, Opera */
  -moz-opacity: 0.70; /* FireFox */
  filter: alpha(opacity=70); /* IE */
  z-index: 20;
  height: 100%;
  width: 100%;
  background-repeat:repeat;
  position:fixed;
  top: 0px;
  left: 0px; 
}

div.modal-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

div.modal-dialog {
  display: block;
  margin: 25px auto 0 auto;
  min-height: 295px;
  background-color: #fff;
  border: 5px solid #3b749a;
}

div#join-modal-dialog {
  margin: 65px auto 0 auto;
  min-height: 160px;
  padding: 0px 15px 10px 15px;
}

div#register-modal div.modal-dialog, div#join-modal div#join-modal-dialog {
  width: 500px
}

div#login-modal div.modal-dialog {
  width: 400px
}

div#join-modal-message {
  margin-top: 20px;
  margin-left: 55px;
  text-align: center;
}

div#join-modal-message input[type="button"] {
  width: 155px;
  height: 42px;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  border: none;
  background: url("../images/button-gradient.gif");
  float: left;
  clear: none;
  margin-left: 20px;
  margin-right: 20px;
  cursor: pointer;
}

div.content-wrapper{
  width: 670px;
  padding-left: 5px;
  overflow: hidden;
}

div.tab-source {
  display: block;
  float: left;
  margin: 0;
  width: 75px;
  height: 50px;
  font-weight: bold;
  text-align: right;
  font-size: 10px;
}

div#saved-bib-body {
  width: 560px;
  padding: 5px;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 280px;
  min-height: 200px;
  float: left;
  background-color: #FFFFFF;
}

div#bib-preview-welcome {
  width: 213px;
  padding: 0px;
  height: 115px;
  margin: 15px 20px 15px 20px;
  vertical-align: top;
}

div#bib-preview-welcome h3 {
  text-align: center;
  font-weight: bold;
  font-size: 13px;
}

tr#apa-capitalization-warning {
  color:#1A4567;
  font-family:Lucida Grande,Tahoma,Verdana,sans-serif;
  text-decoration:none;
  text-transform:uppercase;
}

tr#apa-capitalization-warning td {
  padding: 5px 10px;
}

div#admin-functionality {
  margin: 5px 0px 0px 0px;
  padding: 0px;
  float: left;
}

table.date-label-table td {
  text-align: center;
  padding: 0px;
  font-weight: bold;
}

table.date-label-table {
  border-collapse: collapse;
}

table.date, table.date-label-table {
  border-collapse: collapse;
}

tr.date-fields td {
  font-weight: normal;
}

p.about-us-quote {
  width: 500px;
  background-image: url("../images/quotes-bg.gif");
  background-position: 5px 5px;
  background-repeat: no-repeat;
  margin: 0px 100px 20px 100px;
  color: #1A4567;
}

span.quote-logo {
  margin: 0px 0px 0px 75px;
}

span.quote-logo a {
  text-decoration: none;
}

span.quote-logo a:hover {
  text-decoration: underline;
}

span.quote-logo img {
  vertical-align: middle;
}

span.citation-tags a {
  font-family: Lucida Grande, Tahoma, Verdana, sans-serif;
  color: #1A4567;
  text-transform: uppercase;
  text-decoration: none;
}

span.citation-tags a:hover {
  background-color: #73A0C2;
}

span.citation-tags span.on a {
    background-color: #1A4567;
    font-weight: bold;
  color: #FFFFFF;
}

div#citation-guide-content {
  width: 530px;
  min-height: 400px;
  margin: 0px 0px 10px 215px;
  border: 1px solid #666666;
  padding: 10px;
  background-color: #FFFFFF;
}

div#citation-guide-content p {
  margin: 10px 5px;
  width: 510px;
}

div#citation-guide-content h2 {
  background-color: #EFEFEF;
  font-size: 17px;
  margin: 0;
  padding: 4px 0px 4px 0px;
  text-align: center;
}

div#citation-guide-content a {
  color: #104667;
}

div#citation-guide-links-index {
  width: 205px;
  margin: 0px;
  float: left;
}

div.style-index-wrapper {
  background-color: #FFFFFF;
  margin: 0px 0px 10px 0px;
  width: 203px;
  border:1px solid #BFD9EA;
}

div.style-index-wrapper a {
  text-decoration: none;
  color: #1A4567;
}

div.style-index-wrapper a:hover {
  text-decoration: underline;
  color: #1A4567;
}

div.style-index-wrapper ul {
  list-style: none;
  padding: 0 0 0 10px;
  margin: 0 0 10px 0;
}

div.style-index-wrapper ul li {
  font-size: 1.0em;
  font-weight: normal;
}

div.style-index-wrapper ul li {
  padding: 0;
  margin: 5px 0;
}

div.style-index-wrapper ul li.active {
  font-weight: bold;
}

div.style-contents {
  padding: 0px 10px 0px 10px;
}

div.style-index-wrapper h2 {
  font-size: 15px;
  margin: 0;
  padding: 5px;
  text-align: left;
  color: #000000;
}

div.source-type-links {
  margin: 0px;
  padding: 0px;
}

div#citation-guide {
  margin: 0px;
  width: 770px;
  padding: 10px;
}

div#citation-guide-ads {
  margin: 15px 0px 0px 20px;
}

p.sample-citation, span.sample-citation {
  background-color: #BFD9EA;
  font-family: Lucida Grande, Tahoma, Verdana, sans-serif;
  color: #1A4567;
  padding-left: 10px;
}

div.guide {
  width: 525px;
}

div#citation-guide-intro p {
  font-size: 13px;
  width: 470px;
  margin: 25px 25px 25px 25px;
  line-height: 1.3em;
}

div#help ul li {
  vertical-align: middle;
}

div#no-tags, div#no-bibs {
  font-size: 12px;
  line-height: 1.3em;
  padding: 0px 10px 0px 10px;
  color: #333333;

}

div#no-tags h4, div#no-bibs h4 {
  font-size: 13px;
  margin-top: 15px;
}

li.citation_being_edited {
  background-color: #BFD9EA !important;
}

div#corkboard-bg {
  background-image: url("../images/corkboard.gif");
  width: 570px;
  height: 430px;
  
}

div#pinned-paper {
  background-image: url("../images/pinned-paper.png");
  width: 137px;
  height: 181px;
  cursor: pointer;
}

div#filler-image {
  clear: none;
}

div#login_form_wrapper {
  clear: none;
  float: right;
  width: 360px;
  margin: 0px;
}

div#login_form_wrapper p {
  margin: 0px;
}

div#login_form_wrapper input#email, div#login_form_wrapper input#password {
  width: 175px;
}

div#footer_bottom {
  display: block;
  height: 20px;
  background-image: url("../images/fade-bottom.png");
  clear: both;
  width: auto;
}

div#edit_account fieldset p {
  text-align: center;
  margin: 0px;
}

div#saved-page-wrapper hr {
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
}

div#saved-page-wrapper div#change_format {
  background-color: #EFEFEF;
  text-align: center;
  margin: 10px 0px;
  padding: 5px;
  float: left;
  width: 560px;
}

div#saved_window_bottom {
  height: 100px;
  float: left;
}
