/* General styles */     

table.data
  {
    border-collapse:collapse;
  }
  
/* The selected row */

table.data tr.selected td
  {
    border-bottom:1px solid #CABBA9;
  }
  
table.data tr.selected
  {
    background:#EBF3E6;
    color:#000;
  }	
  
table.data tr.selected a
  {
    color:#002255;
  }


/* The post snippet */
  
table.data tr.snippet td
  {
    padding:1em;
  }

table.data tr.snippet
  {
    display:none;
  }
  
table.data tr#snippet-focused
  {
    display:table-row;
    _display:block;
  }
  
table.data tr.snippet code 
  {
    color:#6699ff;
  }


/* The post title field */
table.data tr td.title 
  {
    cursor:pointer;cursor:hand;
  }
  
table.data thead td.title 
  {
    cursor:text;
  }

td.datarow
  {
    border-top:solid 1px rgb(202, 187, 169);
  }
  
a {font-size:12px;}
a:active {color: #000099; text-decoration: none;}
/*a:visited {color: #000099;  text-decoration: none;}*/
a:link { color: #000099; text-decoration: none;} 
a:hover {color: #FF0000; text-decoration: underline;}
.update {COLOR: #990000;} 
a.update:link {COLOR: #990000;} 
a.update:hover {COLOR: #FF0000;}  