a
{
  color: black;
  text-decoration: none;
}

a:link a:visited
{
  color: #9D3A08;
  text-decoration: none;
}

a:hover
{
  color: #666666;
  text-decoration: none;
}

img 
{
  border: none;
} 

ul li.showArrows, ul li.showArrows:hover
{
   margin-left: -42px;
   background-color: transparent;
   background-repeat: no-repeat;
   background-image: url(/images/bullet_white.gif);
   background-attachment: scroll;
   padding-left: 22px;
}

ul li.showArrows
{
   list-style: none inside;
}

ul li.showArrows:hover
{
   background-image: url(/images/bullet_go.gif);
}

a img 
{
  border: none;
}

body
{
  background-color: #EFEAE2;
  color:            #171716;
  font-family:      Georgia,
                    serif;
  text-align:       left;
  font-size: 95%;
}

h1
{
  background-color: #171717;
  color:            #EEEEEE;
  font-size:        16px;
  padding-left:     5px;
  width:            98%;
}

.frmButton
{
  background-color: transparent;
  border:           1px #555555 solid;
  color:            #000000;
}

.frmButtonLight
{
  background-color: transparent;
  border:           1px #555555 solid;
  color:            #555555;
}

.frmLabel
{
  width: 72px;
}

.frmLabelSmall
{
  width: 48px;
}

.tfTextfield, .tfTextFieldFocus, .tfTextfieldSmall
{
  border: 1px #555555 dashed;
  width:  160px;
}

.tfTextFieldFocus, .tfTextfieldSmallFocus
{
  border: 1px #555555 solid;
}

.tfTextfieldSmall, .tfTextfieldSmallFocus
{
  width: 110px;
}

#authorSelect
{
  width: 250px;
}

#adminContainer
{
  /*padding: 10px 10px 10px 10px;*/
  width:   858px;
  margin-bottom: 20px;
}

#frmBook input
{
  border: 1px #555555 solid;
}

#leftHandSide
{
  float:        left;
  width:        600px;
}

#rightHandSide
{
  float: right;
  width: 250px;
}

.bookRow
{
  margin-bottom: 15px;
  border-bottom: 1px #555555 solid;
}

.bookTitle, .authorName
{
  display: block;
  font-size: 18px;
  font-weight: bold;
  color:   Black;
}

a.authorsBookLink:hover
{
  color: #9D3A08;
}

.bookSubtitle
{
  display: block;
  margin-left: 5px;
  font-style: italic;
  color:   Gray;
}

.bookTitle a, .bookAuthor a
{
  color: Black;
}

.bookPublisher a
{
  color: Gray;
}

.bookPublisher a:hover
{
  color: #9D3A08;
}

.bookAuthor a:hover
{
  color: #9D3A08;
}

sup
{
  color: #666666;
}

.footnote, .lastChange
{
  font-style: italic;
  font-size:  85%;
}

.lastChange
{
  color: #aaaaaa;
}

.key
{
  float: left;
  width: 90px;
}

.value { }

.statsKey
{
  float: left;
  width: 250px;
}

.xmlCode, .bibCode
{
  font-family: "Courier New", monospace;
  font-size: 8pt;
  color: #565656;
  background-color: #F1EDE6;
  padding: 5px 5px 5px 5px;
  border: 1px solid #888888;
}

.xmlCode
{
  font-style: italic;
}

.xmlTag 
{
  color: #777777;
  background-color: #F1EDE6;
  font-weight: normal;
  font-style: normal;
}

.tabLink 
{
  border: 1px solid #888888;
  margin-left: 10px;
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
}

.theX {}

.tabLink:hover 
{
  cursor: pointer;
}

.emailAddress, .externalLink, .internalLink
{
  color: #666666;
  font-size: 100%;
}

.listChar 
{
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 110%;
  font-family: "Georgia", serif;
  border-bottom: 1px solid #888888;
  width: 25px;
}

div .commentsBox
{
  margin-top: 8px;
  font-family: Georgia, serif;
  font-size: 85%;
  color: #777;
  background-color: #F7F6F1;
  padding: 5px 5px 5px 5px;
  border: 1px solid #888888;
  text-align: left;
}

div .commentsBox ul
{
    margin: 0;
    padding: 0;
}

div .commentsBox li
{
	margin-top: 4px;
	padding-bottom: 4px;
	list-style-type: none ;
	border-bottom: 1px dashed #999;
}

div .commentsBox .commentFooter
{
	font-size: 75%;
	color: #666;
	display: block;
	text-align: center;
}

span .space25px
{
	width: 25px;
	margin-right: 25px;
	display: inline;
}

a.info
{
    position:relative; /*this is the key*/
    z-index:24;
    color:#000;
    text-decoration:none;
    font-size: 90%;
}

a.info:hover{z-index:25; background-color:#F7F6F1;}

a.info span{display: none}

a.info:hover span
{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:-4.0em; left:25em; width:15em;
    background-color: transparent; color:#000;
    text-align: center;
    /*width: 75%;
    height: 75%;*/
}
a.info:hover span img
{
    border: 2px solid #111;
}

.noteSpan
{
   color: #666; 
   font-size: 85%;
}

input.text, textarea.text, select.text 
{
    line-height:1.3em;
    border-top:1px solid #7c7c7c;
    border-left:1px solid #c3c3c3;
    border-right:1px solid #c3c3c3;
    border-bottom:1px solid #ddd;
    background:#fff url("../images/fieldbg.gif") repeat-x top;
}

.text90pct
{
	font-size: 90%;
}

.text80pct
{
	font-size: 80%;
}
.letterBoxContainer
{
	border: 1px solid #666;
	margin-bottom: 15px;		
}

.letterBoxTitle
{
	margin: 0;
	padding-left: 8px;
	font-size: 16px;
 	font-weight: bold;
 	color:   Black;
	background-color: #ECECEC;
 	border-bottom: 1px dashed #666666;
}
.letterBoxContents 
{
	margin: 0;
	padding: 5px;
	padding-left: 10px;
	background-color: #F7F6F1; 
}
.letterBoxContents ul
{
	margin-top: 5px;
	margin-bottom: 5px;
}

td .alignTdToTop
{
    vertical-align: top;
}
