/* Copyright, 2008, Woodland Engineering */

.pageheader
{
  font-weight:      bold;
}

h2
{
  color:            #CC0000;
}

#rememberimg
{
  border:           none;
  margin:           10px 5px 5px 5px;
}

#citation
{
  font-style:       italic;
  font-size:        80%;
}

#citation a:link, #citation a:visited
{
  color:            #403AE8;
}

#citation a:hover
{
  color:            #FFFF00;
}

#viewcod, #mouseinstructs, #changenotice
{
  font-style:       italic;
  font-weight:      bold;
  color:            #008000;
}

.viewcodlink
{
  text-decoration:  underline;
  color:            #403AE8;
  padding:          3px;
}

.viewcodlink:hover
{
  color:            #FFFFFF;
  background-color: #1E90FF;
  padding:          3px;
}

#howmany
{
  font-weight:      bold;
  color:            #403AE8;
  padding-bottom:   6px;
  border-bottom:    1px solid #403AE8;
  width:            640px;
  margin-left:      auto;
  margin-right:     auto;
}

#emailus:link, #emailus:visited
{
  font-style:       normal;
  color:            #23236B;
}

#emailus:hover
{
  font-style:       normal;
  color:            #00FFFF;
}

.nameptr
{
  cursor:           pointer;
}

.deceasedtable
{
  border:           none;
  border-collapse:  collapse;
  table-layout:     fixed;
  margin-left:      auto;
  margin-right:     auto;
}

.deceasedtable td
{
  border:           none;
  font-weight:      bold;
  text-align:       center;
  vertical-align:   middle;
  width:            160px;
  height:           24px;
}

.codtable
{
  border:           none;
  border-collapse:  collapse;
  color:            #000000;
  background-color: #EFF1DC;
  vertical-align:   middle;
  text-align:       left;
  text-indent:      8px;
  margin-left:      auto;
  margin-right:     auto;
}

.codtable tr
{
  height:           20px;
}

.codtable th
{
  height:           32px;
  font-weight:      bold;
  background-color: #CECEA7;
  text-align:       center;
}

.codtable tr.numclassmates
{
  height:           28px;
  text-indent:      20px;
}

.codtable td.cA
{
  width:            200px;
  text-indent:      20px;
  border-bottom:    1px solid #CECEA7;
  padding-top:      4px;
}

.codtable td.cB
{
  width:            300px;
  border-bottom:    1px solid #CECEA7;
}

.codtable td.cC
{
  width:            56px;
  text-align:       center;
  border-bottom:    1px solid #CECEA7;
}

#overDiv  /* overlib */
{
  height:           100px;
  background-color: transparent;
  background-repeat: no-repeat;
}

