/* CSS Document */
/* Health.css */
/* Copyright (c) 2005, 20206 PeteSoft, LLC. All Rights Reserved */

table.CalcHdr
{
	background-image: url(HeaderBackground.jpg); 
}

table.CalcHdr, .PopupMenu, .PopupMenuX, .PopupMenuItemOver, .PopupMenuItemNotEnabledOver {
	background-color: #AA0000;
}

table.Calc, .PopupMenuItem, .PopupMenuItemNotEnabled {
	background-color: #E9E0BE;
}

.Parm
{
	width: 35px;
}

.ShortLine
{
	border-bottom: solid 1px #97A9BD;
	margin-top: 2px; 
	margin-bottom: 2px;
	width: 20%;
	height: 1px;
}

.Cigarettes
{
	width: 50px;
}

.Meds
{
	width: 70px;
}

.CalHdr td, .CalCurr, .CalSelected
{
/*
	background-color: #E9E0BE;
	background-color: #DBCF8E;
*/
	background-color: #DBCB83;
}

