﻿@charset 'UTF-8';

@media all {
  .simpleTable {
    font-family: inherit;
    font-size: 12px;
    border-collapse: collapse;
    margin: 0 0 15px 0;

    /* @group fat table */

    /* @end fat table */

    /* @group normal links */

    /* @end normal links */

    /* @group edit row links */

    /* @end edit row links */

    /* @group full row links */

    /* @end full row links */

  }
  .simpleTable.smallText {
    font-family: inherit;
    font-size: 11px;
  }
  .simpleTable.fullWidth {
    width: 100%;
  }
  .simpleTable.width225 {
    width: 225px;
  }
  .simpleTable.width470 {
    width: 470px;
  }
  .simpleTable.width715 {
    width: 715px;
  }
  .simpleTable th, .simpleTable td {
    border-bottom: 1px solid #CECECE;
    border-top: 1px solid #CECECE;
    padding: 6px 18px 6px 6px;
    vertical-align: top;
  }
  .simpleTable th {
    border-top: none;
    font-weight: bold;
    text-align: left;
  }
  .simpleTable td.noWrap {
    white-space: nowrap;
  }
  .simpleTable td.bright, .simpleTable tr.bright td {
    color: #999999;
  }
  .simpleTable.fat td {
    padding-bottom: 11px;
    padding-top: 11px;
  }
  .simpleTable a {
    color: #0166a9;
    text-decoration: none;
  }
  .simpleTable a:hover {
    text-decoration: underline;
  }
  .simpleTable .edit, .simpleTable .delete {
    padding-left: 2px;
    padding-right: 10px;
    width: 15px;
  }
  .simpleTable .edit a, .simpleTable .delete a {
    display: block;
    height: 15px;
    text-indent: -10000px;
    width: 15px;
  }
  .simpleTable .edit a {
    background: url(/Tools/images/simpleTables/simpleTables-sprite.png) 0 0 no-repeat;
  }
  .simpleTable .edit a:hover {
    background-position: 0 -15px;
  }
  .simpleTable .delete a {
    background: url(/Tools/images/simpleTables/simpleTables-sprite.png) -15px 0 no-repeat;
  }
  .simpleTable .delete a:hover {
    background-position: -15px -15px;
  }
  .simpleTable.fullRowLinks td {
    color: #0166a9;
  }
  .simpleTable.fullRowLinks td.bright {
    color: #999999;
  }
  .simpleTable.fullRowLinks tr.hover {
    background: #e0eaf4;
    cursor: pointer;
  }

   .simpleTableSelectedRow {
    background: #e0eaf4;

  }

  .simpleTable.fullRowLinks a:hover {
    text-decoration: none;
  }



    .deleteImg
    {
         display: block;
    height: 15px;
    text-indent: -10000px;
        width:15px;
    background: url(/Tools/images/simpleTables/simpleTables-sprite.png) -15px 0 no-repeat;
  }
   .deleteImg:hover
   {
        display: block;
    text-indent: -10000px;
       height:15px;
        width:15px;
    background-position: -15px -15px;
  }

 .editImg
  {
         display: block;
    height: 15px;
    text-indent: -10000px;
        width:15px;
    background: url(/Tools/images/simpleTables/simpleTables-sprite.png) 0px 0 no-repeat;
  }
   .editImg:hover
   {
        display: block;
    text-indent: -10000px;
       height:15px;
        width:15px;
    background-position: 0px -15px;
  }




}

