body, html {
  background: white;
  margin: 0;
  padding: 0;
  font-family: @FontFamily@, Segoe, Trebuchet MS, Lucida, Sans-Serif;
  text-align: left;
  line-height: 1.5em;
}

a, a:visited { 
  text-decoration: none;
  color: #2b5a8a;
}

a:hover { 
  text-decoration: underline;
}

img { 
  border: 0px;
}

table { 
  width: 100%;
  border-collapse: collapse;
  font-size: @FontSize@px;
}

tr {
  border-bottom: 1px dotted #999999;
}

tr:hover {
  background: #f5f5f5;
}

tr:hover .icon { 
  background-color: #ddddd0;
}

td {
  padding: 6px;  
}

td.icon { 
  background-color: #eeeee0;
  min-height: 80px;
  width: 1%;
  min-width: 80px;
  text-align: center;
  vertical-align: top;
  padding: 12px;
}

.icon img {
  max-width: 60px;
  padding: 4px;
}

.icon img[src$='.jpg'], img[src$='.jpeg'], img[src*='.thumbnails'] {
//  max-width: 48px;
  border: 1px dotted #bbb;
//  padding: 4px;
  background: #f9f9f9;
}

td.content { 
  padding-left: 12px;
  vertical-align: top;  
}

#hilight {
  background-color: #ffee66;
  color: #000000;
  padding-left: 2px;
  padding-right: 2px;
  margin-left: -2px;
  margin-right: -2px;
}

.name { 
  font-size: 1.3em;
  font-weight: bold;
  color: black;
}

.date { 
  font-size: 1em;
  color: black;
  margin-bottom: 0.6em;
  margin-top: 0.2em;
  margin-left: 16px;
}

.snippet { 
  font-size: 1em;
  color: gray;
  margin-left: 16px;
}

.url { 
  font-size: 1em;
  color: #008200;
  margin-left: 16px;
}

ul {
  margin-left: 16px;
  padding: 0px;
  clear: both;
}

.actions { 
  font-size: 1em;
}

.actions li {
  float: left;
  display: block;
  vertical-align: middle;
  padding: 0;
  padding-left: 20px;
  padding-right: 12px;
  background: url(@stock%16|stock_right@) no-repeat;
  min-height: 16px;
  -moz-opacity: 0.5;
}

tr:hover .actions li { 
  -moz-opacity: 1.0;
}

#phone {
  background: url(@stock%16|stock_landline-phone@) no-repeat;
}

#email {
  background: url(@stock%16|stock_mail@) no-repeat;
}

#email-forward {
  background: url(@stock%16|stock_mail-forward@) no-repeat;
}

#email-reply {
  background: url(@stock%16|stock_mail-reply@) no-repeat;
}

#message {
  background: url(@stock%16|im-yahoo@) no-repeat;
}

#reveal {
  background: url(@stock%16|stock_open@) no-repeat;
}

td.footer { 
  text-align: right;
  border-bottom: solid 1px white;
}
