CAPTION.MYTABLE
  {
     background-color:#8080ff;
     color:white;
     border-style:solid;
     border-width:2px;
     border-color:red;
  }

  TABLE.MYTABLE
  { 
     font-family:arial;
     font-size:9pt;
     width:785px;
	 border-style: solid none none solid; 
	 border-color: #e1e1e1;
	 border-width: 1px; border-collapse: collapse;
	 
  }

  TH.MYTABLE
  {
     font-size:10pt;
     color:white;
	 background:url(../../themes/SimilitudeLine/images/sbc.jpg);
	 padding: 3px 2px 3px 2px;
  }


  TR.MYTABLE
  { 

  }

  TD.MYTABLE
  {  
     font-size:10pt;
    
   	 color:#666;
	 padding: 1px 3px 1px 3px;
border-style: none solid solid none; 
border-color: #e1e1e1;
border-width: 1px;

  }
td.total
        {
        border-top: 0;
        border-left: 0;
        border-right: 1px solid #C1DAD7;
        background: none;
        text-align:right;
        font-weight:bold;
        text-transform:uppercase;
        letter-spacing:1px;

        }
th.sortable,
th.sortable-text,
th.sortable-date,
th.sortable-keep,
th.sortable-date-dmy,
th.sortable-numeric,
th.sortable-currency,
th.sortable-sortByTwelveHourTimestamp,
th.sortable-sortIPAddress,
th.sortable-sortEnglishLonghandDateFormat,
th.sortable-sortScientificNotation,
th.sortable-sortImage,
th.sortable-sortFileSize

        {
        cursor:pointer;
        }
th.forwardSort
        {
        background:url(../../themes/SimilitudeLine/images/sbc.jpg) no-repeat 0 0;
        }
th.reverseSort
        {
        background:url(../../themes/SimilitudeLine/images/sbc.jpg) no-repeat 0 0;
        }
th.forwardSort a,
th.reverseSort a
        {
        color:#000;
        outline:0 none;
        }