@charset "utf-8";
/* */
body {
	font-family: Tahoma, Arial;
	font-size: medium;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align:left;
}
img, td img, p img {
	padding:5px;
}/**/
h1, h2, h3, h4, h5, h6 {
	margin-top:1.1em;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom:0.85em;
}
h3 {
	font-size:1.15em;
}
table td h3 {
	font-size:1.3em;
}
h1 {
	font-size:1.7em;
}
h2 {
	font-size:1.4em;
}
h3 {
	font-size:1.2em;
}
h4 {
	font-size:1.0em;
}
* + html h4 {/* ie7 only hack */
	font-weight:600;
}
h5 {
	font-size:0.9em;
}
h6 {
	font-size:0.7em;
}
p a {/* anchors in paragraphs */
	font-size: 1em;
	text-align:left;	
}
p, li, a {/* paragraphs, list items and anchors not in paragraphs */
	font-size: 0.9em;
	text-align:left;
	padding-left: 0px;
	padding-right: 0px;
}
li li, li li li, li li li li {/* fixes nested list items to correct size */
	font-size: 1em;
}

table tr td, table tr th {
	font-size: 0.9em;
	text-align: center;
}
form {
	padding:0;
	margin:0;
	padding-top:18px;
	/*border: solid 1px #000;*/
}
input.textfield1 {
	border: 1px solid #999;
	padding-left:3px;
	padding-right:3px;
}
textarea {
	font-family: Tahoma, Arial;
	border: 1px solid #999;
	margin-top:3px;
	padding-left:3px;
	padding-right:3px;
}
form select {
	border: 1px solid #666666;
}
form div {
	padding:5px;
	/*border: solid 1px #CED3F2;*/
}
div form span.filter_text {
	/*text-size:8px;*/
}

#jumpMenuLocation, jumpMenuSubject, jumpMenuAuthor {
	margin-bottom:5px;
}


/* selector links */
a:link, a:visited, a:hover {/**/
	/*color:#333;*/
	color: #0033ff;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active, a:focus {
	color:#cc0000;
	text-decoration:none;
}
/* -------------------------- */
.left {
	text-align:left;
}
.centered {
	text-align:center;
	margin: 0;
}
.right {
	text-align:right;
}
.no_padding {
	padding:0;
}
/* -------------------------- */
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear_float {
	float:none;
	clear: both;
}
/* -------------------------- */
#top_header_bg {
	background-color: #CED3F2;
	background-image: url(../Images/top_header_bg.jpg);
	background-repeat: repeat-x;
}
#top_header {
	margin: 0 auto;/* the auto margins (in conjunction with a width) center the page */
	width:888px;
	height:29px;
	margin-bottom:20px;
}
#top_header a {/*links in the top header area*/
	color: #00006f;
}

.top_header_left {
	margin-top:5px;
	float:left;
	font-size: 0.8em;
	padding-left:14px;
}
.top_header_right {
	margin-top:5px;
	float:right;
	font-size: 0.8em;
	padding-right:14px;
}
/* -------------------------- */
#header {
	margin: 0 auto 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */	/*width:890px;*/
}
#header_row1 {
	width:890px;
}
#header_row2 {
	width:890px;
}
/* -------------------------- */
#content {
	width:888px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align:left;
}
#title {
	text-align:left;
}
/* -------------------------- */
#back_link {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width:888px;
	font-size: 0.9em;
	padding-top: 0.4em;
	padding-bottom: 1.4em;
	clear:both;
}
#footer_bg {
clear:both;
	width:100%;
	background-color:#cccccc;
}
* html #footer_bg {/* ie6 only hack */
clear:both;
	padding-top:14px;
	padding-bottom:14px;
}
* + html #footer_bg {/* ie7 only hack */
clear:both;
	padding-top:14px;
	padding-bottom:14px;
}
#footer {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width:888px;
	font-size: 0.9em;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
}
#footer a {/*links in the footer area*/
	color: #00006f;
}
/* -------------------------- */

.acknowledgements {
	color:#666;
	font-size:0.9em;
}
.search_highlight {
	background-color: #CED3F2;
}
.image_holder_left {
	float:left;
	margin-right:8px;
	margin-top:8px;
	margin-bottom:8px;
	text-align:center;
	/*font-size:1.2em;*/
}
.image_holder_right {
	float:right;
	margin-left:8px;
	margin-top:8px;
	margin-bottom:8px;
	text-align:center;
	font-family: Tahoma, Arial;
	/*font-size:1.2em;*/
}
.image_caption {
	font-size:0.8em;
	color: #818181;
	line-height:1.1em;
}
.image_gallery_caption {
	font-size: 0.9em;
	color: #818181;
	line-height: 1.2em;
	text-align: center;
}

.description {
	margin: 10px;
	padding: 6px;
	font-size:0.85em;
	background-color: #F7F9FD;
	font-style:italic;
}
.description_with_border {
	border: 1px solid #777;
	margin:10px;
	padding: 6px;
	font-size: 1em;
	background-color: #F7F9FD;
	font-style: italic;
}

.description_with_border a:link, .description_with_border a:visited {
	font-weight: bold;	
}
.description_slim_with_border {
	position: relative;
	left: 180px;
	border: 1px solid #777;
	margin: 10px;
	padding: 6px;
	font-size: 1em;
	width: 490px;
	background-color: #F7F9FD;
	/*text-align: center;*/
}


/*---------- Custom styles ----------*/

.align_center {
	text-align:center !important;
}

.red_text {
	color:#cc0000;
}
.grey_text {
	color: #666666;
}

.astraea_text {
	font-family: "Courier New", Courier, monospace
}

.astraea_text_centered {
	font-family: "Courier New", Courier, monospace;
	text-align: center;
}



/*---------- Paging menu ----------*/

.paging_btns {
	margin:10px auto;
	text-align:center;
	height:30px;
}
.paging_btns a {
	color: #336699;
}
a.nav_btns, a.pge_btns {
	font-size:14px;
	font-weight:normal;
	margin:3px;
	padding:10px;
	padding-top:5px;
	padding-bottom:5px;
}
.paging_btns a.off {background: #d5dbf3 !important; cursor: default;}

a.nav_btns, a.nav_btns:link, a.nav_btns:visited {border:1px solid #777;
	text-decoration:none;
	background: none;
}
a.nav_btns:hover, a.nav_btns:active, a.nav_btns:focus {
	background-color:#eceefa;
}

a.pge_btns, a.pge_btns:link, a.pge_btns:visited {border:1px solid #777;
	text-decoration:none;
	background: none;
}
a.pge_btns:hover, a.pge_btns:active, a.pge_btns:focus {
	background-color:#d5dbf3;
}


/*---------- chapter menu ----------*/

.chapter_menu {
	text-align:center !important;
}
.chapter_menu a {/**/
	/*color: #336699;*/
	color: #38389E;
}
