﻿/* -------------------------------
 * Table style - Simple Boxed Border
 * -------------------------------
*/

table.simpleBoxedBorder
{
  background-color: #C0C0C0;
}

table.simpleBoxedBorder thead tr th
{
  background: url(  "../Images/background-input.jpg" );
  background-repeat: repeat-x;
  background-color: White;
}

table.simpleBoxedBorder tfoot tr td
{
  background: url(  "../Images/background-input.jpg" );
  background-repeat: repeat-x;
  background-color: White;
}

table.simpleBoxedBorder tr td
{
  background-color: White;
}

table.singleBorder
{
  background-color: #C0C0C0;
}

table.singleBorder tr td
{
  background-color: White;
}

td.leftBorder
{
  border-left: dotted 1px Black;
  padding-left: 5px;
}

table.simpleBoxedBorderFSS
{
  background-color: #C0C0C0;
}

table.simpleBoxedBorderFSS thead tr th
{
  background: url(  "../Images/background-input.jpg" );
  background-repeat: repeat-x;
  background-color: White;
  cursor: Pointer;
}

table.simpleBoxedBorderFSS thead tr th.unsortable
{
  background: url(  "../Images/background-input.jpg" );
  background-repeat: repeat-x;
  background-color: White;
}

table.simpleBoxedBorderFSS tr td
{
  background-color: White;
}

table.simpleBorder
{
  background-color: White;
  border: solid 1px #C0C0C0;
}

table.simpleBorder thead tr th
{
  background: url( "../Images/background-input.jpg" );
  background-repeat: repeat-x;
  background-color: White;
  border-bottom: solid 1px #C0C0C0;
}

table.simpleBorder tr td
{
  background-color: White;
}

.sortable
{
  background-color: #F7F5EE;
  cursor: pointer;
}

table.simpleBoxedBorderForCourseInfo
{
  background-color: #C0C0C0;
}

table.simpleBoxedBorderForCourseInfo thead tr th
{
  background: url(  "../Images/background-input.jpg" );
  background-repeat: repeat-x;
  background-color: White;
}
.hasSingleCourse
{
  background-color: #D4D0C8;
}
.hasTwoCourses
{
  background-color: White;
}

table.neatGrid
{
  border: 1px solid #C0C0C0;
  background-color: White;
  color: #4F4F4F;
}

table.neatGrid caption 
{
  text-align: left;
  font-weight: bold;
  color: #4F4F4F;
  padding-top: 5px;
  padding-bottom: 5px;
}

table.neatGrid thead th
{
  color: #000;
  text-align: left; 
  font-weight: bold; 
  background-color: #ECE9D8; 
  border-right: 1px solid #aaa;
  border-top: 1px solid #eee;
  border-left:1px solid #eee;
  border-bottom: 1px solid #aaa;
}

table.neatGrid thead th.special1
{
  background-color: #E6E1CC;
}

table.neatGrid tfoot td 
{ 
  color: #4F4F4F;
  text-align: right; 
  font-weight: bold; 
  background-color: #ECE9D8; 
  border-top: 1px solid #eee;
  border-left:1px solid #eee;
}

table.neatGrid tfoot td.left
{ 
  text-align: left;
}

table.neatGrid tfoot td.center
{ 
  text-align: center;
}

table.neatGrid tfoot td.plain
{ 
  color: Black;
  text-align: left; 
  background-color: White; 
}

table.neatGrid tbody tr td
{
  border-bottom: 1px dotted #C0C0C0;
}

table.neatGrid tbody tr:hover td
{
  background-color: #F8F7EF;
  border-bottom: 1px dotted #C0C0C0;
}

table.neatGrid tbody tr td.special1
{
  background-color: #E6E1CC;
}

table.neatGrid tbody tr td.leftBorder
{
  border-left: 1px dotted #C0C0C0;
}

table.neatGrid tbody tr.selected td
{
  background-color: #E2EDFC;
}

table.neatGrid tbody tr.selected:hover
{
  background-color: #E2EDFC;
}

