﻿/* book stylesheet */
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro_line_down_fly.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.pro_linedrop {
	height: 36px;
	width: 690px;
	background: url('../line/blank_bw.gif');
	position: relative;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	z-index: 500;
	margin-bottom: 18px;
}
.pro_linedrop .select {
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
}
.pro_linedrop li {
	float: left;
	background: url('../line/blank_over_bw.gif');
}
.pro_linedrop .select a {
	display: block;
	height: 36px;
	float: left;
	background: url('../line/blank_bw.gif');
	padding: 0 15px 0 15px;
	text-decoration: none;
	line-height: 25px;
	white-space: nowrap;
	color: #ddd;
}
.pro_linedrop .select li.line a {
	color: #ad8;
}
.pro_linedrop .select a b {
	display: block;
	padding: 0 30px 10px 15px;
	background: url('../line/blank_bw.gif') right top;
}
.pro_linedrop .select a:hover, .pro_linedrop .select li:hover a {
	background: url('../line/blank_over_bw.gif');
	padding: 0 15px 0 15px;
	line-height: 27px;
	cursor: pointer;
	color: #fff;
}
.pro_linedrop .select li.line a:hover, .pro_linedrop .select li.line:hover a {
	color: #cfa;
}
.pro_linedrop .select a:hover b, .pro_linedrop .select li:hover a b {
	display: block;
	padding: 0 30px 9px 15px;
	background: url('../line/blank_over_bw.gif') right top;
	cursor: pointer;
}
.pro_linedrop .sub {
	display: none;
}
.pro_linedrop ul ul {
	display: none;
}
/* IE6 only */
.pro_linedrop table {
	border-collapse: collapse;
	margin: -1px;
	font-size: 1em;
	width: 0;
	height: 0;
}
.pro_linedrop .sub {
	margin: 0;
	padding: 0;
	list-style: none;
}
.pro_linedrop .sub li {
	background: transparent;
}
.pro_linedrop .select :hover .sub {
	border-left: 0 solid #886;
	border-right: 0 solid #886;
	border-top: 1px solid #886;
	border-bottom: 1px solid #886;
	height: 25px;
	display: block;
	position: absolute;
	float: left;
	width: 742px;
	top: 28px;
	left: 1px;
	text-align: center;
	background: url('../line/transparent.gif');
}
.pro_linedrop .select :hover .rt li {
	float: right;
}
.pro_linedrop .select :hover .sub li a {
	display: block;
	height: 25px;
	line-height: 22px;
	float: left;
	background: url('../line/transparent.gif');
	padding: 0 16px;
	margin: 0;
	white-space: nowrap;
	color: #888;
	font-size: 10px;
}
.pro_linedrop .select :hover .sub li.subline a {
	color: #8a3;
}
.pro_linedrop .select :hover .sub li a:hover, .pro_linedrop .select :hover .sub li:hover {
	color: #000;
	line-height: 20px;
	position: relative;
}
.pro_linedrop .select :hover .sub li:hover > a {
	color: #000;
}
.pro_linedrop .select :hover .sub :hover ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
	width: 112px;
	position: absolute;
	left: -1px;
	top: 25px;
	border-bottom: 1px solid #886;
	background: #fff;
}
.pro_linedrop .select :hover .sub :hover ul ul {
	position: absolute;
	left: -9999px;
}
.pro_linedrop .select :hover .sub :hover ul li {
	border: 1px solid #886;
	border-width: 0 1px;
}
.pro_linedrop .select :hover .sub :hover ul li a {
	width: 80px;
	text-align: left;
	height: 20px;
	line-height: 18px;
	background: #fff;
}
.pro_linedrop .select :hover .sub :hover ul li a:hover {
	line-height: 16px;
}
.pro_linedrop .select :hover .sub :hover ul li:hover > a {
	line-height: 16px;
}
.pro_linedrop .select :hover .sub :hover ul :hover ul {
	left: 112px;
	top: 0;
	border: 1px solid #886;
	border-width: 0 1px 1px 0;
	background: #fff;
}
.pro_linedrop .select :hover .rt :hover ul :hover ul {
	left: -113px;
	top: 0;
	border: 1px solid #886;
	border-width: 0 0 1px 1px;
}
.pro_linedrop .select :hover .sub :hover ul :hover ul li {
	border-left: 1px solid #886;
	background: #fff;
}
.pro_linedrop .select :hover .sub :hover ul :hover ul li.a1 {
	border-left: 1px solid #fff;
}
.pro_linedrop .select :hover .sub :hover ul :hover ul li.a2 {
	border-top: 1px solid #886;
	height: 19px;
}
.pro_linedrop .select :hover .rt :hover ul :hover ul li {
	border-right: 1px solid #886;
	border-left: 0;
}
.pro_linedrop .select :hover .rt :hover ul :hover ul li.a1 {
	border-right: 1px solid #fff;
	border-left: 0;
}
/* breadcrumbs */
#bcrumb {
	float: left;
	width: 600px;
	margin: 0;
	padding: 0;
	background-color: #ebf3fa;
}
#bcrumb ul {
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#bcrumb li {
	float: left;
	margin: 2px 5px;
}
#printme {
	margin-left: 10px;
	float: left;
	width: 30px;
}
input#printimg {
	width: 30px;
	height: 28px;
}
#modtime {
	float: left;
}
#f1 {
	background-color: #ebf3fa;
	height: 14px;
	margin-top: 5px;
	padding: 5px 3px 5px 3px;
	font-size: 0.8em;
}
#stmt {
	margin-left: 15px;
	margin-bottom: 7px;
}
.tablediv {
	margin-top: 10px;
}
table {
	font-size: 1.0em;
	border: 1px black solid;
	border-collapse: collapse;
	border-color: inherit;
	border-width: medium;
	font-family: Calibri, sans-serif;
}
table caption {
	padding-bottom: 7px;
	font-weight: bold;
}
table th {
	font-weight: bold;
	text-align: center;
}
table td {
	text-align: center;
	padding: 3px;
}
.hilight {
	color: #00FF00;
}
