/* This stylesheet controls the appearance of the book review pages
   You'll need some familiarity with CSS to make changes here */

/* Main page properties 

html {scrollbar-arrow-color : #666666; 
      scrollbar-base-color : #eeeeee;
      scrollbar-dark-shadow-color : #eeeeee;
      scrollbar-face-color : #eeeeee;
      scrollbar-highlight-color : #666666;
      scrollbar-shadow-color : #eeeeee;}
BODY {margin: 0px; font: normal 10pt 'arial'; color: #000050;} */
 
BODY.adm {margin: 10px; }


/* Miscellaneous page item properties */

H1, H2, H3 {color: #666666;}
H1, H2, H3, H4 {font-family:arial;}
P, TD, TH {font-family:arial; font-size: 10pt;}
HR {color: #666666;}
CODE {color: #006600;}
INPUT, SELECT, TEXTAREA {font-size: 10pt; font-family: arial;}
//LI {margin-top: .5em;}
FORM {display: inline; margin: 0;}

/* STRONG is used for error messages */
STRONG {color: #330033;}



/* The data cells for alternate rows */
TR.alt1 TD {background: #dddddd;}
TR.alt2 TD {background: #ffffff;}

/* The data cells for alternate rows */
TR.alt1h TD {background: #dddddd; text-align: left;}
TR.alt2h TD {background: #ffffff; text-align: left;}

/* The data cells for the viewing player on the standings */
TR.player TD {  color: #330033; background: #fffacd; font-weight: bold;}

/* Properties for the page table: the one that holds all page content */
TABLE.page {border-collapse: collapse; width: 100%; 
                   background-color: #eeeeee;} 


/* Page table header cell in which the page header appears */
TD.header{ border: 0; padding: 0em; text-align: left; 
           vertical-align: middle; width: 90%;}

TD.headerold{ border: 0; padding: 0em; text-align: left; 
          filter:Shadow(color=#666666, direction=135); vertical-align: middle; width: 70%;}
SMALL.slogan {font-family: arial; font-style: normal; font-size: small;}

/* Page table cell in which the user's info appears */
TD.username {width: 10%;border: 0;
  color: #003300;
  text-align: left;
  vertical-align: middle;
  font-size: x-small;
  font-weight: bold;
  padding: 0em;
}

/* Page table data cell in which the main navigation appears */
TD.mainnav { padding: 0.5em;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  color: #666666;
  text-align: left;
  vertical-align: top;
  font-size: x-small;
  font-weight: bold;
}

TD.blank {margin: 0;
  padding: 0.5em;
  border: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  text-align: center;
  vertical-align: bottom;}

/* Page table data cell in which the content appears */
TD.content {border: 0;
  padding-top: 1%;
  text-align: left;
  vertical-align: top;}


DIV.mainnav { 
  color: #666666;
  text-align: left;
  vertical-align: top;
  font-size: x-small;
  font-weight: bold;
  padding: 0.5em;
  line-height: 150%;
 }


.btitle {width: 400px;padding-left: 10px; background-color: #9ea97e; border: 1px solid #9ea97e; font-size: 12pt; color: #666666; font-weight: normal;}

.emph2 {font-weight: bold; }
#authors {
    width: 100%;
    text-align: center;
}

#linklist {
    width: 100%;
    text-align: center;

}

#authlist {
    margin: 0 auto;
    text-align: left;
    width: 300px; 
}
.toplink {
    display: block;
    font-size: 7pt;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #6a7b9a;
}
