@charset "utf-8";
*
{
margin: 0pt;
padding: 0pt;
}

body
{
height: 100%;
width: 100%;
background-color: transparent;
}

html
{
}

div.message
{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
	text-align: center;
}

#turnover
{
	padding: 3px;
	font-family: Verdana, Arial, sans-serif;
	text-align: right;
}

#turnover span.outcome
{
	display: block;
	border-top: 3px solid #996699;
	border-right: 1px solid #996699;
	border-left: 3px solid #996699;
	border-bottom: 1px solid #996699;
	padding: 5px;
	background-color: #FFF;
	font-size: 20px;
	text-align: center;
	color: #FF0000;
	font-weight: bold;
	clear: both;
}

#turnover span.error
{
display: block;
border-top: 3px solid #996699;
border-right: 1px solid #996699;
border-left: 3px solid #996699;
border-bottom: 1px solid #996699;
background-color: #FFF;
font-size: 14px;
text-align: center;
color: #FF0000;
font-weight: bold;
padding: 5px;
margin: 5px 0pt 5px 0pt;
}

#turnover div.types div.pizza,
#turnover div.types div.qsr,
#turnover div.types div.fc
{
padding: 14px 0pt 0pt 0pt;
}

#turnover div.categories div,
#turnover span.turnoverpercent
{
display: block;
padding: 7px 0pt 7px 7px;
}

#turnover span.results
{
display: block;
padding: 15px;
border-top: 3px solid #996699;
border-right: 1px solid #996699;
border-left: 3px solid #996699;
border-bottom: 1px solid #996699;
background-color: #FFF;
font-size: 15px;
font-weight: bold;
color: #FF0000;
text-align: left;
}

#turnover span.sendcalculator
{
display: block;
margin-top: 25px;
text-align: center;
}

div.extra
{
text-align: right;
padding: 5px;
line-height: 1.5;
}

/* CSS Document */

#turnover span.msg
{
display: block;
border-top: 3px solid #996699;
border-right: 1px solid #996699;
border-left: 3px solid #996699;
border-bottom: 1px solid #996699;
background-color: #FFF;
font-size: 14px;
text-align: center;
color: #FF0000;
font-weight: bold;
padding: 5px;
margin: 5px 0pt 5px 0pt;
}
  
.Banner {
	height: 50px;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9D6D9D;
	padding-top: 10px;
	padding-bottom: 10px;
}
