/*
 * LovelyLilac Theme
 * Copyright (C) 2004
 * Tivo Forum User: ericd121
 * Loosely Based on BlueBook.css by Tivo Forum User: iankb
 * - enhanced with the button menu from "Rob S NB"'s themes
 */

#theme:after
{
  content: "LovelyLilac";
  color: #C9F;
  font-size: 1.2em;
  font-weight: normal;
  letter-spacing: 0.8em;
}

body
{
  background: #96F;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 0.9em;
  text-align: center;
  margin: 0px;
  color: #EEE;
}

table
{
  border-spacing: 0px;
  margin: auto;
  margin-bottom: 1em;
  empty-cells: show;
  padding-bottom: 2px;
}

th
{
  background:  #80E;
  font-size: 0.8em;
  font-weight: bold;
  letter-spacing: normal;
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-align: center;
}

th a
{
  line-height: 15px;
  float: left;
  min-width: 120px;
  width: 120px;
  background-color: #96F;
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
  padding-left: 5px;
  white-space: nowrap;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 5px;
  border: solid 1px #CC9;
  clip: auto;
  margin-left: 5px;
  margin-top: 1px;
  margin-bottom: 1px;
  color: #FFC;
}

th a:hover
{
  line-height: 15px;
  float: left;
  min-width: 120px;
  width: 120px;
  font-weight: bold;
  text-decoration: none;
  background-color: #80E;
  padding-left: 5px;
  white-space: nowrap;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 5px;
  border: solid 1px #FFC;
  clip: auto;
  margin-left: 5px;
  margin-top: 1px;
  margin-bottom: 1px;
  color: #FFF;
}

td
{
  border-bottom: 1px solid #A9F;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: bold;
  font-size: 0.9em;
}

img
{
  border: none;
}

a
{
  color: #FFC;
  text-decoration: none;
  font-weight: bold;
  text-transform: none;
  letter-spacing: 0em;   
  border: 1px solid #96F;
}

td a { 
   color: #FFC;
   border: 1px solid #96F;
	display: block;
	padding: 0 2em;
   margin: 0 -0.5em;
	
}

a:hover
{
  text-decoration: none;
  border: 1px solid #FFF; background: #A9F; 
}

td a:hover 
{
	border: 1px solid #FFF; background: #A9F; 
}

select[name]
{
  width: 100%;
  background: #EFDFEF;
  font-weight: bold;
  color: #80E;
}

input
{
	background: #EFDFEF;
	border: 2px solid #A9F;
	font-weight: bold;
	color: #80E;
}
div
{
  margin-left: 2em;
  margin-right: 2em;
}

pre
{
  white-space: pre;
  margin: auto;
  text-align: left;
}

.table
{
  display: table;
}
