/*********************************************************************************************\
*       COPYRIGHT © 2011 ENVISION INFORMATION TECHNOLOGIES, LLC.    ALL RIGHTS RESERVED       *
*       DISTRIBUTION, UNAUTHORIZED USE AND MODIFICATION IS STRICTLY PROHIBITED                *
*       ENVISION IT, MADISON, WI    http://www.envisionitllc.com   info@envisionitllc.com     *
\*********************************************************************************************/

body
{
  background-color: #FFF;
  color: #000;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 12px;
  margin: 10px;
  padding: 0;
}

form
{
  padding: 0px;
  margin: 0px;
}

a img
{
  border-width:0px;
}

.clear
{
  clear: both;
  height: 0px;
  overflow: hidden;
  width: 0px;
}

#spre_fullscreen
{
  margin: 0;
  padding: 0;
  min-width: 680px;
  width: 100%;
}

#spre_middle
{
  margin: 10px 4px 20px 4px;
  position: relative;
  width: 100%;
}

#spre_previous_page_button
{
  background: url('/spre/images/fullscreen/previous_page_button.gif') repeat-y 0 0 transparent;
  -webkit-border-radius: 13px 0 0 13px;
  -moz-border-radius: 13px 0 0 13px;
  border-radius: 13px 0 0 13px;
  bottom: 0;
  -moz-box-shadow: -5px 5px 12px 0 #666;
  -webkit-box-shadow: -5px 5px 12px 0 #666;
  box-shadow: -5px 5px 12px 0 #666;
  display: block;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 39px;
  behavior: url(/styles/PIE.htc);
}

#spre_next_page_button
{
  background: url('/spre/images/fullscreen/next_page_button.gif') repeat-y 0 0 transparent;
  -webkit-border-radius: 0 13px 13px 0;
  -moz-border-radius: 0 13px 13px 0;
  border-radius: 0 13px 13px 0;
  bottom: 0;
  -moz-box-shadow: 5px 5px 12px 0 #666;
  -webkit-box-shadow: 5px 5px 12px 0 #666;
  box-shadow: 5px 5px 12px 0 #666;
  display: block;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 39px;
  behavior: url(/styles/PIE.htc);
}

/* Content CSS */

#spre_content_container
{
  -moz-box-shadow: 0 5px 12px 0 #666;
  -webkit-box-shadow: 0 5px 12px 0 #666;
  box-shadow: 0 5px 12px 0 #666;
  background-color: #FFF;
  border: 1px solid #DDD;
  margin: 0 43px;
  position: relative;
  behavior: url(/styles/PIE.htc);
}

#spre_content_container.no_previous_page
{
  margin-left: 11px;
}

#spre_content_container.no_next_page
{
  margin-right: 11px;
}

#spre_content_header
{
  height: 54px;
  padding: 0;
  width: 100%;
}

#spre_content_header_top
{
  background-color: #FCF5CD;
  border-bottom: 2px solid #ECBA4B;
  height: 30px;
  margin: 0;
  padding: 2px 10px;
}

.spre_content_header_icon
{
  float: left;
  height: 30px;
  margin: 0 5px 0 0;
  width: 30px;
}
.spre_content_header_icon a
{
  display: block;
  height: 30px;
  width: 30px;
}

#spre_content_header_print a
{
  background: url('/spre/images/shared/header_button_print.png') no-repeat center bottom transparent;
}

#spre_content_header_fullscreen_close a
{
  background: url('/spre/images/shared/header_button_fullscreen_close.png') no-repeat center bottom transparent;
}

#spre_content_header_table_of_contents a
{
  background: url('/spre/images/shared/header_button_table_of_contents.png') no-repeat center bottom transparent;
}

#spre_content_header_page_number
{
  background: url('/spre/images/shared/pagenumber_background.gif') no-repeat 0 0 transparent;
  color: #636467;
  float: left;
  font-weight: bold;
  height: 17px;
  margin: 0 11px;
  overflow: hidden;
  text-align: center;
  width: 68px;
}

#spre_content_header_issue_name
{
  color: #636467;
  font-weight: bold;
}

#spre_name_seperator, #spre_page_name
{
  display: none;
}

#spre_content
{
  margin: 10px 10px 0 10px;
  overflow-x: hidden;
  overflow-y: auto;
}

#spre_content_footer
{
  display: none;
}

/* Footer CSS */

#spre_footer
{
  color: black;
  font-size: 10px;
  margin: 5px auto 0 auto;
  text-align: center;
  width: 400px;
}
#spre_footer a
{
  color: black;
}

/* Dialog CSS */

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

#spre_dialog_pleasewait
{
  height: 66px;
  margin: 10px;
  width: 66px;
}

#spre_dialog_page_name
{
  font-size: 18px;
  margin: 10px;
}

/* Table of Contents CSS */
#spre_table_of_contents
{

}

.spre_table_of_contents_page
{
  background: url("/spre/images/shared/table_of_contents_button_page_background.gif") no-repeat scroll 0 0 transparent;
  float: left;
  height: 242px;
  margin-left: 25px;
  overflow: hidden;
  padding: 5px 0 0 5px;
  position: relative;
  width: 170px;
}

.spre_table_of_contents_page img
{
  height: 219px;
  width: 167px;
}

.spre_table_of_contents_page_number
{
  background: url("/spre/images/shared/pagenumber_background.gif") no-repeat scroll 0 0 transparent;
  color: #636467;
  font-weight: bold;
  height: 17px;
  left: 49px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 224px;
  width: 68px;
}

/* Default Box CSS */
#spre_header_box
{
  float: right;
  height: 30px;
}

#spre_header_box p
{
  margin: 0;
  padding: 0;
}

/* Default Header CSS */
#spre_header
{
  background-color: #ecba4b;
  height: 90px;
  margin: 6px 4px;
  overflow: hidden;
  position: relative;
  min-width: 672px;
  width: 100%;
}

#spre_header_left
{
  background: url('/spre/images/shared/default_header_left_background.gif') no-repeat left center;
  float: left;
  height: 90px;
  overflow: hidden;
  position: relative;
  width: 253px;
}

#spre_header_logo
{
  height: 55px;
  left: 40px;
  overflow: hidden;
  position: absolute;
  top: 16px;
  width: 213px;
}

#spre_header_right
{
  background: url('/spre/images/shared/default_header_right_background.gif') no-repeat right center;
  float: right;
  height: 90px;
  overflow: hidden;
  position: relative;
  width: 642px;
}

#spre_header_menu
{
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 22px;
  width: 590px;
}

#spre_header_menu .menu
{
  border-right: 2px solid #636467;
}
#spre_header_menu .menu:first-child
{
  border-right: none;
}

#spre_header_menu .menu a
{
  display: block;
  color: #636467;
  font-weight: bold;
  padding: 0 10px;
  text-decoration: none;
}

#spre_header_menu .menu a:hover
{
  text-decoration: underline;
}

#spre_header_search
{
  left: 410px;
  overflow: hidden;
  position: absolute;
  top: 48px;
}

#spre_header_search_box
{
  float: left;
}

.spre_header_input
{
  background-color: #FFF;
  border: 1px solid #B38037;
  color: #808285;
  font-weight: bold;
  padding: 1px 4px;
  width: 118px;
}

#spre_header_search_button_box
{
  float: left;
  margin: 2px 10px;
}

/* page comment css styles */
#pageCommentsHeader
{
  clear: both;
  font-size: 14px;
  font-weight: bold;
  padding-top: 20px;
}

#pageCommentHeader
{
  color: #000;
  font-size: 14px;
  padding-bottom: 10px;
}

.pageCommentRequired
{
  color: darkred;
}

.pageCommentField
{
  float: left;
  padding-right: 10px;
  text-align: right;
  width: 150px;
}

.pageCommentInput
{
  float: left;
}

.pageCommentSubject
{
  color: #000;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 0px 0px 0px;
}

.pageCommentFrom
{
  font-size: 12px;
}

.pageCommentDelete
{
  font-size: 12px;
}

.pageCommentBody
{
  color: #000;
  font-size: 14px;
  padding: 8px 0px 10px 0px;
}

#pageCommentForm
{
  padding-bottom: 20px;
}