/*=====================================================*/
/* Title:    NJSSA Members Database CSS Style Controls */
/* Filename: mdb.css                                   */
/* Author:   Dr. Bob Lorincz                           */
/* Updated:  1/28/2011                                 */
/*=====================================================*/

body { margin: 0 0 0 0; }

.bg_common  { background-color: #DCF3F9; }
.bg_warn    { background-color: #FFF000; }
.bg_color   { background-color: #E2EAFC; }
.bg_foot    { background-color: #4576E5; }

.bg_image   { background-image: url("img/topbg.gif"); }

div.header
{
   position: relative;
   left:     130px;
   width:    465px;
   height:   32px;
}

div.main
{
   position: relative;
   left:     90px;
   width:    620px;
   height:   30px;
}

div.add_member
{
   position: relative;
   left:     130px;
   width:    490px;
}

div.del_member
{
   color:       #FF0000;
   text-align:  center;
   font-size:   26pt;
   font-style:  verdana;
   font-weight: bold;
}

td.tagr
{
   text-align:  right;
   font-weight: bold;
}

td.tagc
{
   color:          #0000FF;
   font-size:      18pt;
   font-weight:    bold;
   text-align:     center;
   vertical-align: middle;
}

h2.add
{
   color:       #003DA9;
   text-align:  center;
   font-size:   21pt;
   font-weight: bold;
   font-style:  verdana;
}

h2.del
{
   color:       #FF0000;
   text-align:  center;
   font-size:   24pt;
   font-style:  verdana;
   font-weight: bold;
}

.labels
{
  color:       #3300FF;
  font-size:   20px;
  font-family: verdana,arial,helvetica,sans-serif;
}

.menu
{
  color:           #AFC5F6;
  font-size:       15px;
  font-family:     Verdana, Arial, Helvetica, sans-serif;
  font-weight:     bold;
  text-decoration: none;
}

.optable
{
  border-color: #108CFF;  //#FFBD32;
  border-width: 12px;
  border-style: ridge;
}
