﻿
body
{
	font-family: Tahoma;
	font-size: 10pt;
}

h6
{
	margin: 24px 0px 0px 0px;
	font-size: 14pt;
}

.header
{
	background-color: #cccccc;
	border: solid 1px black;
	font-weight: bold;
	font-size: 12pt;
}

.menuBlock
{
	margin-left: 12px;
}

.childListTable
{
	/*border: solid 1px black;*/
}

.childListRow
{
}

.childListCell
{
	border-top: solid 1px black;
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	background-color: #dddddd;
	text-align: center;
	cursor: pointer;
	font-size: 10pt;
	color: #444444;
}

.childListActiveCell
{
	font-size: 14pt;
	font-weight: bold;
	border-top: solid 1px black;
	border-left: solid 1px black;
	border-right: solid 1px black;
	text-align: center;
	background-color: #305290;
	color: White;
}

.daystyle
{
	color: White;
	background-color: Olive;
	padding-top: 4px;
	padding-bottom: 4px;
}

.calDay
{
	border: solid 2px black;
	text-align: center;
	background-color: #305290;
	color: White;
}

.navCell
{
	text-align: center;
}

div.cartTotal
{
	text-align: right;
	border: solid 3px black;
	padding: 4px 4px 4px 4px;
	margin-bottom: 12px;
	background-color: #223762;
	color: White;
	font-weight: bold;
}

.mainContent
{
	padding: 10px 10px 10px 10px;
}

.itemTitle
{
	font-size: 16pt;
}

.itemBody
{
	padding: 0px 20px 0px 20px;
}

.headerCell
{
	background-color: #305290;
	color: White;
	padding: 6px 6px 6px 6px;
	border: solid 2px black;
	font-size: 22pt;
	font-weight: bold;
}

.menuCell
{
	background-color: #305290;
	color: White;
	border: solid 2px black;
}

a:visited
{
	color: White;
}

a
{
	color: White;
}

.calRptCell
{
	/* font-size: 10pt;*/
	height: 60px;
}

.calRptDetails
{
	font-size: 10pt;
}

.linkDate
{
	cursor: pointer;
}

.ordered
{
	text-decoration: line-through;
}

div.auto_complete
{
	width: 550px;
	background: #fff;
}
div.auto_complete ul
{
	border: 1px solid #888;
	margin: 0;
	padding: 0;
	width: 300px;
	list-style-type: none;
}
div.auto_complete ul li
{
	margin: 0;
	padding: 3px;
}
div.auto_complete ul li.selected
{
	background-color: #ffb;
}
div.auto_complete ul strong.highlight
{
	color: #800;
	margin: 0;
	padding: 0;
}

td.dollar
{
	text-align: right;
}

img.center
{
	text-align: center;
	display: block;
	margin: auto;	
}

.hdrcell
{
	font-weight: bold;
}

.instruction
{
	border: solid 2px Blue;
	padding: 4px 4px 4px 4px;
	font-size: 12pt;
	background-color: #ddd;
}

.FSheaderCell
{
	background-color: #c06e0e;
	color: White;
	padding: 6px 6px 6px 6px;
	border: solid 2px black;
	font-size: 22pt;
	font-weight: bold;
}

.FSmenuCell
{
	background-color: #c06e0e;
	color: White;
	border: solid 2px black;
}

#mailPreview
{
	border: 1px solid #cccccc;
}

#mailPreview a:visited
{
	color: Blue;
}

#mailPreview a
{
	color: Blue;
}

.alert
{
	background-color: #FFF884;
	border: 1px solid black;
	padding: 10px;
	margin-bottom: 1em;
}
