﻿html
{
	overflow: auto;
}
body, select.dropdown, input.textbox, input.button, textarea.textbox, td
{
/*	font-family: Verdana, Times New Roman;*/
	font-family: Times New Roman;
	font-size: 13px;
}
input.checkbox
{
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 1px;
	height: 1px;
}
body
{
	background-color: #F0ECE3;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: top center;
	overflow: hidden;
/*	font-size: 80%;*/
}
table.julepcup, table.horse, table.woodford, table.center, table.vcenter, table.report-table
{
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
}
table.julepcup, table.horse, table.woodford
{
	width: 800px;
}
table.recipe
{
	width:450px;
}
table.julepcup
{
	background-image: url(images/JulepCupBack.jpg);
}
table.horse
{
	background-image: url(images/HorsesBack.jpg);
}
table.woodford
{
	background-image: url(images/BottleCupBack.jpg);
}
a
{
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
a:hover
{
	text-decoration: underline;
}
a img
{
	border-width: 0px;
}
select.dropdown, input.textbox, input.button, textarea.textbox
{
	border-style: solid;
	border-color: #000000;
}
select.dropdown, input.textbox, textarea.textbox
{
	border-width: 1px;
}
input.button
{
	border-width: 2px;
}
td.header-top
{
	/*background-image: url(images/HeaderBackRepeat.jpg);*/
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
	margin: 0px;
	padding: 16px 0px 0px 0px;
}
td.header-bottom
{
	background-image: url(images/HeaderBackBottom.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 100%;
	height: 70px;
	margin: 0px;
	padding: 0px;
	padding-left: 140px;
}
td.main-content
{
	
	height: 311px;
	vertical-align: top;
	
}
td.footer-top
{
/*	background-image: url(images/FooterTop.gif); */
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 100%;
	height: 24px;
	margin: 0px;
	padding: 0px;
}
td.footer-bottom
{
	background-image: url(images/Footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 100%;
	height: 130px;
	margin: 0px;
	padding: 0px;
}
.menu
{
/*	font-family: Tahoma, Arial;
	font-size: 90%;*/
	font-weight: normal;
	font-size:12px;
}
.body-header
{
/*
	font-size: x-large;
	font-weight: bold;
	font-variant: small-caps;
*/
	font-size: large;
	font-family: Times New Roman;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 4px;

	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 2px;
	margin-bottom: 5px;
	text-align: left;
}
td.required, .validation
{
/*	font-family: Verdana, Arial;*/
/*	font-size: 80%;*/
	color: Red;
}
td.column-header
{
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
}
p
{
	padding: 0px 0px 5px 0px;
	margin: 0px;
}
.static-content, .static-content-small
{
/*	font-family: Times New Roman;*/
	vertical-align: top;
	text-align: justify;
}
.static-content-small
{
/*	font-size: 90%;*/
}
.static-content
{
/*	font-size: 110%;*/
}
.report-content, .report-content-shaded, .report-header
{
/*	font-size: 80%;*/
	padding-bottom: 30px;
}
.report-content, .report-content-shaded
{
	vertical-align: top;
}
.report-content
{
	background-color: #fff;
}
.report-content-shaded
{
	background-color: #eee;
}
.report-header
{
	background-color: #fff;
	font-weight: bold;
	vertical-align: bottom;
}
.report-header td
{
	border-bottom: solid 1px #000;
}
.report-content td, .report-content-shaded td, .report-header td
{
	padding: 0px 5px;
}
table.report-table
{
	border: solid 1px #bbb;
	margin-top: 10px;
	width: 645px;
}
.no-display
{
	display: none;
}