


Body { margin: 0px; background-color: white; }
.ActionButton
{
    /*BACKGROUND-COLOR: #eeeeee;*/
    COLOR: black;
    FONT: 10pt Arial;
    text-decoration:none;
    padding-right:2px;
    padding-left:2px;
    margin-right:2px;
}
.ActionButton:hover
{
    COLOR: gray;
    FONT: 10pt Arial;
    text-decoration:none;
    padding-right:2px;
    padding-left:2px;
    margin-right:2px;
}
.DeleteButton
{
    COLOR: #90191C;
    FONT: 10pt Arial;
    text-decoration:none;
    padding-right:2px;
    padding-left:2px;
    margin-right:2px;
}
.DeleteButton:hover
{
    COLOR: red;
    FONT: 10pt Arial;
    text-decoration:none;
    padding-right:2px;
    padding-left:2px;
    margin-right:2px;
}

.GlobalButton
{
    /*BACKGROUND-COLOR: #eeeeee;*/
    COLOR: white;
    FONT: 8pt Arial;
    text-decoration:none;
    padding-right:2px;
    padding-left:2px;
    margin-right:2px;
}

.Button { border-right: thin outset; border-top: thin outset; font: 10pt Arial; border-left: thin outset; color: black; border-bottom: thin outset; background-color: #eeeeee; text-decoration: none; }

/* Calendar Control Styles */
.Calendar
{
	background-color:white;
	font-family:Arial;
	font-size:8pt;
	}
.DayHeader
{
	font-size:8pt;
	font-family:Arial;
	background-color:black;
	color:White;
	}
.CalTitle
{
	font-size:18pt;
	font-family:Arial;
	}
.Day
{
	font-size:8pt;
	font-family:Arial;
	}
.WeekendDay
{
	background-color:#e0e0e0;
	}
	
/* Page Styles */
.Title
{
    FONT-SIZE: 10pt;
    font-weight:bold;
    FONT-FAMILY: Arial;
    color:#999999;
    padding-left:5px
	}
.CartTitle
{
    FONT-SIZE: 12pt;
    font-weight:bold;
    FONT-FAMILY: Arial;
    color:#990000;
	}
.SubTitle
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Arial
	}
	
.Header
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: Arial;
    height:20px;
	}
	
.Welcome
{
	font-family:Arial;
	font-size:10pt;
	COLOR: white;


}
.Content
{
	font-family:Arial;
	font-size:10pt
}

.Results
{
    FONT-SIZE: 9pt;
    COLOR: #90191C;
    FONT-FAMILY: Arial;
	}
.CategoryResults
{
    FONT-SIZE: 8pt;
    COLOR: #90191C;
    FONT-FAMILY: Arial;
	}
.ResultsCenter
{
    FONT-SIZE: 9pt;
    text-align:center;
    COLOR: #90191C;
    FONT-FAMILY: Arial
	}
	
.ResultsRight
{
    FONT-SIZE: 9pt;
    text-align:right;
    COLOR: #90191C;
    FONT-FAMILY: Arial
	}

.AltResults
{
    FONT-SIZE: 9pt;
    COLOR: #90191C;
    FONT-FAMILY: Arial;
    background-color:#eeeeee;
	}
	
.Total
{
	FONT-SIZE: 8pt;
    COLOR: Black;
    font-weight:bold;
    FONT-FAMILY: Arial;
    background-color:#eeeeee;
	}
	
.Message
{
	font: bold 10pt arial;
	color:Green;
	font-style:italic;
	}
	
.Error
{
	font: 10pt arial;
	color: red;
	padding-left:5px
	}

.colLabel { FONT-SIZE: 10pt;COLOR: #ffffff;FONT-FAMILY: Arial;BACKGROUND-COLOR: #999999}
	
.Label {Font-family: Arial;	font-size: 8pt}
	
.ItemNumber
{
	FONT-SIZE: 12pt;
    COLOR: #000000;
    FONT-FAMILY: Arial;
    font-weight:bold;
	}
.ItemDescription
{
	FONT-SIZE: 10pt;
    COLOR: #333333;
    FONT-FAMILY: Arial;}
	
.footer
{
	font-family:Arial;
	font-size:8pt;
	color:White;
	}
.box { margin-top: 5px;}
.MenuColumn
{
    background-color:#eeeeee;
	}