h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }

/*html, body {height: 100%;}*/

.bnu { text-decoration: none; font-weight: bold }
.nur { text-decoration: none; color: #800000 }

td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.input {
	border:1px solid #000000;
	font-size:11px;
}

.bold {
	font-weight: bold;
}

.bm_selected {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF9933;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px solid #669999;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #A0A0A0;
	background-image: url(/images/bg_selected.gif);
}

.bm {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#003399;
	text-decoration:none;
	font-weight:normal;
	vertical-align:middle;
	padding-left:15px;
	padding-right:15px;
	padding-top:2px;
	padding-bottom:2px;
	border-top: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #A0A0A0;
	background-image:url(/images/bg_unselected.gif);
}

.body {
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #A0A0A0;
}

.top_small {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
}

.error {
	color:#D32424;
}

.need_more_comment {
  font-weight:bold;
  font-size:12px;
  padding:20px;
  padding-top:17px;
  font-family:Arial, Helvetica, Tahoma, Verdana, sans-serif;
}

.need_more_comment a {
  font-weight:bold;
  font-size:12px;
  font-family:Arial, Helvetica, Tahoma, Verdana, sans-serif;
}

table.calendar_big_bg, td.calendar_big_bg {
	background-color:#666633;
	color:#FFFFCC;
}

td.calendar_big_day {
	background-color:#FFFFCC;
	color:#666633;
	/*cursor:hand;*/
	cursor:pointer;
}

td.calendar_big_none {
	background-color:#CCCC99;
	color:#666633;
}

div.cal_day_content {
  font-weight:normal;
  color:#000000;
}

table.food_log_bg {
  background-color:#666666;
  color:#FFFFFF;
}

td.food_log_header {
  background-color:#606060;
  color:#FFFFFF;
  font-weight:normal;
  border-left:1px solid #E0E0C8;
  border-top:1px solid #E0E0C8;
  border-right:1px solid #000000;
  border-bottom:1px solid #000000;
}

.food_log_input {
  height:17px;
  font-size:12px;
  border:1px solid #000000;
}

.food_log_input_noborder {
  height:17px;
  font-size:12px;
  border:0px solid #FFFFFF;
}

.food_log_input_empty {
  font-size:12px;
  border:1px solid #000000;
  color:#808080;
}

td.food_log_form {
  background-color:#FFFFFF;
}

div.food_log_select_window {
	border: 1px solid #7a8c99;
	background-color: #FFFFFF;
	float: left;
	width: 400px;
	/*height:200px;*/
	position: absolute;
	visibility: hidden;
	padding: 20px 10px 20px 10px;
}

div.food_log_select_measure_window {
	border: 1px solid #7a8c99;
	background-color: #FFFFFF;
	float: left;
	width: 200px;
	position: absolute;
	visibility: hidden;
	/*display: none;*/
	z-index: 0;
}

div.food_log_select_favorite_window {
  border:1px solid #7a8c99;
  background-color:#FFFFFF;
  float:left;
  width:200px;
  /*height:200px;*/
  position:absolute;
  visibility:hidden;
  padding:5px;
}

td.table_row_form span.select_container {
	width:100px;
	text-align:left;
	display: inline-block;
}

span.food_log_select_item {
  color:green;
  font-size:12px;
  text-decoration:underline;
}

td.food_log_row_even {
  background-color:#F8F8F8;
  font-weight:normal;
  color:#000000;
  border-right:1px solid #666666;
  border-bottom:1px solid #336699;
}
td.food_log_row_odd {
  background-color:#E0E0E0;
  font-weight:normal;
  color:#000000;
  border-right:1px solid #666666;
  border-bottom:1px solid #336699;
}

td.food_log_group {
  background-color:#99CCFF;
  font-weight:bold;
  font-style:italic;
  text-transform:uppercase;
  /*padding-left:10px;*/
  border-bottom:1px solid #336699;
}



td.goal_group {
  padding:3px;
  font-size:12px;
  background-color:#99CCFF;
  font-weight:bold;
  border-bottom:1px solid #336699;
}

td.goal_header {
  text-align:center;
  padding:3px;
  background-color:#606060;
  color:#FFFFFF;
  font-weight:normal;
  border-left:1px solid #E0E0C8;
  border-top:1px solid #E0E0C8;
  border-right:1px solid #000000;
  border-bottom:1px solid #000000;
}

td.goal_row_even {
  background-color:#F8F8F8;
  font-weight:normal;
  color:#000000;
  border-right:1px solid #666666;
  border-bottom:1px solid #336699;
}

td.goal_row_odd {
  background-color:#E0E0E0;
  font-weight:normal;
  color:#000000;
  border-right:1px solid #666666;
  border-bottom:1px solid #336699;
}

td.activity_log_group {
  background-color:#99CCFF;
  font-weight:bold;
  font-style:italic;
  text-transform:uppercase;
  border-bottom:1px solid #336699;
}

td.activity_log_group_disabled {
  background-color:#999999;
  font-weight:bold;
  font-style:italic;
  text-transform:uppercase;
  border-bottom:1px solid #336699;
}

td.food_log_summ {
  background-color:#CCFFFF;
  font-weight:normal;
  color:#000000;
}

td.food_log_table_top {
  background-color:#FFFFFF;
}

.food_log_top_button {
  font-weight:bold;
  font-size:11px;
}

a.select_item, td.select_item, tr.select_item {
  font-weight:normal;
  color:#000000;
}

a.select_item:hover, td.select_item:hover, tr.select_item:hover {
  /*font-weight:normal;
  color:#000000;
  background-color:#66FFFF;*/
  background-color:#e2e7ed;
  font-weight:normal;
  border-top:1px solid #b8cbd9;
  border-bottom:1px solid #b8cbd9;
}

p.select_error {
  font-weight:bold;
  color:#FF0000;
}

div.message_ok {
  font-weight:bold;
  color:#00FF00;
}

div.message_error {
  font-weight:bold;
  color:red;
}

div.delete_group_confirm {
  position:absolute;
  left:40%;
  top:300px;
  background-color:#FFFFFF;
  padding:10px;
  border:1px solid #7a8c99;
  visibility:hidden;
}

tr.list_row td {
	background-color: #FFF;
	font-weight: normal;
	padding: 1px 0 1px 0;
}

tr.list_row_selected td {
	background-color: #e2e7ed;
	font-weight: normal;
	border-top: 1px solid #b8cbd9;
	border-bottom: 1px solid #b8cbd9;
	cursor: pointer;
}
/*
tr.list_row a {
	text-decoration: none;
}

tr.list_row_selected a {
	text-decoration: underline;
}
*/
.chart_graduation_text {
  font-size:10px;
  font-weight:normal;
  color:#000000;
  font-family:Tahoma, Arial, Helvetica, sans-serif, Verdana;
}

.external_help_link {
  cursor:pointer;
}

.external_help_link:hover {
  text-decoration:underline;
  
}

td.chart_item_name {
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	text-align: right;
	cursor: pointer;
	height: 15px;
	padding-right: 3px;
}

td.chart_item_name:hover {
	text-decoration: underline;
	color: red;
}

td.chart_item_name_hover {
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	text-align: right;
	cursor: pointer;
	height: 15px;
	padding-right: 3px;

	text-decoration: underline;
	color: red;
}



/* new styles for new design */

body {
  margin:0px;
}

.main_content {
  padding-top:10px;
  padding-bottom:10px;
  padding-left:20px;
  padding-right:10px;
}

.tell_a_friend {
  font-weight:bold;
  padding-top:15px;
  padding-left:10px;
}

.tell_a_friend a {
  font-size:10px;
}

.get_tour {
  font-weight:bold;
  padding-top:3px;
  padding-left:8px;
}

.get_tour a {
  font-size:10px;
}


* {
  font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
} a:link {
  color:#0059b3;
}

a, a:visited {
	color:0059b3;
}

a.nu {
	text-decoration:none;
}

.top_language_label {
  font-weight:bold;
  color:#637a99;
  font-size:10px;
  padding-right:5px;
  vertical-align:middle;
}

select {
  border:1px solid #a4b97f;
  font-size:11px;
  height:19px;
  font-weight:normal;
  vertical-align:text-bottom;
}

select.top_language_select {
  width:100px;
  margin-right:19px;
  /*margin-top:30px;*/
}

.bottom_copy {
  color:#000000;
  padding-top:28px;
  padding-left:20px;
  vertical-align:top;
}

.block_bottom {
  height:100px;
  vertical-align:top;
  text-align:left;
}

.bottom_terms {
  font-size:10px;
  color:#000000;
  padding-left:20px;
  padding-top:8px;
}

.bottom_terms a {
  font-size:10px;
}

.bottom_contact_us {
  color:#000000;
  padding-top:28px;
  padding-right:20px;
  vertical-align:top;
  text-align:right;
  font-size:10px;
}

.bottom_link_to_us {
  color:#000000;
  padding-top:8px;
  padding-right:20px;
  vertical-align:top;
  text-align:right;
  font-size:10px;
}

.table_header {
  height:27px;
}

.table_header td {
  font-weight:bold;
}

.table_header td.table_header div.table_header_label {
  font-size:10px;
  margin-top:5px;
  margin-left:1px;
}

.table_group {
	height: 30px;
}

.table_group td.group_name {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #0059b3;
	padding-left: 5px;
	cursor: pointer;
}

input.checkbox {
  border: 1px solid #1c5180;
  color: #21a121;
  width: 13px;
  height: 13px;
  /*background:url(../images/style/bg_checkbox.gif) no-repeat top;*/
  background: url(/images/style/icons.png);
  background-position: left -420px;
  background-repeat: no-repeat;
  padding: 0px;
  margin: 0px;
}

input.text_empty {
  border: 1px solid #a4b97f;
  height: 19px;
  color: #909090;
  padding-left: 3px;
}

input.text {
  border: 1px solid #a4b97f;
  height: 19px;
  color: #000000;
  padding-left: 3px;
}

textarea.text {
  border: 1px solid #a4b97f;
  color: #000000;
}

input.text_noborder {
	border: 0px solid #FFFFFF;
	height: 17px;
	color: #000000;
	padding-left: 4px;
}

table.select_block {
	border: 1px solid #A4B97F;
	height: 19px;
	width: 100px;
	border-spacing: 0px;
	border-collapse: collapse;
}

td.toolbar_icon {
	text-align: center;
	width: 48px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
}

.toolbar_icon_label {
  font-size: 9px;
  margin-top: 5px;
  cursor: pointer;
  color: #0059b3;
}

.service_title {
	font-size: 20px;
	padding-left: 20px;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
}

.service_title_located {
	font-size: 20px;
	margin-left: 20px;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	margin-top: 30px;
	margin-bottom: 20px
}

.label_day_direction {
	font-weight: bold;
	text-decoration: underline;
}
.label_day_direction:hover {
	text-decoration: underline;
}

td.table_summary {
  height:26px;
}
/*
img.group_visibility_closed {
  background:url(../images/style/sign_group_closed.gif) no-repeat top;
}
*/

span.group_visibility_closed {
	display: inline-block;
	cursor: pointer;
	width: 11px;
	height: 11px;
	vertical-align: middle;
	background: url(/images/style/icons.png);
	background-position: left -380px;
	background-repeat: no-repeat;
	margin-top: 1px;
}

span.group_visibility_open {
	display: inline-block;
	cursor: pointer;
	width: 11px;
	height: 11px;
	vertical-align: middle;
	background: url(/images/style/icons.png);
	background-position: left -360px;
	background-repeat: no-repeat;
	margin-top: 1px;
}

.goal_label {
  font-weight:bold;
  color:#637a99;
}

div.goal_weight_info_block {
  padding:5px;
}

h1 {
  font-size:26px;
  font-weight:normal;
  color:#637a99;

}

h3 {
  color:#637a99;
}

h4 {
  color:#637a99;
}

span.table_label {
  font-weight:bold;
  color:#637a99;
}

div.button_text {
  width: 144px;
  height: 20px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  vertical-align: middle;
  padding-top: 3px;

}


div.button_text_short {
  width:89px;
  height:20px;
  text-align:center;
  cursor:pointer;
  font-weight:bold;
  vertical-align:middle;
  padding-top:3px;
  background:url(../images/style/bg_button_short.gif) no-repeat top left;
  color:#0059b3;
}

div.button_text_178 {
  width:178px;
  height:20px;
  text-align:center;
  cursor:pointer;
  font-weight:bold;
  vertical-align:middle;
  padding-top:3px;
  background:url(/images/style/bg_button_178.gif) no-repeat top left;
  color:#0059b3;
}

div.button_login {
  width:81px;
  height:20px;
  background:url(/images/style/bg_button_login.gif) no-repeat top left;
  text-align:center;
  cursor:pointer;
  color:#0059b3;
  font-weight:bold;
  vertical-align:middle;
  padding-top:3px;
}

.start_blue {
  /*background:url(../images/style/start_bg_blue.gif) repeat-x top;*/
	background: url(/images/style/backgrounds.png) repeat-x left 0;
}

.start_box_green {
  /*background:url(../images/style/start_bg_green.gif) repeat-x top;*/
	background: url(/images/style/backgrounds.png) repeat-x left -187px;
  height:70px;
  width:210px;
  color:#2b8000;
  text-align:right;
  padding-right:20px;
  font-size:18px;
  font-family:Arial, Helvetica, Tahoma, Verdana, sans-serif;
}

.start_box_blue {
  background:url(/images/style/start_bg_left_blue.gif) repeat-x top;
  height:70px;
  width:210px;
  color:#216ea6;
  text-align:right;
  padding-right:20px;
  font-size:20px;
}

.start_blue_star {
  width:210px;
  /*height:187px;*/
  height:140px;
  max-height:187px;
  background:url(/images/style/start_star_top_shadow3.gif) no-repeat bottom right;
  text-align:center;
  /*padding-top:110px;*/
  padding-top:64px;
}

.start_blue_star_free {
  color:#339800;
  font-weight:bold;
  font-size:24px;
  padding-top:10px;
  cursor:pointer;
}

.start_blue_star a {
  color:#0059b3;
  font-size:20px;
  text-decoration:underline;
}

.start_box_login {
  /*background:url(../images/style/start_bg_gray.gif) repeat-x top;*/
	background: url(/images/style/backgrounds.png) repeat-x left -257px;
  padding-left: 20px;
}

.login_label {
  color:#637a99;
  font-weight:bold;
  font-size:10px;
  vertical-align:bottom;
  padding-left:3px;
}

span.login_error {
  color:red;
}

.start_about_project {
  padding-left:20px;
  padding-top:20px;
  height:47px;
  padding-bottom:0px;
}

.start_about_project h1 {
  font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
  color:#FFFFFF;
  font-size:18px;
  margin-bottom:0px;
}

.start_about_text {
  color:#000000;
  font-size:11px;
  padding-left:20px;
  padding-top:5px;
  max-height:130px;
  /*height:140px;*/
}

.select_browse_group {
  cursor:pointer;
  color:#0059b3;
}

.select_browse_item {
  cursor:pointer;
  color:#0059b3;
}



.week_mday {
  color:#637a99;
  font-size:14px;
  font-weight:bold;
}

a.week_goals_normal {
  color:#339800;
  font-size:12px;
  font-weight:bold;
  text-decoration:underline;
}

a.week_goals_error {
  color:#ff0000;
  font-size:12px;
  font-weight:bold;
  text-decoration:underline;
}

.week_nutrient_label {
  color:#637a99;
  font-size:10px;
}

.week_nutrient_value {
  color:#000000;
  font-size:11px;
  
}

.week_goal_error_text {
  color:#FF0000;
  font-size:8px;
}

div.food_log_goal_error_tips_text {
  color:#FF0000;
  font-size:10px;
  font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
  margin-bottom:7px;
}

div.food_log_goal_normal_tips_text {
  color:#000000;
  font-size:10px;
  font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
  margin-bottom:7px;
}

.food_log_goal_error_date {
  color:#637a99;
  font-size:11px;
  margin-bottom:10px;
}

.layer_data_loading {
  /*visibility:hidden;*/
  position:absolute;
  border:1px solid #b8cbd9;
  padding:5px;
  width:200px;
  height:50px;
  background-color:#FFFFFF;
  vertical-align:middle;
  text-align:center;
  font-size:10px;
  color:#000000;
  display: none;
}

.tour_label {
  font-weight:bold;
}

.tour_head {
  font-size:20pt;
  color:#000000;
}

a.tour_list {
  text-decoration:none;
  font-size:16pt;
  color: #000000;
  cursor:default;
}

a.tour_list_link {
  text-decoration:none;
  font-size:16pt;
}

a.tour_list2 {
  font-size:14pt;
  color: #000000;
  text-decoration:none;
  cursor:default;
}

a.tour_list2_link {
  font-size:14pt;
  text-decoration:none;
}

.tour_ico_link {
  cursor:pointer;
}

.tour_comment {
  font-size:10pt;
  color:#000000;
}

.header_print_label {
  color:#0059b3;
  font-weight:bold;
  font-size:11px;
  padding-right:10px;
  text-decoration:underline;
}

.forum_category_comment {
  font-size: 9px;
  color: #808080;
}

.sector_title {
  color:#637a99;
  font-weight:bold;
}

.block_charts {
  width:170px;
  padding:5px;
}

.block_goals {
  padding-left:19px;
  padding-right:19px;
  padding-top:10px;
  padding-bottom:19px;
}

.block_recipe_nutrients {
  padding-left:19px;
  padding-right:19px;
  padding-top:10px;
  padding-bottom:19px;
  border-left:1px solid #b8cbd9;
  border-right:1px solid #b8cbd9;
  border-bottom:1px solid #b8cbd9;
}



.red_star {
  color:#FF0000;
  font-weight:bold;
  padding-left:5px;
  vertical-align:middle;
}

.forum_category_list {
  padding-left:10px;
}
.forum_category_list a {
	font-weight: bold;
	/*text-decoration: none;*/
}
.forum_category_list a:hover {
	text-decoration: underline;
}

.chart_item_link {
  color:#000000;
  font-weight:normal;
  font-size:10px;
  text-decoration:none;
}

.sector_item_link {
  color:#000000;
  font-weight:normal;
  font-size:9px;
  text-decoration:none;
}

.user_create_help_box {
  border:1px solid #b8cbd9;
  background-color:#fafafa;
  /*color:#637a99;*/
  padding:5px;
  position:absolute;
  visibility:hidden;
}

.block_user {
  padding:5px;
}

.activity_bmr_block {
  margin-top:10px;
}

.food_log_goal_error_tips {
  padding:10px;
  border:1px solid #FF0000;
  position:absolute;
  background-color:#FFFFFF;
  visibility:hidden;
  display:inline;
  margin-left:8px;
  /*bottom:0%;*/
  /*float:right;*/
}

input.user_food_nutrient {
  /*border:0px solid #FFFFFF;*/
  border:1px solid #A0A0A0;
  width:29px;
  padding:0px;
  margin:0px
}

input.user_food_name {
  border:1px solid #A0A0A0;
  padding:0px;
  margin:0px
}

select.user_food_select_measure {
  border:0px solid #FFFFFF;
  width:29px;
  padding:0px;
  margin:0px
}

td.user_food_cell {
  /*border:1px solid #7a8c99;*/
  border:1px solid #b8cbd9;
  height:20px;
  /*width:29px;
  max-width:29px;
  min-width:29px;*/
  font-size:10px;
  padding:0px;
  margin:0px
}

td.user_food_name {
  /*border-top:1px solid #7a8c99;
  border-bottom:1px solid #7a8c99;
  border-right:1px solid #7a8c99;*/
  border:1px solid #b8cbd9;
  font-size:10px;
  padding:0px;
  margin:0px;
  width:112px;
  min-width:112px;
  padding-left:5px;
}

td.user_food_unit {
  border:1px solid #7a8c99;
  background-color:#c3ced9;
  /*color:#FFFFFF;*/
  color:#637a99;
  font-weight:bold;
  width:29px;
  max-width:29px;
  min-width:29px;
  padding:0px;
  margin:0px;
}

td.user_food_unit_left {
  /*border-top:1px solid #7a8c99;
  border-bottom:1px solid #7a8c99;
  border-right:1px solid #7a8c99;*/
  border:1px solid #7a8c99;
  background-color:#c3ced9;
}

.recipe_author, .recipe_author span {
  font-size:10px;
}

.recipe_summary_label {
  font-size:13px;
  /*color:#f05300;*/
  color:#637a99;
  font-weight:bold;
  padding-bottom:15px;
}

.recipe_summary_info {
  font-size: 11px;
  /*color:#646464;*/
  color: #637a99;
  font-weight: bold;
  text-align: left;
}

.recipe_summary_info_data {
  color: #000000;
  padding-left: 3px;
}

.recipe_rating {
  font-size:12px;
  /*color:#f05300;*/
  color:#637a99;
  font-weight:bold;
  padding-top:20px;
  vertical-align:middle;
}

.recipe_content_label {
  font-size:12px;
  /*color:#706c53;*/
  color:#637a99;
  font-weight:bold;
  padding-top:10px;
  padding-bottom:8px;
}

.recipe_food_list {
  border:1px solid #E0E0E0;
  padding:2px;
}

.user_recipe_nutrient {
  border-bottom:1px solid #D0D0D0;
  font-size:10px;
  color:#808080;
}

.user_recipe_nutrient b {
  font-size:10px;
  color:#808080;
}

.user_recipe_detail_label {
  font-weight:bold;
  color:#637a99;
  font-size:10px;
  text-align:right;
  padding-right:3px;
}

.user_recipe_detail_data {
  font-size:10px;
  padding-left:3px;
}

.infocenter_cat_list_name {
  cursor: pointer;
  color: #0059b3;
  text-decoration: underline;
}

.infocenter_doc_list_name_normal {
	font-weight: normal;
	cursor: pointer;
	color: #0059b3;
	border: 1px solid transparent;
	padding: 3px;
	text-decoration: underline;
}

.infocenter_doc_list_name_selected {
	font-weight: normal;
	cursor: default;
	color: #637a99;
	background-color: #e6ecf2;
	border: 1px solid #b8cbd9;
	padding: 3px;
	font-weight: bold;
}

span.infocenter_doc_list_name_selected:hover {
	color: #637a99;
}

.infocenter_doc_title {
  text-align:left;
  font-size:18px;
  font-weight:normal;
  margin-left:9px;
}

.recipe_group_normal {
	font-weight: normal;
	cursor: pointer;
	color: #0059b3;
	border: 1px solid #FFFFFF;
	padding: 0;
	margin: 0;
	white-space: nowrap;
}

.recipe_group_separator {
	margin: 0 6px 0 2px;
	font-weight: bold;
	color: gray;
}

.recipe_group_selected {
	font-weight: normal;
	cursor: pointer;
	color: #637a99;
	background-color: #e6ecf2;
	border: 1px solid #b8cbd9;
	padding: 3px;
	font-weight: bold;
	white-space: nowrap;
	margin: 0;
}

.recipe_group_count {
	font-size: 11px;
	color: #637a99;
}

.add_food_table {
  font-weight:bold;
  color:#637a99;
}

.add_food_table a {
  color:#637a99;
}

/* tabs start */

.tab_first_selected {
  font-size:10px;
}

.tab_first_normal {
  font-size:10px;
}

.tab_last_selected {
  font-size:10px;
}

.tab_last_normal {
  font-size:10px;
}

.tab_selected {
  font-size: 10px;
  cursor: pointer;
  text-align: center;
}

.tab_normal {
  font-size: 10px;
  cursor: pointer;
  text-align: center;
}

.tab_selected a {
	text-decoration: none;
	font-size: 10px;
	margin: 0 5px 0 5px;
}

.tab_normal a {
  font-size: 10px;
  margin: 0 5px 0 5px;
}

/* tabs end */

.user_recipe_vote_button {
  border:1px solid #1c5180;
  font-weight:bold;
  font-size:10px;
  color:#21a121;
  cursor:pointer;
  padding:3px;
}

.user_recipe_vote_button:hover {
  background-color:#ffd7d7;
}

.block_user_food_form {
  padding-left:19px;
  padding-right:19px;
  padding-top:10px;
  padding-bottom:19px;
  border-left:1px solid #b8cbd9;
  border-right:1px solid #b8cbd9;
  border-bottom:1px solid #b8cbd9;
  text-align:center;
}

div.select {
	display:none;
}

.visible {
	display: block;
}

.hidden {
	display: none;
}

.select_food_page_normal {
	cursor: pointer;
	padding: 2px;
}

.select_food_page_normal span {
	font-size: 12px;
}

.select_food_page_current, .select_food_page_current span {
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	background-color: lightgray;
	font-size: 12px;
}

.select_food_page_current:hover, .select_food_page_current span:hover {
	color: #0059b3;
	text-decoration: none;
}

.select_food_page_number {
	text-decoration: underline;
	color: #0059b3;
}

.error_field {
	background-color: #FFE0E0;
}
.good_field {
	background-color: #E0FFE0;
}
.error_texts {
	/*display: none;*/
}
.error_text {
	color: #D32424;
}

.field_status {
	width: 8px;
	height: 8px;
	text-align: center;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}

.forum_category_list_last_message {

}
.forum_category_list_last_message a {
	color: #637a99;
	text-decoration: none;
}
.forum_category_list_last_message a:hover {
	text-decoration: underline;
}
.forum_category_data {
	color: #637a99;
}
.forum_theme_data {
	color: #637a99;
}

.forum_theme_name a {
	/*text-decoration: none;*/
}
.forum_theme_name a:hover {
	text-decoration: underline;
}
.forum_category_header {
	padding-left: 20px;
	margin-bottom: 10px;
}
.forum_category_header a {
	/*text-decoration: none;*/
}
.forum_category_header a:hover {
	text-decoration: underline;
}
.forum_theme_header {
	padding-left: 20px;
	margin-bottom: 10px;
}
.forum_theme_header a {
	/*text-decoration: none;*/
}
.forum_theme_header a:hover {
	text-decoration: underline;
}
.forum_message_toolbar_link {
	/*text-decoration: none;*/
}
.forum_message_toolbar_link:hover {
	text-decoration: underline;
}

.toggle_underline {
	text-decoration: none;
}
.toggle_underline:hover {
	text-decoration: underline;
}

.toggle_red:hover, span.toggle_red:hover, a.toggle_red:hover {
	color: red;
}



#document_load {
	position:absolute;
	top:0px;
	left:0px;
	visibility:hidden;
	width:100%;
	height:100%;
	background-color:#FFFFFF;
	z-index:5000;
}

.recipe_title {
	
}
.recipe_title a {
	font-size: 16px;
	color: #339800;
	font-weight: bold;
}
.recipe_image {
	margin: 0 10px 0 0;
}
.recipe_info {
	margin-top: 5px;
	color: black;
}
.recipe_info span {
	font-weight: bold;
	color: #637a99;
}

.recipe_info span.date {
	font-weight: normal;
	color: gray;
	margin-left: 3px;
	font-size: 10px;
}

.recipe_info span.country_code {
	font-weight: normal;
	color: black;
}

.recipe_nutrients {
	float: right;
	width: 200px;
	padding-left: 10px;
	display: inline-block;
	width: auto;
}
.recipe_nutrients p {
	margin-top: 5px;
	color: black;
}

.select_food_by_category_link {
	cursor:pointer;
	text-decoration:underline;
	color:#0059B3;
}

.see_recipe_content {
	font-size: 10px;
}
.see_recipe_content:hover {
	color: red;
	text-decoration: underline;
}

#food_info_container {
	width: 300px;
	background-color: #ffffe1;
	padding: 10px;
	border: 1px solid gray;
	position: absolute;
}

#favorite_info_container {
	width: 300px;
	background-color: #ffffe1;
	padding: 10px;
	border: 1px solid gray;
	position: absolute;
}

.home_page_forum_messages p {
	text-align: center;
}

.home_page_forum_messages table {
	/*margin: 5px 0;*/
}

.home_page_forum_messages .date {
	/*color: #0059b3;*/
	color: black;
	padding-left: 12px;
}

.home_page_forum_messages .author {
	color: gray;

}

.home_page_forum_messages .title {
	font-weight: bold;
	color: #339800
}

/* icons */

#add_group_icon {
	display: inline-block;
	cursor: pointer;
	width: 20px;
	height: 20px;
	background: url(/images/style/icons.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#add_to_day_favorite_icon {
	display: inline-block;
	cursor: pointer;
	width: 20px;
	height: 20px;
	background: url(/images/style/icons.png);
	background-position: left -20px;
	background-repeat: no-repeat;
}

#add_from_day_favorite_icon {
	display: inline-block;
	cursor: pointer;
	width: 20px;
	height: 20px;
	background: url(/images/style/icons.png);
	background-position: left -40px;
	background-repeat: no-repeat;
}

#add_to_favorite_icon {
	display: inline-block;
	cursor: pointer;
	width: 20px;
	height: 20px;
	background: url(/images/style/icons.png);
	background-position: left -60px;
	background-repeat: no-repeat;
}

#add_to_clipboard_icon {
	display: inline-block;
	cursor: pointer;
	width: 20px;
	height: 20px;
	background: url(/images/style/icons.png);
	background-position: left -80px;
	background-repeat: no-repeat;
}

#delete_selected_icon {
	display: inline-block;
	cursor: pointer;
	width: 20px;
	height: 20px;
	background: url(/images/style/icons.png);
	background-position: left -100px;
	background-repeat: no-repeat;
}

#show_checked_foods_icon {
	display: inline-block;
	cursor: pointer;
	width: 20px;
	height: 20px;
	background: url(/images/style/icons.png);
	background-position: left -120px;
	background-repeat: no-repeat;
}

#add_my_own_food_icon {
	display: inline-block;
	cursor: pointer;
	width: 20px;
	height: 20px;
	background: url(/images/style/icons.png);
	background-position: left -140px;
	background-repeat: no-repeat;
}

span.category_icon {
	display: inline-block;
	cursor: pointer;
	width: 20px;
	height: 20px;
	background: url(/images/style/icons.png);
	background-position: left -160px;
	background-repeat: no-repeat;
}

span.from_favorites_icon {
	display: inline-block;
	cursor: pointer;
	width: 20px;
	height: 20px;
	background: url(/images/style/icons.png);
	background-position: left -180px;
	background-repeat: no-repeat;
}

span.clipboard_empty_icon {
	display: inline-block;
	cursor: pointer;
	width: 20px;
	height: 20px;
	background: url(/images/style/icons.png);
	background-position: left -200px;
	background-repeat: no-repeat;
}

span.clipboard_filled_icon {
	display: inline-block;
	cursor: pointer;
	width: 20px;
	height: 20px;
	background: url(/images/style/icons.png);
	background-position: left -220px;
	background-repeat: no-repeat;
}

span.delete_small_icon {
	display: inline-block;
	cursor: pointer;
	width: 20px;
	height: 18px;
	background: url(/images/style/icons.png);
	background-position: left -241px;
	background-repeat: no-repeat;
}

span.calendar_icon {
	display: inline-block;
	cursor: pointer;
	width: 20px;
	height: 20px;
	background: url(/images/style/icons.png);
	background-position: left -260px;
	background-repeat: no-repeat;
}

span.print_icon {
	display: inline-block;
	cursor: pointer;
	width: 20px;
	height: 20px;
	background: url(/images/style/icons.png);
	background-position: left -280px;
	background-repeat: no-repeat;
}

span.add_button {
	display: inline-block;
	cursor: pointer;
	width: 40px;
	height: 20px;
	background: url(/images/style/icons.png);
	background-position: left -300px;
	background-repeat: no-repeat;
}

#balloon_icon {
	display: inline-block;
	cursor: pointer;
	width: 11px;
	height: 13px;
	vertical-align: middle;
	background: url(/images/style/icons.png);
	background-position: left -320px;
	background-repeat: no-repeat;
}

#help_small_icon {
	display: inline-block;
	cursor: pointer;
	width: 13px;
	height: 13px;
	vertical-align: middle;
	background: url(/images/style/icons.png);
	background-position: left -340px;
	background-repeat: no-repeat;
}

#help_small_icon2 {
	display: inline-block;
	cursor: pointer;
	width: 13px;
	height: 13px;
	vertical-align: middle;
	background: url(/images/style/icons.png);
	background-position: left -340px;
	background-repeat: no-repeat;
}

img.toolbar_separator {
	background-color: #637a99;
	width: 1px;
	height: 20px;
}

span.checkbox {
	display: inline-block;
	cursor: pointer;
	width: 13px;
	height: 13px;
	vertical-align: middle;
	background: url(/images/style/icons.png);
	background-position: left -400px;
	background-repeat: no-repeat;
}

/* chart start */
table.chart_line {
	height: 10px;
}

table.chart_line span {
	font-size: 8px;
	vertical-align: middle;
}

table.chart_line td {
	font-size: 8px;
}

table.chart_line_white {
	/*background: url(/images/chart/backgrounds.png) repeat-x left 0px;*/
}
table.chart_line_green {
	background: url(/images/chart/backgrounds.png) repeat-x left -10px;
}
table.chart_line_blue {
	background: url(/images/chart/backgrounds.png) repeat-x left -20px;

}
table.chart_line_red {
	background: url(/images/chart/backgrounds.png) repeat-x left -30px;
}
/* chart end */

span.select_food_favorite_see_content {
	font-size: 6px;
	text-decoration: underline;
}
span.select_food_favorite_see_content:hover {
	color: red;
}

label.recipe_type_h {
	padding-right: 10px;
}

label.recipe_type_h input {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 3px;
}



#block_search_advanced {
	border: 1px solid #a4b97f;
	padding: 10px;
	margin-bottom: 10px;
	display: none;
}

#block_search_advanced .type_title {
	font-weight: bold;
	color: #637a99;
}

#block_search_advanced label {
	cursor: pointer;
}

span.advanced_search_link {
	margin-left: 20px;
	cursor: pointer;
	text-decoration: underline;
}

span.about_text_diett_no  {
	font-size: 14px;
	color: white;
	/*font-weight: bold;*/
	margin-bottom: 30px;
	display: inline-block;
}
span.about_text_diett_no a {
	font-size: 14px;
	color: white;
}

table.recipe_cat_list_left {
	width: 100%;
}

table.recipe_cat_list_left td {
	padding-left: 0px;
	white-space: nowrap;
}

table.recipe_cat_list_left .groups_title {
	font-weight: bold;
	color: gray;
	padding-top: 15px;
	white-space: nowrap;
}

table.recipe_cat_list_left .title_first {
	padding-top: 0px;
}

table.recipes_list {
	margin-left: 0px;
	width: 100%;
}

table.recipes_list td {
	padding-bottom: 10px;
	height: 152px;
}
div.recipe_external_image {
	position: absolute;
	display: none;
	padding: 10px;
	border: 1px solid gray;
	background-color: white;
	width: 350px;
	z-index: 10;
}
div.recipe_external_image textarea {
	border: 1px solid gray;
	width: 350px;
}
div.recipe_external_image p.description {
	font-size: 10px;
	color: gray;
}

div.dark_background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background-color: black;
	padding: 0;
	margin: 0;

	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5; 
}



#tooltip {
	visibility: hidden;
	position: absolute;
	border: 1px solid #000000;
	padding: 3px;
	background-color: #FFFFE1;
	font-size: 10px;
	z-index: 5;
}

a.donate_link {
	font-weight: bold;
	font-size: 12px;
	/*color: #2b7f00;*/
}

#donate_window {
	position: absolute;
	display: none;
	background-color: #FFF;
	padding: 20px;
	border: 1px solid gray;
	text-align: left;
	z-index: 5;
}
#donate_window div {
	margin-top: 15px;
	text-align: center;
}

#tpl_messages .message_time {
	/*color: #0059b3;*/
	vertical-align: top;
	white-space: nowrap;
}

#tpl_messages .message_author {
	/*color: #637a99;*/
	vertical-align: top;
}

#tpl_messages .message_text {
	/*white-space: pre;*/
}

tr.message_row_owner .message_author {
	color: #0095ff;
}
tr.message_row_owner .message_time {
	color: #0071e6;
}
tr.message_row_owner .message_text {
	color: #055fd1;
	padding-bottom: 10px;
}

tr.message_row_expert .message_author {
	color: #6ce145;
}
tr.message_row_expert .message_time {
	color: #39b300;
}
tr.message_row_expert .message_text {
	color: #1a9900;
	padding-bottom: 10px;
}
tr.message_row .message_type, tr.message_row .message_type a {
	color: #A0A0A0;
	padding-bottom: 10px;
}

.loading_message_block {
	display: none;
	width: 100%;
	height: 100px;
	background-color: white;
	text-align: center;
	position: absolute;
	/*border: 1px solid red;*/
}
.loading_message_block img {
	margin-top: 30px;
}

tr.request_active td {
	background-color: #E0FFE0;
}
tr.request_new td {
	background-color: #E0E0FF;
}
tr.request_disabled td {
	background-color: #FFE0E0;
}
tr.request_completed td {
	background-color: #FFFFFF;
}

.request_data_field_name {
	font-weight: bold;
	color: #637a99;
}

div.food_comment_form {
	background-color: white;
	padding: 10px;
	border: 1px solid gray;
	position: absolute;
	width: 300px;
}
div.food_comment_form textarea {
	width: 280px;
	height: 200px;
}

table.addthis_block {
	text-align: right;
	float: right;
	margin-right: 20px;
	margin-top: 10px;
	/*border: 1px solid red;*/
	border-spacing: 0;
	border-collapse: collapse;
}

table.addthis_block td {
	padding: 0;
	margin: 0;
}