/*=================================================================
              BookMesh
=================================================================*/

/* Sets all Defaults to 0 */

* {
  margin: 0;
  padding: 0;
}

img { 
  border: none;
}
/* Main Structure ============================================== */

body {
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  background: url(../images/body_bkg.gif) repeat-x 0 top;
  font: 12px/13px "Lucida Grande", Lucida, Geneva, Verdana, sans-serif;
}

#container {
  width: 810px;
  margin-right: auto;
  margin-left: auto;
}

/* Typography ================================================== */

p {
  color: #8c8c8c;
  font-size: 12px;
  line-height: 15px;
}

p a {
  color: #4c6579;
  text-decoration: none;

}

p a:hover {
  background-color: #0e2f40;
  color: white;
  text-decoration: none;
}

p.important {
  color: #a93234;
  font-size: 11px;
  margin-bottom: 20px;
}

h1 {
  color: #0e2f40;
  line-height: 17px;
}

h2 {
  color: #203f58;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}

h1 a, h2 a {
  color: #203f58;
  text-decoration: none;
}

h1 a:hover, h2 a:hover {
  background-color: #203f58;
  color: white;
}

h3 {
  font-size: 12px;
  line-height: 12px;
  color: #0e2f40;
}

h3 a {
  color: #0e2f40;
  text-decoration: none;
}

h3 a:hover {
  background-color: #0e2f40;
  color: white;
}

/* Header ====================================================== */

#header {
  margin-left: auto;
  margin-right: auto;
  width: 810px;
  height: 90px;
}

#header #logo {
  float: left;
  margin-top: 25px;
}

#header #username {
  float: right;
  margin-top: 25px;
  margin-bottom: 10px;
}

#header #username p {
  color: #748c97;
}

#header #username span.welcome {
  color: #c2c87d;
  font-size: 1.1em;
  font-weight: bold;
}

#header #username span.account-settings a,
#header #username span.logout a {
  color: #748c97;
  text-decoration: none;
  font-size: .9em;
}

#header #username span.account-settings a:hover,
#header #username span.logout a:hover {
  background-color: #d7dee0;
  color: #0e2f40;
}

#header #topnav {
  float: right;
  clear: right;
  color: #748c97;
  font-size: 12px;
}

#header #topnav a {
  color: white;
  text-decoration: none;
  line-height: 13px;
  font-weight: normal;
  font-style: normal;
}

#header #topnav a:hover {
  background-color: #d7dee0;
  color: #0e2f40;
}

#header #topnav span.upgrade {
  text-decoration: line-through;
  color: #748c97;
  background: url(../images/free.gif) no-repeat right;
  padding-right: 35px;
}

/* Main Body Structure ====================================================== */

#content_container {
  width: 810px;
  margin-right: auto;
  margin-left: auto;
  background: url(../images/container_bkg.gif) repeat-y;
  clear: both;
  float: left;
}

#leftcol {
  background: url(../images/leftnav_shadow.gif) no-repeat;
  width: 165px;
  display: inline;
  float: left;
}

#content {
  float: right;
  clear: right;
  display: inline;
  padding-right: 5px;
  margin-bottom: 20px;
  width: 640px;
  background: url(../images/content_bkg.gif) no-repeat right top;
}

/*Form Styling=========================================================*/

select {
  color: #666666;
  font-size: 11px;
  line-height: 11px;
  border: 1px solid #748c97;
  padding: 1px;
  width: 110px;
}

input.inputtext {
  border: 1px solid #748c97;
  padding: 3px;
  font-size: 11px;
  line-height: 11px;
  color: #666666;
  width: 50%;
}

textarea {
  padding: 3px;
  font-size: 11px;
  line-height: 11px;
  color: #666666;
  border: 1px solid #748c97;
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

/*Tool Bar Search=========================================================*/

div.searchbox {
}

div.searchbox input#search {
  color: #666;
  background: url(../images/searchbox_bkg.gif) no-repeat left top;
  border: 0;
  width: 237px;
  font-size: 11px;
  height: 22px;
  padding: 4px 10px 4px 23px;
}

div.searchbox input#search[type="search"] {
  width: 270px;
}

* html div.searchbox input#search {
  background-attachment: fixed;
}

/* Left Navigation ====================================================== */

#leftnav { 
  margin-top: 20px;
}

#leftnav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #b2b2b2;
}

#leftnav li {
  width: 165px;
}

#leftnav li.mine { 
  width: 145px;
  margin-left: 20px;
}

#leftnav li a {
  display: block;
  border-bottom: 1px solid #dcdcdc;
  margin-right: 3px;
  text-decoration: none;
  color: #4c6579;
  font-ze: 13px;
  line-height: 13px;
  padding-top: 7px;
  padding-left: 15px;
  padding-bottom: 7px;
}

#leftnav li a:hover {
  background-color: white;
  color: #0e2f40;
  display: block;
}

#leftnav li a.currentSection a,
#leftnav .nav-admin #nav-admin a,
#leftnav .nav-watchlist #nav-watchlist a,
#leftnav .nav-profile #nav-profile a,
#leftnav .nav-collections #nav-collections a,
#leftnav .nav-reviews #nav-reviews a,
#leftnav .nav-friends #nav-friends a,
#leftnav .nav-clubs #nav-clubs a,
#leftnav .nav-events #nav-events a,
#leftnav .nav-blog #nav-blog a,
#leftnav .nav-writings #nav-writings a,
#leftnav .nav-messages #nav-messages a {
  background-color: white;
  color: #0e2f40;
  font-weight: bold;
}

#leftnav li a.inactive {
  color: #b2b2b2;
}

#leftnav li a.home {
       border-top: 1px solid #dcdcdc;
}

#leftnav li#nav-profile a { 
  padding-left: 35px;
  position: relative;
}

#leftnav li#nav-profile a span { 
  position: absolute;
  left: 15px;
}

/* Left Ad Space ====================================================== */

#leftcol #left_adspace {
  margin-left: 15px;
  margin-top: 7px;
  padding-bottom: 15px;
}

#leftcol #invite_others {
  float: left;
  margin-left: 11px;
  margin-top: 7px;
  margin-bottom: 7px;
}

/* Not Logged In Yet Areas ====================================================== */

div.welcome_sidebar {
  float: right;
  display: inline;
  width: 150px;
  margin-right: 4px;
  
}
div.welcome_sidebar a {
  float: left;
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  border-bottom: 1px solid #dcdcdc;
  text-decoration: none;
}

div.welcome_sidebar a:hover {
  background-color: white;
  width: 140px;
}

div.welcome_sidebar_top {
  margin-top: 15px;
}

div.welcome_sidebar h3 {
  margin-bottom: 5px;
}

div.welcome_sidebar p {
  font-size: 10px;
}

#login_container {
  float: left;
  padding: 20px 20px 0 50px;  
  width: 570px;
  background: white;
}

/* Sign Up Page Styles */

signup_content_container {
  float: left;
  padding: 20px 20px 40px;  
  width: 600px;
  background: #d7dee0 url(../images/edit_container_bkg.gif) repeat-x 0 bottom;
}

#message-bar {
  color: #0e2f40;
  font-weight: bold;
  font-size: 16px;
  padding: 15px;
  background-color: #eaecd3;
  border-bottom: 5px solid #fff;
  border-top-width: 3px;
  border-top-color: #fff;
}

#signup-container {
  width: 560px;
  padding: 20px;
}

#signup_table {
  width: 500px;
  margin-top: 20px;
  margin-bottom: 15px;
}

#signup_table td {
  padding-top: 7px;
  padding-bottom: 7px;
  color: #bbc6d3;
  padding-right: 15px;
  font-size: 12px;
  line-height: 17px;
}

#signup_table a {
  color: #bbc6d3;
}

.signup-p {
  color: #6d90ae;
  font-size: 12px;
  line-height: 17px;
}

.signup-input {
  font-size: 12px;
  line-height: 17px;
  width: 90%;
  border: 2px solid #5a7790;
  padding: 2px;
  background-color: #fefefe;
}

.signup-table-lable {
  text-align: right;
  width: 25%;
}

tr.signup-label-row p.table-notes-text {
  margin-bottom: 10px;
  margin-top: -10px;
}

.table-notes-text {
  font-size: 11px;
  line-height: 14px;
  color: #6d90ae;
}

.big-blue-box-top {
  height: 21px;
  width: 560px;
  background: url(../images/join/blue-box-top.png) no-repeat;
}

.big-blue-box-contents {
  background: url(../images/join/blue-box-bg.png) repeat-y;
  padding: 10px 30px 20px;
}

.big-blue-box-bottom {
  height: 21px;
  width: 560px;
  background: url(../images/join/blue-box-bottom.png) no-repeat;
}

/* Search Results Global ====================================================== */

#sort_bar {
  float: left;
  display: inline;
  width: 600px;
  background: #4c6579 url(../images/expand_header_bkg.gif) repeat-x 0 top;
  padding: 10px 20px;
  font-size: 10px;
  color: white;
  vertical-align: middle;
  margin-bottom: 5px;
}

#sort_bar div.searchbox {
  float: right;
  display: inline;
  margin: 0;
}

#sort_bar div.searchbox_left {
  float: left;
  margin-right: 10px;
  margin-left: 60px;
}

#sort_bar div.searchbox input#search {
  color: #666;
  background: url(../images/searchbox_bkg2.gif) no-repeat left top;
  border: 0;
  width: 140px;
  font-size: 11px;
  height: 16px;
  padding: 4px 10px 4px 23px;
}

#sort_bar div.searchbox input#search[type="search"] {
       width: 160px;
}

* html #sort_bar div.searchbox input#search {
       background-attachment: fixed;
}

#sort_bar select {
  width: 150px;
  margin-top: 3px;
}


#search_container {
  float: left;
  clear: both;
  display: inline;
  background-color: white;
  margin-left: 20px;
  margin-right: 20px;
  width: 600px;
}

#search_details,
#search_details_bottom {
  float: left;
  display: inline;
  width: 600px;
  margin-bottom: 10px;
  color: #8c8c8c;
  font-size: 11px;
  line-height: 11px;
  padding-top: 10px;
}

#search_details_bottom {
  margin-bottom: 0px;
}

ul.pagination {
  float: right;
  font-size: 10px;
  line-height: 10px;
  list-style: none;
  display: block;
}

ul.pagination li {
  list-style: none;
  float: left;
}

ul.pagination li a {
  color: #4c6579;
  text-decoration: none;
  padding: 3px 2px;
  display: block;
}

ul.pagination li a:hover {
  background-color: #4c6579;
  border-top: 1px solid #4c6579;
  border-bottom: 1px solid #4c6579;
  color: white;
}

ul.pagination li a.currentSection {
  background-color: #d7dde0;
  border-top: 1px solid #4c6579;
  border-bottom: 1px solid #4c6579;
}

ul.pagination li.firstprev {
  margin-right: 7px;
}

ul.pagination li.nextlast {
  margin-left: 7px;
}

div.searchdivider {
  float: left;
  display: inline;
  width: 560px;
  background: #4c6579 url(../images/expand_header_bkg.gif) repeat-x 0 top;
  padding: 10px 20px;
  margin-bottom: 15px;
  margin-top: 15px;
}

div.searchdivider h2 {
  color: white;
}

div.searchdivider .divider_header_right {
  float: right;
  display: inline;
  font-size: 10px;
  color: white;
}

div.searchdivider .divider_header_right a {
  color: #c2c87d;
  text-decoration: none;
}

div.searchdivider .divider_header_right a:hover {
  text-decoration: underline;
}

div.searchdivider .divider_header_right form { 
  display: inline;
}

h2.searchpage {
  margin-bottom: 25px;
}

h2.collection_title {
  margin: 10px 0;
  font-size: 1.4em;
}

/* User Info Top ====================================================== */

#user_pic {
  float: left;
  background: #c2c87d url(../images/userpic_shadow.gif) repeat-x 0 top;
  padding: 10px;
  margin-right: 20px;
  display: inline;
}

#user_infobar,
#user_infobar_mypages {
  background: #eaecd3 url(../images/userbar_shadow.gif) repeat-x;
  width: 600px;
  margin-bottom: 5px;
  padding: 15px 20px 10px;
}

#user_infobar .user_fullname, #user_infobar_mypages .user_fullname { 
  width: 420px;
  margin-bottom: 10px;
}

#user_infobar_mypages .user_fullname h1 {
  display: block;
}


#user_infobar_mypages h1 img {
  padding: 0 5px;
}

#content .book-infobar { 
}

#user_infobar .user_credibility,
#user_infobar_mypages .user_credibility {
  float: right;
  display: inline;
  color: #748c97;
  font-size: 11px;
  line-height: 11px;
  font-weight: bold;
}

#user_infobar .user_badge,
#user_infobar_mypages .user_badge {
  float: right;
  clear: right;
  margin-top: 2px;
}

#user_infobar .user_badge p {
  padding: 4px 0;
}

#user_infobar h1,
#user_infobar_mypages h1 {
  color: #0e2f40;
  font-size: 15px;
  font-weight: bold;
}

#user_infobar h1 { 
  display: inline;
}

#user_infobar span { 
  color: #8C8C8C;
}

#user_infobar span .note { 
  font-size: 75%;
  white-space: nowrap;
}

/* User Summary Box ====================================================== */

#user_summary {
  float: left;
  height: 80px;
  padding: 10px 0em;
}

table#summarybox {
  width: 440px;
  float: left;
  clear: right;
  color: #666666;
}

table#summarybox a {
  text-decoration: none;
  color: #4c6579;
}

table#summarybox a:hover {
  text-decoration: underline;
}

table#summarybox td {
  padding: 2px;
}

table#summarybox td.summary_title {
  text-align: right;
  color: #b2b2b2;
  padding-right: 5px;
}

/* User Action Area ====================================================== */

#user_action {
  width: 460px;
  float: left;
  margin-left: 12px;
  margin-top: 10px;
  display: inline;
}

#user_action ul {
  list-style-type: none;
  color: #748c97;
  font-size: 11px;
  margin-left: auto;
  margin-right: auto;
}

#user_action li {
  padding: 3px 12px;
  float: left;
}

#user_action li a {
  color: #748c97;
  text-decoration: none;
  line-height: 16px;
}

#user_action li a:hover {
  text-decoration: underline;
  color: white;
  background-color: #0e2f40;
}

#user_action li.bookscommon {
  padding-left: 3px;
}

#user_action li.addfriend {
  background: url(../images/add.gif) no-repeat 0 2px;
  padding-left: 18px;
}

#user_action li.sendmessage {
  background: url(../images/email.gif) no-repeat 0 3px;
  padding-left: 20px;
}

#user_action li.writereview {
  background: url(../images/icon_write_review.gif) no-repeat 0 3px;
  padding-left: 20px;
}

/* Capsules ====================================================== */
.admin_icon {
       display: inline;
       height: 15px;
       float: right;
       margin-right: 10px;
       margin-top: 8px;
       width: 30px;
       background: url(../images/icon_key_nav.gif) top right no-repeat;
}

.home_icon {
       display: inline;
       height: 14px;
       float: right;
       margin-right: 10px;
       margin-top: 8px;
       width: 30px;
       background: url(../images/icon_home_nav.gif) top right no-repeat;
}

.capsule_right {
  display: inline;
  height: 14px;
  float: right;
  margin-right: 10px;
  margin-top: 8px;
  background: url(../images/capsule_blue_right.gif) top right no-repeat;
}

.capsule_left {
  display: inline;
  float: left;
  padding: 0px;
  height: 14px;
  text-align: center;
  padding-left: 7px;
  background: url(../images/capsule_blue_left.gif) top left no-repeat;
  color: white;
  margin-right: 7px;
  font: bold 11px "Lucida Grande", Lucida, Verdana, sans-serif;
}

div.user_added_count {
  margin-top: 10px;
}

div.user_added_count .capsule_right {
  float: left;
  margin-top: 0px;
  margin-right: 6px;
}
div.user_added_count .capsule_left {
  float: left;
}
div.user_added_count span {
  font-size: 0.9em;
  color: #8c8c8c;
}

#user_action .capsule_right {
  display: inline;
  height: 14px;
  float: left;
  background: url(../images/capsule_blue_right.gif) top right no-repeat;
  margin-right: 3px;
  margin-top: 1px;
  margin-left: 15px;
}

#user_action .capsule_left {
  display: inline;
  float: left;
  padding: 0px;
  height: 14px;
  text-align: center;
  padding-left: 7px;
  background: url(../images/capsule_blue_left.gif) top left no-repeat;
  color: white;
  font-size: 11px;
  font-weight: bold;
  margin-right: 7px;
}

.bookaction .capsule_right {
  display: inline;
  height: 14px;
  float: left;
  background: url(../images/capsule_blue_right.gif) top right no-repeat;
  margin-right: 3px;
  margin-top: 0px;
  margin-left: 0px;
}

.bookaction .capsule_left {
  display: inline;
  float: left;
  padding: 0px;
  height: 14px;
  text-align: center;
  padding-left: 7px;
  background: url(../images/capsule_blue_left.gif) top left no-repeat;
  color: white;
  font-size: 11px;
  font-weight: bold;
  margin-right: 7px;
}

/* User Navigation Tabs ====================================================== */

#nav a.navtab {
  background-image: url(../images/user_nav_tabs.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 87px;
  height: 30px;
}

#nav {
  text-align: center;
  float: left;
  list-style-type: none;
  margin-left: 8px;
  margin-top: 10px;
  display: inline;
}

#nav ul {
  list-style-type: none;
}

#nav li {
  height: 30px;
  float: left;
}

#nav li a {
  color: #fff;
  line-height: 30px;
  background-position: center top;
  text-decoration: none;
  margin-right: 1px;
  margin-left: 1px;
  display: block;
  font-size: 12px;
}

#nav li a:hover, #nav li.navtab a:hover {
  background-position: 50% -30px;
}

#nav li a#currentSection, #nav li a#currentSection:hover {
  color: #3f3f3f;
  background-image: url(../images/user_nav_tabs.gif);
  background-repeat: no-repeat;
  background-position: 50% -60px;
  font-weight: bold;
}

#user_navtab {
  background-image: url(../images/user_nav_bkg.gif);
  background-repeat: repeat-x;
  background-position: center;
  height: 40px;
  width: 640px;
  float: left;
  clear: none;
}

#user_tab_header,
#my_header2 {
  float: left;
  background: url(../images/user_tab_header.gif) repeat-x;
  width: 600px;
  height: 30px;
  margin-bottom: 15px;
  padding-top: 8px;
  padding-left: 20px;
  padding-right: 20px;
}

#user_tab_header h2, #my_header2 h2 {
  margin-top: 5px;
  float: left;
}

/*User Tab Header Search=========================================================*/

#user_tab_header div.searchbox {
  display: inline;
  float: right;
  margin-top: 3px;
}

#user_tab_header div.searchbox input#search {
  color: #666;
  background: url(../images/searchbox_bkg3.gif) no-repeat left top;
  border: 0;
  width: 140px;
  font-size: 11px;
  height: 16px;
  padding: 4px 10px 4px 23px;
}

#user_tab_header div.searchbox input#search[type="search"] {
  width: 135px;
}

* html #user_tab_header div.searchbox input#search {
  background-attachment: fixed;
}

/*Global Styles for Content Under Tabs =========================================================*/

div.expandbox_header {
  width: 590px;
  float: left;
  display: inline;
  margin-right: 20px;
  margin-left: 20px;
  background: #4c6579 url(../images/expand_header_bkg.gif) repeat-x 0 top;
  height: 19px;
  padding: 5px;
}

div.expandbox_header h3 {
  padding-top: 4px;
}

div.expandbox_header h3 a {
  color: white;
  text-decoration: none;
}

div.expandbox_header h3 a:hover {
  color: #c2c87d;
  background-color: transparent;
}

div.expandbox_header img.expandarrow {
  margin-right: 10px;
  margin-left: 5px;
  margin-top: 4px;
}

div.watchshare {
  float: right;
  display: inline;
}

div.expandbox_details {
  float: left;
  display: inline;
  width: 580px;
  background-color: #d7dee0;
  padding: 10px;
}

div.expandbox_details p {
  font-size: 10px;
  line-height: 11px;
}

div.expandbox_details h3 {
  color: #4c6579;
}

div.expandbox_details .showing {
  float: left;
  display: inline;
  margin-right: 20px;
}

div.expandbox_details div.searchbox {
  float: right;
  display: inline;
  margin: 0;
}

div.expandbox_details div.searchbox input#search {
  color: #666;
  background: url(../images/searchbox_bkg3.gif) no-repeat left top;
  border: 0;
  width: 140px;
  font-size: 11px;
  height: 16px;
  padding: 4px 10px 4px 23px;
}

div.expandbox_details .sort {
  float: left;
}

div.expand_container {
  float: left;
  display: inline;
  background-color: white;
  margin-left: 20px;
  margin-right: 20px;
  width: 602px;
}

div.content_box {
  float: left;
  width: 580px;
  background: url(../images/content_box_bkg.gif) repeat-x 0 top;
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dcdcdc;
}

div.newfriendbkg {
  background: url(../images/friendrequest_bkg.gif) repeat-x 0 top;
}

div.content_box p {
  margin-bottom: 15px;
}

div.content_pic {
  float: left;
  display: inline;
  width: 60px;
  margin-right: 10px;
  margin-left: 0px;
}

div.content_pic a img {
  border: 1px solid #b2b2b2;
}

div.content_pic.collection a img {
  border-width: 0px;
}

div.content_pic a:hover img {
  border-color: #4c6579;
}

div.content_pic a:hover {
  color: #4c6579; /* irrelevant definition to overcome IE bug */
}

div.nextprev {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

#ad2 {
  float: left;
  display: inline;
  width: 300px;
  margin-left: 33px;
  margin-right: 20px;
  margin-top: 20px;
}

#ad3 {
  float: left;
  display: inline;
  width: 250px;
  margin-top: 20px;
  
}

/*Profile =========================================================*/

table.profilebox {
  width: 100%;
  color: #8c8c8c;
}

table.profilebox td {
  padding: 8px 5px;
}

table.profilebox a {
  color: #4c6579;
  text-decoration: none;
}

table.profilebox a:hover {
  background-color: #0e2f40;
  color: white;
}

table.profilebox td.profile_left {
  text-align: right;
  width: 25%;
  color: #b2b2b2;
  vertical-align: top;
}

/*Collections =========================================================*/

div.content_box .bookinfo {
  float: left;
  display: inline;
  width: 230px;
}

div.content_box .bookinfo h2, .clubinfo h2, .rssinfo h2, .sidebarinfo h2 {
  margin-bottom: 5px;
}

div.content_box .bookinfo p { 
  margin-bottom: 5px;
  font-size: 11px;
}

div.content_box .clubinfo p, div.content_box .rssinfo p, .sidebarinfo p {
  margin-bottom: 0px;
  font-size: 11px;
}

div.content_box p.user_rating {
  font-size: 13px;
  color: #b2b2b2;
  font-weight: bold;
}

div.content_box img.user_rating_stars {
  margin-bottom: -3px;
}

div.content_box .bookaction, 
div.content_box .clubaction, 
div.content_box .rssaction, 
div.content_box .manuscriptaction,
div.content_box .bookcomment_action {
  float: right;
  display: inline;
  width: 240px;
  border: 1px solid #dcdcdc;
  padding: 10px;
  background-color: white;
  font-family: "Lucida Grande", Lucida, Helvetica, sans-serif;
}

div.content_box .bookaction .leftaction {
  float: left;
  display: inline;
  width: 125px;
  margin-right: 10px;
}

div.content_box .bookaction .rightaction {
  float: left;
  display: inline;
  width: 105px;
}

div.content_box .bookaction p.bookprofile, 
div.content_box .bookaction p.review, 
div.content_box .bookaction p.friendswbook, 
div.content_box .bookaction p.otherswbook, 
div.content_box .bookaction p.purchasebook,
div.content_box .bookaction p.editbook,
div.content_box .bookaction p.addbook {
  padding-left: 20px;
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 5px;
}

div.content_box .bookaction p.bookprofile {
  background: url(../images/icon_book_profile.gif) no-repeat;
}

div.content_box .bookaction p.addbook {
  background: url(../images/icon_addbook.gif) no-repeat;
}

div.content_box .bookaction p.review {
  background: url(../images/icon_write_review.gif) no-repeat;
}

div.content_box .bookaction p.friendswbook {
  background: url(../images/icon_friend.gif) no-repeat;
}

div.content_box .bookaction p.otherswbook, .list-book p.otherswbook {
  background: url(../images/icon_other_users.gif) no-repeat;
}

div.content_box .bookaction p.purchasebook, .list-book p.purchasebook {
  background: url(../images/icon_purchase.gif) no-repeat;
}

.tagbox,
.tagbox_blog {
  background-color: #f4f4f4;
  width: 570px;
  float: left;
  font-size: 10px;
  color: #8da0aa;
  margin-top: 10px;
  padding: 5px;
}

.tagbox a,
.tagbox_blog a {
  color: #8da0aa;
  text-decoration: none;
}

.tagbox a:hover,
.tagbox_blog a:hover {
  background-color: #8da0aa;
  color: white;
}

.tagbox span.tag_header,
.tagbox_blog span.tag_header {
  font-weight: bold;
  color: #748c97;
}

/*Reviews =========================================================*/

div.content_box .reviewbox, .synopsisbox {
  float: left;
  display: inline;
  width: 580px;
  margin-top: 10px;
}

div.content_box .reviewbox p {
  margin-bottom: 15px;
}

div.content_box .reviewbox h2 {
  margin-bottom: 5px;
}

div.content_box .reviewbox .review_helpful p, 
div.content_box .reviewbox .review_rating p {
  margin-bottom: 0px;
  color: #8da0aa;
  font-size: 13px;
}

div.content_box .reviewbox .review_helpful {
  display: inline;
  float: left;
  width: 253px;
  margin-top: 5px;
}

div.content_box .reviewbox span.yesnobuttons {
  float: right;
  display: inline;
}

div.content_box .reviewbox span.yesnoquestion {
  float: left;
  display: inline;
  padding-top: 3px;
}

div.content_box .reviewbox .review_rating {
  display: inline;
  float: right;
  margin-top: 5px;
}

/*Friends =========================================================*/

div.content_box .bookaction p.booksincommon, 
div.content_box .bookaction p.addfriend, 
div.content_box .bookaction p.sendmessage, 
div.content_box .bookaction p.friendprofile, 
div.content_box .bookaction p.friendblog, 
div.content_box .bookaction p.friendclubs,
div.content_box .bookaction p.editbook,
div.content_box .bookaction p.delete,
div.content_box .bookaction p.edit,
div.content_box .bookaction p.deletemanuscript {
  padding-left: 20px;
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 5px;
}

div.content_box .bookaction p.booksincommon {
  padding-left: 0px;
}

div.content_box .bookaction p.addfriend {
  background: url(../images/add.gif) no-repeat;
}

div.content_box .bookaction p.sendmessage { 
  background: url(../images/email.gif) no-repeat;
}

.club_action p.sendmessage {
  background: url(../images/email.gif) no-repeat 0px 5px;
}

.clubaction p.sendmessage {
  background: url(../images/email.gif) no-repeat 0px 1px;
}

div.content_box .bookaction p.friendprofile,
div.content_box .clubaction p.friendprofile {
  background: url(../images/icon_viewprofile.gif) no-repeat;
}

div.content_box .bookaction p.friendblog,
div.content_box .clubaction p.friendblog {
  background: url(../images/icon_readblog.gif) no-repeat;
}

div.content_box .bookaction p.friendclubs {
  background: url(../images/icon_other_users.gif) no-repeat;
}

/*Clubs =========================================================*/

div.content_box .clubaction, div.content_box .rssaction {
  width: 130px;
}

div.content_box .clubinfo, div.content_box .rssinfo {
  float: left;
  display: inline;
  width: 345px;
}
div.content_box .clubinfo, div.content_box .sidebarinfo {
  float: left;
  display: inline;
  width: 200px;
  overflow:hidden;
}
.rsslocation, .eventwhen {color:#4C6579;font-size:12px;}
span.rssdescription {color:#777;font-size:13px;padding-top:2px;}

div.content_box .clubinfo span.clubinfobold, div.content_box .rssinfo span.rssinfobold {
  color: #666666;
}

div.content_box .rssaction p.publish, 
div.content_box .rssaction p.unpublish, 
div.content_box .rssaction p.viewevent,
div.content_box .rssaction p.editevent,
div.content_box .rssaction p.viewnews,
div.content_box .rssinfo p.view-children, 
div.content_box .rssaction p.delete, 
div.content_box .rssaction p.news, 
div.content_box .rssaction p.events, 
div.content_box .rssaction p.refresh, 
div.content_box .clubaction p.viewclub, 
div.content_box .clubaction p.viewevents, 
div.content_box .clubaction p.joinclub,
div.content_box .clubaction p.edit,
div.content_box .clubaction p.delete,
div.content_box .clubaction p.leave,
div.content_box .clubaction p.friendprofile,
div.content_box .clubaction p.friendblog,
div.content_box .clubaction p.approve,
div.content_box .clubaction p.sendmessage,
div.content_box .clubaction p.deny {
  padding-left: 20px;
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 5px;
}

div.content_box .clubaction p.viewclub {
  background: url(../images/icon_other_users.gif) no-repeat;
}
div.content_box .clubaction p.viewevents {
  background: url(../images/icon_events.gif) no-repeat;
}
div.content_box .rssaction p.editevent {
  background: url(../images/icon_editgeneric.gif) no-repeat;
}

div.content_box .clubaction p.joinclub {
  background: url(../images/add.gif) no-repeat;
}

div.content_box .clubaction p.leave {
  background: url(../images/icon_leaveclub.gif) no-repeat;
}

div.content_box .rssaction p.viewevent {
  background: url(../images/icon_events.gif) no-repeat;
}
div.content_box .rssaction p.publish {
  background: url(../images/icon_publish.gif) no-repeat;
}
div.content_box .rssaction p.unpublish {
  background: url(../images/icon_check.gif) no-repeat;
}
  
div.content_box .rssaction p.refresh {
  background: url(../images/icon_refresh.gif) no-repeat;
}

div.content_box .rssaction p.delete{
  background: url(../images/icon_delete2.gif) no-repeat;
}
div.content_box .rssaction p.news{
  background: url(../images/icon_rss2.gif) no-repeat;
}
div.content_box .rssaction p.viewnews{
  background: url(../images/icon_newspaper.gif) no-repeat;
}

div.content_box .rssaction p.events {
  background: url(../images/icon_events.gif) no-repeat;
}
div.content_box .rssinfo p.view-children{
  background: url(../images/icon_other_users.gif) no-repeat;
}

/*Blog =========================================================*/

#blogtitleheader {
  margin-bottom: 3px;
}

#user_tab_header div.blogtabheader img {
  display: inline;
  float: right;
  margin-top: -3px;
  margin-left: 5px;
}

#user_tab_header div.blogtabheader {
  width: 315px;
  display: inline;
  float: left;
}

#blog_container,
#myblog_container {
  float: left;
  width: 600px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  margin-top: -10px;
  background: url(../images/content_box_bkg.gif) repeat-x 0 top;
}

#blog_container h2,
#myblog_container h2 {
  margin-bottom: 5px;
  line-height: 12px;
  clear: left;
}

#blog_container p,
#myblog_container p {
  margin-bottom: 15px;
  line-height: 16px;
}

p.postedby_date {
  color: #8da0aa;
  font-size: 11px;
  margin-bottom: 10px;
}

#blog_container .blogleft,
#myblog_container .blogleft {
  float: left;
  display: inline;
  width: 410px;
}

#blog_container .categories,
#myblog_container .categories {
  display: inline;
  float: left;
  width: 250px;
}

#blog_container .perma_track,
#myblog_container .perma_track {
  display: inline;
  float: right;
}

#blog_container .categories p,
#myblog_container .categories p, 
#blog_container .perma_track p,
#myblog_container .perma_track p {
  color: #b2b2b2;
  font: 11px "Lucida Grande", Lucida, Helvetica, Verdana, sans-serif;
  margin-bottom: 0px;
}

#blog_container .blogdivider,
#myblog_container .blogdivider {
  float: left;
  display: inline;
  clear: both;
  width: 410px;
  height: 1px;
  border-bottom: 1px solid #b2b2b2;
  margin-bottom: 25px;
  margin-top: 10px;
}

#blog_container .blogright {
  float: right;
  display: inline;
  width: 140px;
  border: 1px solid #b2b2b2;
  padding: 10px;
  background-color: white;
}

#blog_container .blogright h2 {
  font-size: 12px;  
}

#blog_container .blogright h2.bloghome {
  background: url(../images/icon_home.gif) no-repeat 0 -1px;
  padding-left: 20px;
  padding-bottom: 10px;
}

#blog_container .blogright ul {
  list-style: none;
  margin-bottom: 10px;
}

#blog_container .blogright li {
  list-style: none;
  width: 140px;
}

#blog_container .blogright li a {
  display: block;
  color: #8c8c8c;
  text-decoration: none;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 15px;
  background: url(../images/arrow_miniblue.gif) no-repeat 4px 8px;
  font-size: 11px;
}

#blog_container .blogright li a:hover {
  background-color: #0e2f40;
  color: white;
}

#blog_container .blogright h2.rssfeed {
  background: url(../images/icon_rss.gif) no-repeat ;
  padding-left: 19px;
  padding-bottom: 5px;
}

/*Manuscripts =========================================================*/

.manuscriptrib {
  background: url(../images/manuscript_left.gif) repeat-y left;
  padding-left: 5px;
}

div.content_box .manuscriptaction .leftaction {
  float: left;
  display: inline;
  width: 90px;
  height: 30px;
  margin-right: 10px;
  padding-top: 20px;
  padding-left: 10px;
}

div.content_box .manuscriptaction .rightaction {
  float: left;
  display: inline;
  width: 130px;
  margin-bottom: 0px;
}

div.content_box .manuscriptaction p.manuscriptprofile,
div.content_box .manuscriptaction p.review,
div.content_box .manuscriptaction p.deletemanuscript,
div.content_box .manuscriptaction p.addcollection {
  padding-left: 20px;
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 5px;
}

div.content_box .manuscriptaction p.manuscriptprofile {
  background: url(../images/icon_manuscriptprofile.gif) no-repeat;
}

div.content_box .manuscriptaction p.addcollection {
  background: url(../images/icon_manuscript_add.gif) no-repeat;
}

div.content_box .manuscriptaction p.review {
  background: url(../images/icon_manuscript_review.gif) no-repeat;
}

/*My Pages Global Use Objects =========================================================*/

#my_header2 {
  border-top: 1px solid #b2b2b2;
  margin-bottom: 0px;
}

#my_header2 ul, #admin_header ul {
  list-style-type: none;
  font-size: 13px;
  line-height: 16px;
  float: left;
  margin-top: 3px;
}

#my_header2 li, #admin_header li {
  list-style-type: none;
  padding-right: 10px;
  display: inline;
  padding-left: 18px;
}

#my_header2 li a, #admin_header li a {
  color: #4c6579;
  text-decoration: none;
}

#my_header2 li a:hover, #admin_header li a:hover {
  background-color: #0e2f40;
  color: white;
  text-decoration:underline;
}


div.expandbox_header ul,
div.clubheader ul {
  list-style-type: none;
  font-size: 13px;
  line-height: 16px;
  float: right;
  margin-top: 2px;
}

div.expandbox_header li,
div.clubheader li {
  list-style-type: none;
  padding-right: 10px;
  display: inline;
  padding-left: 18px;
}

div.expandbox_header li a,
div.clubheader li a {
  color: #d7dee0;
  text-decoration: none;
}

div.expandbox_header li a:hover,
div.clubheader li a:hover {
  background-color: #d7dee0;
  color: #0e2f40;
}

#user_infobar_mypages {
  width: 600px;
}

.user_pic_mini {
  float: left;
  display: inline;
  margin-right: 15px;
  margin-top: -3px;
}

ul.generic_edit {
  list-style-type: none;
  font-size: 13px;
  line-height: 16px;
  float: left;
  margin-top: 3px;
  margin-bottom: 10px;
}

ul.generic_edit li {
  list-style-type: none;
  padding-right: 10px;
  display: inline;
  padding-left: 18px;
}


ul.generic_edit li a {
  color: #4c6579;
  text-decoration: none;
}

ul.generic_edit li a:hover {
  background-color: #0e2f40;
  color: white;
}

ul.generic_edit li.edit {
  background: url(../images/icon_editgeneric.gif) no-repeat;
}

ul.generic_edit li.removebook {
  background: url(../images/icon_removebook.gif) no-repeat;
}

ul.generic_edit li.delete {
  background: url(../images/icon_delete.gif) no-repeat;
}

ul.generic_edit li.edittags {
  background: url(../images/icon_edittags.gif) no-repeat;
}

h2.friendrequests {
  background: url(../images/add_dark.gif) no-repeat;
  padding-left: 20px;
}

/*My Profile =========================================================*/

#my_header2 li.edit_profile {
  background: url(../images/icon_viewprofile.gif) no-repeat;
  margin-left: 15px;
}

div.expandbox_header li.edit_profile2,
div.clubheader li.edit_profile2 {
  background: url(../images/icon_editgeneric.gif) no-repeat;
}

div.expandbox_header li.privacy {
  background: url(../images/icon_privacy.gif) no-repeat;
}

.my_header2_space {
  padding-bottom: 20px;
}

div.content_box .bookcomment_info {
  float: left;
  display: inline;
  width: 240px;
}

div.content_box .bookcomment_info h2 {
  font-size: 12px;
}

div.content_box .bookcomment_info p {
  font-size: 10px;
  margin-bottom: 5px;
}

div.content_box .bookcomment_action {
  width: 230px;
}

div.content_box .bookcomment_action p {
  margin-bottom: 0px;
  color: #666666;
  font: 10px "Lucida Grande", Lucida, Helvetica, Verdana, sans-serif;
}

div.content_box .bookcomment {
  float: left;
  display: inline;
  width: 570px;
  padding: 5px;
  margin-top: 10px;
  background-color: #f0f3f4;
}

div.content_box .bookcomment p {
  margin-bottom: 0px;
}

div.bookcomment_writecomment {
  float: left;
  display: inline;
  width: 580px;
  background-color: #d7dee0;
  padding: 10px;
}

div.bookcomment_writecomment textarea {
  width: 570px;
  margin-bottom: 10px;
}

/*My Collections =========================================================*/

div.collection_container {
  width: 274px;
  float: left;
  display: inline;
  padding-right: 10px;
}

div.content_box .collectioninfo {
  float: left;
  display: inline;
  width: 200px;
}

.collectioncontainer_left {
  border-right: 1px solid #dcdcdc;
}

.collectioncontainer_right {
  padding-left: 10px;
}

div.content_box .collectioninfo h2 {
  margin-bottom: 5px;
}

div.content_box .collectioninfo p {
  margin-bottom: 5px;
  font-size: 11px;
}

div.content_box .collectioninfo p.collection_details {
  font-size: 10px;
  margin-bottom: 0;
  color: #b2b2b2;
}

div.content_box .collectioninfo p.collectioneditdelete {
  font-size: 12px;
  line-height: 16px;
}

#my_header2 li.addbook {
  background: url(../images/icon_addbook.gif) no-repeat;
}

#my_header2 li.new, #admin_header li.new {
  background: url(../images/add.gif) no-repeat;
}
#admin_header li.publish {
  background: url(../images/icon_publish.gif) no-repeat;
}
#admin_header li.unpublish {
  background: url(../images/icon_unpublish.gif) no-repeat;
}

#admin_header li.refresh {
  background: url(../images/icon_refresh.gif) no-repeat;
}

#my_header2 li.deletecollection {
  background: url(../images/icon_delete.gif) no-repeat;
}

#my_header2 li.subscribe {
  background: url(../images/icon_rss.gif) no-repeat;
}
#admin_header li.subscribe {
  background: url(../images/icon_rss.gif) no-repeat;
}

#my_header2 li.view, #search_container .view {
  background: url(../images/icon_listview.gif) no-repeat;
}

#my_header2 li.edit {
  background: url(../images/icon_editgeneric.gif) no-repeat;
}

#my_header2 li.inbox {
  background: url(../images/icon_inbox.gif) no-repeat;
}

#my_header2 li.sentmessage {
  background: url(../images/icon_sentmessages.gif) no-repeat;
}

div.content_box .bookaction p.editbook {
  background: url(../images/icon_editgeneric.gif) no-repeat;
}

div.content_box .bookinfo select {
  width: 150px;
  font-size: 10px;
}

div.content_box .clubaction p.approve {
  background: #c2c87d url(../images/icon_accept.gif) no-repeat 2px 2px;
  padding: 2px 2px 2px 20px;
}

div.content_box .clubaction p.deny {
  background: #a93234 url(../images/icon_deny.gif) no-repeat 2px 2px;
  padding: 2px 2px 2px 20px;
}

div.content_box .clubaction p.approve a,
div.content_box .clubaction p.deny a {
  color: #fff;
}


/*My Reviews =========================================================*/

div.content_box .bookaction p.delete,
.club_action p.delete {
  background: url(../images/icon_delete.gif) no-repeat;
}

span.h2edit, span.h2delete {
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  background: url(../images/icon_write_review.gif) no-repeat;
  padding-left: 18px;
  margin-left: 10px;
}

span.h2delete {
  background-image: url(../images/icon_delete.gif);
  padding-left: 18px;
  margin-left: 10px;
}

span.h2edit a, span.h2delete a {
  color: #8da0aa;
}

span.h2edit a:hover, span.h2delete a:hover {
  color: white;
}

/*My Clubs =========================================================*/

div.content_box .clubaction p.edit {
  background: url(../images/icon_editgeneric.gif) no-repeat;
}

/*My Blog =========================================================*/

#myblog_container {
  width: 580px;
  margin-top: 5px;
  padding: 10px;
}

.tagbox_blog {
  width: 400px;
}

#myblog_container .blogleft {
  width: 580px;
}

#myblog_container .blogdivider {
  width: 580px;
}

/*My Manuscripts =========================================================*/

div.content_box .manuscriptaction p.deletemanuscript {
  background: url(../images/icon_deletemanuscript.gif) no-repeat;
  margin-bottom: 0px;
}

/*My Messages =========================================================*/

#sort_bar select.message_select {
  width: 50px;
}

ul.message_list {
  list-style-type: none;
  display: inline;
  margin-top: 3px;
  margin-left: 20px;
  margin-bottom: 10px;
  width: 350px;
  font: 13px/16px "Lucida Grande", Lucida, Helvetica, Verdana, sans-serif;
}

ul.message_list li {
  list-style-type: none;
  padding-right: 10px;
  display: inline;
  padding-left: 18px;
}


ul.message_list li a {
  color: #d7dee0;
  text-decoration: none;
}

ul.message_list li a:hover {
  background-color: #d7dee0;
  color: #0e2f40;
}

ul.message_list li.unread {
  background: url(../images/icon_unread.gif) no-repeat;
}

ul.message_list li.read {
  background: url(../images/icon_read.gif) no-repeat;
}

ul.message_list li.messagedelete {
  background: url(../images/icon_messagedelete.gif) no-repeat;
}

table#message_table {
  width: 600px;
  float: left;
  font-size: 11px;
}

table#message_table td {
  padding: 5px;
  border-bottom: 1px solid #dcdcdc;
}

table#message_table td.status_icons {
  width: 16px;
}

table#message_table td.select_message {
  width: 10px;
}

table#message_table td.message_pic {
  width: 40px;
  text-align: center;
}

table#message_table td.message_username {
  width: 175px;
}

table#message_table td.message_delete {
  width: 16px;
}

table#message_table tr {
  background: url(../images/content_box_bkg.gif) repeat-x;
}

table#message_table a {
  color: #4c6579;
  text-decoration: none;
}

table#message_table a:hover {
  background-color: #4c6579;
  color: white;
}

table#message_table a:hover img {
  background-color: white;
}

table#message_table p {
  font-size: 11px;
  color: #8da0aa;
}

#message_info {
  float: left;
  width: 580px;
  background-color: white;
  padding: 10px;
}

#message_title {
  float: left;
  padding-top: 10px;
}

#message_from_user {
  float: right;
  display: inline;
  text-align: right;
  width: 300px;
}

#message_from_user img {
  margin-left: 10px;
}

#message_from_user h3 a {
  text-decoration: none;
  color: #4c6579;
}

#message_from_user h3 a:hover {
  background-color: #4c6579;
  color: white;
}

#message_from_user p {
  font-size: 11px;
}

div.content_box.message ul {
  color: #8c8c8c;
  margin-bottom: 15px;
  padding-left: 15px;
}

textarea.message_reply {
  width: 580px;
  height: 200px;
  margin-top: -10px;
  margin-bottom: 10px;
  border: 1px solid #4c6579;
}

/*Edit Pages Global =========================================================*/

#edit_header {
  float: left;
  display: inline;
  width: 620px;
  background: white url(../images/edit_header_bkg.gif) repeat-x;
  padding: 15px 10px 10px;
}

#edit_container {
  float: left;
  padding: 20px 20px 40px;  
  width: 600px;
  background: #d7dee0 url(../images/edit_container_bkg.gif) repeat-x 0 bottom;
}

#edit_container p {
  color: #666666;
  margin-bottom: 20px;
}

.edit_header2 {
  background-color: #e4eaeb;
  padding: 7px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 10px;
  margin-top: 10px;
}

table#edit_table {
  width: 570px;
  font-size: 11px;
  font-weight: bold;
  color: #4c6579;
  vertical-align: top;
}

table#edit_table td {
  padding: 10px 5px;
}

table#edit_table td.left_legend {
  text-align: right;
  width: 140px;
  vertical-align: top;
}

table#edit_table td.left_legend2 {
  width: 100px;
}

table#edit_table td.left_legend img {
  border: 1px solid #4c6579;
  padding: 3px;
}

table#edit_table td.right_content {
  color: #666666;
  font-size: 11px;
}

table#edit_table td.right_content a {
  color: #4c6579;
}

table#edit_table td.right_content a:hover {
  background-color: #4c6579;
  color: #ffffff;
}

table#edit_table td.right_content p {
  margin-bottom: 15px;
}

table#edit_table td.right_pic_upload {
  padding-left: 20px;
}

table#edit_table p {
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  color: #666666;
}

table#edit_table p.privacy {
  background: url(../images/icon_privacy.gif) no-repeat;
  padding-left: 18px;
  margin-top: 5px;
  margin-bottom: 0;
}

table#edit_table select.select1 {
  width: 140px;
}

table#edit_table select.day {
  width: 55px;
}

table#edit_table select.year {
  width: 60px;
}

table#edit_table select.multiple {
  width: 220px;
  margin-bottom: 5px;
  color: #666666;
}

table#edit_table textarea {
  width: 70%;
  border: 1px solid #748c97;
}

table#edit_table textarea.longtext {
  width: 99%;
  height: 350px;
}

table#edit_table textarea.shorttext {
  width: 99%;
  height: 65px;
}

table#edit_table input.wide {
  width: 99%;
}

table#edit_table div.bookinfo p {
  margin-bottom: 5px;
}

table#edit_table p.user_rating {
  font-size: 13px;
  color: #b2b2b2;
  font-weight: bold;
}

table#edit_table img.user_rating_stars {
  margin-bottom: -3px;
}

table#edit_table img.pdf {
  margin-right: 10px;
}

table#edit_checkbox {
  color: #4c657a;
  width: 470px;
  font-size: 10px;
  line-height: 10px;
  font-weight: normal;
  font-style: normal;
}

table#edit_checkbox td {
  padding: 3px;
}



#editnav a.navtab {
  background-image: url(../images/edit_nav_tabs.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 130px;
  height: 30px;
}

#editnav {
  text-align: center;
  float: left;
  list-style-type: none;
  margin-left: 8px;
  margin-top: 10px;
  display: inline;
}

#editnav ul {
  list-style-type: none;
}

#editnav li {
  height: 30px;
  float: left;
}

#edit_left {
  float: left;
  display: inline;
  width: 60%;
}

#edit_right {
  background-color: #4c6579;
  float: right;
  display: inline;
  width: 32%;
  padding: 2%;
}

#editnav li a {
  color: #fff;
  line-height: 30px;
  background-position: center top;
  text-decoration: none;
  margin-right: 1px;
  margin-left: 1px;
  display: block;
  font-size: 12px;
}

#editnav li a:hover, #nav li.navtab a:hover {
  background-position: 50% -30px;
}

#editnav li a#currentSection, #editnav li a#currentSection:hover {
  color: #0e2f40;
  background-image: url(../images/edit_nav_tabs.gif);
  background-repeat: no-repeat;
  background-position: 50% -60px;
  font-weight: bold;
}

#edit_navtab {
  background-image: url(../images/edit_nav_bkg.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  height: 40px;
  width: 640px;
  float: left;
  clear: none;
}

.edit_club .buttons { 
  clear: both;
  text-align: right;
  padding-top: 1em;
}

/*AJAX Boxes =========================================================*/

#popup_foreground{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 7;
  background-color: #000;
  height: 100%;
  width: 100%;
  margin: 0px 0px;
  display: none;
  filter:alpha(opacity=60);
  moz-opacity:0.6;
  opacity: 0.6;
  
}

.popup {
  background-color: #203f58;
  border: 6px solid #8da0aa;
  padding: 20px 40px;
  left: 30%;
  right: 30%;
  position: absolute;
  top: 20px;
  z-index:8;
  display:none;
}

.popup h1 {
  color: #c2c87d;
  font-size: 15px;
  line-height: 16px;
  margin-bottom: 10px;
  margin-left: -20px;
  padding-left: 20px;
}

.popup h1.delete {
  background: url(../images/icon_delete_dark.gif) no-repeat;
}

.popup h1.manuscript_delete {
  background: url(../images/icon_manuscript_delete_dark.gif) no-repeat;
}

.popup h1.leave {
  background: url(../images/icon_leaveclub_dark.gif) no-repeat;
}

.popup h1.add {
  background: url(../images/add_dark.gif) no-repeat;
}

.popup h1.watch {
  background: url(../images/icon_watch_dark.gif) no-repeat;
}

.popup h1.report {
  background: url(../images/icon_report_dark.gif) no-repeat;
}

.popup h1.invite {
  background: url(../images/icon_joinclub_dark.gif) no-repeat;
}

.popup h2 {
  color: #d7dee0;
  font-size: 14px;
  margin-bottom: 5px;
}

.popup h3 {
  color: #8da0aa;
  font-size: 12px;
  border-bottom: 1px solid #748c97;
  padding-bottom: 5px;
  margin-bottom: 5px;
  margin-top: 20px;
}

.popup h3 span.explain {
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  color: white;
}

.popup div.content_pic {
  width: 40px;
}

.popup p, #edit_container .popup p, #edit_right .inline-popup p {
  color: #d7dee0;
  font-size: 12px;
  margin-bottom: 10px;
}

.popup p a {
  color: #c2c87d;
}

.popup p.explanation {
  font-size: 10px;
  color: #8da0aa;
}

.popup p.buttons, 
p.removeprofilebutton {
  margin-bottom: 0px;
  padding-top: 10px;
  text-align: right;
  border-top: 1px solid #748c97;
}

.popup p.removeprofilebutton {
  border: none;
  padding-top: 0px;
  margin-bottom: 0px;
}

.popup p.popup_author {
  color: #8da0aa;
}

.popup p.user_rating {
  font-size: 13px;
  color: #b2b2b2;
  font-weight: bold;
}

.popup img.user_rating_stars {
  margin-bottom: -3px;
}

.popup_checkbox {
  color: white;
  font: 10px/10px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.popup_checkbox li {
  list-style: none;
  padding: 3px;
  width: 117px;
  float: left;
}

.popup textarea {
  border: 1px solid #748c97;
  width: 99%;
  height: 75px;
  margin-bottom: 5px;
}

.popup input.inputtext {
  border: 1px solid #748c97;
  width: 99%;
  margin-bottom: 5px;
}

.popup img {
  float: left;
  margin: 0px;
  /* border: 3px solid #8da0aa; */
}

/*Book Profile =========================================================*/

#book_divider {
  background-image: url(../images/user_nav_bkg.gif);
  background-repeat: repeat-x;
  background-position: center;
  height: 15px;
  width: 640px;
  float: left;
  clear: none;
}

.book_rating {
  margin-left: 30px;
  margin-top: 10px;
  margin-bottom: 5px;
  float: left;
  clear: right;
}

#book_synopsis {
  width: 580px;
}

#book_synopsis a {
  color: #4c6579;
  text-decoration: none;
}

#book_synopsis a:hover {
  background-color: #0e2f40;
  color: white;
}

#book_socialbox {
  float: right;
  display: inline;
  width: 200px;
  border: 1px solid #dcdcdc;
  background-color: white;
  padding: 10px;
  position: relative;
  margin-left: 10px;
  margin-bottom: 10px;
}

#book_socialbox h3 {
  margin-bottom: 10px;
}

#book_socialbox p img {
  padding-right: 5px;
  padding-bottom: 5px;
  float: left;
}

#book_socialbox p { 
  clear: left;
}



#write_review {
  float: left;
  display: inline;
  background-color: #d7dee0;
  width: 580px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 10px;
}

#write_review h2 {
  background: url(../images/icon_write_review.gif) no-repeat;
  padding-left: 20px;
  line-height: 16px;
}

#write_review textarea {
  width: 98%;
  height: 200px;
  margin-bottom: 10px;
}

#write_review input.reviewwide {
  width: 98%;
  margin-bottom: 10px;
  margin-top: 10px;
  
}

/*Club Profile =========================================================*/

#club_left {
  float: left;
  display: inline;
  width: 380px;
  margin-left: 20px;
  margin-top: 20px;
}

div.clubheader,
div.clubheader_right {
  width: 370px;
  float: left;
  display: inline;
  background: #4c6579 url(../images/expand_header_bkg.gif) repeat-x 0 top;
  height: 19px;
  padding: 5px;
}

div.clubheader  h3,
div.clubheader_right h3 {
  color: white;
  padding-top: 3px;
}

div.club_minicontainer,
div.club_minicontainer_right {
  float: left;
  width: 358px;
  border: 1px solid #b2b2b2;
  padding: 10px;
  margin-bottom: 20px;
  border-top-style: none;
}

div.clubheader_details {
  float: left;
  display: inline;
  width: 368px;
  background-color: #d7dee0;
  border-right: 1px solid #b2b2b2;
  border-left: 1px solid #b2b2b2;
  padding: 5px;
}

div.clubheader_details .showing {
  float: left;
  display: inline;
}
#club_left div.nextprev {
  margin-bottom: 0px;
}

div.clubheader_details .starttopic {
  float: right;
  display: inline;
}

div.clubheader_details p {
  font-size: 10px;
  line-height: 11px;
}

p.minidetails {
  font-size: 10px;
  margin-bottom: 10px;
}

#club_right, #sidebar {
  float: right;
  display: inline;
  width: 200px;
  margin-right: 20px;
  margin-top: 20px;
  overflow:hidden;
}

div.clubheader_right {
  width: 190px;
}

div.club_minicontainer_right {
  width: 178px;
}

#club_right img {
  margin-bottom: 20px;
}
  
div.club_action {
  float: left;
  width: 178px;
  border: 1px solid #b2b2b2;
  padding: 10px;
  margin-bottom: 20px;
  background: url(../images/content_box_bkg.gif) repeat-x 0 top;
}

div.club_action p {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
}

div.club_action p.joinclub {
  background: url(../images/add.gif) no-repeat 0 5px;
}

div.club_action p.leaveclub {
  background: url(../images/icon_delete.gif) no-repeat 0 5px;
}

div.edit_club .delete { 
  float: left;
  background: url(../images/icon_delete.gif) no-repeat 0 0px;
  padding-left: 20px;
}

div.edit_club h1.delete { 
  float: none;
}

div.club_action p.inviteclub {
  background: url(../images/icon_joinclub.gif) no-repeat 0 5px;
}

div.club_action p.report {
  background: url(../images/icon_report.gif) no-repeat 0 5px;
}

div.club_action p.editclub {
  background: url(../images/icon_editgeneric.gif) no-repeat 0 5px;
}

table.memberpics {
  width: 100%;
}

table.memberpics td {
  padding: 2px;
}

table#member_table {
  width: 100%;
}

table#member_table td{
  padding: 5px;
  border-bottom: 1px solid #b2b2b2;
}

table#member_table td.removeright {
  text-align: right;
}

table#member_table a {
  color: #4c6579;
  text-decoration: none;
}

table#member_table a:hover {
  background-color: #4c6579;
  color: white;
}

#edit_right input.userinvite {
  width: 90%;
  margin-bottom: 10px;
  margin-top: 10px;
}

.userlist {
  padding: 3px;
  line-height: 20px;
  color: #8c8c8c;
  width: 90%; 
  height: 100px;
  overflow: auto; 
  background: #fff; 
  margin-bottom: 10px;
  border: 1px solid #D8DFEA; 
}

#club-popup .userlist {
  width: 99%;
}

.userlist input {
    margin: 0px 5px; 
    }
    
#edit_right h3 {
  color: white;
}    

#edit_left h3 {
  margin-bottom: 10px;
}

/*Browse =========================================================*/

div.club_minicontainer .content_box {
  width: 335px;
}

div.club_minicontainer .content_box .browsebuttons {
  margin-top: 5px;
  margin-bottom: 5px;
}

/*Logged in Home Page =========================================================*/

#message {
  width: 94%;
  border: 1px solid #dca721;
  padding: 3%;
  margin-bottom: 20px;
  background: #f7eaca url(../images/message_bkg.gif) repeat-x;
  border-right-style: none;
  border-left-style: none;
}

#message h2, .help-box h2 {
  margin-bottom: 10px;
}

#message h3, .help-box h3 {
  margin-bottom: 10px;
}

.help-box { 
  width: 562px;
  border: 1px solid #dca721;
  padding: 15px 3% 0px;
  margin-bottom: 20px;
  background: #f7eaca url(../images/message_bkg.gif) repeat-x;
  clear: both;
  margin-left: 20px;
  margin-right: 20px;
}

#search_container .help-box { 
  margin-left: 0px;
  margin-right: 0px;
}

#club_left .help-box { 
  width: 355px;
  margin: 0em 0em 15px;
}

.help-box .hide-help { 
  float: right;
  margin-top: -3px;
  margin-left: 10px;
  background: #DCA721;
  color: white;
  padding: 4px 5px;
  text-decoration: none;
}

.help-box .hide-help:hover { 
  color: #DCA721;
  background: white;
}

.help-box p { 
  margin-bottom: 15px;
}


.help-box p:first-letter { 
  font-weight: bold;
  font-size: 45px;
  font-family: georgia, serif;
  line-height: 45px;
  color: #666;
  float: left;
  margin-top: -5px;
  padding-right: 1px;
}


.help-box p + p:first-letter { 
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

#help-book { 
  width: 400px;
  clear: right;
  margin-left: 179px;
}

.message_close {
  float: right;
  display: inline;
}

.message_close a {
  background-color: #dca721;
  padding: 3px 5px;
  color: white;
}

.message_close a:hover {
  background-color: white;
  color: #dca721;
}

h3.bookmesh {
  background: url(../images/icon_bookmesh.gif) no-repeat 0 4px;
  padding-left: 18px;
}

h3.suggestions {
  background: url(../images/icon_suggestions.gif) no-repeat 0;
  padding-left: 18px;
}

div.home_minicontainer,
div.home_minicontainer_right {
  float: left;
  width: 360px;
  padding: 10px;
  margin-bottom: 10px;
  background: url(../images/content_box_bkg.gif) repeat-x 0 top;
}

div.home_minicontainer_right {
  width: 180px;
  padding: 10px;
}

div.home_minicontainer p {
  font-size: 11px;
  line-height: 12px;
}

div.home_minicontainer p.home_header {
  color: #666666;
  font-weight: bold;
  font-size: 12px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-bottom: 10px;
}

div.home_minicontainer p.home_header img {
  margin-left: 20px;
}

div.home_minicontainer h3 {
  font-size: 11px;
}

div.home_minicontainer h3 a,
div.home_minicontainer_right h3 a {
  color: #4c6579;
  font-size: 11px;
}

div.home_minicontainer h3 a:hover,
div.home_minicontainer_right h3 a:hover {
  color: white;
}

p.readmore {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 16px;
  border-bottom: 1px solid #b2b2b2;
  padding-bottom: 10px;
  font-family: "Lucida Grande", Lucida, Helvetica, Verdana, sans-serif;
}
table.readmore {
  margin-bottom: 10px;
  line-height: 16px;
  border-bottom: 1px solid #b2b2b2;
  padding-bottom: 10px;
  font-family: "Lucida Grande", Lucida, Helvetica, Verdana, sans-serif;
}

.indent {
  margin-left: 20px;
}

span.home_date {
  font-size: 10px;
  color: #b2b2b2;
  font-weight: normal;
  font-style: normal;
}

span.stopwatch {
  float: right;
  display: inline;
  margin-left: 20px;
  background: url(../images/bullet_delete.gif) no-repeat 0 3px;
  padding-left: 9px;
}

img.home_left {
  margin-right: 5px;
  margin-bottom: 10px;
}

div.home_minicontainer_right textarea {
  width: 170px;
  margin-bottom: 10px;
}

/*Footer =========================================================*/

#footer {
  float: left;
  display: inline;
  width: 648px;
  background: url(../images/footer_bkg.gif) no-repeat 0 top;
  margin-left: 161px;
  padding-bottom: 10px;
  padding-top: 10px;
  clear: both;
}


#footer p {
  font-size: 11px;
}

#footer div.copyright {
  float: left;
  display: inline;
  margin-left: 5px;
}

#footer div.footer_right {
  float: right;
  display: inline;
  margin-right: 5px;
}

a#select-all { 
  color: #D7DEE0;
  text-decoration:none;
}

a#select-all:hover { 
  background-color: #D7DEE0;
  color: #0E2F40;
}

#message_table .message .select_message { 
  padding-left: 25px;
  background: no-repeat 5px center;
}

#message_table .sent-message .select_message { 
  padding-left: 5px;
}

#message_table .read-message .select_message { 
  background-image: url(../images/icon_readdot.gif);
}

#message_table .unread-message .select_message { 
  background-image: url(../images/icon_unreaddot.gif);
}

td.fieldWithErrors { 
  padding: 2px !important;
}

td div.fieldWithErrors { 
  display: inline;
}

td.fieldWithErrors .error-text,
span.error-text { 
  color: white;
  background: #9a2225;
}

p.fieldWithErrors, div.fieldWithErrors { 
  background: #9a2225;
}

span.error { 
  background-color: #9a2225;
  color: white;
  margin-top: -5px;
}

#errorExplanation p { 
  margin-top: 12px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

#feedback-categories { 
  margin-bottom: 20px;
  list-style: none;
}

#feedback-categories li { 
  margin-bottom: 5px;
}

#feedback-thanks { 
  display: none;
}

#feedback_popup { 
  top: 30px;
  right: 20%;
}

#feedback_popup #feedback-categories { 
  color: #D7DEE0;
}

table { 
  border-collapse: collapse;
}

#edit_right .inline-popup p {
  margin-top: 10px;
}

.new_comment { 
  margin-top: 10px;
}

.new_comment .edit_header2 { 
  margin-top: 0px;
}


a.delete, span.h2delete a { 
  color: #9a2225;
}

a.delete:hover, span.h2delete a:hover { 
  color: white;
  background-color: #9a2225;
}

.author-meta {
  font-size: 10px;
}

.topic-comment .minidetails img { 
  float: left;
  width: 34px;
  padding-right: 12px;
}

.topic-comment-content { 
  clear: left;
  margin-left: 46px;
}

.club-message-members #message_title { 
  float: none;
  padding-top: 0px;
}

.club-text p { 
  margin-bottom: 16px;
}

#edit_header .back-link { 
  display: block;
  margin-top: 10px;
  float: left;
}

.back-link { 
  color: #203F58;
  text-decoration:none;
}

.back-link:hover { 
  background-color: #203F58;
  color: white;
}

.club-officer { 
  clear: left;
}

.club-officer img { 
  float: left;
  padding-right: 10px;
}
.club-sort-bar form, .event-sort-bar form { 
  float: left;
  padding-right: 5em;
}

#new_collection_input { 
  clear: both;
  padding-top: 5px;
  padding-bottom: 10px;
}

#confirm_text img { 
  padding: 0em 10px 10px 0em;
}

.popup .buttons { 
  clear: both;
}

.resize { 
  float: right;
  margin-bottom: 15px;
}

#message-popup h1 img { 
  padding: 0px 10px 10px 0px;
}

#message-popup form p { 
  clear: both;
  padding-bottom: 0em;
  margin-bottom: 1em;
}

#share_image img { 
  padding: 0px 10px 10px 0px;
}

#share_this_popup h3 { 
  clear: both;
}

.search-collection { 
  clear: both;
  padding-top: 5px;
}

#sidebar { 
  margin-top: 0px
}

#sidebar h3 { 
  background: #4c6579 url(../images/expand_header_bkg.gif) repeat-x 0 top;
  height: 19px;
  padding: 8px 5px 5px;
  color: white;
}

#sidebar .sidebar-content { 
  padding-top: 20px;
  clear: both;
}

#sidebar a, .short-book-list a {
background:#EEEEEE none repeat scroll 0 0;
display:block;
float:left;
margin:10px 3px;
padding:2px 0;
text-align:center;
width:60px;
}

#sidebar2 a { 
  display: block;
  float: left;
  width: 60px;
  height: 75px;
  text-align: center;
  margin: 10px 3px;
  padding: 2px 0em;
  background: #EEE;
  overflow:hidden;
}

#sidebar a img {
}

#sidebar hr { 
  clear: left;
  border: none;
}

#sidebar a:hover { 
  background: #4c6579 url(../images/expand_header_bkg.gif) repeat-x 0 top;
}

#edit_table .mceLayout td { 
  padding: inherit;
}

#writing-rating { 
  float: right;
}

#blog_container #category-list .selected { 
  background-color: #EEE;
}

#new-collection-input { 
  clear: both;
}

#collection-title { 
  background: #4c6579 url(../images/expand_header_bkg.gif) repeat-x 0 top;
  padding: 10px 20px 10px 10px;
  color: white;
  vertical-align: middle;
  margin: 5px 0em;
}

div.list-book { 
  border-top: 1px solid #dcdcdc;
  border-bottom: none;
  padding-bottom: 0px;
  margin: 0em;
  clear: both;
}

.list-book h2 { 
  float: left;
  width: 21em;
  padding-bottom: 5px;
}

.list-book p { 
  float: right;
  padding: 0px 0px 3px 18px;
  margin-left: 10px;
  font-size: 11px;
}

#search_container #user-list-view { 
  padding-left: 16px;
  margin-left: 16px;
  font-size: 11px;
  font-weight: normal;
}

#search_container #user-list-view a { 
  color: white;
}
#admin_header {
  background: #d7dee0 url(../images/edit_container_bkg.gif) repeat-x 0 bottom;
  float:left;
  height:30px;
  margin-bottom:15px;
  padding-left:20px;
  padding-right:20px;
  padding-top:8px;
  width:600px;
  border-bottom:1px solid #B2B2B2;
  margin-bottom:0;
  
}
#rss_container {
  float: left;
  padding: 20px 20px 0 20px;  
  width: 600px;
}

#events_container {
  float: left;
  padding: 0 20px 0 20px;  
  width: 600px;
}
#breadcrumbs {clear:both;padding-left:10px;}
.breadcrumb {
  font: bold 14px "Lucida Grande",Lucida,Geneva,Verdana,sans-serif;
  padding-top:10px;
}

.breadcrumb a {
  background: transparent url(../images/breadcrumb.gif) no-repeat center right;
  text-decoration: none;
  padding-right: 18px; /*adjust bullet image padding*/
  color: #4C6579;
  padding-left:5px;
}

.breadcrumb a:visited, .breadcrumb a:active {
  color: #4C6579;
}

.breadcrumb a:hover {
  color:#fff;
  text-decoration: none;
}

.popup-form {color:#C2C87D;width:100%;}
.popup-form td {padding-bottom:10px;}
.calendar_date_select {width:225px;}
















#homenav a.navtab {
  background-image: url(../images/home_tabs.gif);
  background-repeat: no-repeat;
  background-position: 50% -60px;
  width: 130px;
  height: 30px;
}

#homenav {
  text-align: center;
  float: left;
  list-style-type: none;
  margin-left: 3px;
  margin-top: 2px;
  display: inline;
}

#homenav ul {
  list-style-type: none;
}

#homenav li {
  height: 30px;
  float: left;
}

#homenav li a {
  color: #fff;
  line-height: 30px;
  background-position: 50% -60px;
  text-decoration: none;
  margin-right: 1px;
  margin-left: 1px;
  display: block;
  font-size: 12px;
}

#homenav li a:hover {
  background-position: 50% -30px;
}

#homenav li a#currentSection, #homenav li a#currentSection:hover {
  color: #0e2f40;
  background-image: url(../images/home_tabs.gif);
  background-repeat: no-repeat;
  background-position: center top;
  font-weight: bold;
}

#home_navtab2 {
  background: #EAECD3 url(../images/hometab_shadow.gif) repeat-x 0 top;
  width:600px;
  float: left;
  display: inline;
    margin-bottom: 5px;
  padding: 15px 20px 10px;
}

#home_navtab {
  background: #EAECD3 url(../images/userbar_shadow.gif) repeat-x scroll 0 0;
  height: 40px;
  width: 640px;
  float: left;
  clear: none;
}
#sidebar_content_parent {height:300px;}

.adminsidebar-content h3 { 
  background: #4c6579 url(../images/expand_header_bkg.gif) repeat-x 0 top;
  height: 19px;
  padding: 8px 5px 5px;
  color: white;
  width:200px;
}
.adminsidebar-content h3 a { 
  color:#fff;
}
#adminsidebar .sidebar-content { 
  padding-top: 20px;
  clear: both;
}

#adminsidebar a { 
  display: block;
  float: left;
  width: 60px;
  text-align: center;
  margin: 10px 3px;
  padding: 2px 0em;
  background: #EEE;
}

#adminsidebar a img {
}

#adminsidebar hr { 
  clear: left;
  border: none;
}

#adminsidebar a:hover { 
  background: #4c6579 url(../images/expand_header_bkg.gif) repeat-x 0 top;
}
p.children {
  background: url(../images/icon_other_users.gif) no-repeat;
  padding-top:5px;
  font-size:11px;
  line-height:16px;
  margin-bottom:5px;
  padding-left:20px;
}
p.children a {
font-size:11px;
line-height:16px;
}
#search_details p.back {float:left;}
.description {height:20px;}


#event-info {
  background:transparent url(../images/info-bubble.png) no-repeat scroll 0 0;
  display:none;
  height:307px;
  margin:-370px auto 0 67px;
  position:absolute;
  width:450px;
  z-index:9999;
}
div.info-wrap span {
  color:#888888;
  display:block;
  font-size:9px;
  font-weight:normal;
  padding:30px 0 0 40px;
}
div.info-wrap p {
  font-size:11px;
padding:5px 40px 0;
}

#errorExplanation {
  border: 2px solid red;
  margin: 0 auto;
  color: #510;
  text-align: left;
  border: 2px solid #F99;
  background: #fdd;
}
#errorExplanation h2 {
  background-color: #c00;
  color: #fff;
  text-align: left;
  border: none;
  padding: 40px 5px 5px 5px;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;padding: 5px;
}
.fieldWithErrors {
  padding: 2px;
  display: table;
}   
td div.fieldWithErrors input, div.fieldWithErrors textarea {
  border:1px solid red;
}
#errorExplanation ul {
  list-style: none;
  margin-left:10px;
  padding:10px;
}
p.fieldWithErrors, div.fieldWithErrors {
  background:none;
}
#errorExplanation ul li {
  font-size: 12px;
}

table.watch-event {
  color: #666666;
  font-weight: bold;
  font-size: 12px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-bottom: 10px;
}
table.watch-event a{
  color: #4c6579;
  text-decoration: none;
}
table.watch-event a:hover {
  background-color: #0e2f40;
  color: white;
  text-decoration: none;
}
table.watch-event span.date {
  color:#B2B2B2;
  font-size:10px;
  font-style:normal;
  font-weight:normal;
}
table.watch-event a.readmore {
  font-size:11px;
  font-weight:normal;
}
table span.stopwatch {
  background: url(../images/bullet_delete.gif) no-repeat 0 3px;
  font-weight:normal;
  font-size:11px;
}
#article {
clear:both;
padding:10px;

}

.popup .divider { 
  padding-top: 10px;
  border-top: 1px solid #748C97;
}

.popup-book-list { 
  background-color: white;
  height: 200px;
  overflow-y: auto;
  margin: 10px 0em;
  border:1px solid #D8DFEA;
  padding: 3px;
}

.popup-book-list li { 
  clear: both;
  padding-top: 10px;
}

.popup-book-list li img { 
  padding-right: 10px;
}

.popup-book-list li a { 
  display: block;
}

.popup-book-list li a:hover { 
  background: #FFC;
}

.popup-book-list span { 
  color: #0E2F40;
  display: block;
}

.popup-book-list .author { 
  color: #8C8C8C;
}

#book-to-add span { 
  display: block;
}

#book-to-add .title { 
  color: #C2C87D;
}

#book-to-add .author { 
  color: #D7DEE0;
}

#book-to-add img { 
  padding: 5px 10px 10px 0em;
}


/** Welcome page for books **/

p.welcome {
  color: black; font-size: 1.3em; line-height: 25px;
}

div.active_books {
  width: 410px; margin: 20px auto;
}

div.active_books div.active_book {
  display: inline;
  padding: 10px;
}

div.active_books div.active_book img {
  margin: 10px 0;
  border: 1px solid #aaa;
}

/** From weareagoodcompany **/

/* @group main buttons styles */

/* left edge */

.add.action-button {
  height: 26px;
  display: block;
  background: url(/images/button-add.png) no-repeat 0 0;
  font: bold 10px "Lucida Grande", Lucida, Verdana, sans-serif;
  padding: 0 0 0 23px;
  width: 37px;
}

/** Added by Eric to fit Add into each book partial */
div.content_pic a.action-button {
  margin-top: 8px;
}
div.content_pic {text-align: center; margin-left: -5px;}
/** End added by Eric to fit Add into each book partial */


.edit.action-button {
  height: 26px;
  display: block;
  background: url(/images/button-edit.png) no-repeat 0 0;
  font: bold 10px "Lucida Grande", Lucida, Verdana, sans-serif;
  padding: 0 0 0 23px;
  width: 37px;
}

.generic.action-button {
  border: none;
  height: 26px;
  display: block;
  background: url(/images/button-add.png) no-repeat 0 0;
  font: bold 10px "Lucida Grande", Lucida, Verdana, sans-serif;
  padding: 0 0 0 10px;
  width: 50px;
}

.generic.action-button.greyonblue {
  height: 26px;
  display: block;
  background: url(/images/button-generic-greyonblue.png) no-repeat 0 0;
  font: bold 10px "Lucida Grande", Lucida, Verdana, sans-serif;
  padding: 0 0 0 10px;
  width: 50px;
}

.generic.action-button.yellowonblue {
  height: 26px;
  display: block;
  background: url(/images/button-generic-yellowonblue.png) no-repeat 0 0;
  font: bold 10px "Lucida Grande", Lucida, Verdana, sans-serif;
  padding: 0 0 0 10px;
  width: 50px;
}

/* right edge */

.add.action-button span {
  display: block;
  height: 26px;
  margin: 0;
  background: url(/images/button-add.png) no-repeat right 0;
  padding: 7px 0 0 1px;
}

.edit.action-button span {
  display: block;
  height: 26px;
  margin: 0;
  background: url(/images/button-edit.png) no-repeat right 0;
  padding: 7px 0 0 1px;
}

.generic.action-button span {
  display: block;
  height: 26px;
  margin: 0;
  background: url(/images/button-add.png) no-repeat right 0;
  padding: 7px 0 0 7px;
}

.generic.action-button.greyonblue span {
  display: block;
  height: 26px;
  margin: 0;
  background: url(/images/button-generic-greyonblue.png) no-repeat right 0;
  padding: 7px 0 0 7px;
}

.generic.action-button.yellowonblue span {
  display: block;
  height: 26px;
  margin: -1px 0 0;
  background: url(/images/button-generic-yellowonblue.png) no-repeat right 0;
  padding: 7px 0 0 7px;
  width: 37px;
}

button.action-button {
  cursor: pointer;
}

/* @end */

/* @group search bar */

div#surrounding {
  background-color: #0e2f40;
  padding: 20px;
}

div#search-bar {
  width: 346px;
  background-color: #0e2f40;
  height: 26px;
  border-bottom: 1px solid #3e5966;
  margin: 0;
  padding: 0;
}

#topnav #search-bar { 
  border-bottom: none;
}

div#search-bar input#search {
  border-style: none;
  width: 274px;
  border-width: 1px;
  background: white url(/images/search-bar-left.png) no-repeat left -1px;
  margin: 1px 0 0 1px;
  float: left;
  display: block;
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
  font-size:8pt;
  font-weight: bold;
  color: #0e2f40;
  height: 17px;
  padding: 5px 7px 2px;
}

div#search-bar input#search:focus {
outline: none;

}

/* @group search button */

button#search-button {
  height: 26px;
  display: inline-block;
  background: url(/images/button-search.png) no-repeat 0 0;
  font: bold 9px "Lucida Grande", Lucida, Verdana, sans-serif;
  padding: 0 0 0 10px;
  width: 59px;
  border-style: none;
  text-align: left;
  text-transform: uppercase;
  margin: 0;
  margin-left: -2px;
}

button#search-button.action-button span {
  margin: -1px 0 0;
  background: url(/images/button-search.png) no-repeat right top;
  padding: 7px 0 0 2px;
  width: 47px;
  height: 20px;
}

/* @end */



/* @end */

/* @group button link colors */

.action-button, a.dropdown, .dropdown a {
  color: #42330b;
  text-decoration: none;
  text-transform: uppercase;
  font: bold 11px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.action-button:hover, a.dropdown:hover, .dropdown a:hover, button#search-button.action-button:hover {
  color: #6b5310;
  cursor: pointer;
}

/* @end */

/* @group dropdown */

div.dropdown {
  display: inline-block;
  zoom:1;
  *display:inline;
  position: relative;
  margin-right: 25px;
}

.generic.dropdown {
  display: block;
  background: url(/images/dropdown.png) no-repeat 0 -21px;
  padding-right: 0;
  padding-bottom: 3px;
  padding-left: 10px;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}

.generic.dropdown.pressed {
  display: block;
  background: url(/images/dropdown.png) no-repeat 0 0;
  margin: 0;
  padding-right: 0;
  padding-bottom: 3px;
  padding-left: 10px;
}

.generic.dropdown span {
  background: url(/images/dropdown.png) no-repeat right -21px;
  display: inline-block;
  padding: 2px 25px 3px 0;
  margin-right: -17px;
  height: 13px;
}

.generic.dropdown.pressed span {
  background: url(/images/dropdown.png) no-repeat right 0;
  padding-right: 25px;
  padding-top: 2px;
  display: inline-block;
  padding-bottom: 3px;
  height: 13px;
}

ul.dropdown {
  background-color: #fdeec7;
  display: block;
  border-top: 2px solid #ebddb9;
  margin: -3px auto 0;
  position: absolute;
  width: 100%;
  padding: 3px 12px 5px 4px;
}

ul.dropdown li {
  font-size: 11px;
  line-height: 1.6;
  list-style-type: none;
  width: 100%;
}

ul.dropdown li a {
  font-size: 10px;
  text-transform: capitalize;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 7px;
  display: block;
  width: 100%;
}

ul.dropdown li a:hover {
  color: #b9931f;
  background-color: #fff9eb;
}

/* @end */

/* @group whole popup */

div#aep_popup {
  width: 380px;
  background-color: #203f58;
  border: 7px solid #badafc;
  padding-left: 40px;
  padding-right: 40px;
}

div#aep_popup {
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* @end */

/* @group general stuff */

div#aep_popup a {
  color: #507984;
  font-size: 8pt;
}

div#aep_popup input:focus, div#aep_popup textarea:focus {
  outline: none;
  background-color: #e9f7ff;
}

div#aep_popup a:hover {
  color: #226f84;
}

/** Added by Eric to override */
div#aep_popup a.resize, a#cancel-button {
  text-decoration: underline;
}
div#aep_popup a.resize:hover, a#cancel-button:hover {
  background-color: #203f58;
}
/** End added by Eric */

br {
  clear: both;
}

div#aep_popup h1.edit {
  font-size: 12pt;
  color: #c2c87d;
  margin-top: 20px;
  margin-bottom: 30px;
}

div#aep_popup h3 {
  color: white;
  font-size: 7pt;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid #507984;
  padding-bottom: 4px;
  margin: 5px 0 0;
}

div#aep_popup h3.no-underline {
  border-bottom: 1px none #507984;
}

div#aep_popup h4 {
  color: #567074;
  font-weight: normal;
  font-style: normal;
  font-size: 8pt;
  text-transform: capitalize;
  letter-spacing: 0;
  margin: 4px 0 9px;
  padding: 0;
}

label {
  font-size: 8pt;
  margin: 0;
  padding: 0;
}



/* @end */

/* @group book info */

#book-info {
  width: 85px;
  display: block;
  float: left;
}

img#aep_image {
  width: 64px;
  margin: 0;
  padding: 0;
  float: none; /** added by Eric to override */
}

#i-own-it {
  margin: 10px 0; /** Added by Eric to tweak */
}



/* @end */

/* @group my collections */

div#my-collections {
  padding-left: 85px;
}

ul#popup-collections.popup_checkbox {
  margin: 0;
  padding: 0;
}

ul#popup-collections.popup_checkbox li {
  list-style-type: none;
  padding: 0;
  display: block;
  float: left;
  margin-top: 0;
  margin-left: 0;
  width: 130px;
  line-height: 1.5;
}

div#new-collection {
  margin-top: 20px;
}

#new-collection a.generic.action-button.greyonblue {
  font-size: 7pt;
  float: right;
  display: block;
}

div#aep_popup input.inputtext {
  float: left;
  display: block;
  width: 220px;
  margin: 0;
  padding: 5px 4px 3px;
  border-width: 1px;
}

div#aep_popup input#aep_review_title {
  display: block;
  width: 367px;
}

div#aep_popup textarea {
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
  width: 369px;
  padding: 6px 4px 4px;
  margin-bottom: 5px;
}

#aep_review_input a.resize {
  float: right;
}

/* @end */

/* @group review */

#popup-review label {
  display: block;
  margin-bottom: 3px;
  margin-top: 10px;
}

/* @end */

#aep_btn_save span {
  padding-left: 2px;
  padding-right: 7px;
}

#aep_btn_save {
  margin: auto auto auto 250px;
  padding-left: 5px;
}

a#cancel-button {
  float: right;
  display: block;
  margin-top: -20px;
  text-transform: uppercase;
  margin-right: 20px;
}

/** Changed by Eric to override some generic p.buttons settings */
#aep_popup p.buttons {
  margin-top: 40px;
  padding-top: 0px;
  text-align: right;
  border-top: 0;
}

#watchlist-status { 
  margin-left: 24px;
  margin-top: 24px;
  width: auto;
  float: left;
}

#watchlist-status p { 
  margin-right: 20px;
}

#watchlist-status form { 
  padding-top: 5px;
  width: 550px;
}

.dummy { 
  color: #999;
}

#watchlist-status form #status { 
  font-size: 100%;
  width: 400px;
}

#watchlist-status .note { 
  font-size: 75%;
}

#watchlist-status form .note { 
  width: 470px;
  text-align: right;
}

#message-popup #watchlist-examples li { 
  margin: 10px 15px;
  color: #c2c87d;
}