/* NUTRITION ADDITION -- FOOD PLANNER */

/* SITE BASICS */

html {
	scrollbar-face-color:#D4D0C8;
	scrollbar-shadow-color:#cccccc;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-arrow-color:#464646;
	scrollbar-3dlight-color:#CCCCcc;
	scrollbar-darkshadow-color:#999999;
	scrollbar-track-color:#e6e6e6; 
}

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

img { 
	border-color: #666666; 
}



/* GENERAL STYLES */
.title_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	padding: 5px;
}
.title_text a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
}
.title_text a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}

.border-simple {
	border: 1px solid #CCCCCC;
}

.navigation td {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #999999;
	padding-top: 1px;
	padding-bottom: 1px;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #000000;
}
.navigation a {
	color: #000000;
	text-decoration: none;
}
.navigation a:hover {
	color: #0000CC;
	text-decoration: underline;
}
.navigation-sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #000000;
}
.navigation-sub a {
	color: #000000;
	text-decoration: none;
}
.navigation-sub a:hover {
	color: #0000CC;
	text-decoration: underline;
}

.section-title {
	padding: 5px;
	background-color: #88B2D9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
	color: #000000;
}
.section-title .medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.section-title .small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.section-title .small a {
	color: #000000;
	text-decoration: none;
}
.section-title .small a:hover {
	color: #0000CC;
	text-decoration: underline;
}

.navigation-calendars td {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #000000;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #AAAAAA;
	background-color: #DDDDDD;
	padding: 2px;
}
.navigation-calendars a {
	color: #000000;
	text-decoration: none;
}
.navigation-calendars a:hover {
	color: #000080;
	text-decoration: underline;
}

.comparison-list {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #000000;
}


.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #000000;
}
.text ul {
	list-style-type: square;
}
.text a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #08338F;
	text-decoration: none;
}
.text a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #000000;
}
.medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	color: #000000;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	color: #000000;
}



.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #000000;
}
.copyright a {
	font-weight: bold;
	color: #000080;
	text-decoration: none;
}
.copyright a:hover {
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}



/* NUTRITION CALCULATOR */

.nutrition {
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #000000;
}
.nutrition a{
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.nutrition a:hover{
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: normal;
	color: #800000;
	text-decoration: underline;
}
.nutrition .title {
	font-size: 18px;
}
.nutrition .subtitle {
	font-size: 16px;
}
.nutrition .food-title {
	font-size: 13px;
}
.nutrition .food-total {
	font-size: 13px;
	font-weight: bold;
}
.nutrition .food-extra {
	font-size: 12px;
}
.nutrition .data {
	font-size: 11px;
}
.nutrition .data a{
	font-size: 11px;
}
.nutrition .data a:hover{
	font-size: 11px;
}
.nutrition .portionsize {
	font-size: 10px;
}
.inputsmall {
	font-size: 10px;
}
.fpbutton {
	width:150px;
	font-family:Verdana;
	font-size:7pt;
	font-weight:bold;
	font-style:normal;
	color:#000000;
	background-color:#B1DDFF;
	border-style:outset;
	border-width:2px;
	border-color:#CCCCCC;
	height:22px;
}
input.button-tiny {
	font-family:Verdana;
	font-size:7pt;
	font-weight:normal;
	font-style:normal;
	color:#000000;
	height:17px;
}
input.inputfield-smaller {
	font-family:Arial,Helvetica;
	font-size:8pt;
	font-weight:normal;
	font-style:normal;
	color:#000000;
	height:17px;
	width:30px;
	text-align:center;
}


/* FOOD PLANNER */

.calendar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #000000;
}
.calendar a{
	color: #000000;
	text-decoration: none;
}
.calendar a:hover{
	color: #800000;
	text-decoration: none;
}
.calendar-month {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: normal;
	color: #000000;
}
.calendar-month a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: normal;
	color: #08338F;
	text-decoration: none;
}
.calendar-month a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: normal;
	color: #CC0000;
	text-decoration: underline;
}

.small-calendar {
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #000000;
}
.small-calendar a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: normal;
	text-decoration: none;
}
.small-calendar a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #800000;
	line-height: normal;
	text-decoration: underline;
}
.small-calendar-month {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: normal;
	color: #000000;
}


.mealname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	line-height: normal;
	color: #000000;
}
input.button {
	font-family:Arial;
	font-size:9pt;
	font-style:normal;
	color:#000000;
	background-color:#DDDDDD;
	border-style:outset;
	border-width:2px;
	border-color:#CCCCCC;
	height:22px;
}
input.button-small {
	font-family:Arial;
	font-size:7pt;
	font-weight:normal;
	font-style:normal;
	color:#000000;
	background-color:#E6E6E6;
	border-style:outset;
	border-width:1px;
	border-color:#CCCCCC;
	height:17px;
}
input.addtocomparebutton {
	width: 225px;
	font-family:Verdana;
	font-size:7pt;
	font-weight:normal;
	font-style:normal;
	color:#000000;
	background-color:#B1DDFF;
	border-style:outset;
	border-width:1px;
	border-color:#CCCCCC;
	height:17px;
}
