﻿body {
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:Arial, Verdana, Serif;
	font-size:12px;
	background-image:url('bluemidgrad.gif');
	background-repeat:repeat-x;
}

div#topdiv, div#navdiv, div#middiv, div#footer {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding:10px;
}
div#topdiv {
	width:901px;
	background-color:#779DC4;
	color:white;
	margin-top:20px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
}

div#navdiv {
	background-color:#FFFFFF;
	color:white;
	border-left:1px;
	border-left-color:#CCCCCC;
	border-left-style:solid;
	border-right:1px;
	border-right-color:#CCCCCC;
	border-right-style:inset;
	padding-top:5px;
	padding-bottom:5px;
}

div#middiv {
	background-color:#FFFFFF;
	color:white;
	border-left:1px;
	border-left-color:#CCCCCC;
	border-left-style:solid;
	border-right:1px;
	border-right-color:#CCCCCC;
	border-right-style:inset;
	padding-top:5px;
	padding-bottom:5px;
}

div#footer {
	width:901px;
	background-color:#779DC4;
	color:white;
	font-size:9px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	opacity:0.9;filter:alpha(opacity=90);
	font-family:Verdana;
	font-size:9px;
}

div#bookselector {
	opacity:0.9;filter:alpha(opacity=90);
}
div#sitecontactinfo {
	display:none;
}

div#footer a {
	font-family:Verdana;
	color:white;
	text-decoration:none;
	border-bottom:1px;
	border-bottom-style:dotted;
	border-bottom-color:white;
}
div#footer a:hover {
	color:blue;
	border-bottom-color:yellow;
}
div#sitetitle {
	width:350px;
	background-color:#779DC4;
	color:white;
	font-size:28px;
	cursor:pointer;
}
div#sitetitle a {
	text-decoration:none;
	color:white;
}
div#sitetitle a:hover {
	color:yellow;
}
div#sitecontactinfo {
	background-color:#779DC4;
	color:white;
	font-size:14px;
	text-align:left;
	padding:10px;
}
div#sitecontactinfo table {
	border-collapse:collapse;
}
div#sitecontactinfo table td {
	vertical-align:top;
	text-align:left;
	color:white;
	font-size:12px;
	padding:10px;
}
div#bookselector ul {
	list-style:none;
	list-style-type:none;	
	padding:0px;
	margin:0px;
}
div#bookselector li {
	display:inline;
}

div#bookselector img {
	border:3px;
	padding:3px;
}
div#imgGallery {
	width:100%;
	height:445px;
	overflow:scroll;
	overflow-x: auto !important;
	overflow-y: hidden !important;
	scrollbar-base-color:#F0F7EA;
}
div#imgGallery ul {
	white-space:nowrap;
	list-style-type:none;	
	padding:0px;
	margin:0px;
}
div#imgGallery li {
	display:inline;
}
div#socialshare {
	margin-top:5px;
}
div#socialshare a {
	text-decoration:none;
	border-bottom:0px;
	border-bottom-style:none;
}
div#twitunit {
	display:none;
	float:left!important;
	margin-right: 10px;
}
div#siteupdates {
	display:none;
	width:300px!important;
	float:left!important;
	padding: 3px;
	background-color:gray;
	margin-right: 10px;
	font-size:12px!important;
}
div#siteupdates table {
	border-collapse:collapse;
}
div#siteupdates table th {
	color:white;
	padding-top:3px;
	padding-bottom:3px;
	text-transform:uppercase;
	font-size:12px!important;
}
div#siteupdates table td {
	color:white;
	vertical-align:top;
	padding:2px;
	font-size:12px!important;
}
div#thirdpartysharenav {
	float:right;
	width:210px;
	vertical-align:middle;
	line-height:4em;
}
div#noscriptwarn {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-color:red;
	color:white;
	font-weight:bolder;
	padding:10px;
	text-transform:uppercase;
}
img {
	border:0;
}
span#currentbook {
	font-family:Tahoma;
	font-size:18px;
	color:#779DC4;
}
td a {
	color:yellow;
	text-decoration:none;
	border-bottom:1px;
	border-bottom-style:dotted;
}
.menuimg {
	border:0;
}
.roundedbox {
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
.roundedboxTop {
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}
.roundedboxBottom {
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
.ms-vb{
	border-top:1px;
	border-top-color:silver;
	border-top-style:dotted;
	background:#333333;
}