/* Author: Lisa Obenauf
   File Name; style.css
   
   Details: This is the style sheet that works in conjunction
   with http://images.julisana.com.
   
   Copyright © 2004-2005 Lisa Obenauf
   
   Previous Update: 14 February 2005: Added Copyright Information.
   Latest Update: 01 August 2005: Tweaked certain items to go
   with new layout.
*/

body
{
  font-family: Arial, sans-serif;
  font-size: 12pt;
}

table
{
  border-style: solid;
  border-color: #000000;
  background-color: #ffffff;
  border: none;
}

.borderNone
{
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: none;
}

.corner
{
  border: none;
  padding: 0px;
}

.border-bottom
{
  background-image: url(images/border-bottom.jpg);
}

.border-left
{
  background-image: url(images/border-left.jpg);
}

.border-right
{
  background-image: url(images/border-right.jpg);
}

.border-top
{
  background-image: url(images/border-top.jpg);
}


.table-footer
{
  border: none;
}

.td-footer
{
  border: none;
}

.right
{
  text-align: right;
}

img
{
  border: none;
}

.name_even, .r_name_even, .size_even, .r_size_even, .date_even, .r_date_even
{
  background-color: #999999;
}

.name_odd, .r_name_odd, .size_odd, .r_size_odd, .date_odd, .r_date_odd
{
  background-color: #cccccc;
}

.even
{
  background-color: #cccccc;
}

.odd
{
  background-color: #ffffff;
}

a:link
{
  color: #000000;
  text-decoration: none;
}

a:visited
{
  color: #996666;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}