
html, body { height: 100%; width: 100%; }

body {
  padding: 0;
  margin: 0;
  color: #666;
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

#container {
    position: relative;
    min-height: 100%;
    width: 100%;
}

#content {
  padding: 2em;
  padding-top: 1em;
  margin-right: 290px;
}

#footer {
  background: #014220 url('/images/background-bottom-shadow.jpg') repeat-x top left;
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  padding-top: 48px;
}

a {
  text-decoration: none;
  color: #014220;
}
a:hover {
  text-decoration: underline !important;
  color: #014220;
}



div#bookcover-box {
    position: absolute;
    right: 0;
    padding: 10px;;
    width: 270px;
}

#bookcover {
    padding: 1em 0;
}
#bookcover-box p.announce-au {
    font-size: large;
    color: #f00;
    text-align: center;
    font-weight: bold;
}
#bookcover-box p.announce-nz {
    font-size: medium;
    color: #f00;
    text-align: center;
    font-weight: bold;
}

div#bookcover-info {
    width: 250px;
    left: 5px;
    padding: 5px;
    border: 1px solid #888;
    background: #f4f4f4;
}
div#bookcover-info .isbn {
    position: absolute;
    left: 4em;
}

a img {
    border: none;
    padding: 0;
    text-decoration: none !important;
}
div#bookcover-info .sample-chapter
{
    margin-top: 2em;
}
div#bookcover-info .sample-chapter a
{
    text-decoration: none;
}

ul#messages
{
  position: absolute;
}

ul#pkgbar
{
  list-style-type: none;
  width: 100%;
  border-bottom: 1px solid #bbb;
  margin: 0;
  padding: 0;
  padding-top: 1em;
  background: #ccc url('/images/menu-shadow.jpg') repeat-x top left;
}

ul#pkgbar br.list-end
{
  line-height: 0;
  clear: both;
}
ul#pkgbar li
{
  float: left;
  position: relative;
  /* google: holly hack */
  height: 1%;
  width: 8em;
  white-space:nowrap;
  margin-left: 1em;
  border: 1px solid #c0c0c0;
  position: relative;
  top: 1px;
  background: #eee;
}
ul#pkgbar li.active
{
  border-bottom: 1px solid white;
  background: #fff;
}
ul#pkgbar li a
{
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0.5em 0 0.5em 0;
  text-decoration: none;
  color: #014220;
}

ul.menu
{
  margin: 0;
  padding: 0;
}
ul.menu li
{
  display: inline;
  margin: 0;
  padding: 0;
}
ul.menu li:before
{
  content: '| ';
  font-size: 0.8em;
}
ul.menu li.first:before
{
  content: none;
}

form.general
{
	position: relative;
	margin: 0;
}
form.general div.fields
{
	border: 1px solid #d5e6dd;
	padding: 1em;
	padding-top: 3em;
	height: 1%;

}
form.general span.heading
{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	line-height: 2em;
	height: 2em;
	text-indent: 1em;
	padding-right: 1em;
	font-weight: bold;
	background-color: #d5e6dd;
	color: #1c664d;

}
form.general span.title
{
	display: block;
	width: 7em;
	float: left;
	text-align: right;
	margin: 0 0.5em 0.3em 0;
	height: 1.5em;
	line-height: 1.5em;
}

form.general input,textarea
{
	border: 1px solid #c0c0c0;
}

form.general input[type=text],textarea,input[type=password],select
{
	padding: 0.2em;
	margin-bottom: 0.5em;
}
form.general input[type=submit],input[type=reset],input[type=button],button
{
	margin-right: 1em;
	margin-top: 1em;
	padding: 0.1em 1em 0.1em 1em;
}
form.general div.require input
{
	border-left-color: red;
}

form.general span.message
{
	color: #c0c0c0;
	margin-left: 1em;
	font-size: 0.8em;
}
form.general span.error
{
	color: red;
	margin-left: 0.5em;
	font-size: 0.8em;
}
form.general div.error input
{
	border-color: red;
}

form.general div.group select
{
	width: 15em;
}

form.general div.group td.center input[type=button]
{
	width: 5em;
	margin: 0 1em 0 1em;
}

form.general div.buttons
{
	margin-left: 7.5em;
}
form.general div.comment
{
}
form.general br.input-end
{
	clear:left;


}
form.general br.form-end
{
	clear: both;
	line-height: 0;
}

#printables {
    position: relative;
    list-style-type: none;
}
#printables li {
    border: 1px solid #ccc;
    border-bottom: none;
    padding: 1em;
}
#printables li.last {
    border: 1px solid #ccc;
}
#printables a {
    text-decoration: none;
    position: absolute;
    left: 10em;
}
#printables a img {
    vertical-align: middle;
}

div.pager
{
    clear: left;
    margin-bottom: 1em;
}
div.pager br
{
	display: none;
}
div.pager span.list
{
    margin-right: 1em;
}
div.pager span.jump
{
    margin-right: 0.5em;
}
div.pager ul
{
    list-style: none;
    padding: 0px;
    margin-left: 0em;
    display: inline;
}
div.pager ul li
{
    display: inline;
}
div.pager ul li a
{
    padding: 0 0.25em 0 0.25em;
}
div.pager li.active a
{
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}

