
/*********** list view *************/
div.user-iueprojects-pi1 table.listview
{
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}


div.user-iueprojects-pi1 table.listview tr
{
  //border-bottom: 2px solid #003399;
  margin-bottom: 2px;
}

div.user-iueprojects-pi1 table.listview tr th
{
  border-bottom: 2px solid #003399; 
  //font-size: 14px;
  font-weight: bold;
  text-align:center;
}

div.user-iueprojects-pi1 table.listview tr
{
  background-color: #EEEEEE;
}
div.user-iueprojects-pi1 table.listview tr.projecthead
{
  background-color: white;
}
div.user-iueprojects-pi1 table.listview tr.user-iueprojects-pi1-listrow-odd
{
  background-color: white;
}

/******** single view ********/
div.user-iueprojects-pi1 table.singleview
{
  width: 90%;
  margin: 0;
  text-align: left;
  border: 0;
  border-collapse: collapse;
}

div.user-iueprojects-pi1 table.singleview tr
{
  margin: 0;
  border: 0;
}

div.user-iueprojects-pi1 table.singleview td.left-even
{
  padding: 5px;
  width: 200px;
  background-color: #EEEEEE;
  font-weight: bold;
  font-size: 13px;
}

div.user-iueprojects-pi1 table.singleview td.left-odd
{
  padding: 5px;
  width: 200px;
  background-color: white;
  font-weight: bold;
  font-size: 13px;
}

div.user-iueprojects-pi1 table.singleview td.right-even
{
  background-color: #EEEEEE;
}
