/* copyright, 2009, Woodland Engineering */

.emphtext
{
  font-weight:      bold;
}

#datatbl
{
  border:           none;
  border-collapse:  collapse;
  vertical-align:   middle;
  text-align:       center;
  margin-top:       20px;
  margin-bottom:    20px;
  margin-left:      auto;
  margin-right:     auto;
  padding:          0px;
  font-size:        100%;
  font-style:       normal;
  font-weight:      normal;
  color:            #000000;
}

#datatbl th
{
  color:            #234D65;
  background-color: #DFCEF9;
  font-size:        120%;
  font-weight:      bold;
  text-align:       center;
  line-height:      140%;
  padding-top:      4px;
  padding-bottom:   4px;
  border:           #C0C0C0 solid 1px;
}

.datarow
{
  height:           36px;
  border:           #C0C0C0 solid 1px;
  background-color: #FFFFED;
  font-size:        92%;
}

#datatbl td
{
  padding:          2px 4px 2px 4px;
  border:           #C0C0C0 solid 1px;
}

.mbrnamecol
{
  width:            160px;
}

.phonecol
{
  width:            148px;
}

.emailcol
{
  width:            240px;
}

.mbrnamedatacol
{
  width:            160px;
  text-align:       left;
}

.phonedatacol
{
  width:            148px;
  text-align:       left;
}

.emaildatacol
{
  width:            200px;
  text-align:       left;
}

.contact_descript
{
  color:            #C00000;
  font-size:        100%;
  font-weight:      bold;
  font-style:       italic;
  text-align:       center;
  margin:           20px 0px 0px 0px;
}

.nameptr
{
  cursor:           pointer;
}

#overDiv  /* overlib */
{
  height:           240px;
  background-color: transparent;
  background-repeat: no-repeat;
}


