/* 
   sangria.css: the style sheet for the Sangria Project web pages.
   author: Alexandre Cunha
   creation: Mar-2001
*/

HTML {
  background : transparent;
}

A           { text-decoration : none; color : #ffffff; }
A:visited   { text-decoration : none; color : #ffffff; }
A:active    { text-decoration : bold; color : #cc6633; }
A:hover     { text-decoration : bold; color : #cccccc; }

Body {
  background-color : #9898cc;
  background-color : #9696e6;
  color : #ffffff;
  font-family : Geneva, sans-serif;
  font-style : normal;
  font-weight : normal;
  margin : 0px;
  border : 0px;
  padding : 0px;
}

P {
  color : #000000;
}

P.info {
  margin-right : 5px;
  text-align : right;
  color : #000000;
}

P.cent {
  text-align : left;
  margin-left: 10em;
  margin-right: 5em;
  margin-bottom: 2em;
  width: 580;
}
             
.title {
  color : #ffffff;
}

.std {
  color : #ffffff;
}

.footnote {
  color : #dedede;
}

.navbar {
  color : #ffffff;
}

.white {
  color : white;
}

.black {
  color : #000000;
}

.navyblue {
  color : #333366;
}

TD.rblue {
  background-color : #9898cc;
  text-align : right;
}

TD.cblue {
  background-color : #9898cc;
  vertical-align : center;
  text-align: center;
}

.peoplemenu {
  background-color : #738dbd;
  text-align : right;
}


TD.medblue {
  background-color : #666698;
  vertical-align : center;
  text-align: center; 
}

TD.turq {
  background-color : #40b0be;
  vertical-align : center;
  text-align: center; 
}

TD.grey {
  background-color : #8c8c8c;
  vertical-align : center;
  text-align: center; 
}

TD.rosy {
  background-color : #bc8f8f;
  vertical-align : center;
  text-align: center; 
}

TD.gold {
  background-color : #8b7500;
  vertical-align : center;
  text-align: center; 
}

TD.tan {
  background-color : #cd853f;
  vertical-align : center;
  text-align: center; 
}

TD.pink {
  background-color : #8b636c;
  vertical-align : center;
  text-align: center; 
}

TD.plum {
  background-color : #8b668b;
  vertical-align : center;
  text-align: center; 
}

.white12 {
  color : white;
  font-size : 12pt;
  /*font-family : Verdana, Helvetica, Arial, Geneva;*/
}

IMG.photo {
  clear : none;
  margin : 0px;
  border : 0px;
}

/* Table stuff */

.bodytbl {
  border : 0px;
  margin-left : 0px;
  padding : 0px;
}

TABLE.botnavbar {
  color : #ffffff;
  font-size : 11pt;
  /*font-family : Verdana, Helvetica, Arial, Geneva;*/
  border : 0px;
  margin-left : 0px;
  padding : 0px;
}

TABLE.copyright {
  color : #ffffff;
  font-size : 10pt;
  /*font-family : Verdana, Helvetica, Arial, Geneva;*/
  border : 0px;
  margin : 0px;
  padding : 0;
}

TD.tr {
  vertical-align : top;
  text-align : right;
}

TD.tl {
  color : black;
  vertical-align : top;
  text-align: left;
}

TD.br {
  vertical-align : bottom;
  text-align : right;
}

TD.bl {
  vertical-align : bottom;
  text-align: left;
}

TD.bc {
  vertical-align : bottom;
  text-align: center;
}

TD.cc {
  vertical-align : center;
  text-align: center; 
}

TR.tt {
  vertical-align : top;
}

TR.tb {
  vertical-align : bottom;
}

/* bib2html/publications formating */

TD.bib {
  color: #000000;
  background-color : #9696e6;
  vertical-align : top;
  text-align: left;
}

dl { border: 0px solid;
     width: 620px; 
}

dt { border: black 0px solid; }

dd { color: #1f1f1f;
     font-weight : normal;
     border: white 0px solid;
}

blockquote { color: black;
             padding: 15px 15px 15px 20px;
             border: white 1px solid;
             margin: 0em;
             text-indent: 0.45em;
}
