﻿body { }

.ProjList_Tbl
{
  border-collapse: collapse; 
  border: solid 1px steelblue; 
  font-family: Arial; 
  font-variant: normal;
}

.ProjList_TR
{
  height: 12px;
}

.ProjList_Hdr_TD
{
  font-family: Arial; 
  font-size: 11pt; 
  font-weight: bold; 
  background-color: #eee8aa; 
  padding-top: 2px; 
  padding-bottom: 2px;
}

.ProjList_Cap_TD
{
  padding-left: 4px; 
  padding-top: 2px; 
  padding-bottom: 2px; 
  font-family: Arial;   
  font-size: 10pt; 
  font-weight: normal; 
  background-color: #dcdcdc;
}

.ProjList_Bold_TD
{  
  padding-left: 4px; 
  padding-top: 2px; 
  padding-bottom: 2px; 
  font-family: Arial;   
  font-size: 10pt; 
  font-weight: bold; 
  border-top: solid 1px #dcdcdc;
}


.ProjList_TD
{  
  padding-left: 4px; 
  padding-top: 2px; 
  padding-bottom: 2px; 
  font-family: Arial;   
  font-size: 10pt; 
  font-weight: normal; 
  border-top: solid 1px #dcdcdc;
}

