/*------------------------------------------------------------------------------ 
          This is the syle sheet for use on all of CDIP's web pages.
          Please choose all your colors, fonts, etc. from below.

          If you modify any of the colors below, do so throughout
          this document.
------------------------------------------------------------------------------*/

PaleBlue   { color: #f0f8ff; }
LightBlue  { color: #ccddff; }
SteelBlue  { color: #829ecf; }
NavyBlue   { color: #000099; }
DarkBlue   { color: #000066; }

PaleGreen  { color: #ccffdd; }
DarkGreen  { color: #009900; }

DarkRed    { color: #990000; }

PaleYellow { color: #ffffcc; }

MedGray    { color: #dcdcdc; }

/*----------------------------------------------------------------------------*/

BODY {
   PADDING-TOP: 0px; 
   PADDING-BOTTOM: 0px; 
   PADDING-RIGHT: 0px;
   PADDING-LEFT: 0px;
   BACKGROUND: white;
   MARGIN: 0px;
  }


A { color: #000066; text-decoration: none; }
A:Visited {  }
A:Hover { text-decoration: underline;  }

FONT { font-family: sans-serif; }
FONT.tiny { font-size: 10px; }
FONT.small { font-size: 12px; }
FONT.medium { font-family: sans-serif; font-size: 14px; }
FONT.large { font-size: 16px; }
FONT.btiny { font-size: 10px; font-weight: bold; }
FONT.bsmall { font-size: 12px; font-weight: bold; }
FONT.bmedsmall { font-size: 13px; font-weight: bold; }
FONT.bmedium { font-size: 14px; font-weight: bold;}
FONT.blarge { font-family: sans-serif; font-size: 16px; font-weight: bold;}
FONT.bhuge { font-size: 18px; font-weight: bold;}
FONT.old { font-size: 10px; font-weight: bold; color: #990000; }

H1 {font-size: 20px; font-family: sans-serif; }
H2 {font-size: 16px; font-family: sans-serif; }
H3 {font-size: 14px; font-family: sans-serif; }

IMG {border: 0px; display: block;}
IMG.bordered { border-style:solid; border-color: black; border-width:1px; }
IMG.bluebord { border-style:solid; border-color: darkblue; border-width:1px; }

TABLE.recent  { border-collapse: collapse; }
TABLE.recentb { border-collapse: collapse; border: 1px solid black; }

.center {text-align: center;}
.center table { margin-left: auto; margin-right: auto; text-align: center; }

SELECT.recent { font-family: sans-serif; font-size: 11px; font-weight: bold; }
SELECT.search { font-family: sans-serif; font-size: 12px; font-weight: normal; }
INPUT.recent  { font-family: sans-serif; font-size: 11px; font-weight: bold; }
INPUT.search  { font-family: sans-serif; font-size: 12px; font-weight: normal; }

TR.small_nocolor {
  font-size: 10px;
  font-family: sans-serif;
  font-weight: bold;
  color: black;
}

TR.medium_nocolor {
  font-size: 12px;
  font-family: sans-serif;
  color: black;
}

TR.bmedium_nocolor {
  font-size: 12px;
  font-family: sans-serif;
  font-weight: bold;
  color: black;
}

TD.recent {
  background: white;
  font-size: 12px;
  font-weight: bold;
  font-family: sans-serif;
  color: black;
}
TR.recent_green {
  background: #ccffdd;
  font-size: 12px;
  font-weight: bold;
  font-family: sans-serif;
  color: black;
}
TR.recent_odd {
  background: #ccddff;
  font-size: 12px;
  font-weight: bold;
  font-family: sans-serif;
  color: black;
}
TR.recent_odd_old {
  background-color: #ccddff;
  font-size: 12px;
  font-weight: bold;
  font-family: sans-serif;
  color: #990000;
}
TR.recent_even {
  background: white;
  font-size: 12px;
  font-weight: bold;
  font-family: sans-serif;
  color: black;
}
TR.recent_even_old {
  background: white;
  font-size: 12px;
  font-weight: bold;
  font-family: sans-serif;
  color: #990000;
}                                        
TR.dir_even {
  background: white;
  font-size: 10px;
  font-weight: bold;
  font-family: sans-serif;
  color: black;
}
TR.dir_odd {
  background: #ccddff;
  font-size: 10px;
  font-weight: bold;
  font-family: sans-serif;
  color: black;
}
TR.cdip_header {
  background: #000099;
  font-size: 12px;
  font-weight: bold;
  font-family: sans-serif;
  color: white;
}
TR.cdip_odd {
  background: #ccddff;
  font-size: 10px;
  font-weight: normal;
  font-family: sans-serif;
  color: black;
}
TR.cdip_odd_old {
  background-color: #ccddff;
  font-size: 10px;
  font-weight: bold;
  font-family: sans-serif;
  color: #990000;
}
TR.cdip_even {
  background: white;
  font-size: 10px;
  font-weight: normal;
  font-family: sans-serif;
  color: black;
}
TR.cdip_even_old {
  background: white;
  font-size: 10px;
  font-weight: bold;
  font-family: sans-serif;
  color: #990000;
}
TH.cdip { 
  background: #000099;
  font-size: 12px;
  font-weight: bold;
  color: white;
}
TD.cdip {
  background: white;
  font-size: 12px;
  font-weight: normal;
  font-family: sans-serif;
  color: black;
}
