html, body{
	font-family: Verdana;
	font-size: 12px;
	background-color: #EAEAEA;
	margin: 0px;
} 

#content {
    width: 970px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#header {
	height: 75px;
	width: 951px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#footer {
	clear: both;
	height: 20px;
	width: 951px;
	margin: 0 auto;
	background-color: #FFFFFF;
	text-align: right;
	color:#666666;
	border-top: solid 1px;
	border-top-color: #666666;
}

#appname {
	color: #666666;
	font-size: 3.0em;
	text-align: right;
}

#banner {
	height: 25px;
	width: 950px;
	margin: 0 auto;
	background-color: #666666;
}

#menu {
    background: #666666;
    height: 25px;
    width: 951px;
	margin: 0 auto;
}

#leftcontent {
	float: left;
    top: 105px;
    width: 170px;
	margin-left: 10px;
	margin-top: 5px;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	font-family: Verdana;
	font-size: 10px;
	color: #7A7A7A;
}

#centrecontent {
	float: right;
    top: 105px;
    width: 740px;
    margin-top: 5px;
	background-color: #FFFFFF;
	padding: 10px;
	border-left: solid 1px;
	border-left-color: #666666;
}

#bookdisplay {
    float: left;
    width: 500px;
}

#coverdisplay {
    float: right;
    width: 240px;
    text-align: center;
}

#logo {
	text-align: right;
	height: 240px;
}

.greybox {
	background-color: #EAEAEA;
	padding-top: 8px;
	padding-left: 6px;
	padding-bottom: 8px;
	width: 100%;
	line-height: 1px;
}

.whitebox {
	background-color: #FFFFFF;
	padding-top: 8px;
	padding-left: 10px;
	padding-bottom: 8px;
	width: 100%;
	line-height: 1px;
}

.textbox {
	font-size: 1.4em;
}

.bold {
	font-weight: bold;
}

span.error_label {
	font-weight:bold;
	color:#FF0000;
	text-decoration:none;
	padding-left:20px;
	padding-bottom:12px;
	background-image:url(../images/error.gif);
	background-repeat:no-repeat;
	background-attachment:scroll;
}

span.hint {
	display:none;
}

/* LINK STYLES */
a:link, a:visited {
	color:#666666;
	text-decoration:none;
}

a:focus,a:hover {
	border-bottom:1px solid;
	border-bottom-style:solid;
}

a.imageLink {
	border-bottom:none;
}

a.imageLink:focus,a.imageLink:hover {
	border-bottom-style:none;
}

a.gn {
	color:#7A7A7A;
	text-decoration:none;
}

/* END LINK STYLES */

.d {
	color:#636363;
}

/* PANEL MENU STYLES*/
dl.accordion {
  margin:0;
  padding:0;
  _overflow:hidden;
}

dl.accordion dt {
  _width:100%;/*hack for IE*/
  /*cursor:pointer;*/
  display:block;
  cursor:hand;
  margin:0;
  padding:0;
  padding:3px 6px;
  background:#999480;
  color:white;
  border-left:solid 1px #cccccc;
  border-top:solid 1px #f0f0f0;
  border-right:solid 1px #222222;
  border-bottom:solid 1px #222222;
  font-weight: bold;
}

dl.accordion dt.hover {
  background:#555555;
}

dl.accordion dt.collapsing {
  background:#31324A;
}

dl.accordion dt.expanding {
  background:#333366;
}

dl.accordion dd {
  margin:0;
  padding:0;
  padding:6px;
  line-height:1.4;
  overflow:auto;
}

dl.accordion dd.default {
  height:auto;
  display:block;
}

/* END PANEL MENU STYLES*/

/* HEADER STYLES */

h1,h2,h3 {
	margin: 0 0 0.25em;
	font-weight: normal;
	line-height: 0.8;
}

h1 {
	font-size: 1.6em;
	letter-spacing: -1px;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

/* END HEADER STYLES */

/* DATA TABLE STYLES */
table.tabledata {
	width: 100%;
	padding: 0px;
	border-top: 1px solid #AAA;
	border-right: 1px solid #AAA;
	border-collapse: collapse;
	font-size: 11px;
}

table.tabledata colgroup {
}

table.tabledata th {
	border-bottom: 1px solid #AAA;
	border-left: 1px solid #AAA;
	text-align: left;
	letter-spacing: 1px;
	background: #E0E0E0;
	padding: 2px;
}

table.tabledata tr {
}

table.tabledata td {
	border-bottom: 1px solid #AAA;
	border-left: 1px solid #AAA;
	padding: 3px;
	vertical-align: middle;
}
/* END DATA TABLE STYLES */

/* TABLE FORM STYLES */
table.tableform {
	font-size: 11px;
}

td.tableform {
	padding: 5px;
}

td.mid {
	text-align: center;
	vertical-align: middle;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#7A7A7A;
}

/* END TABLE FORM STYLES */

/* INPUT STYLES */
input.styled {
	border: 1px solid #AAA;
	font-size: 11px;
}

textarea.styled {
	border: 1px solid #AAA;
	font-size: 11px;
}

.styled {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	color: #666666;
	font-size: 11px;
	font-weight: bold;
}

.styled_hover {
	background-color: #666666;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}

.error{
	background-color:#FF3333;
	border:1px solid #AAA;
	color:#000000;
	font-size:11px;
}
/* END INPUT STYLES */

/* NAVIGATION LINKS STYLES */
#navlist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	overflow:hidden;
}

#navlist li {
	float: left;
}

#navlist a {
	width: 127px;
	display: block;
	padding: 4px;
	font-size: 1.2em;
	text-decoration: none;
	background-color: #666666;
	border-left: 1px solid #FFF;
	color: #FFFFFF;
	text-align:center;
}

#navlist a.lhs {
	border-left: none;
	border-right: none;
}

#navlist a:visited {
	color: #FFFFFF;
}

#navlist a:hover {
	background-color: #949494;
}
/* END NAVIGATION LINKS STYLES */
