﻿body 
{
	margin:0;
	background-color:WhiteSmoke;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size:75%;	
}
p 
{
	margin-top:0em;
	margin-bottom:0.5em;
	padding:0;
	text-indent:1.5em;
}

ul
{
	margin-top:0.5em;
	margin-bottom:0.5em;
}

h1 
{
	font-size:1.5em;
	text-align:center;
}
h4 
{
	margin:0;
}
a img
{
	border:none;
}
a img:hover 
	{
		border-style:solid;
		border-width:thick;
	}
	
a:link {color: red; text-decoration: none; }
a:visited {color: red; text-decoration: none; }
a:hover 
{
	color: orange; 
	text-decoration: underline; 
	color:whitesmoke;
	background-color:DarkGray; 
}
a:active {color: blue; } 

/* fix for menu bug in IE8.  Add this as CSS class in the master file with the menu control */
.adjustedZIndex {
    z-index: 1;
}

.MasterTable
{
	height:100%;
	width:100%;
	margin:0;
	border:none;
}
.TitleBlock
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size:2.0em;
	font-weight:bold;
	background-color:LightBlue;
	text-align:center;	
	height:80px;	
		filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',
                startColorstr=lightblue, endColorstr=whitesmoke);
}

.homegraphic
{
	background:lightblue;
	height:80px;
		filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',
                startColorstr=lightblue, endColorstr=whitesmoke);
}

.SubTitle
{
	font-size:medium;
	color:black;	
}

.MenuBlock 
{
	background-color:whitesmoke;
	color:Black;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	width:100px;
	padding-top:2em;
}

.FooterBlock
{ 
	width:100%;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',
                startColorstr=whitesmoke, endColorstr=lightblue);
}

.ContentBlock
{
	padding:0.5em;
	background-color:WhiteSmoke; 
}

.ascxField
{
  
}

.ascxEntryControl
{
	width:5em;
}
.SigBlock
{
	text-align:right;
	font-style:italic;
	font-family: Tahoma, Arial, Sans-Serif;
}

.IndentLeft
{
	padding:2em;
}

.IndentRight
{
	position:absolute; 
	right:5em;
}

.BulletList
{
	margin-top:0em;
	list-style-type:disc;
}

.AddressIndent
{
	Position:relative;
	left:5em;
}

.OrderFooter
{
	margin:2em;
	padding:0.25em;
   text-align:center;
   border:solid 4pt black;
}
.ValSummary
{
	padding:0.0em;
	background-color:LightGoldenRodYellow;
	border:solid 2px black;
	font-size:0.9em;
}

.LunchMenuCol2
{	
	/* position:absolute; */
	position:relative;
	left:5em;
}

.ChampRight
{
	position:fixed;
	left:7em;
}

tblChampList
{
	padding-left:0.2em;
	border:solid 1pt black;
	background:lime;
	
}
.TrophyName, .TrophyWinner, .TrophyPoints
{
	border-bottom:solid 1pt green;
	padding-left:0.5em;
}

.TrophyWinner:first-line
{
	font-weight:bold;
}
.TrophyWinner ul
{
	margin-top:0;
	padding:0.5em;
}

.TrophyName
{
	font-weight:bold;
}
.TrophyPoints
{
	text-align:center;
}

.NewItem
{
	font-size:0.8em;
	margin:0em;
}

.NewItem:first-line
{
	font-weight:bold;
	text-align:center;
}
.NewItem hr
{
	margin:0;
	width:50%;
	height:2pt;
	color:darkblue;
}

.DataUpdateControl
{
	width:95%; 
	/* filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',
                startColorstr=lightblue, endColorstr=whitesmoke); */
    background-image:url(Images/BlueFade-200x1.jpg); 
    background-repeat:repeat-x; 
    background-position:top;  
    padding:1em; 
}

#BannerList
{
	float:right; 
	padding:0.25em; 
	margin:1em; 
	border:solid 1pt darkgray; 
	background-color:Black; 
	width:155px; 
	height:100%;
}

.BannerItem
{
	padding: 0.25em; 
	font-size:0.8em;
	border: solid 1pt darkgray; 
	text-align: center; 
	margin-bottom: 0.25em; 
	width:150px;
}

.BannerItem a:link 
	{color: whitesmoke; text-decoration: none; }
.BannerItem a:visited 
	{color: wheat; text-decoration: none; }

#VendorList
{
}

#VendorList	li:first-line
{
	font-weight:bold;
	font-size:1.1em;
}

#VendorList li
{
	margin:0.8em;
}

#VendorList .Description
{
	margin-left:2em;
}

.ChampRight
{
	position:fixed;
	left:7em;
}

#tblChampList
{
	padding-left:0.2em;
	border:solid 1pt black;	
}
.TrophyName, .TrophyWinner, .TrophyPoints
{
	border-bottom:solid 1pt green;
	padding-left:0.5em;
}

.TrophyTitle
{
	font-weight: bold; 
	font-size: 1.6em; 
	text-align: center; 
	background-color: LightSalmon;
	padding:0.3em;
}
.TrophyWinner:first-line
{
	font-weight:bold;
}
.TrophyWinner ul
{
	margin-top:0;
	padding:0.5em;
}

.TrophyName
{
	font-weight:bold;
}
.TrophyPoints
{
	text-align:center;
}
