/* GENERAL */

BODY {
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
}

P,BODY,DL,UL,OL,DIV,SPAN,CENTER {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #333333;
}

INPUT,TEXTAREA,SELECT {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
}

A:LINK {
	color: #296DC0;
}

A:VISITED {
	color: #1756A2;
}

A.special {
	font-weight : bold;
}

DIV.go_home {
	position: absolute;
	top: 0px;
	left: 0px;
}

DIV.login {
	font-size: 12px;
	position: absolute;
	top: 23px;
	left: 358px;
}

DIV.login A {
	font-size: 11px;
}

DIV.loggedin {
	text-align: right;
}

DIV.loggedin, DIV.loggedin A {
	font-size: 12px;
	text-align: right;
	margin: 0px 4px 0px 4px;
}

DIV.topmenu {
	font-size: 11px;
	position: absolute;
	top: 80px;
	left: 2px;
	width: 800px; /* Has to be wide enough to accomodate the CLUB drop-down on Firefox */
	text-align: left;
	font-weight: bold;
	z-index:3;
}

DIV.topmenu A:link, DIV.topmenu A:visited {
	font-size: 11px;
	color: white;
	text-decoration: none;
	vertical-align: middle;
	font-weight:bold;
}

IMG {
	border: none;
}

IMG.bullet {
	margin-left: 10px;
	margin-right: 4px;
	vertical-align: middle;
}

DIV.body {
	width: 727px;
	padding: 5px;
}

DIV.divider {
	width: 735px;
	height: 1px;
	border-top: 1px dotted gray;
	margin: 2px 0px 1px 0px;
	padding-top: 1px;
}

DIV.footer {
	width: 717px;
	height: 36px;
	text-align: center;
	vertical-align: middle;
	background-color: #E1E1E1;
	padding: 5px 10px 0px 10px;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #898989;
}

P.international {
	text-align: center;
}

P.international IMG {
	margin-left: 5px;
	margin-right: 5px;
}

.warning, .required {
	color: red;
}

TD {
	vertical-align: top;
}

TH {
	background-color: #939A16;
	color: white;
	font-weight: bold;
	height: 18px;
	text-align: left;
	vertical-align: middle;
}

.huge{
 	font : bold 24px Arial,Helvetica,sans-serif;
 	color: #B2BC00;
}
.huge A:link{text-decoration:none;}
.huge A:visited{text-decoration:none;}

DIV.breadcrumb {
	font-weight: bold;
	margin-left: 70px;
	position:absolute;
	top:145px;
	left:65px;
	margin-left:0px;
	width:480px;
}

TABLE.detail_column {
	width: 100%;
	margin-top:-15px;
	margin-bottom:-8px;
}

TABLE.detail_column TR TD.left {
	padding-top:35px;
	padding-bottom:8px;
	padding-left:25px;
	padding-right:15px;
}

TABLE.detail_column TR TD.left H1{
	margin-left:-25px;
	margin-right:-15px;
}

TABLE.detail_column TR TD.right {
	width: 182px;
	border-left: 1px dotted gray;
	padding-bottom: 15px;
}

TABLE.detail_column TR TD.right DIV.special_box {
	padding: 5px 5px 5px 5px;
	margin-bottom: 15px;
}

TABLE.detail_column TR TD.right DIV.special_box H3 {
	font-size:18px;
	font-weight:normal;
	color:#b2bc00;
	margin-top:2px;
	margin-bottom:5px;
}
TABLE.detail_column TR TD.right FORM{
margin-bottom:0px;
}

DIV.invis{
	display:none;
}

DIV.vis{
	display:inline;
}

/*** HEADINGS ***/

H1 {
	color: #296DC0;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px dotted #868686;
	padding: 6px 0px 3px 30px;
	/* See images.css.inc */
}

H2 {
	color: #B2BC00;
	font-size: 14px;
	font-weight: bold;
}

H1.main_header{
padding:0;
margin:0;
border:none;
color:transparent;
background:transparent;
}

IMG.header{
	margin-left:-5px;
}

H2.divider {
	padding-top: 20px;
	border-top: 1px dotted gray;
}

HR {
	height: 1px;
	color: #CCCCCC;
}

/*** SIDE BOXES (AND DRUPAL) ***/

TABLE.box {
	width: 172px;
	border-collapse: collapse;
}

TABLE.box TR TH {
	background-color: #939A16;
	padding-left: 15px;
}

DIV.block H2 {
	background-color: #939A16;
	padding-left: 15px;
	color: white;
	text-transform: uppercase;
	font-size: 12px;
	height: 17px;
	padding-top: 3px;
}

TABLE.box TR TD {
	padding: 5px 5px 5px 5px;
}

DIV.block DIV.content {
	padding: 0px 5px 5px 5px;
}

DIV.block {
	width: 172px;
}

TABLE.newspaper {
	width: 97%;
	margin-top: 0px;
}

TABLE.newspaper TBODY TR TD {
	width: 50%;
	padding-left: 15px;
	padding-top: 0px;
	margin-top: 0px;
	vertical-align: top;
}

DIV.box {
	border: 1px solid gray;
	padding: 5px 5px 5px 5px;
}

/*** LISTS ***/

UL {
	/* See images.css.inc */
	line-height: 16px;
}

LI.current {
	font-weight: bold;
}

/*** CONTENT BOXES ***/

TABLE.contentboxes {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px dotted gray;
}

TABLE.contentboxes TR TH {
	height: 21px;
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #E1E1E1;
}

TABLE.contentboxes TR TH.first {
	background-color: #B2BC00;
}

TABLE.contentboxes TR TH.second {
	background-color: #727810;
}

TABLE.contentboxes TR TH.third {
	background-color: #494d09;
}

TABLE.contentboxes TR TD {
	vertical-align: top;
	padding: 5px 10px 2px 10px;
}

TABLE.contentboxes TR TD SPAN.title {
	color: #C7B299;
	font-weight: bold;
}

TABLE.contentboxes TR TD.separator {
	border-right: 1px dotted gray;
	width: 1px;
	padding: 0px 0px 0px 0px;
}

IMG.point {
	margin-right: 10px;
	vertical-align: middle;
}

/*** HOMEPAGE ***/
DIV.foodsearch {
	position: absolute;
	top: 411px;
	//top: 407px;
	left: 210px;
}

TABLE.otd {
	width: 100%;
}

TABLE.otd TR TD {
	padding: 3px 3px 3px 3px;
}

TABLE.otd TR TD IMG {
	width: 40px;
	height: 40px;
	border: 1px solid gray;
}

/*** Recipes & Articles ***/

/** Main Page **/
A.content_special{
	text-decoration:none;
	font-weight:bold;
	font-variant: small-caps;
}
LI.first {
	/* See images.css.inc */
	font-weight:bold;
}
LI.second {
	/* See images.css.inc */
	font-weight:bold;
}
LI.third {
	/* See images.css.inc */
	font-weight:bold;
}

DIV.main_infocenter {
	width:470px;
}

DIV.main_infocenter TABLE.top TD.main{
	width:320px;
	padding-left:17px;
}

DIV.main_infocenter H4{
	color:#B2BC00;
	font-size:12px;
	margin:3px 15px 0px 8px;
}

DIV.main_infocenter H1{
	margin-left:-25px;
	margin-top:0px;
	width:250px;
	margin-bottom:5px;
}
DIV.main_infocenter LI{
	margin-left: -15px;

}
IMG.main_content{
	width:100px;
	border:1px solid #c2c2c2;
	margin-top:0px;
}
DIV.main_infocenter UL{
	margin-top:0px;
	margin-bottom:5px;
}
DIV.main_infocenter TABLE TR TD{
	vertical-align:top;
}

DIV.main_infocenter TABLE.top TD.tip{
	height:54px;
	vertical-align:bottom;
	padding-left:17px;
}

DIV.main_infocenter TABLE.tip{
	background-color:#e1e1e1;
	width:330px;
	border-collapse:collapse;
	margin-top:0px;

}
DIV.main_infocenter TABLE.tip TD.content{
	color:#302A26;
	padding:5px 10px 5px 5px;
	text-align:left;
}

DIV.sub_infocenter{
	width: 715px;
	margin-top:5px;
	margin-left:13px;
}
DIV.sub_infocenter LI{
	margin-left: -20px;
}
DIV.sub_infocenter UL{
	margin-top:5px;
}

DIV.sub_infocenter H4{
	color:#B2BC00;
	font-size:12px;
	margin:0px 0px 0px 8px;
}

DIV.main_infocenter TABLE.top TD.link{
	border:1px solid #c2c2c2;
	height:100%;
}
DIV.link_infocenter{
	width:95px;
	padding:10px 15px 10px 15px;
}
DIV.link_infocenter H2{
	margin-top:0px;
	margin-bottom:5px;
}

DIV.link_infocenter A{
	text-decoration:none;
	display:block;
}

DIV.free_newsletter{
	width:245px;
	padding-bottom:3px;
	border-bottom:1px dotted gray;
}
DIV.free_newsletter TABLE{
	border-collapse:collapse;
}
DIV.free_newsletter TABLE TH{
	height:18px;
	background-color:#939A16;
	color:white;
	text-align:left;
	padding-left:15px;
}
DIV.free_newsletter TABLE TD{
	/* See images.css.inc */
	width:245px;
	height:93px;
	padding:0;
	text-align:left;
}
DIV.free_newsletter TABLE TD P{
	margin:5px 15px 0px 15px;
}

DIV.free_newsletter TABLE TD H4{
	color:#B2BC00;
	font-size:12px;
	margin:3px 15px 0px 15px;
}

DIV.free_newsletter TABLE TD INPUT.newsletter_email{
	width:100px;
	height:14px;
	border:1px solid #c2c2c2;
	margin-left:15px;
	margin-bottom:0px;
	color:#736257;
	font-size:10px;
	padding-left:5px;
}

DIV.free_newsletter TABLE TD FORM{
	margin:0;
}
TABLE.recipe_box{
	/* See images.css.inc */
	margin-top:3px;

	border-collapse:collapse;
}
TABLE.recipe_box TD{
	padding:0;
}
TABLE.recipe_box TR TD TABLE.content{
	/* See images.css.inc */
	padding:0;
	width:245px;
	height:115px;
	border-collapse:collapse;
}
TABLE.recipe_box TR TD TABLE.content TD {
	padding:0;
}
TABLE.recipe_box TR TD TABLE.content TD IMG.main{
	width:68px;
	border:1px solid #cccccc;
	margin-top:15px;
	margin-right:5px;
}
TABLE.recipe_box TR TD TABLE.content TD h3{
	color:#296DC0;
	font-size:14px;
	margin-top:15px;
	margin-bottom:10px;
}
TABLE.recipe_box TR TD TABLE.content TD.recipe_center{
	padding-left:15px;
	padding-bottom:7px;
	padding-right:10px;
}
TABLE.recipe_box TR TD TABLE.content TD.recipe_center A{
	display:block;
	margin-bottom:7px;
}
TABLE.recipe_box TR TD TABLE.content TD.book{
	vertical-align:bottom;
	text-align:center;
	width:65px;
	height:70px;
	padding-bottom:7px;
	padding-right:5px;
}
TABLE.recipe_box TR TD TABLE.content TD.book IMG{
	margin-bottom:8px;
	margin-right:0px;
}
DIV.article_search{
	width:225px;
	height:65px;
	margin:20px 0px 10px 0px;
}
DIV.article_search TABLE{
	border-collapse:collapse;
	width:100%;
	margin:0;
}
DIV.article_search TABLE TD{
	padding:0;
	vertical-align:top;
	text-align:left;
}
DIV.article_search H3{
	font-size:18px;
	font-weight:normal;
	color:#b2bc00;
	margin-top:2px;
	margin-bottom:5px;

}
DIV.article_search FORM{
	margin:0;
}
DIV.article_search input.text_field{
	width:100px;
	height:18px;
	border:1px solid #c2c2c2;
	margin:0px 3px 3px 0px;
	padding-left:2px;
}
DIV.article_search input.button{
	height:25px;
	margin-bottom:1px;
}

DIV.recipe_search{
	width:225px;
	height:65px;
	margin:10px 0px 20px 0px;
}
DIV.recipe_search TABLE{
	border-collapse:collapse;
	width:100%;
	margin:0;
}
DIV.recipe_search TABLE TD{
	padding:0;
	vertical-align:top;
	text-align:left;
}
DIV.recipe_search H3{
	font-size:18px;
	font-weight:normal;
	color:#b2bc00;
	margin-top:2px;
	margin-bottom:5px;

}
DIV.recipe_search FORM{
	margin:0;
}
DIV.recipe_search input.text_field{
	width:122px;
	height:18px;
	border:1px solid #c2c2c2;
	margin:0px 3px 3px 0px;
	padding-left:2px;
}
DIV.recipe_search input.button{
	height:25px;
	margin-bottom:1px;
	width:25px;
}
/** INDIVIDUAL RECIPES & ARTICLES PAGE **/
TABLE.wrapper{
	border-collapse:collapse;
	margin:-15px 0px -5px 0px;

}
TABLE.wrapper TD{
	padding:0px 0px 0px 0px;
}

DIV.content_page{
	width:460px;
	padding-left:20px;
	margin-top:-15px;
}
DIV.content_page H1{
	margin-left:-25px;
	margin-top:0px;
	margin-bottom:0px;
}
DIV.content_page TABLE {
	border-collapse:collapse;
}
DIV.content_page TABLE TD.image{
	border-right:1px dotted #868686;
	width:130px;
	margin-top:0px;
	height:335px;
}
DIV.content_page TABLE TD.image IMG{
	margin-left:15px;
	margin-top:15px;
	margin-right:5px;
}
DIV.content_page TABLE TD.content_list{
	width:325px;
	padding-left:10px;
	padding-top:0px;
}
DIV.content_page TABLE TD.content_list H2{
	margin-top:15px;
	margin-bottom:5px;
}
DIV.content_page TABLE TD.content_list H2 A.switch{
	font-size:11px;
	font-weight:normal;
}
DIV.content_page TABLE TD.content_list TABLE{
	border-collapse:collapse;
	border-top:1px solid #c2c2c2;
	width:310px;
	height:65px;
}
DIV.content_page TABLE TD.content_list TABLE TR TD.short_descrip{
	padding:5px 5px 5px 5px;
	width:100%;
}
DIV.content_page TABLE TD.content_list TABLE TR TD.lib_image{
	padding:5px 5px 5px 5px;
	width:60px;
}
DIV.content_page TABLE TD.content_list TABLE TR TD IMG{
	width:50px;
	height:50px;
	border:1px solid #c2c2c2;
	margin-left:10px;
}
DIV.content_page TABLE TD.content_list TABLE TR TD A{
	text-decoration:none;
}
DIV.content_page TABLE TD.content_list TABLE TR TD P{
	margin-top:5px;
	margin-bottom:0px;
}
DIV.content_page TABLE TD.content_list UL{
	margin-top:0px;
	margin-bottom:0px;
}
DIV.content_page TABLE TD.content_list LI{
	margin-left:-20px;
}
TD.side_bar{
	border-left:1px dotted #868686;
}
DIV.side_bar{
	width:245px;
	margin:0px 0px 0px 0px;
	padding:5px 0px 0px 5px;
}
DIV.side_bar TABLE.tip{
	background-color:#e1e1e1;
	border-collapse:collapse;
	margin-top:0px;
}
DIV.side_bar TABLE.tip TD.content{
	color:black;
	padding:3px 10px 3px 3px;
	text-align:left;
}
.false_h2{
	color: #B2BC00;
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
}
A.false_h2{
	color: #B2BC00;
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
}
A.false_h2:visited{
	color: #B2BC00;
}
DIV.other_content{
	width:225px;
	padding:0px 5px 0px 5px;
	margin:15px 0px 15px 0px;
	text-align:left;
	line-height:20px;

}
DIV.other_content H2{
	margin-bottom:0px;
}
DIV.other_content UL{
	margin-top:0px;
	margin-bottom:0px;
}
DIV.other_content LI{
	margin-left:-20px;
}
/** Recipe and Article Index **/
DIV.content_page TABLE TD.content_list TABLE.spaced_three{
	width:445px;
	border:none;
	margin:10px 0px 0px 0px;
}
DIV.content_page TABLE TD.content_list TABLE.spaced_three TD{
	border-top:none;
	width:33%;
	padding:3px 5px 3px 5px;
}
DIV.content_page TABLE TD.content_list TABLE.spaced_three TD A{
	text-decoration:underline;
}
TABLE.glossary{
	background-color:#e5DDD4;
	width:450px;
	height:65px;
	margin-top:5px;
	margin-bottom:5px;
	border-collapse:collapse;
}
TABLE.glossary TD{
	vertical-align:middle;
	padding:0px 0px 0px 0px;
}
TABLE.glossary TD IMG{
	margin:0px 0px 0px 0px;
}
TABLE.glossary TD A{
	text-decoration:none;
}
TABLE.glossary TD.left_border{
	/* See images.css.inc */
	vertical-align:top;
	width:11px;
}
TABLE.glossary TD.right_border{
	/* See images.css.inc */
	vertical-align:top;
	width:11px;
}
TABLE.glossary TD.bottom_left_border{
	/* See images.css.inc */
	vertical-align:top;
	width:11px;
}
TABLE.glossary TD.bottom_right_border{
	/* See images.css.inc */
	vertical-align:top;
	width:11px;
}


DIV.ingredient_search{
	width:239px;
	height:162px;
	margin-top:5px;
	margin-left: 5px;
	padding-top:10px;
	padding-left:5px;
	/* See images.css.inc */
}
DIV.ingredient_search h1{
	margin-top:0px;
	margin-bottom:10px;
	padding: 6px 0px 3px 15px;
	background-position: 0px 0px;
	width:205px;
}
DIV.ingredient_search input.text_field{
	width:122px;
	height:16px;
	border:1px solid #c2c2c2;
	margin:0px 3px 3px 0px;
	padding-left:2px;
}
DIV.ingredient_search FORM{
	width:165px;
	margin-left:20px;
	margin-top:0px;
	padding-top:0px;
}
DIV.ingredient_search input.button{

	height:25px;
	margin-bottom:1px;
	width:30px;
	padding:0px 0px 0px 0px;
	text-align:center;
}
/** Article Content **/
TABLE.content_images{
	width:450px;
	height:65px;
	margin-top:5px;
	margin-bottom:5px;
	border-collapse:collapse;
}
TABLE.content_images TD.images{
	text-align:center;
}
TABLE.content_images TD.images img{
	width:50px;
	height: 50px;
	border:1px solid #c2c2c2;
}

/*** BLOCKS ***/

DIV.blocks TABLE {
	width: 176px;
	border-collapse: collapse;
}

DIV.blocks TABLE TR TH{
	background-color: #939A16;
	color: white;
	font-weight: bold;
	height: 18px;
	text-align: center;
	vertical-align: middle;
}

/* -----------------------------*/
/* TOP LEVEL NAVIGaTION         */
/*------------------------------*/
.subnavigationboxInvis    {
		display: none;
	}

.subnavigationboxVis     {
	display: inline;
	position : absolute;
	border-all: 0px;
	border-collapse: collapse;
	background-color:white;
	filter: alpha(opacity=90, style=0);
	-moz-opacity: 0.9;
	z-index:12;
	margin-top:17px;
	margin-left:-7px;
	text-align: left;
}

.subnavigationboxVis A.subnavigationlink:link,
.subnavigationboxVis A.subnavigationlink:active,
.subnavigationboxVis A.subnavigationlink:visited,
.subnavigationboxVis A.subnavigationlink:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
	padding: 6px 15px 6px 0px;
	text-decoration:none;
	font-weight: normal;
	display: block;
	background-color:#528BCC;
	color:white;
	border-bottom: 1px dotted white;
	margin-all: 0px;
	white-space:nowrap;
}

.subnavigationboxVis A.subnavigationlink:hover{
	background-color:#7FA7D9;
}

/*-----------------------------------------*/
/* SEMI-DOTTED BOXES                       */
/*-----------------------------------------*/

.dotted_all {
	border-all: 1px dotted #0072BC;
}

.dotted_left {
	border-left: 1px dotted #0072BC;
}

.dotted_right {
	border-right: 1px dotted #0072BC;
}

.dotted_top {
	border-top: 1px dotted #0072BC;
}

.dotted_bottom {
	border-bottom: 1px dotted #0072BC;
}

/*-----------------------------------------*/
/* COMMUNITY & DIET DIARY HOME PAGE        */
/*-----------------------------------------*/

TABLE.community, TABLE.diet_diary {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px dotted #0072BC;
	border-bottom: 1px dotted #0072BC;
	margin-bottom: 10px;
}

TABLE.community TD, TABLE.diet_diary TD {
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

TABLE.community IMG, TABLE.diet_diary IMG {
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #0072BC;
}

/*-----------------------------------------*/
/* FORUMS                                  */
/*-----------------------------------------*/

IMG.moderator_picture {
	border: 1px solid #0072BC;
}

SPAN.admin, SPAN.admin A{
	font-weight: bold;
	color: black;
	text-decoration: none;
}

TABLE.forum_list {
	width: 97%;
	border-collapse: collapse;
	border: 1px solid #0072BC;
	margin-top: 10px;
	margin-left: 10px;
}

TABLE.forum_list TR TH{
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #0072BC;
	background-color:#7DA7D9;
}

TABLE.forum_list TD {
	color: black;
	padding: 7px;
	border-bottom: 1px solid #0072BC;
}

TABLE.forum_threads {
	width: 97%;
	border-collapse: collapse;
	border: 1px solid #0072BC;
	margin-top: 10px;
	margin-left: 10px;
}

TABLE.forum_threads TR TH{
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #0072BC;
	background-color: #7DA7D9;

}

TABLE.forum_threads TD {
	color: black;
	padding: 7px;
	border-bottom: 1px solid #0072BC;
}

TABLE.forum_post{
	width: 97%;
	border-collapse: collapse;
	border: 1px solid #0072BC;
	margin-top: 10px;
	margin-left: 10px;
}

TABLE.forum_threads TR TH, TABLE.forum_post TR TH{
	background-color: #7DA7D9;
	color: white;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #0072BC;
	text-align: left;
}

TABLE.forum_post TR TD.details{
	background-color: #EEEEEE;
	color: black;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #0072BC;
}

TABLE.forum_post TR TD.icons{
	background-color: #EEEEEE;
	vertical-align: middle;
	text-align: right;
	border-bottom: 1px solid #0072BC;
	white-space: nowrap;
	padding-right: 6px;
}

TABLE.forum_post TR TD.message{
	background-color: white;
	padding: 10px 10px 10px 10px;
}

TABLE.forum_post TR TD.message SPAN {
	font-size: 12px;
}

TABLE.forum_post TR TD.reply{
	text-align: right;
	vertical-align: bottom;
	padding: 5px 5px 5px 5px;
}

TABLE.forum_posting {
	width: 97%;
	border-collapse: collapse;
	border: 1px solid #0072BC;
	margin-top: 10px;
	margin-left: 10px;
}

TABLE.forum_posting TR TH{
	background-color: #7DA7D9;
	color: white;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #0072BC;
	text-align: left;
}

TABLE.forum_posting TD {
	color: black;
	padding: 5px 5px 5px 5px;
}

 TABLE.picture{
	background-color: #EEEEEE;
	margin: 5px 5px 5px 5px;
	border: 1px solid #0072BC;
	padding: 5px 5px 5px 5px;
}

TABLE.picture IMG{
	border: 1px solid #0072BC;
}

TEXTAREA.abled{
	width:100%;
	padding:2px;
}

/*-----------------------------------------*/
/* JOURNALS                                */
/*-----------------------------------------*/

TABLE.journals {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px dotted #0072BC;
	border-bottom: 1px dotted #0072BC;
	margin-bottom: 10px;
}

TABLE.journals TD {
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

TABLE.journals IMG {
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #0072BC;
	float: left;
}

IMG.journal_picture {
	border : 3px solid #0072BC;
}

TABLE.journal_entry {
	width: 100%;
	border: 1px solid #0072BC;
	border-collapse: collapse;
	margin-top: 10px;
}


TABLE.journal_entry TR TH{
	background-color: #7DA7D9;
	color: white;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #0072BC;
	text-align: left;
}

TABLE.journal_entry TR TD{
	background-color: white;
	padding: 5px 5px 5px 5px;
}

/*-----------------------------------------*/
/* MESSAGING                               */
/*-----------------------------------------*/

TABLE.messages {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #0072BC;
	margin-top: 10px;
	margin-bottom: 10px;
}

TABLE.messages TR TH{
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #0072BC;
}

TABLE.messages TD {
	padding: 7px;
	border-bottom: 1px solid #0072BC;
}

TABLE.messages TR.read TD.empty{
	height: 60px;
	text-align: center;
	font-weight: bold;
}

TR.messaging_read {

}

TR.messaging_unread {
	font-weight: bold;
}

TABLE.friend_list {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #0072BC;
	margin-top: 10px;
	margin-bottom: 20px;
}

TABLE.friend_list TR TH{
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #0072BC;
}

TABLE.friend_list TD {
	padding: 7px;
	border-bottom: 1px solid #0072BC;
	vertical-align: middle;
}

/*-----------------------------------------*/
/* FOODS                                   */
/*-----------------------------------------*/

TABLE.foodresults {
	width: 100%;
	margin : 0px;
	border-collapse: collapse;
}

TABLE.foodresults H2, .foodresultsh2 {
	border-top: 1px solid black;
	color : black;
	font-size: 14px;
	background: #C6DDF8;
	margin-bottom: 5px;
	padding:4px;
}

IMG.foods {
	margin-left: 10px;
	margin-bottom: 0px;

}

IMG.updates {
	border: none;
	margin-left: 10px;
	margin-bottom: 0px;

}

TABLE.foods {
	width: 100%;
	border-collapse: collapse;
	margin-top: 0px;
}

TABLE.foods TH{
	padding: 10px 3px 3px 3px;
	background:white;
	color: #0072BC;
	font-size: 12px;
	text-align:left;
}

TABLE.foods TD {
	color: gray;
	padding: 2px;
}

TABLE.foods H2 {
	margin-top:0px;
	border:none;
}

TABLE.foods A {
	color: #0072BC;
	text-decoration: none;
}


TABLE.foods A:hover {
	text-decoration: underline;
}


TABLE.food_updates_top {
	width: 100%;
	border-collapse: collapse;
	border: 1px dotted #0072BC;
	margin-top: 30px;
}

TABLE.food_updates_top IMG {
	border: 1px solid black;
}

TABLE.food_updates_top TR TH{
	padding: 5px 5px 5px 5px;
}

TABLE.food_updates_top TD {
	color: black;
	padding: 10px;
}


TABLE.individualfood {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #72830D;
	margin-top: 10px;
}

TABLE.individualfood TR TH{
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #72830D;
}

TABLE.individualfood TD {
	color: black;
	padding: 7px;
	border-bottom: 1px solid #72830D;
}

TABLE.individualfood TH A {
	color: white;
}

TABLE.individualfood TH A:visited {
	color: white;
}

TABLE.individualfood TH A:visited {
	color: white;
}

TABLE.individualfood TH A:hover {
	text-decoration: underline;
}

P.copyright {
	text-align: center;
}

P.onyoursite {
	text-align: center;
	font-size: 14px;
}

/*-----------------------------------------*/
/* FOOD DIARY                              */
/*-----------------------------------------*/

TABLE.diary_actions {
	width: 100%;
}

TABLE.diary_actions TD {
	vertical-align: middle;
	padding: 5px;
	border: 1px dotted #0072BC;
}

P.diary_links {
	text-align: center;
}

TABLE.diary {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #0072BC;
	margin-top: 10px;
	margin-bottom: 10px;
}

TABLE.diary TR TH{
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #0072BC;
	font-size: 12px;
	font-weight: bold;
}

TABLE.diary TD {
	color: black;
	padding: 2px;
	border-bottom: 1px solid #0072BC;
	font-size: 11px;
	vertical-align: middle;
}


TABLE.diary TH A {
	color: white;
	font-weight: bold;
	font-size: 11px;
}

TABLE.diary TH A:visited {
	color: white;
}

TABLE.diary TH.majorheading A {
	color: #0072BC;
}


TABLE.diary TH.majorheading A:visited {
	color : #003399;
}


TABLE.diary TR.eaten TD{

	height: 22px;
}

TABLE.diary TR.eaten TD.empty{
	height: 60px;
	text-align: center;
}

TABLE.diary TR.eaten A{
	text-decoration: none;
}

TABLE.diary TR.uneaten TD{
	color: #999999;
}

TABLE.diary TR.uneaten A{
	text-decoration: none;
	color: #999999;
}

TABLE.diary TR.savedmeal TD{
	background-color: #C2E6FB;
}
TABLE.diary TR.cross TD{
	background-color: #dddddd;
	text-decoration:line-through;
}
TABLE.diary TR.cross TD.cross{
	text-decoration:none;
}

TABLE.diary TR TH.nutrient {}

TABLE.diary TR.subtotal TD {
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: bold;
}

TABLE.diary TR.subtotal TD.rowheader {
	padding-left: 10px;
}

TABLE.diary TR.daysofar TD {
	padding-top: 7px;
	padding-bottom: 7px;
}

TABLE.diary TR.daysofar TD.rowheader {
	padding-left: 10px;
}

li.tiny{
list-style-type:square;
font-size:9px;
}

TABLE.diary_analysis {}
TABLE.diary_mystuff {}


TABLE.mystuff {
	width: 570px;
	border-collapse: collapse;
	border: 1px solid #0072BC;
	margin-top: 10px;
}

TABLE.mystuff TR TH{
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #0072BC;
}

TABLE.mystuff TD {
	color: black;
	padding: 7px;
	border-bottom: 1px solid #0072BC;
}
UL.menufoods {
font-size:11px;
list-style-type:square;
}

.plusbar{
background-color:#7DA7D9;
padding:2px 2px 2px 2px;
}
.minusbar{
background-color:#F7941D;
padding:2px 2px 2px 2px;
}
.psuedobutton{
	padding:3px 15px 3px 15px;
	margin-left:1px;
	margin-right:1px;
	text-align:center;
	text-decoration:none;
	font-family:arial;
	letter-spacing:1px;
	font-size: 10px;
	border:1px solid;
	border-top: #F7B668;
	border-left: #F7B668;
	border-bottom: #A76414;
	border-right: #A76414;
	cursor: hand;
	cursor:pointer;
	Fcolor:black;
	background-color:#F6B362;
}
.psuedobutton span{color:black;}

table.food_popup{
	width:610px;
}

/* -----------------------------*/
/*   Calendar class         */
/*-----------------------------*/

.dynCalendar_header{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
}
.dynCalendar_dayname {
	background-color:#F7941D;
	color:white;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 8pt;
	text-align: center;
}

.dynCalendar_day {
	background-color: white;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 8pt;
	text-align: center;
	font-weight: normal;
}

.dynCalendar_today {
	background-color:#7DA7D9;
	border: 1px solid #666666;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 8pt;
	text-align: center;
	font-weight: normal;
}

.dynCalendar_now {
	background-color: #ffffff;
	border: 1px solid #666666;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 8pt;
	text-align: center;
	font-weight: normal;
}

.dynCalendar {
	background-color: white;
	position: absolute;
	margin-top:-55px;
	border:1px solid #0072BC;
	width:205px;
	visibility : hidden;
	z-index:10;
}
.dynCalendar table{
	background-color:white;
}
.dynCalendar A:Link {
	color : #0072BC;
	text-decoration:none;
}

.dynCalendar A:visited{
	color : #0072BC;
	text-decoration:none;
}
.dynCalendar A:hover{
	color : #F7941D;
	text-decoration:none;
}

.dynCalendar_today A:Link{
	color:white;
	text-decoration:none;
}
.dynCalendar_today A:visited{
	color:white;
	text-decoration:none;
}
.dynCalendar_today A:hover{
	color : #0072BC;
	text-decoration:none;
}
.dynCalendar select{
	font-weight:bold;
}
.dynCalendar option{
	font-weight:bold;
}

/*-----------------------------------------*/
/* CHARTS AND REPORTS                      */
/*-----------------------------------------*/

TABLE.chart_table {
	border-collapse: collapse;
	width: 100%;
	margin-top: 10px;
}

TABLE.chart_table TR TD {
	padding: 5px;
	vertical-align: middle;
	padding-bottom: 20px;
	border-top: 1px dotted #C4CB4C;
	border-bottom: 1px dotted #C4CB4C;
}

TABLE.chart_table TR TD.controls {
	text-align: right;
}

TABLE.chart_table TR.odd TD {
	background-color: #EBEBEB;
}

TABLE.nutrients {
	border-collapse: collapse;
}

TABLE.nutrients TR TD {
	border-bottom: 1px solid gray;
	border-top: 1px solid gray;
	padding: 4px;
}

TABLE.nutrients TR TD.nutrient {
	width: 60px;
	text-align: right;
}

/*-----------------------------------------*/
/* FOOD UPDATES AND PORTION WATCH (SHARED) */
/*-----------------------------------------*/

TABLE.food_updates_bottom {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #0072BC;
	margin-top: 10px;
}

TABLE.food_updates_bottom TR TH{
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #0072BC;
}

TABLE.food_updates_bottom TD {
	color: black;
	padding: 7px;
	border-bottom: 1px solid #0072BC;
}


TABLE.food_updates_top {
	width: 100%;
	border-collapse: collapse;
	border: 1px dotted #0072BC;
	margin-top: 30px;
}

TABLE.food_updates_top IMG {
	border: 1px solid #0072BC;
}

TABLE.food_updates_top TR TH{
	padding: 5px 5px 5px 5px;
}

TABLE.food_updates_top TD {
	color: black;
	padding: 10px;
}

TABLE.food_updates_bottom {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #0072BC;
	margin-top: 10px;
}

TABLE.food_updates_bottom TR TH{
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #0072BC;
}

TABLE.food_updates_bottom TD {
	color: black;
	padding: 7px;
	border-bottom: 1px solid #0072BC;
}

/*----------------*/
/* PUBLIC PROFILE */
/*----------------*/

TABLE.publicprofile {
	width: 80%;
}

TABLE.publicprofile TH {
	width: 25%;
	padding: 5px;
	margin: 4px;
	text-align: left;
}

TABLE.publicprofile TD {
	padding: 5px;
	margin: 4px;
	text-align: left;
}

/*-----------------------------------------*/
/* CHECK-INS                               */
/*-----------------------------------------*/

TABLE.check_in_progress {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #0072BC;
	margin-top: 10px;
}

TABLE.check_in_progress TR TH{
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #0072BC;
}

TABLE.check_in_progress TD {
	color: black;
	padding: 7px;
	border-bottom: 1px solid #0072BC;
}

TABLE.check_ins {
	width: 570px;
	border-collapse: collapse;
	border: 1px solid #0072BC;
	margin-top: 10px;
	margin-bottom: 10px;
}

TABLE.check_ins TR TH{
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #0072BC;
}

TABLE.check_ins TD {
	color: black;
	padding: 7px;
	border-bottom: 1px solid #0072BC;
}

/*-----------------------------------------*/
/* HEALTH DIARY                            */
/*-----------------------------------------*/

TABLE.health_diary {
	Xwidth: 410px;
	border-collapse: collapse;
	border: 1px solid #0072BC;
	margin-top: 10px;
}

TABLE.health_diary TR TH{
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #0072BC;
}

TABLE.health_diary TD {
	color: black;
	padding: 7px;
	border-bottom: 1px solid #0072BC;
}

/*-----------------------------------------*/
/* EMAIL REPORTS                           */
/*-----------------------------------------*/

TABLE.report {
	padding: 5px;
	font-size: 11px;
	border: 1px solid black;
}

/*-----------------------------------------*/
/* SITE MAP                                */
/*-----------------------------------------*/

TABLE.sitemap {
	width: 100%;
	border: none;
}

TABLE.sitemap TR TD {
	width: 33%;
}

/*-----------------------------------------*/
/* SUCCESS STORIES                         */
/*-----------------------------------------*/

DIV.successpics {
	/* See images.css.inc */
	height: 225px;
	padding: 5px 5px 5px 5px;
}

DIV.successpics TABLE TD {
	padding: 5px 5px 5px 5px;
}

DIV.successpics TABLE TD.editorial {
	font-style: italic;
	vertical-align: middle;
}

TABLE.success_stats{
	border-top: 1px dotted #C4CB3F;
	border-bottom: 1px dotted #C4CB3F;
	padding: 5px 0px 5px 0px;
	width: 100%;
	background-color: #E9EAD4;
}

TABLE.success_stats tr th{
	background-color: #E9EAD4;
	color: #736257;
	text-align: right;
	vertical-align: top;
}

TABLE.success_stats tr th.stats_main{
	padding-left: 20px;
	text-transform: uppercase;
	font-size: 14px;
	color: #B2BC00;
	text-align: left;
}

TABLE.success_stats tr td {
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
}

DIV.successanswers {
	padding: 10px 20px 10px 20px;
}

/*-----------------------------------------*/
/* SUCCESS STORIES SUBMIT PAGE             */
/*-----------------------------------------*/

TABLE.sucesss_submit{
	width: 100%;
}
TABLE.sucesss_submit th.success{
	color:#0072BC;
	background-color: white;
}
TABLE.sucesss_submit tr td.details input{
	width:330px;
}
TABLE.sucesss_submit tr td.details select{
	width:330px;
}
TABLE.sucesss_submit tr td{
	padding-right:2px;
}
TABLE.sucesss_submit tr th{
	padding:5px;
	color: gray;
	background-color: white;
	vertical-align:top;
}
TABLE.sucesss_submit tr td textarea{
	width:100%;
}
TABLE.sucesss_submit tr td.success{
}

/*-----------------------------------------*/
/* FREE PROFILE                            */
/*-----------------------------------------*/

table.bmi{
	width: 356px;
	height: 151px;
}

table.bmi td {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #595959;
	padding-top: 0px;
}


TABLE.freeprofile_targets {
	border: 2px solid #F7941D;
}

TABLE.freeprofile_targets TR TD {
	padding: 10px;
	font-weight: normal;
	border: 2px solid #F7941D;
	background: #F9B461;
	color: black;
	text-align: center;
}

TABLE.freeprofile_targets TR TH {
	color: #F7941D;
	background-color: #FFFFFF;
	border: 2px solid #F7941D;
	text-align: center;
	padding: 12px;
	font-weight: bold;
	font-size: 14px;
}

TABLE.freeprofile_comparison {
	border: 2px solid #F7941D;
	margin-left: 29px;
	margin-bottom: 30px;

}

TABLE.freeprofile_comparison TR TD {
	padding: 10px;
	font-weight: normal;
	border: 2px solid #F7941D;
	background: #F9B461;
	font-size: 15px;
	color: black;
	text-align: center;
}

TABLE.freeprofile_comparison TR TH {
	color: #F7941D;
	background-color: #FFFFFF;
	text-align: center;
	padding: 12px;
	font-weight: bold;
	font-size: 14px;
}

/*-----------------------------------------*/
/* JOIN                                    */
/*-----------------------------------------*/

/* Main layout */

TABLE.join {
	border-collapse: collapse;
}

DIV.welcome {
	border-top: 1px dotted #D7DD7C;
	border-bottom: 1px dotted #D7DD7C;
	margin-top: 10px;
	margin-bottom: 3px;
	padding: 12px 0px 8px 40px;
}

TABLE.join TR TD.spacer {
	height: 30px;
	border-top: 1px dotted gray;
	border-bottom: 1px dotted gray;
	border-right: 1px dotted gray;
}

TABLE.join TR TD.main {
	width: 370px;
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 40px;
	border-top: 1px dotted gray;
	border-bottom: 1px dotted gray;
	border-right: 1px dotted gray;
}

TABLE.join TR TD.right {
	background-color: #296DC0;
	color: white;
	border-bottom: 1px dotted #9EBDE3;
	padding-bottom: 15px;
	font-weight: bold;
	width: 265px;
}

TABLE.join TR TD.right P {
	color: white;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: normal;
	font-style: normal;
}

/* Fields table */

TABLE.join TR TD.main TABLE {
	border-collapse: collapse;
	margin-top: 20px;
	width: 344px;
}

TABLE.join TR TD.main TABLE TR TD {
	vertical-align: middle;
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #ACACAC;
	border-bottom: 1px solid #ACACAC;
}

TABLE.join TR TD.main TABLE TR TD.title {
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}

TABLE.join TR TD.main TABLE TR TD.title SUPER {
	color: red;
}

DIV.agreeterms {
	background-color: #E6E6E6;
	width: 75%;
	padding: 10px 10px 10px 10px;
	margin-top: 20px;
	margin-left: 20px;
}

TABLE.join TR TD.main TABLE TR TD P.boldorange {
	color: #F7941D;
	font-weight: bold;
	font-size: 12px;
}

TABLE.join TR TD.main TABLE TR TD P.price {
	font-weight: bold;
}

TABLE.join TR TD.main DIV.orangebox {
	border: 1px solid #B2BC00;
	padding: 10px;
}

TABLE.join TR TD.main TABLE.invoice TR TD {
	border: 0px;
	width: 100%;
	padding: 2px 0px 2px 0px;
}

TABLE.join TR TD.main P.join_heading {
	background-color: #E6E6E6;
	font-size: 20px;
	padding: 4px;
	text-align: center;
	border-bottom: 1px solid gray;
}

/* Features table */

TABLE.join TR TD.right TABLE.features {
	margin: 7px 7px 7px 7px;
	border-collapse: collapse;
}

TABLE.join TR TD.right TABLE.features TD {
	border-bottom: 1px solid #7B9DC6;
	padding: 5px 5px 5px 5px;
}

/**
 * MEMBER DIRECTORY
 */

TABLE.directory_results {
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 10px;
}

TABLE.directory_results TH {
	padding: 3px;
	padding-left: 7px;
}

TABLE.directory_results TD {
	padding: 5px;
}

TABLE.directory_results TH.member_image, TABLE.directory_results TH.member_image {
	width: 60px;
}

/* Need to alot this to appropriate sections */
div.border{
	border:1px solid black;
	padding:5px;
}

table.diary tr.cross td{text-decoration:line-through;}

table.nutri_info th{
	color: #296DC0;

	font-weight: bold;
	border-bottom: 1px dotted #868686;
	background-color:transparent;
	padding-top:0px;
	padding-bottom:0px;
}

table.nutri_info td{
	padding-top:0px;
	padding-bottom:3px;
}
table.nutri_info th A{
	color: #296DC0;
	text-decoration:none;
}
div.login_box{
	border:1px solid #0072BC;
	margin: 0px 0px 5px 0px;
	padding: 5px;
	height:20px;
}

/* -----------------------------*/
/* PERSONAL CALENDAR            */
/*------------------------------*/

TABLE.calendar_big { width: 100%; border: 1px solid white; }
TABLE.calendar_big A:link, TABLE.calendar_big A:visited { color: #96926C; text-decoration: none; font-weight: bold; font-size: 12px;}
TABLE.calendar_big TR TH { background-color: #266DBF; font-size: 11px; font-weight: bold; color: white; text-align: center; vertical-align: middle; padding: 3px; border: 1px solid white; }
TABLE.calendar_big TH.leftarrow { background-color: #84A8D8; text-align: left; border-right: none; }
TABLE.calendar_big TH.leftarrow A { color: white; }
TABLE.calendar_big TH.month { background-color: #84A8D8; font-size: 12px; border-left: none; border-right: none; }
TABLE.calendar_big TH.rightarrow { background-color: #84A8D8; text-align: right; border-left: none; }
TABLE.calendar_big TH.rightarrow A { color: white; }

TABLE.calendar_big TR TD { width: 55px; height: 58px; background-color: #FEF7CB; font-size: 11px; color: black; padding: 3px; border: 1px solid white; }
TABLE.calendar_big TD.past { background-color: #FEF2A2; color: gray; }
TABLE.calendar_big TD.today { background-color: red; color: white; }
TABLE.calendar_big TD.focus { background-color: #B2BD00; color: white; }
TABLE.calendar_big TD.past A:link, TABLE.calendar_big TD.past A:visited { color: gray; text-decoration: none; }
TABLE.calendar_big TD.today A:link, TABLE.calendar_big TD.today A:visited { color: white; text-decoration: none; }
TABLE.calendar_big TD.focus A:link, TABLE.calendar_big TD.focus A:visited { color: white; text-decoration: none; }

IMG.calendar_icon { margin: 1px; margin-left: 0px; margin-top: 3px; border: 0px; vertical-align: middle; }

TABLE.calendar_summary { width: 165px; }
TABLE.calendar_summary TR TH { padding: 3px; }
TABLE.calendar_summary TR TH A:link, TABLE.calendar_summary TR TH A:visited, TABLE.calendar_summary TR TH A:active { color: white; text-decoration: none; }
TABLE.calendar_summary TR TD { padding: 3px; }
TABLE.calendar_summary TR TD.value { text-align: right; vertical-align: bottom; }
TABLE.calendar_summary TR.food TH { background-color: #266DBF; color: white; border: 1 #84A8D8 solid; }
TABLE.calendar_summary TR.food TD { background-color: #C2E6FB; border-left: 1 #84A8D8 solid; border-bottom: 1 #84A8D8 solid; }
TABLE.calendar_summary TR.food TD.value { border-right: 1 #84A8D8 solid; }
TABLE.calendar_summary TR.exercise TH { background-color: #FF9551; color: white; border: 1 #FF660A solid; }
TABLE.calendar_summary TR.exercise TD { background-color: #FFBA8E; border-left: 1 #FF660A solid; border-bottom: 1 #FF660A solid; }
TABLE.calendar_summary TR.exercise TD.value { border-right: 1 #FF660A solid; }
TABLE.calendar_summary TR TD.spacer { height: 10px; }

/* -----------------------------*/
/* NUTRITION QUIZ               */
/*------------------------------*/

TABLE.nutrition_quiz { width: 100%; border-collapse: collapse; margin-bottom: 10px; }
TABLE.nutrition_quiz TR.alternate { background-color: lightgray; }
TABLE.nutrition_quiz TR TD.guess_correct { color: green; }
TABLE.nutrition_quiz TR TD.guess_incorrect { color: red; }
TABLE.nutrition_quiz TR TD.answer { font-weight: bold; }


TABLE.interactivetools TR TD{
	padding-bottom:15px;
	padding-top:0px;
}
 
TABLE.interactivetools P{
margin-top:0px;
	margin-bottom:0px;
}

TABLE.interactivetools H2{
	margin-top:5px;
	margin-bottom:10px;
}

TABLE.interactivetools img{
	margin-right:10px;
	margin-top:3px;
	border:1px solid gray;
}

/*-----------------------------------------*/
/* HELP                                    */
/*-----------------------------------------*/

TABLE.help {
	width: 100%;
	height: 100%;
}

TABLE.help TR TD.contents {
	width: 120px;
}

TABLE.help TR TD.contents A {
	text-decoration: none;
}

/* -----------------------------*/
/* POP-UP HELP                  */
/*------------------------------*/
span.helpinfo{
	font-size:9px;
	border:1px solid #0072BC;
	margin:0px 0px 0px 0px;
	padding: 1px 1px 1px 3px;
	text-align:center;
	color:red;
	cursor: hand;
	cursor:pointer;
}
span.helpimage{
	width:12px;
	height: 10px;
	margin:0px 0px 0px 0px;
}
span.helpmessage{
	position:absolute;
	 z-index:1;
	 text-align:left;
	 background-color:white;
	 cursor:default;
	 font-size:10px;
	 font-weight:normal;
	 font:11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	 visibility:hidden;
	 padding:0px 0px 0px 0px;
	  border:1px solid  #0072BC;
	  width:200px;
}
img.help{
	cursor: hand;
	cursor:pointer;
}
table.helpmessage{
	margin:0px 0px 0px 0px;
	width:100%;
	border-collapse:collapse;
}
table.helpmessage td{
	padding:5px 5px 5px 5px;
}
table.helpmessage th{
	background-color:#0072BC;
	color:white;
	font:bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding:1px 10px 2px 5px;
	white-space : nowrap;
}
table.helpmessage td.close{
	padding: 0px 5px 0px 5px;
	background-color:#AAAAAA;
}
td.close A:link{
	color:white;
	font:bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
td.close A:visited{
	color:white;
	font:bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration:none;
}

/* SHOP */

DIV.shop H4{
	text-align:right;
	margin-top:0px;
	font-weight:bold;
	margin-bottom:0px;
	font-size:12px;
	margin-right:2px;
}
TABLE.shoppingcart {
	width: 100%;
}
TABLE.shoppingcart TR TH {
	padding: 3px;
	vertical-align: middle;
	background-color: #7DA7D9;
}
TABLE.shoppingcart TR TD {
	padding: 3px;
	vertical-align: middle;
}
TABLE.shoppingcart TR.total TD {
	background-color: #E1E1E1;
	border-top: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
}

/* -----------------------------*/
/* NEWSLETTER                   */
/*------------------------------*/

DIV.newsletter h2{
	color: #296DC0;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 0px 3px 40px;
	/* See images.css.inc */
	margin-bottom:0px;
	margin-left:-7px;
	margin-top:14px;
	text-transform:uppercase;
}
DIV.newsletter TABLE.newsletter_section,DIV.newsletter TABLE.glossary,DIV.newsletter  h1.site_header,DIV.newsletter  h1.newsletter{
 margin-left:30px;
 width:505px;
 margin-right:10px;
 font-size:11px;
}
DIV.newsletter TABLE.newsletter_section {
	border-top:1px dotted #868686;
	border-bottom:1px dotted #868686;

}
DIV.newsletter TABLE.newsletter_section TR TD{
	padding-top:2px;
	padding-bottom:2px;
	vertical-align:top;
}


DIV.newsletter TABLE.newsletter_section IMG{
	border:1px solid gray;
}
DIV.newsletter TABLE.newsletter_section IMG.noborder{
border:0px;
}
DIV.newsletter TABLE.newsletter_section h3{
	color: #B2BC00;
	font-size: 12px;
	font-weight: bold;
}

DIV.newsletter TABLE.snippet LI{
	margin-left:30px;
}

DIV.newsletter TABLE.glossary{
	height:220px;

}
DIV.newsletter TABLE.glossary TR TD.greetings{
	vertical-align:top;
	padding:20px 0px 20px 10px;
	width:345px;
}
DIV.newsletter TABLE.glossary TR TD.buffer{
	width:110px;
}
IMG.allan_pic{
	position:absolute;
	left:420px;
	top:148px;
}
DIV.newsletter h1.site_header{
	background: none;
	background-color:#b3bc01;
	color:white;
	padding-left:5px;
	border-bottom:none;
	margin-top:3px;
	margin-bottom:3px;
	width:500px;
	padding-top:3px;
	text-transform:uppercase;
	font-size:14px;
}

DIV.newsletter h1.newsletter{
	background: none;
	background-color:#eae9d4;
	color:#b3bc01;
	padding-left:5px;
	border-bottom:none;
	margin-top:3px;
	margin-bottom:3px;
	width:500px;
	padding-top:3px;
	text-transform:uppercase;
	font-size:14px;
}

TABLE.newsletter_box{
	width:174px;
	height:98px;
	margin-left:5px;
}

TABLE.newsletter_box TH{
	text-transform:uppercase;
	font-size:11px;
}
TABLE.newsletter_box TR TD{
	color:#333333;
	padding-left:15px;
	font-size:12px;
}

TABLE.newsletter_box A{
	color:#482a0e;
}
TABLE.send_friend{
	/* See images.css.inc */
}
TABLE.send_friend FORM{
	margin-top:40px;

}
TABLE.send_friend INPUT.text_field{
	width:110px;
	height:16px;
	border:1px solid #aaabad;
	padding-left:3px;
	margin-bottom:0px;
	color : #736257;
}
TABLE.send_friend INPUT.button{
	height:22px;
	margin-bottom:3px;
	width:30px;
	margin-left:5px;

}


/* UNIVERSITY */

DIV.university_lesson TABLE {
	border: 1px solid black;
	border-collapse: collapse;
}

DIV.university_lesson TD {
	border: 1px solid black;
	padding: 1px 5px 1px 5px;
}

DIV.university_lesson TH {
	font-size: 12px;
	border: 1px solid black;
	height: 25px;
	padding: 1px 5px 1px 5px;
}

DIV.university_lesson TH P {
	color: white;
	font-size: 12px;
}

DIV.university_lesson H3 {
	color: #B2BC00;
	font-size: 13px;
	font-weight: bold;
}

/* LIBRARY */
DIV.library_article{
	margin-top:-5px;
}

DIV.library_article TABLE {
	border: 1px solid black;
	border-collapse: collapse;

}

DIV.library_article TD {
	border: 1px solid black;
	padding: 1px 5px 1px 5px;
}

DIV.library_article TH {
	font-size: 12px;
	border: 1px solid black;
	height: 25px;
	padding: 1px 5px 1px 5px;
}

DIV.library_article TH P {
	color: white;
	font-size: 12px;
}

DIV.library_article DIV.long_desc {
	background-color : #EEEEEE;
	padding: 25px 25px 0px 25px;
	height:100%;
}

TABLE.library_article IMG {
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 50px;
	border: 1px solid #0072BC;
}

DIV.library_article DIV.long_desc DIV.article_image {
	width: 120px;
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 7px;
	background-color: white;
	padding: 7px;
	border:1px solid black;
	font-size: 10px;
	text-align: center;
}

DIV.library_article DIV.article_image {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 7px;
	padding: 7px;
	font-size: 10px;
	text-align: center;
}

DIV.library_article DIV.article_image IMG {
	border: 1px black solid;
}

TABLE.library_article_list TD.lib_search_results {
	padding-left:40px;
}
TABLE.library_article_list TD.lib_search_results LI{
	margin-left:-40px;
}

/* Add food search to your site */

.codebox{
	border: 1px solid #B2BC00;
	padding:5px 5px 5px 5px;	
	font-family: monospace;
	font-size: 12px;
}

/* Ratings */
.rating{
float:right;width:200px; border:1px dotted #B2BC00;padding:5px;text-align:right;
}

.invis{
	display:none;
}

/* Referral Page */
TABLE.spaced_boxed {
	text-align:center;
		border:1px dotted #B2BC00;
}

TABLE.spaced_boxed th{
	color: #B2BC00;
	font-size: 14px;
	font-weight: bold;
	background-color:white;
	padding-left:10px;
	border-bottom:1px dotted #B2BC00;
	padding-top:2px;
	padding-bottom:3px;
}
TABLE.spaced_boxed td{
	width:250px;
}
	
/*-----------------------------------------*/
/* INHOUSE ADS                             */
/*-----------------------------------------*/

TABLE.inhouse_island_ad {
	width:300px;
	height:250px;
	border:2px solid #107EAF;
	border-collapse:collapse;
}

TABLE.inhouse_island_ad TD {

	background:#C9E4F7;
	padding:10px;
}

TABLE.inhouse_island_ad H2 {
	color:#0F1C46;
	font-size:15px;
	background:none;
	border:none;
}

TABLE.inhouse_island_ad P {
	font-size:14px;
	line-height:1.5em;
}

TABLE.inhouse_island_ad INPUT {
	padding:3px;
	font-size:14px;
}

TABLE.inhouse_island_ad A:hover {
	background-color:blue;
	color:white;
}

TABLE.inhouse_island_ad IMG {
	width:120px;
	border:1px solid #767676;
	float:right;
	margin-left:10px;
}

.tutorial{
	border: 1px dashed #5E5E5E;
	width:728px;
	position:absolute;
	background-color:white;
	z-index:1;
	margin-left:-1px;
	margin-top:-1px;
}
.tutorial .title_bar{
	border-bottom: 1px dashed #5E5E5E; 
	height:25px;
	background: #EEEEEE;
	vertical-align:middle;
}
.tutorial .controls{
	float:right;
	border-left: 1px dashed #5E5E5E; 
	background: white;
 padding-top:5px;
 padding-bottom:5px;
}
.tutorial .controls A{
	color:red;
	text-decoration:none;
	margin-right:10px;
	margin-left:10px;
	font-weight:bold;
}
.title{
	float:left;
	padding-left: 10px;
	 padding-top:5px;
 padding-bottom:5px;
}
.title A{
	font-size:10px;
	text-decoration:none;
}

#tutorial_content{
	width:726px;
}
#tutorial_description{
 width:180px;
 border-left:1px dashed #5E5E5E; 
 padding:10px;
 float:right;
 line-height:20px;
}
#tutorial_image{
float:left;
width:520px;
}
#tutorial_description P{
	font-size:12px;
}
#additional_content{
 clear:both;
 border-top:1px dashed #5E5E5E;
 background-color: #EEEEEE;
 width:100%;
}
#additional_content H3{
	margin-top:10px;
	margin-bottom:5px;
}
#additional_content ul{
	margin-top:0px;
	margin-bottom:15px;
}
#additional_content li{
margin-left:-5px;
}
#questions{
float:left;
width:50%;
}
#movies{
float:left;
width:50%;
}
#faq{
clear:both;
border-top:1px dashed #5E5E5E;
	padding:15px;
}
DIV.pressrelease{
	margin-right:20px;
	margin-top:15px;
	line-height:20px;
	margin-bottom:15px;
}
DIV.board{
width:100%; 
border-bottom: 1px dotted gray;
padding-bottom:10px;
}
