/* GENERAL STYLE ELEMENTS USED BY DEFAULT */
@import "sep.css";

/* A-Z MENU ITEMS FOR ALPHABETIZED LISTS */

table.az {font-size: 10pt; font-family: Lucida, Arial, sans-serif; border-collapse: collapse;}
td.az { text-align: center; }

A.az:link {text-decoration: none; color: #663322;}
A.az:visited {text-decoration: none; color: #663322;}
A.az:active {text-decoration: none; color: #444444;}
A.az:hover {text-decoration: underline; color: #880000; background: #ddbbaa;}

/* TABLE FORMATTING */
td, th { vertical-align: top }
th { text-align: center }


/* FORCE FONT FOR TOP LEVEL INFO */

div.infostyle {
  font-size: 10pt;
  font-family: Lucida, Arial, sans-serif;
}

div.notice {
  border: 1px solid #000000;
  color: #000000;
  background: #eeddcc;
  padding: 5px;
}

div.subhead {
   border: 0px dashed blue;
   font-family: Lucida, Arial, sans-serif;
   font-size: 12pt;
   color: #000000;
   text-align: left;
/*   margin-left: -10px; hanging indent */
}

img.mirror {
  height: 59px;
  width: 180px;
}

td.mirror {
/*  padding: 2px 5px 2px 5px;  T R B L */
  padding: 0px 0px 0px 0px;  /* T R B L */
  width: 180px;
}

td.mirrorright {
  padding: 0px 0px 0px 5px;  /* T R B L */
  vertical-align: middle;
/*  border-top: 1px solid black; */
}

/* FOR FRIENDS */

.form_vertical th {text-align: right }

.errorlist ul, .errorlist li {
  display: inline;
  margin: 0;
  padding: 0;
  color: red;
  font-weight:bold;
}

.memberlist ul, .memberlist li {
  display: list-item;
  list-style: none;
  color: black;
  font-weight:normal;	    
}

.rightlinks {
  border: 0px solid black;
  font-family: Lucida, Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color: #663322;
  width: 584px;
  text-align: right;
  margin: 0px;
  padding: 0px;
}

.centerlinks {
  border: 0px solid black;
  font-family: Lucida, Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color: #663322;
  text-align: center;
  margin: 0px;
  padding: 0px;
}

.navlinks {
  border: 0px solid black;
  font-family: Lucida, Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color: #663322;
  width: 600px;
  text-align: center;
  margin: 0px;
  padding: 0px;
}
