
/********************************/
/*  Project table settings      */
/********************************/
table.p_table
{
  position   : relative; 
  left       : 10px;
  padding    : 2px;
  text-align : center;
  /* border */
  border-top   : 0px solid #fff;
  border-left  : 0px solid #fff;
  border-right : 0px solid #fff;
  border-bottom: 0px solid #fff;
}

tr.p_even_row { background-color: #E0E0E0; }
tr.p_odd_row  { background-color: #F0F0F0; }
th.p_header   
{ 
  width   : 7em;
  padding : 2px;
  background-color: #A9A9A9;
}

th.p_header_id   
{ 
  width   : 4em;
  padding : 2px;
  background-color: #A9A9A9;
}

td.p_table_id_cell
{ 
  width   : 4em;
  padding : 2px;
}

td.p_table_title_cell
{ 
  width   : 20em;
  padding : 2px;
}

td.p_table_cell
{ 
  width   : 7em;
  padding : 2px;
}


a.p_header
{ 
  font : bold 11px/16px arial, helvetica, sans-serif;
}

a.p_header_id
{ 
  font : bold 11px/16px arial, helvetica, sans-serif;
}

a.p_header:link    {color: #000000; }
a.p_header:visited {color: #000000; }
a.p_header:hover   {color: #F0F0F0; } 
a.p_header:active  {color: #000000; }


td.selected_proj_field
{ 
  width    : 7em;
  min-width: 7em;
  padding  : 2px;
  vertical-align : top;
}

td.selected_project_field_value
{ 
  width    : 25em;
  min-width: 25em;
  padding  : 2px;
  vertical-align : top;
}
