/* $Id: zen.css,v 1.14.2.6 2009/11/05 11:03:32 johnalbin Exp $ */

/*
 * ZEN STYLES
 *
 * This is an example stylesheet. Sub-themes should NOT include the zen/zen.css
 * file, but instead copy this CSS to their own stylesheets.
 *
 * In this stylesheet, we have included all of the classes and IDs from this
 * theme's tpl.php files. We have also included many of the useful Drupal core
 * styles to make it easier for theme developers to see them.
 *
 * Many of these styles are over-riding Drupal's core stylesheets, so if you
 * remove a declaration from here, the styles may still not be what you want
 * since Drupal's core stylesheets are still styling the element. See the
 * drupal6-reference.css file for a list of all Drupal 5.x core styles.
 *
 * In addition to the style declarations in this file, other Drupal styles that
 * you might want to override or augment are those for:
 *
 *   Book Navigation  See line 74  of Zen's drupal6-reference.css file
 *   Forum            See line 197 of Zen's drupal6-reference.css file
 *   Menus            See line 667 of Zen's drupal6-reference.css file
 *   News Aggregator  See line 20  of Zen's drupal6-reference.css file
 *   Polls            See line 287 of Zen's drupal6-reference.css file
 *   Search           See line 320 of Zen's drupal6-reference.css file
 *   User Profiles    See line 945 of Zen's drupal6-reference.css file
 */


/** body **/
  body
  {
  background-color: #adb97c;
    margin: 0;
    padding: 0;
  }

  #page
  {
  }
#header,
#main {
  background: transparent url(img/page-bg.png) scroll repeat-y left top;
}

  #page-inner
  {
  background: transparent url(img/header-bg.png) scroll no-repeat right top;
  }

/** header **/
  #header
  {
  }

  #header-inner
  {
  }

  #logo-title /* Wrapper for logo, website name, and slogan */
  {
  }

  #logo /* Wrapper for logo */
  {
    margin: 15px;
    padding: 0;
  }

  #logo-image /* The actual logo image */
  {
  }


  body.front h1 {
    font-size: 1.5em;
  }

  h1#site-name, div#site-name /* The name of the website */
  {
    margin: 0;
    font-size: 2em;
    line-height: 1.3em;
  }

  #site-name a:link,
  #site-name a:visited
  {
    color: #000;
    text-decoration: none;
  }

  #site-name a:hover
  {
    text-decoration: underline;
  }

  #site-slogan /* The slogan (or tagline) of a website */
  {
  background: transparent url(img/slogan.png) scroll no-repeat left top;
  clear: both;
  height: 25px;
  text-indent: -999em;
  }

#header-inner-right-block {
  float: right;
}
.not-logged-in #header-inner-right-block {
  margin-top: 20px;
}
.logged-in #header-inner-right-block {
  width: 239px;
}

  #header-blocks /* Wrapper for any blocks placed in the header region */
  {
  margin: 12px;
  }

.logged-in #block-block-3 {
  width: 285px;
  padding-top: 35px;
  margin-left: -70px;
}

a.login{
  color: gray;
  text-decoration: none;
}
#block-block-2 {
  background: #333 url(img/header-block-sprite.png) scroll no-repeat left top;
  font-size: .85em;
  letter-spacing: .05em;
}
#block-block-2 .bottom {
  background: transparent url(img/header-block-sprite.png) scroll no-repeat right bottom;
  padding: 7px;
}
#block-block-2 h4 {
  margin: 0;
}
#block-block-2 .content a,
#block-block-2 .content {
  color: #fff;
  text-decoration: none;
}
#block-block-2 .content a:hover {
  text-decoration: underline;
}
#block-block-2 ul {
  margin: 0;
  padding: 0;
}
#block-block-2 li {
  list-style-image: none;
  list-style-type: none;
}


/** main (container for everything else) **/
  #main
  {
  }

  #main-inner
  {
  }

/** content **/
  #content
  {
  }

  #content-inner
  {
  padding: 0 17px 17px 17px;
  }

  #mission /* The mission statement of the site (displayed on homepage) */
  {
  }

  #content-top /* Wrapper for any blocks placed in the "content top" region */
  {
  }

  #content-header /* Wrapper for breadcrumb, title, messages, tabs, and help */
  {
  }

  .breadcrumb /* The path to the current page in the form of a list of links */
  {
    padding-bottom: 0; /* Undo system.css */
  }

  h1.title, /* The title of the page */
  h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
  h3.title /* Comment title */
  {
    margin: 0;
  }
#content h1.title,
#content h2 {
  color: #b95915;
  font-weight: normal;
  margin: 0;
}
.front #content h1.title {
  color: #fff;
  font-weight: bold;
  letter-spacing: .05em;
}
.front #content h2 {
  color: #333;
  margin-top: 1.2em;
}


  div.messages /* Important messages (status, warning, and error) for the user */
  {
  }

  div.status /* Normal priority messages */
  {
  }

  div.warning, tr.warning /* Medium priority messages */
  {
    /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
  }

  div.error, tr.error /* High priority messages. See also the .error declaration below. */
  {
  }

  div.tabs /* See also the tabs.css file. */
  {
  }

  .help /* Help text on a page */
  {
    margin: 1em 0;
  }

  .more-help-link /* Link to more help */
  {
    font-size: 0.85em;
    text-align: right;
  }

  #content-area /* Wrapper for the actual page content */
  {
  }
.front #content-area {
  background: transparent url(img/front-photo.jpg) scroll no-repeat left top;
  color: #fff;
  height: 341px;
  margin-bottom: 1em;
  position: relative;
  width: 670px;
}
.front #content-area .node {
  bottom: 0;
  height: 108px;
  left: 0;
  position: absolute;
  width: 670px;
}
.front #content-area h1.title,
.front #content-area .node-inner {
  padding: 13px;
}

.front #content-area p {
  margin: 0;
}
.front-buttons {
  float: right;
  margin: 8px;
  width: 117px;
}
.front-button a {
  background: transparent url(img/front-button.png) scroll no-repeat left bottom;
  color: #000;
  display: block;
  height: 27px;
  line-height: 27px;
  margin-bottom: .75em;
  text-align: center;
  text-decoration: none;
  width: 117px;
}
.front-button a:hover {
  background: transparent url(img/front-button.png) scroll no-repeat left top;
  color: #332222;
}
.hide {
  display: none;
}

  ul.links /* List of links */
  {
    margin: 1em 0;
    padding: 0;
  }

  ul.links.inline
  {
    margin: 0;
    display: inline;
  }

  ul.links li
  {
    display: inline;
    list-style-type: none;
    padding: 0 0.5em;
  }

  .pager /* A list of page numbers when more than 1 page of content is available */
  {
    clear: both;
    margin: 1em 0;
    text-align: center;
  }

  .pager a, .pager strong.pager-current
  {
    padding: 0.5em;
  }

  .feed-icons /* The links to the RSS or Atom feeds for the current list of content */
  {
    margin: 1em 0;
  }

  #content-bottom /* Wrapper for any blocks placed in the "content bottom" region */
  {
  }

/** navbar **/
  #navbar
  {
  }

  #navbar-inner
  {
  margin-left: 21px;
  }

  #search-box /* Wrapper for the search form */
  {
  }

  #edit-search-theme-form-1-wrapper label /* Label that says "Search this site:" */
  {
    display: none;
  }

  #primary /* Primary links */
  {
  text-align: right;
  }
#primary ul {
  margin: 0;
}
#primary li {
  display: block;
  float: right;
  border-left: 1px solid #65765b;
  height: 45px;
}
#primary li.first {
  border-right: 1px solid #65765b;
}
#primary li:hover {
  background: transparent url(img/header-bg-hover.png) scroll repeat-x left top;
}
#primary a {
  color: #fff;
  line-height: 45px;
  text-decoration: none;
}

  #secondary /* Secondary links */
  {
  }

/** sidebar-left **/
  #sidebar-left
  {
  }

#sidebar-left .block {
  background: transparent url(img/sidebar-block-sprite.png) scroll no-repeat left top;
  padding-top: 14px;
}
#sidebar-left .bottom {
  background: transparent url(img/sidebar-block-sprite.png) scroll no-repeat right bottom;
  padding-bottom: 14px;
}
#sidebar-left .repeat {
  background: transparent url(img/sidebar-block-sprite.png) scroll repeat-y center top;
}

#sidebar-left #block-views-affiliate_logo-block_1,
#sidebar-left #block-views-affiliate_logo-block_1 .bottom,
#sidebar-left #block-views-affiliate_logo-block_1 .repeat {
  background: none;
  padding: 0;
}


#sidebar-left .block-inner {
  padding: 2px 16px;
}
#sidebar-left .block-inner h4 {
  margin-top: 0;
}
#sidebar-left #block-views-affiliate_logo-block_1 .block-inner {
  padding-left: 21px;
}


/** SIDEBAR LEFT menu stylings **/
.view-forum-topics .item-list ul,
#sidebar-left .block-inner ul.menu {
  margin: 1em -11px;
  padding: 0;
}
.view-forum-topics .item-list ul ul,
#sidebar-left .block-inner ul.menu ul.menu {
  margin: 0;
}
.view-forum-topics .item-list ul li,
#sidebar-left .block-inner ul.menu li {
  list-style-image: none;
  list-style-type: none;
  border-top: 1px solid #000;
}
.view-forum-topics .item-list ul li a,
#sidebar-left .block-inner ul.menu li a {
  display: block;
  padding: 7px 7px 7px 5px;
}
body .view-forum-topics .item-list ul li ul.menu li a:hover,
body #sidebar-left .block-inner ul.menu li ul.menu li a:hover {
  background-color: #d18f60;
}
.view-forum-topics .item-list ul li.collapsed a:hover,
.view-forum-topics .item-list ul li a:hover,
#sidebar-left .block-inner ul.menu li.collapsed a:hover,
#sidebar-left .block-inner ul.menu li a:hover {
  background-color: #faf1ea;
}
.view-forum-topics .item-list ul li.last,
#sidebar-left .block-inner ul.menu li.last {
  border-bottom: 1px solid #000;
}
#sidebar-left .block-inner ul.menu ul.menu li {
  border-bottom: none;
}
#sidebar-left .block-inner ul.menu li.collapsed a,
#sidebar-left .block-inner ul.menu li.expanded a {
  padding-left: 18px;
}
#sidebar-left .block-inner ul.menu li.expanded a {
  color: #fff;
}
#sidebar-left .block-inner ul.menu li.collapsed a {
  background: transparent url(img/li.collapsed.png) scroll no-repeat 3px 10px;
}
#sidebar-left .block-inner ul.menu li.expanded li.collapsed a {
  background: transparent url(img/li.collapsed2.png) scroll no-repeat 3px 10px;
}
#sidebar-left .block-inner ul.menu li.expanded a {
  background: transparent url(img/li.expanded.png) scroll no-repeat 3px 14px;
}
#sidebar-left .block-inner ul.menu li.expanded li.leaf a {
  background: transparent url(img/li.leaf.png) scroll no-repeat 7px 14px;
}
#sidebar-left .block-inner ul.menu li.expanded li.expanded li.leaf a {
  background-position: 14px 14px;
  padding-left: 25px;
}
#sidebar-left .block-inner ul.menu li.expanded a {
  background-color: #b95915;
}
#sidebar-left .block-inner ul.menu li.expanded ul.menu a {
  background-color: #c67338;
}
.view-forum-topics .item-list ul a,
#sidebar-left .block-inner ul.menu a {
  color: #000;
  text-decoration: none;
}

body .view-forum-topics .item-list ul ul li a.active,
body .view-forum-topics .item-list ul li a.active,
body #sidebar-left .block-inner ul.menu ul.menu li a.active,
body #sidebar-left .block-inner ul.menu li a.active {
  background-color: #a95113;
  color: #fff;
}


  #sidebar-left-inner
  {
  }

/** sidebar-right **/
  #sidebar-right
  {
  }

  #sidebar-right-inner
  {
  }

/** footer **/
  #footer
  {
  }

#footer-inner {
  text-align: center;
}
#footer-inner a {
  color: #000;
}

  #footer-message /* Wrapper for the footer message from Drupal's "Site information"
                     and for any blocks placed in the footer region */
  {
  }

/** closure **/
  #closure-blocks /* Wrapper for any blocks placed in the closure region */
  {
  }

/** Drupal nodes **/
  .node /* Node wrapper */
  {
  }

  .node-inner /* Additional wrapper for node */
  {
  }

  .sticky /* A sticky node (displayed before others in a list) */
  {
  }

  .node-unpublished /* Unpublished nodes */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */
  .comment-unpublished div.unpublished
  {
    height: 0;
    overflow: visible;
    color: #d8d8d8;
    font-size: 75px;
    line-height: 1;
    font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    word-wrap: break-word; /* A very nice CSS3 property */
  }

  .node-mine /* A node created by the current user */
  {
  }

  .node-teaser /* A node displayed as teaser */
  {
  }

  /* All nodes are given a node-type-FOO class that describes the type of
   * content that it is. If you create a new content type called
   * "my-custom-type", it will receive a "node-type-my-custom-type" class.
   */
  .node-type-page /* Page content node */
  {
  }

  .node-type-story /* Story content node */
  {
  }

  .node h2.title /* Node title */
  {
  }

  .marker /* "New" or "Updated" marker for content that is new or updated for the current user */
  {
    color: #c00;
  }

  .node .picture /* The picture of the node author */
  {
  }

  .node.node-unpublished .picture,
  .comment.comment-unpublished .picture
  {
    position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
  }

  .node .meta /* Wrapper for submitted and terms data */
  {
  }

  .node .submitted /* The "posted by" information */
  {
  }

  .node .terms /* Node terms (taxonomy) */
  {
  }

  .node .content /* Node's content wrapper */
  {
  }

  .node ul.links /* Node links. See also the ul.links declaration above. */
  {
  }

  .preview .node /* Preview of the content before submitting new or updated content */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal comments **/
  #comments /* Wrapper for the list of comments and its title */
  {
    margin: 1em 0;
  }

  #comments-title /* Heading for the list of comments */
  {
  }

  .comment /* Wrapper for a single comment */
  {
  }

  .comment-inner /* Additional wrapper for a single comment */
  {
  }

  .comment-preview /* Preview of the comment before submitting new or updated comment */
  {
  }

  .comment.new /* A new comment since the user last viewed the page. */
  {
  }

  .comment.odd /* An odd-numbered comment in the list of comments */
  {
  }

  .comment.even /* An even-numbered comment in the list of comments */
  {
  }

  .comment.first /* The first comment in the list of comments */
  {
  }

  .comment.last /* The last comment in the list of comments */
  {
  }

  .comment-unpublished /* Unpublished comments */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .comment-unpublished div.unpublished /* The word "Unpublished" displayed beneath the content. See also the div.unpublished declaration in the node section above. */
  {
  }

  .comment-published /* Published comments */
  {
  }

  .comment-by-anon /* A comment created by an anonymous user */
  {
  }

  .comment-by-author /* A comment created by the node's author */
  {
  }

  .comment-mine /* A comment created by the current user */
  {
  }

  .comment h3.title /* Comment title */
  {
  }

  .new /* "New" marker for comments that are new for the current user */
  {
    color: #c00;
  }

  .comment .picture /* The picture of the comment author */
  {
  }

  .comment .submitted /* The "posted by" information */
  {
  }

  .comment .content /* Comment's content wrapper */
  {
  }

  .comment .user-signature /* The user's signature */
  {
  }

  .comment ul.links /* Comment links. See also the ul.links declaration above. */
  {
    margin: 1em 0;
    text-align: right;
  }

  .indented /* Nested comments are indented */
  {
    /* margin-left: 25px; */ /* Drupal core uses a 25px left margin */
  }

  .preview .comment /* Preview of the comment before submitting new or updated comment */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal blocks **/
  .block /* Block wrapper */
  {
    margin-bottom: 1em;
  }

#content-top .block {
  margin: 0;
}

  .block.region-odd /* Zebra striping for each block in the region */
  {
  }

  .block.region-even /* Zebra striping for each block in the region */
  {
  }

  .block.odd /* Zebra striping independent of each region */
  {
  }

  .block.even /* Zebra striping independent of each region */
  {
  }

  .region-count-1 /* Incremental count for each block in the region */
  {
  }

  .count-1 /* Incremental count independent of each region */
  {
  }

  .block-inner /* Additional wrapper for block */
  {
  }

  .block h2.title /* Block title */
  {
  }

  .block .content /* Block's content wrapper */
  {
  }

  #block-aggregator-category-1 /* Block for the latest news items in the first category */
  {
  }

  #block-aggregator-feed-1 /* Block for the latest news items in the first feed */
  {
  }

  #block-block-1 /* First administrator-defined block */
  {
  }

  #block-blog-0 /* "Recent blog posts" block */
  {
  }

  #block-book-0 /* "Book navigation" block for the current book's table of contents */
  {
  }

  #block-comment-0 /* "Recent comments" block */
  {
  }

  #block-forum-0 /* "Active forum topics" block */
  {
  }

  #block-forum-1 /* "New forum topics" block */
  {
  }

  #block-menu-primary-links /* "Primary links" block */
  {
  }

  #block-menu-secondary-links /* "Secondary links" block */
  {
  }

  #block-node-0 /* "Syndicate" block for primary RSS feed */
  {
  }

  #block-poll-0 /* "Most recent poll" block */
  {
  }

  #block-profile-0 /* "Author information" block for the profile of the page's author */
  {
  }

  #block-search-0 /* "Search form" block */
  {
  }

  #block-statistics-0 /* "Popular content" block */
  {
  }

  #block-user-0 /* "User login form" block */
  {
  }

  #block-user-1 /* "Navigation" block for Drupal navigation menu */
  {
  }

  #block-user-2 /* "Who's new" block for a list of the newest users */
  {
  }

  #block-user-3 /* "Who's online" block for a list of the online users */
  {
  }

/** Drupal boxes **/
  /* Wrapper for Comment form, Comment viewing options, Menu admin, and
   * Search results.
   */
  .box /* Wrapper for box */
  {
  }

  .box-inner /* Additional wrapper for box */
  {
  }

  .box h2.title /* Box title */
  {
  }

  .box .content /* Box's content wrapper */
  {
  }

/** Miscellaneous Drupal styles **/
  .error /* Errors that are separate from div.messages status messages (see above.) */
  {
    /* color: #e55; */ /* Drupal core uses a #e55 background */
  }

  .warning /* Warnings that are separate from div.messages status messages (see above.) */
  {
    /* color: #e09010; */ /* Drupal core uses a #e09010 background */
  }

  .more-link /* Aggregator, blog, and forum more link */
  {
    text-align: right;
  }
.front .more-link {
  text-align: left;
}

  #user-login-form /* Drupal's default login form */
  {
    text-align: left;
  }

  tr.even /* Some tables have rows marked even or odd. */
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  tr.odd
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

/** Drupal forms **/
  .form-item, /* Wrapper for a form element (or group of form elements) and its label */
  .form-checkboxes,
  .form-radios
  {
    margin: 1em 0;
  }

  .form-item input.error, /* Highlight the form elements that caused a form submission error */
  .form-item textarea.error,
  .form-item select.error
  {
    border: 2px solid #c00;
  }

  .form-item label /* The label for a form element */
  {
    display: block;
    font-weight: bold;
  }

  .form-item label.option /* The label for a radio button or checkbox */
  {
    display: inline;
    font-weight: normal;
  }

  .form-required /* The part of the label that indicates a required field */
  {
    color: #c00;
  }

  .form-item .description /* The descriptive help text (separate from the label) */
  {
    font-size: 0.85em;
  }

  .form-checkboxes .form-item, /* Pack groups of checkboxes and radio buttons closer together */
  .form-radios .form-item
  {
    margin: 0.4em 0;
  }

  .form-submit /* The submit button */
  {
  }

  .container-inline div, .container-inline label /* Inline labels and form divs */
  {
    display: inline;
  }

  .tips /* Tips for Drupal's input formats */
  {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
  }

/** OpenID **/
  /* The default styling for the OpenID login link seems to assume Garland's
   * styling of list items.
   */
  #user-login-form ul /* OpenID creates a new ul above the login form's links. */
  {
    margin-bottom: 0; /* Position OpenID's ul next to the rest of the links. */
  }

  #user-login-form li.openid-link /* The "Log in using OpenID" links. */
  {
    margin-top: 1em;
    margin-left: -20px; /* Un-do some of the padding on the ul list. */
  }

  #user-login-form li.user-link /* The "Cancel OpenID login" links. */
  {
    margin-top: 1em;
  }

  #user-login ul
  {
    margin: 1em 0;
  }

  #user-login li.openid-link, /* The OpenID links on the /user form. */
  #user-login li.user-link
  {
    margin-left: -2em; /* Un-do all of the padding on the ul list. */
  }

/** Drupal admin tables **/
  /* We overrode these styles in html-elements.css, but restore them for the
   * forms on the site.
   */
  form tbody
  {
    border-top: 1px solid #ccc;
  }

  form th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

  form tbody th
  {
    border-bottom: 1px solid #ccc;
  }

  form thead th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }
  
  
  /** CSS for Custom Paging **/

#multichoice-render-question-form input#edit-submit {
  /**display: none; **/
}


  div#content-area .item-list {
    height: 98px;
  }
	
	body.section-users div#content-area .item-list  {
		height: auto;
	}

  .pager-next, .pager-previous, .pager-last {
    height: 25px;
    width: 100px;
    background-color: silver;
    
  }
  
  .pager-next {
  float:right;
  }
  
  .pager-previous {
  float:left;
  }

/* remove bottom book navigation */
div.book-navigation ul.menu {
	display: none;
}

/** User / Course Status Page **/
  body.section-user div#content-area .item-list {
  	height: auto;
  }
  
  body.section-user span.current-unit {
		color: red;
  }
  
  body.section-user span.status-neutral {
  	background-color: #06222E;
  	color: #fff;
  }
  body.section-user span.status-good {
  	background-color: #698C2D;
  	color: #fff;
  }
  body.section-user span.status-warning {
  	background-color: #FFFD9E;
  }
  body.section-user span.status-fail {
  	background-color: #B0250E;
  }
 
  body.section-user div#content-area-inner {
    padding: 10px;
  } 
/** reports styles **/
table.views-table th {
	padding: 5px;
	border: 1px solid black;
}
table.views-table td {
	padding: 5px;
	border: 1px solid black;
}

body.section-reports td.score-fail {
	background-color: red;
}
body.section-reports td.score-pass {
	background-color: green;
}

/** Pager Styles for Book Navigation (Course Content Type) **/

.node-type-quiz .book-navigation div.page-links {
	display: none;
}
.node-type-topic .book-navigation div.page-links {
	display: none;
}
.node-type-topic div.links {
  border-top: 1px solid #666;
  padding-top: 0.5em;
}
blah.node-type-topic ul.links {
  display: block;
  margin-top: -95px;
}
.node-type-quiz .book-navigation .page-links,
.item-list .pager {
  background: transparent url(img/previous-next.png) scroll no-repeat left center;
  height: 98px;
  margin: 0;
  margin-left: 450px;
  padding: 0;
  position: relative;
  width: 169px;
}

div.view-course-registration .item-list .pager {
  background: none;
}
div.view-course-registration .item-list .pager li.pager-next a:hover {
  background: none;
}
div.view-course-registration .item-list .pager li {
}

.node-type-quiz .book-navigation .page-links a {
 /** display: block; **/
  height: 98px;
  overflow: hidden;
  text-align: left;
  text-indent: -999em;
}
.node-type-quiz .book-navigation .page-links a.page-previous {
  width: 79px;
}
.node-type-quiz .book-navigation .page-links a.page-up {
  display: none;
}
.node-type-quiz .book-navigation .page-links a.page-next {
  width: 90px;
}


.node-type-quiz .book-navigation a.page-previous:hover,
.item-list .pager li.pager-previous a:hover {
  background: transparent url(img/previous-next.png) scroll no-repeat left top;
}
.node-type-quiz .book-navigation a.page-next:hover,
.item-list .pager li.pager-next a:hover {
  background: transparent url(img/previous-next.png) scroll no-repeat right bottom;
}

.node-type-quiz table.sticky-enabled td {
  padding: 8px;
}
.node-type-quiz table.sticky-enabled th {
  padding-left: 8px;
}

.item-list .pager li {
  display: block;
  padding: 0;
}
.item-list li.pager-previous a {
  position: absolute;
  left: 0;
  top: 0;
}
.item-list li.pager-next a {
  position: absolute;
  right: 0;
  top: 0;
}

.item-list li.pager-previous a,
.item-list li.pager-current a,
.item-list li.pager-next a,
.item-list li.pager-last {
  overflow: hidden;
  padding: 0;
  text-indent: -999em;
}
.item-list li.pager-previous a {
  float: left;
}
.item-list li.pager-previous a,
.item-list li.pager-previous {
  background-color: transparent;
  height: 98px;
  width: 79px;
}
.item-list li.pager-current,
.item-list li.pager-next,
.item-list li.pager-last {
  background-color: transparent;
  height: 98px;
  width: 90px;
}
.item-list li.pager-current a,
.item-list li.pager-next a,
.item-list li.pager-last a {
  background-color: transparent;
  display: block;
  height: 98px;
  width: 90px;
}

.node-type-quiz .pager-last,
.node-type-quiz .pager-first,
.node-type-quiz .page-up,
.node-type-quiz .pager-current,
.node-type-topic .item-list .pager-current,
div.links .item-list li.first,
div.links .item-list li.pager-item,
div.links .item-list li.pager-current
{
  display: none;
}

.node-type-quiz .book-navigation .page-links {
  border-bottom: none;
  border-top: none;
}

.content .field-field-image {
  float: right;
  margin: 0 0 9px 9px;
}
.content img {
  margin: 9px;
}

.content img,
blockquote {
  border: 1px solid #333;
  padding: 8px;
	overflow: auto;
}

#sidebar-left #block-views-affiliate_logo-block_1 .content img {
  border: 0;
  padding-left: 10px;
}


blockquote ul,
blockquote p {
  margin: 0;
  padding: 18px;
  background-color: #f6e5d8;
}


/** Pages with DOUBLE OUTLINES **/
.node-type-forum #content-area,
.section-forums #content-area,
.section-user #content-area,
.section-users #content-area {
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  border: 1px solid #666;
}
.node-type-forum #content-area-inner,
.section-forums #content-area-inner,
.section-user #content-area-inner,
.section-users #content-area-inner {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #666;
  margin: 8px;
}
.node-type-forum #content-area-inner {
  background: transparent url(img/forum-corner-bg.png) scroll no-repeat right top;
  padding: 10px;
}
.section-user #content h3,
.section-users #content h3 {
  background-color: #c2cb9d;
  font-weight: bold;
  font-size: 16px;
  margin: 0;
  width: 100%;
}
.section-user #content .content h3,
.section-users #content .content h3 {
  background-color: transparent;
}
.profile h3 {
  border-bottom: none;
}
div.content-profile-display {
  border: none;
}
.section-users span.description,
h1.user-title,
.section-user #content h2 #header #block-user-0,
.section-user #content h2 .inner,
.section-user #content h3 .inner,
.section-users #content h2 #header #block-user-0,
.section-users #content h2 .inner,
.section-users #content h3 .inner,
.forum-completion-info,
.forum-completion-table strong {
  padding-left: 5px;
}
.section-users span.description {
  display: block;
  margin-top: 9px;
}
.section-users div.forum-completion-info,
.section-user div.forum-completion-info {
  margin-top: 10px;
}

h3#content-profile-title-profile {
  text-indent: 18px;
}
h3#content-profile-title-profile:before {
  content: 'My ';
}
.profile .field-label,
.profile .field-item,
.profile .field-items {
  display: inline;
}
.profile .field-type-text {
  margin: 1em 0;
}


.section-users .profile table,
.section-user #content table {
  width: 100%;
}
.section-users .profile table {
  margin-top: 0;
}
.section-user #content tr #header #block-block-3,
.section-user #content tr.odd #header #block-block-3,
.section-user #content tr.even #header #block-block-3,
.section-user #content th,
.section-user #content td, 
.section-users #content tr #header #block-block-3,
.section-users #content tr.odd #header #block-block-3,
.section-users #content tr.even #header #block-block-3,
.section-users #content th,
.section-users #content td {
  padding: 2px 6px;
}
.section-forums tr.even,
.section-user tr.even,
.section-users tr.even {
  background-color: #fff;
}
.section-forums tr.odd,
.section-user tr.odd,
.section-users tr.odd {
  background-color: #e6e6e6;
}
.section-forums thead tr {
  background-color: #c2cb9d;
  line-height: 35px;
}
.section-forums tr .icon {
  padding: 0 8px;
}

#forum table {
  width: 100%;
}

li.comment_add a {
  background: transparent url(img/add-comment-button.png) scroll no-repeat left bottom;
  display: block;
  height: 27px;
  overflow: hidden;
  text-indent: -999em;
  width: 117px;
}
li.comment_add a:hover {
  background: transparent url(img/add-comment-button.png) scroll no-repeat left top;
}

.node-type-forum .node-type-forum .content p {
  font-weight: bold;
}


.node-type-forum .node-type-forum .forum-topic-navigation {
  display: none;
}
.node-type-forum #comments .comment {
  border-top: 1px solid #000;
  padding: 11px 0;
}
.node-type-forum #comments .indented {
  border-top: 1px dashed #000;
}
.node-type-forum #comments .indented .comment {
  border: none;
}

/** Custom Horizontal Login with JQuery **/

html.js #header #block-block-3,
#header #block-block-3 {
display: block;
margin: 0;
padding: 0;
position: relative;
}
#header #block-block-3 .form-item,
#header #block-block-3 .content table,
#header #block-block-3 .content {
  padding: 0;
  margin: 0;
}
#header #block-block-3 h2.title {
display: none;
}
#header #block-block-3 #edit-pass-1-wrapper,
#header #block-block-3 #edit-pass-wrapper {
display: block;
float: left;
margin-left: 10px;
margin-right: 10px;
}

#header #block-block-3 .forgot {
  text-align: center;
  width: 130px;
}
#header #block-block-3 .forgot a {
}

html.js #header #block-block-3 #user-login-form label {
color: #4e4e4e;
font-size: 85%;
font-weight: normal;
margin-left: 7px;
  margin-left: 0;
position: absolute;
text-align: left;
}
#header #block-block-3 #user-login-form label {
position: static;
margin-left: 2px;
text-align: left;
}
#header #block-block-3 #user-login-form input.form-text {
border: 1px solid #ccc;
padding: 1px;
width: 115px;
}
#header #block-block-3 #edit-name-1-wrapper,
#header #block-block-3 #edit-name-wrapper {
display: block;
float: left;
}
html.js #header #block-block-3 .item-list,
#header #block-block-3 .item-list {
  display: none;
}

.front #content .views-row {
  margin: 0.5em 0 1em 0;
}

/** QUICK MENU **/
div.book-quick-menu {
	fffloat: right;
	text-align: right;
}

/* TinyMCE header styles */
.header1,
.header2 {
  color: #333;
  font-family: Helvetica, Arial, "Bitstream Vera Sans", sans-serif;
}
.header1 {
  font-size: 16pt;
}
.header2 {
  font-size: 14pt;
}

.groups {
  display: none;
}

body caption {
  font-weight: bold;
  text-align: left;
  font-size: 1.4em;
}

body.node-type-unit div.page-links {
	display: none;
}
body.node-type-course div.page-links {
	display: none;
}
div.meta {
	display: none;
}

sup.glossary-indicator {
  font-size: 1.1em;
  font-weight: bold;
}

div#forum li.disallowed {
  display: none;
}

/* someone was using table borders in tinymce. */
/* i took out the ones i could find and gave the tables a class=border */
table.border {
  border: 1px solid #000;
}

div.certificate,
div.resume-status-link
{
  padding: 10px;
	background-color: #E3ECFE;
	border: 2px solid #CDD4E5;
	font-weight: bold;
}

body.front div#content-area h1.title {
	display: none;
}

body.section-reports {
	background-color: #fff;
}

div.node div.links {
	clear: both;
}

form#comment-form ul.tips {
	display: none;
}

/* feedback_tab block */
  div#feedback {
    background-image: url("img/feedback-button.png");
    display:block;
    height:97px;
    position:fixed;
    right:0;
    top:300px;
    width:32px;
  }
  div#feedback a{
    display: block;
    height: 97px;
    width:32px;
    position:absolute;
    left:0;
    top:0;
  }

body.node-type-topic div#content div.content table td, 
body.node-type-unit div#content div.content table td {
  padding: 5px;
}

/** Theme the special pager **/
.page-moderation ul.pager {
  margin: 0;
  padding: 0;
  width: auto;
  
}

.page-moderation #content-area-inner ul.pager * {
  background-image: none;
}

.page-moderation  #content-area-inner .item-list li {
  float: left;
  margin: 0 5px;
}

.page-moderation #content-area-inner ul.pager li a {
  margin: 0;
  padding: 0;
}
.page-moderation .item-list li.pager-current,
.page-moderation .item-list li.pager-next,
.page-moderation .item-list li.pager-last,
.page-moderation .item-list li.pager-previous {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}

.page-moderation .item-list li.pager-next a,
.page-moderation .item-list li.pager-last a,
.page-moderation .item-list li.pager-previous a {
  text-indent: 0;
  overflow: visible;
  width: auto;
  height: auto;
  position: static;
}