/*
	HAN:
	
	note from fee!
	
	I've temporarily hacked the wrapper widths from 1024 to 1080 so that Mrs Miller can see a full line of text where 
	ISBN, ISBN-13 and YEAR are displayed for a book, see this URL for an example:
	
	http://mellenpress.com/aaanewsite/mellenpress.cfm?bookid=7182&pc=9
	
	i dunno but you may want to mess with col_left, col_centre and col_right widths to acheive the same within a width of 1024???
*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #e4f5fc;
	background: -moz-radial-gradient(center, ellipse cover,  #e4f5fc 0%, #ededed 52%, #abd7ea 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#e4f5fc), color-stop(52%,#ededed), color-stop(100%,#abd7ea));
	background: -webkit-radial-gradient(center, ellipse cover,  #e4f5fc 0%,#ededed 52%,#abd7ea 100%);
	background: -o-radial-gradient(center, ellipse cover,  #e4f5fc 0%,#ededed 52%,#abd7ea 100%);
	background: -ms-radial-gradient(center, ellipse cover,  #e4f5fc 0%,#ededed 52%,#abd7ea 100%);
	background: radial-gradient(center, ellipse cover,  #e4f5fc 0%,#ededed 52%,#abd7ea 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f5fc', endColorstr='#abd7ea',GradientType=1 );
	text-align: center;
	margin: 0px;
	padding: 0px;
}
html, body { /* saves you from the "centering jump" on short pages */
	min-height: 100%;
	margin-bottom: 1px;
}
strong, b {
	font-weight:600;
}
p {
	font: Arial;
	font-size: 100%;
	line-height: 140%; /* Opens up the spacing (leading) between lines of text. */
	margin:5px 0 10px 0;
}
a:link, a:hover, a:focus {
	color: #0000ff;
	text-decoration: none;
	font-weight:normal;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size:130%;
	line-height:160%;
	color: #800000;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin-top:-4px;
	margin-bottom:5px;
	border-bottom:0px solid #cccccc;
}
h1.page {
	font-family:Arial;
	font-size:x-small;
	display:block;
	font-weight:bold;
	margin:0.67em 0;
	color: #000;
}
h2 {
	font-size:120%;
	color: #800000;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	margin-top:15px;
	margin-bottom:5px;
	border-bottom:1px solid #cccccc;
	border-top:0px solid #cccccc;
}
h3 {
	font-size:100%;
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	margin-top:10px;
	margin-bottom:10px;
}
h4, h5 {
	font-size:85%;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	margin-top:10px;
	margin-bottom:10px;
}
h6 {
	font-size:65%;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin-top:5px;
	margin-bottom:5px;
}
td {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:95%;
	margin:0px;
}
hr {
	border: none 0;
	border-top: 1px solid #ccc;/*the border*/
	width: 99%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}
ol {
	position:relative; 
	left:40px;
}
ol li {
	font-size:18px; /* ************************************************************* */
}

/* wrapper styles */
#wrapper {
	width:1080px; 
	text-align: left;
	margin:0px auto 0 auto;
}
#secondary-wrapper {
	box-shadow:0 0 50px #000;
	/*position:relative; fee - on IE breaks display of left_col */
	padding: 0 27px 0 27px;
	background:#fff;
	position:relative;
	width:1080px;
}
/* header styles */
#headerhd {
	position: absolute;
	top: 0;
	right: 0;
}
#header table {
	position:absolute;
	top:30px;
	right:0;
	width:389px;
}
#headerhd p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	font-size:0.8em;
	margin-right:10px;
	margin-top:5px;
}
#header {
	background: transparent;
	border-bottom:0px solid #CCCCCC;
	height:80px;
	padding:0px;
	margin-bottom:0px;
}
#header p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#F9C535;
	font-size:0.8em;
	margin-right:10px;
	margin-top:5px;
}
#headerhd a {
	color:#333;
	font-weight: normal;
	background-color:transparent;
	text-decoration:inherit;
	padding: 0px 0px 0px 0px;
}
#headerhd a:hover, a:focus {
	background-color:transparent;
	text-decoration:underline;
	color:#FFF;
}
#headerhd a:visited {
	text-decoration:none;
}
#header a {
	color:#F9C535;
	font-weight: normal;
	background-color:transparent;
	text-decoration:inherit;
	padding: 0px 0px 0px 0px;
	border-bottom:0px solid #EEEEEE;
}
#header a:hover, a:focus {
	background-color:transparent;
	text-decoration:underline;
	border-right: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	color:#F9C535;
}
#search {
	width:790px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:100%;
	margin:0px;
	padding:5px;
}
#search .smallsearch {
	color: #333333;
	font-size: 80%;
	margin-top:5px;
}
#header img {
	float:left;
	padding: 12px 0 18px 0;
	margin:0 0 0 -26px;
}
#one {
	padding: 30px 10px 0 0
}
/*globalnav*/
#globalnav {
	position:relative;
	float:left;
	font-size:0.8em;
	margin:0 0 0 -2px;
	z-index:1000;
}
#globalnav li {
	float: left;
	margin: 0 2px;
	padding: 4px 0 2px 0;
	/* border: 1px solid black; */
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background:#800000;
}
#globalnav A {
	display:block;
	color:#fff;
	text-decoration:none;
	font-weight:normal;
	background:transparent;
	margin:0;
	padding:0.25em 1em;
	border-left:0px solid #dddddd;
	border-top:0px solid #dddddd;
	border-right:0px solid #dddddd;
}
#globalnav A:hover {
	color:#e7a226;
	background:#800000;
}
#globalnav A:active, #globalnav A.here:link, #globalnav A.here:visited {
	color:#fff;
	background:#800000;
}
#globalnav A.here:link, #globalnav A.here:visited {
	position:relative;
	z-index:299;
}
#globalnav li.current, #globalnav li:hover {
	z-index:300;
	margin-top:-8px;
	padding-bottom:10px;
}
#globalnav ul {
	margin-left:-2px;
}
#globalnav ul li {
	border-radius:0;
}
#globalnav ul li:hover {
		margin: 0 2px;
	padding: 4px 0 2px 0;
}	
	
/*subnav*/
/*
#globalnav UL {
	position:absolute;
	left:0;
	top:31px;
	left:-13px;
	float:left;
	width:90%;
	margin:0;
	padding:0.25em 0.25em 0.25em 1em;
	list-style:none;
	border-top:0px solid #fff;
	z-index:9999;
}
#globalnav UL LI {
	float:left;
	display:block;
	margin:-1px 0 0 0;
	padding:5px 0;
	border-radius:0;
	position:relative;
	z-index:9999;
}
#globalnav UL LI:hover {
	margin-top:-1px;
	padding-bottom:5px;
}
#globalnav UL A {
}
#globalnav UL A:hover {
	color:#e7a226;
}
#globalnav UL A:active, #globalnav UL A.here:link, #globalnav UL A.here:visited {
	color:#FFFFFF;
	background:#4e709c;
}
*/
/* content styles */
#series_select {
	float:left;
	position:relative;
	z-index:200;
	width:250px;
	margin:0 22px 0 0;
}
#award-winners {
	float:left;
	clear:left;
	margin:8px 22px 0 0;
	width:250px;
	position:relative;
	z-index:200;
}

/* fee: opened these up to get the newmellenpress.cfm based paged working in three columns */
#col_left {
	width: 210px;
	float: left;
	padding: 5px 5px;
	margin-top:0px;
	background:#FFF;
	border-bottom: 0px solid #FFFFFF;
}
#col_left p {
	color: #333;
	font-size: 80%;
	line-height: 130%;
	margin-top:5px;
}
#col_left h1 {
	font-size:110%;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin-top:10px;
	margin-bottom:10px;
	border-bottom:0px solid #cccccc;
}
#col_left h2 {
	font-size:110%;
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin-top:10px;
	margin-bottom:10px;
	border-bottom:0px solid #cccccc;
	border-top:0px solid #CCCCCC;
}
#col_left a {
	font-size:100%;
	color:#0000ff;
	background-color:transparent;
	text-decoration:none;
	padding: 0px 0px 0px 0px;
	border-bottom:0px solid #EEEEEE;
}
#col_left a:hover, a:focus {
	font-size: 100%;
	background-color:transparent;
	text-decoration:underline;
	border-right: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	color:#0000ff;
}

/* content and centre column styles */ 
#col_centre {
	padding: 0px;
	margin-top: 0px;
	margin-right: 265px;
	margin-bottom: 0;
	margin-left: 220px;
}
#col_centre a {
	font-size:100%;
	color:#0033ff;
	background-color:transparent;
	text-decoration:none;
	padding: 0px 0px 0px 0px;
	border-bottom:0px solid #EEEEEE;
}
#col_centre a:hover, a:focus {
	font-size: 100%;
	background-color:transparent;
	text-decoration:underline;
	border-right: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
}
#col_centre a:visited {
	font-size: 100%;
	background-color:transparent;
	text-decoration:underline;
	border-right: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	color:#0033ff;
}
#col_centre p {
	font-size: 90%;
	line-height: 160%;
	margin-top:5px;
}
#col_centre .smallpara {
	color: #333333;
	font-size: 70%;
	margin-top:5px;
}
#col_centre td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:100%;
	margin:0px;
}
#col_centre td.DataC {
	color:#fff;
	background:#800000;
	color: white;
	background: maroon;
	border: 1px solid black;
	padding: 5px;
}
#col_centre ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}
#col_centre li {
	font-size:90%;
	color: #000;
	padding-left: 25px;
	margin-bottom: 10px;
	margin: 2px;
	text-indent:0px;
	margin-left: 30px;
}
#col_centre #nav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:95%;
	color:#999999;
}
#col_centre #nav a {
	font-size:85%;
	color:#999999;
	background-color:transparent;
	text-decoration:none;
	padding: 0px 0px 0px 0px;
	border-bottom:0px solid #EEEEEE;
}
#col_centre #nav a:hover, a:focus {
	font-size:85%;
	text-decoration:underline;
	border-right: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	color:#FF0000;
}
#col_centre .big {
	font-size: 130%;
	line-height: 130%;
	color:#666666;
	margin-top:15px;
}

/* third column styles */
#col_right {
	margin: 0px;
	margin-right:0px;
	width: 229px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	float: right;
	background-color:#fff;
	/*position:relative; fee */
	z-index:300;
}
#col_right h1 {
	font-size:110%;
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin-top:10px;
	margin-bottom:10px;
	border-bottom:0px solid #cccccc;
}
#col_right p {
	color: #666;
	font-size: 80%;
	line-height: 130%;
	margin-top:5px;
}
#col_right ul {
	color: #666;
	font-size: 70%;
	line-height: 130%;
	margin-top:5px;
	margin-left:15px;
}
#col_right .smalltext {
	color: #333333;
	font-size: 80%;
	margin-top:5px;
}
#col_right .righttitle {
	color: #FF0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 240%;
	line-height:100%;
	margin-top:5px;
	padding:0px;
	background:transparent;
	font-weight:200;
}
#col_right .righttitle2 {
	color: #FF0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:130%;
	line-height:100%;
	margin-top:5px;
	padding:0px;
	background:transparent;
	font-weight:200;
}
#col_right .righttitlebl {
	color: #0099cc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:130%;
	line-height:100%;
	margin-top:5px;
	padding:0px;
	background:transparent;
	font-weight:200;
}
#col_right a {
	font-size: 100%;
	color:#0000FF;
	background-color:transparent;
	text-decoration:none;
	padding: 0px 0px 0px 0px;
	border-bottom:0px solid #EEEEEE;
}
#col_right a:hover, a:focus {
	font-size: 100%;
	background-color:transparent;
	text-decoration:underline;
	border-right: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	color:#0000FF;
}
/* footer styles */
#footer {
	font-size: 85%;
	margin:30px 0 0 0;
}
#footer p {
	padding: 5px;
	font-size: 75%;
	color: #666666;
}
#footer a {
	color:#0000FF;
	background-color:transparent;
	text-decoration:none;
	padding: 0px 0px 0px 0px;
	border-bottom:0px solid #EEEEEE;
}
#footer a:hover, a:focus {
	text-decoration:underline;
	border-right: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	color:#0000FF;
}
/* Tiny Carousel */
#slider1 {
	height: 1%;
	overflow:hidden;
	padding: 0 0 10px;
	margin:-8px 0 0 6px;
}
#slider1 .viewport {
	float: left;
	width: 234px;
	height: 354px;
	overflow: hidden;
	position: relative;
	margin:10px 0 0 0;
}
.play {
	margin:0 0 10px 6px;
}
.stop {
	margin:0 10px 10px 0;
}
#slider1 .disable {
	visibility: hidden;
}
#slider1 .overview {
	list-style: none;
	position: absolute;
	padding: 0;
	margin: 0;
	width: 230px;
	left: 0 top: 0;
}
#slider1 .overview li {
	float: left;
	margin: 0 20px 0 0;
	/* padding: 1px; fee - messes up carousel layout in IE */
	height: 350px;
	/* border: 1px solid #dcdcdc; fee - messes up carousel layout in IE */
	width: 230px;
}
/* miscellaneous styles */
.brclear {
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0px;
}
.clear {
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
}
.proposalbox {
	float : right;
	width : 776px;
	margin : 0 0 10px 0;
	background-color: #fffdc7;
	font-size: 18px;
	padding: 10px;
	border: #e8a52d 1px solid;
	display: block;
}
.browsebox {
	background-color: #f6f6f6;
	font-size: 18px;
	padding: 10px;
	border: #e3e3e3 1px solid;
}
.liblist {
	padding-left: 250px;
}
.proposalform {
	margin-left: 25px;
}
label.proposalform {
	font-size: 14px;
	font-weight: normal;
}
.error {
	font-size: 12px;
	font-weight: bold;
	color: #f00;
}
.fptable {
	font-size: 18px;
}

.SocialMediaToolbar {
	float: right;
	margin: -42px -64px 0 0;
	position: relative;
	z-index: 10;
	display: none
}
.social-icon-holder {
	width:63px;
	height:60px;
/*	display:block;*/
	display: none;
	float:right;
	text-align:center;
}
.fb-like {
	top :0px;
	right:29px;
}
/* MT Styles */
/* Full Width Column */
/*
#col_main {
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
}
#col_main {
	font-family: Arial, Helvetica, sans-serif;
}
#col_main a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#col_main p {
	font-size: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	padding-bottom:15px;
}
#col_main h1 {
	font-size: 165%;
	font-weight: bold;
	padding-bottom: 10px;
}
p.18 {
	font-size: 150%;
	font-weight: bold;
}
ul.list1 {
	list-style-image: none;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
}
ul.list1 li {
	font-size: 18px;
	list-style-type: decimal;
	list-style-image: none;
	padding-bottom: 10px;
	font-weight: bold;
	text-indent: 25px;
}
ul.list1 li sub {
	font-size: 16px;
	vertical-align: baseline;
}
ul.list1 li sub.2 {
	font-size: 16px;
	vertical-align: super;
}
/* Half Width Column */
/*
#col_half {
	padding:0 0 0 20px;
	font-family: Arial, Helvetica, sans-serif;
}
#col_half a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#col_half p {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	padding-bottom:15px;
}
#col_half h1 {
	font-size: 165%;
	font-weight: bold;
	padding-bottom: 10px;
}
ul.list3 {
	list-style-image: none;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
	padding-left: 25px;
	margin-bottom: 10px;
	margin: 2px;
	text-indent:0px;
	margin-left: 30px;
}
ul.list3 li {
	font-size: 24px;
	vertical-align: middle;
	list-style-type: disc;
	list-style-image: none;
	text-indent: 50px;
	padding-bottom: 10px;
	font-weight: bold;
}
ul.list3 li span.line2 {
	font-size: 50%;
	padding-left: 40px;
	font-weight: normal;
	color: #800000;
}
.caption {
	font-size: 16px;
	color: #800000;
	font-weight: normal;
	text-align: center;
}
hr.txt {
	width: 30%;
	border: #ccc 1px solid;
	margin: auto;
}
a.proposal:link, a.proposal:visited {
	font-size: 24px;
	color: #800000;
	text-decoration: none;
}
a.proposal:hover {
	font-size: 24px;
	color: #002e59;
	text-decoration: none;
}
.arrow {
	font-size: 24px;
	color: #e7a226;
}
table.authoraz td {
	background-color: #800000;
	color: #fff;
}
div#col_centre table.authoraz td a, div#col_centre table.authoraz td a:visited {
	color: #fff;
}
div#col_centre table.authoraz td a:hover {
	color: #fff;
}
table.authoraz td:hover {
	background-color: #002e59;
}
*/