﻿#outreachTable
{
    width: 100%;
    
}

#outreachTable  table
{
    border: 1px #cccccc;
    width: 95%;
    font-size: .9em;
}

#outreachTable  table caption
{
	font-size: 1.5em;
	font-weight: normal;
}

#outreachTable  table  tr  th
{
      
    background: #5D7B9D;
    color: #F7F6F3;
   /* background-color:Gray;*/
    font-weight: bold;
    /*border-bottom: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;*/
    border: solid 1px #CCCCCC;
    padding: 1px;
    font-size: 1em;
    
}



#outreachTable table thead tr th a
{
    color: #F7F6F3;
}

#outreachTable table tbody tr td
{
    /*color: #333333;*/
    color:Black;
    background: White;
    padding: 2px 10px 2px 2px;
    /*border-bottom: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;*/
    border: solid 1px #CCCCCC;
    text-align: left;
}


