﻿body
{
	background-image:url(bar.gif);
	background-repeat:repeat-x;
	margin: 0 100px;
}
body, td, th, input, textarea
{
	font-family: candara, georgia, serif;
	font-size: medium;
}
.heading
{
	font-weight: bold;
	color: #990000;
	font-family: cambria;
}
hr
{
	border-top: 1px solid #990000;
	border-bottom: 0;
	height: 1px;
	margin-top: 1em;
	margin-bottom: 1em;
}
.wishlist table 
{
	border-collapse: collapse;
}
.wishlist td {
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-top: 0px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
td .editMode
{
	font-size: 80%;
}
.wishlistheaderrow td 
{
	border: 0;
}
.title 
{
	font-family: cambria;
	color: #990000;
	font-weight: bold;
}
.button
{
	font-size: 70%;
	background-color: #990000;
	color: #fff;
	border: 1px solid #990000;
	padding:0;
}
.textbox
{
	font-size: 100%;
	border: 1px solid #990000;
}