/* Styles taken from inline page */
<!--
.style1 {font-size: 16px}
-->

<!--
.style3 {
	color: #FF00FF;
	font-weight: bold;
}
-->

/* CSS Styles for IPS Publications Database */

/* Styles to be shared between pages */

#bottom_admin {
  display: block;
  padding-top: 30px;
}

#bottom_links {
  display: block;
  margin-top: 30px;
}

.cell_admin_bar {
  display: table-cell;
}

a img {
  border: 0;
}

.multiple_form_buttons {
  margin-top: 50px;
  float: left;
  clear: both;
}

.option_links {
  margin-top: 10px;
  width: 80%;
}

.multiple_form_buttons form {
  display: inline;
}

.middle_aligned_cell {
  display: table-cell;
  vertical-align: middle;
}

.boxed {
  padding: 10px;
  margin: 0px;
  border: 1px solid black;
}

/* Styles for category tree */

#category_tree {
  list-style: none;
  padding: 0px;
}

#category_tree .generation {
  margin-left: 15px;
  padding: 0px;
  list-style: none;
}

#category_tree a.cat_tree_link {
  margin-top: 3px;
  text-decoration: none;
}

#category_tree a.cat_tree_link_active {
  margin-top: 3px;
  text-decoration: underline;
}

/* Styles for publications list */

.publications {
}

.publication {
  padding: 0px;
}

.publication img {
  display: block;
}

.pub_authors {
  font-style: italic;
}

.pub_link {
  color: blue;
}

/* Styles for showing publications */

#pub_show_authors {
  font-style: italic;
}

#pub_description {
  margin-top: 10px;
}

#pub_description img {
  float: left;
  clear: left;
}

#book_details {
  margin-top: 30px;
}

#book_chapters {
  margin-top: 30px;
}

.chapter {
  margin-top: 20px;
}

.chapter_title {
  font-size: 160%;
}

.chapter_files a {
  float: right;
}

.chapter_files a img {
  border: 0px;
  margin: 0px 3px;
}

.chapter_description {
}

.cover_image {
  width: 250px;
  margin-right: 20px;
}

.cover_upload {
  display: block;
  width: 100%;
}

/* Styles for show chapters page*/

.dlfile {
  clear: both;
}

.dlfile_icon {
  float: left;
  width: 80px;
}

.dlfile_format {
  float: left;
  width: 60%;
}

/* Styles for displaying info on people */

.person_name {
}

.person_description {
  margin-top: 20px;
}

.person_photo {
  width: 150px;
}

.recent_publications {
  margin-top: 20px;
}

.person_attributes_short {
  height: 60px;
  width: 100%;
}

.person_photo_small {
  height: 50px;
}

.person_select {
  margin-right: 200px;
}

/* Styles for displaying contributions */

.contrib_list {
  display: block;
  margin: 0px;
  padding: 0px;
  width: 100%;
}

.contributions {
  display: table;
  margin: 0px;
  padding: 0px;
  width: 100%;
}

.contribution {
  display: table-row;
}
/* Styles for displaying book formats */

.bookforms {
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.bookforms.tr.td {
  padding: 3px;
}

.price_available {
  color: green;
}

.price_sold_out {
  color: red;
}

/* Styles for displaying stock */

.stocks_list {
  width: 100%;
}

/* Styles for basket display */

.basket_item {
  font-size: 0.8em;
}
