/*DEFAULT VALUES FOR NUTRITION VALUES */





.NutritionHeader
{
	font-weight: bold;
	font-size: medium;
	color: White;
	font-family: Arial;
	background-color: #006633;
	text-align:left;
}




/*
	Title for NutritionData Table
*/
.categoryTitleHeader
{
	font-family:helvetica,arial;
	font-size:16px;
	font-weight:800;
	color:Black;
 
}



/* Header for the list of links (NutrtionLinks.ascx)*/
.linkHeader
{
	font-family:Arial;
	font-weight:bold;
	color:White;
	background-color:#006633;
	 padding: 1px 0px 1px 2px;
}
.linkBorder
{
/*	border:solid 1px #006633; */
 padding: 1px 2px  1px 2px;
}
/*Style for links (NutrtionLinks.ascx)*/
a.linkstyle
{
	color:Red;
    text-decoration: 'underline';
}


a.smalllinkstyle
{
	text-decoration: 'underline';
	font-size:xx-small;
}

/*
.NutritionFooter
{
	color:#FFFFFF;
	background-color:#006633;
	vertical-align:top;
	font-weight:800;
	font-size:14px;
	 }
*/

.NutritionInfo
{
	background-color:#CCFFCC;
	color:#003300;
	font-size:10px;
/*	font-weight:700; */
}
.NutritionBorder
{
	background-color:#CCFFCC;
	color:#003300;
	font-weight:700;
}



td.info {
	     border-right:solid 1px #ccCCCC;
	     text-align:center;
		 Width:24px;
	     text-align:center;
	     font-size: 10px;
		 font-family: Arial;
		 border-bottom: solid 1px #ecf3e9;}

tr.infoRow { background-color:#ffffff;
	         }
tr.infoRowAlt { background-color:#ecf3e9;}

td.name {
	border-right:solid 1px #ccCCCC;
	border-left:solid 1px #ccCCCC;
	border-bottom: solid 1px #ecf3e9;
	width: 100px;text-align: left;
	font-weight: normal; 
	font-size: 10px;
	font-family: Arial;
	color: rgb(0, 0, 0);
	padding:2px 2px 2px 2px;
	 }
.infoFocus
{
	border: ridge  1px #319a31;
	font-size: 10px;
	font-family: Arial;	
	cursor:crosshair;
	 text-align:center;
	 Width:22px;
	/*
	ORIGINAL WITH ORANGE AND YELLOW
	 background-color: #FFF4DD;
	 color:#006633;
	*/
	background-color: #FFFFFF;
	color:#006633;
	 /*height:35px;*/
	 
}
.infoAltFocus
{
	border: ridge 1px #319a31;
	font-size: 10px;
	font-family: Arial;	
	cursor:crosshair;
	color:#006633;
	background-color:#ecf3e9;
	
	text-align:center;
	Width:22px;
	
/*	height:35px;*/
}
.infoRowOver
{
	font-size: 10px;
	font-family: Arial;
	/*background-image:url(http://is-feinburg/applications/nutritioninfo/images/highlight.gif);*/
	background-color:#a7f784;
	text-align:center;
	Width:24px;
	
}
.infoRowAltOver
{
	font-size: 10px;
	font-family: Arial;
	/*background-image:url(http://is-feinburg/applications/nutritioninfo/images/highlightalt.gif);*/
	background-color:#a7f774;
	text-align:center;
	Width:24px;
	
}
td.nameFocus {
	border: ridge 1px #319a31;
	width: 100px;
	text-align: left;
	cursor:crosshair;
	color:#006633;
	background-color: #FFFFFF;
	font-weight: normal; 
	font-size: 10px;
	font-family: Arial;
	padding: 1px 2px  2px 1px;
	
	 }
	 
td.nameAltFocus {
	border-right:solid 1px #ccCCCC;
	border-left:solid 1px #ccCCCC;
	border: ridge 1px #319a31;
	width: 100px;text-align: left;
	background-color:#ecf3e9;
	cursor:crosshair;
	color:#006633;
	font-weight: normal; 
	font-size: 10px;
	font-family: Arial;
	padding:1px 2px 2px 1px;
	 }



td.cattitle{
 font-family: arial;
 text-align: left;
  background-color: #ffffff; color:#990000;
  font-weight: normal;
  }
  
td.subcattitle{
	font-family: arial;text-align: left;
	background-color: #ffffff; color:#990000;
	font-weight: bold;
  }
th.head {
	border-right: solid 1px #CCCCCC;
	border-bottom: 1px solid rgb(204, 204, 204);
	width: 24px;
	background-color:#e4ede0;
}
th.headtitle {
	border-right: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	width: 100px;
	vertical-align: bottom; 
}
.spacer
{
	background-color:#006600;
	/*background-image:url(http://is-feinburg/applications/nutritioninfo/images/slash_up_center.gif);*/
}
.bottomspacer
{
	/*background-color:#006600;*/
	background-image:url(http://is-feinburg/applications/nutritioninfo/images/slash_down_center.gif);
}

.tblborder
{
	background-color:#006600;
	width:1px;
}
.NavHeaderText
{
	font-family:Arial;
	font-weight:800;
	color:#006600;
	font-size:20;
}
.Notes
{
	color:#006600;
	vertical-align:top;
	font-size:10px;
}