﻿body
{
	font-family: Verdana;
	font-size: 8.3pt;
}
.Ad:hover
{
	cursor: pointer;
}
.Ad
{
	border: solid 1px black;
	font-family: Arial;
	font-size: 9pt;
	margin: 0px auto 0px auto;
	width: 234px;
}
.AdHead
{
	color: Blue;
}
.AdLink
{
	color: Green;
}
.AdHead, .AdLink
{
	font-weight: bold;
	text-decoration: underline;
}
.DishDesc
{
	border: solid 1px navy;
	margin: 0px auto 0px auto;
	padding: 10px 10px 10px 10px;
	text-align: left;
	width: 600px;
}
.DislikeDiv
{
	border: solid 2px black;
	margin: 0px 0px 0px 15px;
	padding: 2px 2px 2px 2px;
	text-align: center;
	float: right;
}
.EmptyTable
{
	border: none;
	margin: 0px auto 0px auto;
}
.Features
{
	margin: 0px auto 0px auto;
	width: 250px;
}
.Features TR TD
{
	border: solid 1px #eeeeee;
	vertical-align: middle;
}
.FeatureHeader
{
	background-color: #026793;
	color: White;
}
h1
{
	font-size: 18px;
	margin: 0px 0px 0px 0px;
	padding: 9px 0px 10px 5px;
}
h2
{
	font-family: Verdana;
	font-size: 8.3pt;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 10px 10px;
}
h1, h2
{
	text-align: left;
}
.ChartTitle
{
	background-color: #dddddd;
	border: solid 1px silver;
	width: 200px;
}
.Header1, .Header2
{
	font-size: 1px;
	height: 6px;
	margin-bottom: 2px;
	width: 100%;
}
.Header1
{
	background-color: #026793;
}
.Header2
{
	background-color: #488eb2;
}
.LinkItem
{	
	border: none;
	border-bottom: solid 1px silver;
	color: black;
	margin: 2px 5px 0px 5px;
	padding: 2px 0px 2px 0px;
	text-align: center;
	width: 125px;
}
.LinkItem:Hover
{
	background-color: #488eb2;
	color: White;
}
.LinkItem A
{
	color: Black;
}
.LinkItem:Hover a:link, .LinkItem:Hover a:visited
{
	color: White;
}
.LinkItem2
{
	background-color: #026793;
	border: solid 1px silver;
	color: White;
	font-weight: bold;
	margin-top: 2px;
	margin-left: auto;
	margin-right: auto;
	padding: 2px 0px 2px 0px;
	text-align: center;
	width: 125px;
}
.LinkItem2:Hover
{
	background-color: #d32020;
}
.LinkItem2 A
{
	color: White;
}
A.MainLink:Link, A.MainLink:Visited
{
	color: Black;
}
A.MainLink:Hover
{
	color: Blue;
}
.MainDescription
{
	padding: 3px 3px 3px 3px;
	text-align: center;
	width: 100%;
}
.MainDiv
{
	border: solid 1px navy;
	font-size: 10pt;
	margin: 0px auto 0px auto;
	width: 794px;
}
.MainDescDiv
{
	font-size: 8pt;
}
.MainTable TD
{
	vertical-align: top;
}
.OfferHeader
{
	background: #488eb2;
	color: White;
	font-weight: bold;
}
.OfferTable, .OfferTable2
{
	border-collapse: collapse;
	font-size: 9pt;
	padding: 0px 0px 0px 0px;
}
.OfferTable tr td, .OfferTable2 tr td
{
	border: solid 1px #A2D8FD;
	height: 30px;
	padding: 1px 4px 1px 4px;
	text-align: center;
	vertical-align: middle;
}

.OfferRow1 TD
{
	background: #E7F0FC;
}
.OfferRow2 TD
{
	background: #FFFFFF;
}
.OfferTableCol1
{
	width: 140px;
}
.FinePrint
{
    font-size: 9pt;
    color: Silver;
    margin-top: -9px;
}
.Prices
{
    font-size: 19pt;
    text-align: center;
}
.PriceBody
{
    border: 3px dashed silver;
    margin: 0px auto 0px auto;
    width: 80%;
}
.PriceTable
{
    font-size: 30pt;
    width: 400px;
    margin: 10px auto 0px auto;
}
.PriceTable tr td
{
    border-radius: 5px;
    border: 1px solid silver;
}
.Report
{
    font-size: 40pt;
    font-weight: bold;
}
.OfferButton, .RejectButton
{
    border-radius: 15px;
   
    text-decoration: underline;
}
.OfferButton
{

    background-color: #3786D3;
    color: #ffffff;
    border: 1px solid blue;
    
    font-size: 36pt;
    height: 100px;
    width: 500px;
}

.RejectButton
{
    background-color: #ffcccc;
    border: 1px solid red;
    color: Red;
    font-size: 22pt;
    height: 50px;
    width: 250px;
}
.OfferButton:hover
{
    background-color: #0000cc;
    color: #ffffff;
    cursor: pointer; 
}
.RejectButton:hover
{
    background-color: #ff0000;
    color: #ffdddd;
    cursor: pointer; 
}

.OfferButtonSmall, .RejectButtonSmall
{
    border-radius: 5px;
    font-size: 12pt;
    font-weight: bold;
    height: 40px;
    width: 140px;   
    text-decoration: underline;
}
.OfferButtonSmall
{

    background-color: #3786D3;
    color: #ffffff;
    border: 1px solid blue;
}
.RejectButtonSmall
{
    background-color: #ffcccc;
    border: 1px solid red;
    color: Red;
}
.OfferButtonSmall:hover
{
    background-color: #0000cc;
    color: #ffffff;
    cursor: pointer; 
}
.RejectButtonSmall:hover
{
    background-color: #ff0000;
    color: #ffdddd;
    cursor: pointer; 
}
.Alert
{
    background: white;
    border-radius: 20px;
    border: solid 2px black;
    font-size: 14pt;
    padding: 25px;
}
.AlertTitle
{
    font-size: 28pt;
}
.AlertPopup
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.AlertPopupBody
{
	width:400px;
}
.SpecialButtons
{
    color: Silver;
    font-size: 9pt;
    margin: 0px auto 0px auto;
    width: 200px;
}
.ReviewTable
{
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

.ReviewTable, .ReviewTable TD, .ReviewTable TR
{
	vertical-align: top;
}
.ReviewTable TR TD
{
	border: solid 1px silver;
}
.ReviewText
{
	padding: 5px 5px 5px 5px;
}
.ReviewFacts
{
	width: 100%;
}
.ReviewFacts, .ReviewFacts TR, .ReviewFacts TD
{
	border-style: none;
	vertical-align: middle;
}
.ReviewFacts TD
{
	background-color: #EEEEEE;
}
.SideMenu
{
	border: solid 1px black;
	text-align: center;
}
.TopMenu
{
	background-color: #026793;
	height: 25px;
	margin-bottom: 3px;
	width: 796px;
}
.TopMenu Table
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.TopMenuItem
{
	border-right: solid 1px white;
	border-left: solid 1px white;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	width: 197px;
}
.TopMenuItem:Hover a:link, .TopMenuItem:Hover a:visited, .TopMenuItem:Hover
{
	color: Black;
	background-color: #488eb2;
}
.TopMenuItem A
{
	color: White;
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
}
.TopMenuSpace
{
	width: 1%;
}
.WinTVGrid
{
	border-collapse: collapse;
	font-size: 9pt;

	width: 605px;
}
.WinTVGrid td
{
	border: solid 1px silver;
	text-align: center;
}
.WinTVGrid tr td
{
	height: 35px;
	vertical-align: middle;
}
.WinTVGridHeadCell1
{
	background-color: #488eb2;
	width: 60px;
}
.WinTVGridHeadCell2
{
	background-color: #ee3333;
	width: 60px;
}
.Popup
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.PopupBody
{
	
	width:400px;
}
.OfferTable2, .OfferTable2 tr td
{
	border: none;
	color: White;
	font-size: 9pt;
	font-weight: bold;
	font-family: Arial;
}

