/* @override 
	http://localhost:8888/css/diet_view.css
	http://bwabu.com/css/diet_view.css
*/

.col_right .contentbox .header {
	background-image: url(../images/contentbox/header_548.gif);
}

.diet_avatar {
	text-align: center;
}

div.col_left {
	margin-right: 20px;
}

.diet_avatar img {
	max-width: 200px;
	max-height: 200px;
}

#diet_buttons {
	text-align: center;
}

#change, #edit_diet {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}

#change a {
	text-decoration: none;
	color: #4a5cb0;
}

#change a:hover {
	text-decoration: underline;
}

div.follow_this_diet {
	margin-top: 10px;
	text-align: center;
}

#quote p {
	display: inline;
}

/* @group Right Diet? */

#right_diet {
	width: 300px;
	margin-bottom: 20px;
	margin-top: 10px;
}

#right_diet div.header {
	height: 35px;
	background-image: url(../images/rounded_box/diet_rate_top.gif);
}

#right_diet div.bottom {
	height: 18px;
	background-image: url(../images/rounded_box/diet_rate_bottom.gif);
}

#right_diet .content {
	border-left: 2px solid #999;
	border-right: 2px solid #999;
	padding-top: 5px;
	padding-left: 8px;
	padding-right: 5px;
}

#right_diet #rate_button {
	float: left;
	text-align: left;
}

#right_diet #rate_button a {
	color: #4f8eb1;
	font-weight: bold;
	cursor: pointer;
}

span.right_diet_opinion {
	color: #727272;
}

div.right_for_you_submit {
	text-align: right;
	margin-right: 8px;
}

div.right_for_you_submit a {
	font-size: 12px;
	color: #4f8eb1;
	font-weight: bold;
	cursor: pointer;
}

#right_diet #comment_text {
	font-weight: bold;
	color: #3f3f3f;
	margin-left: 8px;
}

#right_diet #comment_info {
	
	margin-left: 8px;
}

#diet_comment  #opinion {
	font-weight: bold;
	margin-bottom: 5px;
}

#diet_comment textarea {
	width: 250px;
	height: 60px;
	margin-bottom: 10px;
}

#diet_comment form#comment_form {
	background-color: #f2f2f2;
	margin-bottom: 0px;
	margin-top: 0;
	margin-right: 6px;
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #b2b2b2;
}



#right_diet .post {
	display: inline-block;
	position: relative;
}

#right_diet .content .col.image {
	width: 72px;
}

#right_diet .content .col.image img {
	width: 60px;
	max-height: 80px;
}

#right_diet .content .col.right {
}

#right_diet .content .col.right .arrow {
	width: 10px;
}

#right_diet .content .col.right .text {
	width: 260px;
	background-color: #e5e5e5;
	padding: 10px 9px;
	margin-bottom: 8px;
}

#right_diet .content .text .top_line {
	font-weight: bold;
	font-size: 11px;
	color: #666;
}

#right_diet .content .text .top_line span.poster a {
	font-size: 13px;
	font-weight: bold;
	font-size: 13px;
}

#right_diet .content .tip_rating .positive{
	color: #74ab39;
}

#right_diet .content .tip_rating .negative {
	color: #cc1214;
}

#right_diet .content .tip_rating {
	position: absolute;
	right: 6px;
	top: 5px;
}

#right_diet .content .text .post {
	font-size: 11px;
	color: #000;
	padding-bottom: 8px;
	border-bottom: 1px solid #c4cbd8;
	margin-bottom: 5px;
	width: 260px;
	overflow: hidden;
}

#right_diet .content .text .post_footer {
}

#right_diet .content .text .post_footer .add_comment {
	font-size: 11px;
	text-align: left;
	float: right;
	color: #5b7dbf;
	position: relative;
	top: 4px;
	font-weight: bold;
}

#right_diet .content .text .post_footer .info {
	font-size: 11px;
	text-align: right;
	float: left;
	color: #5b7dbf;
}

#right_diet .content .text .post_footer img {
	margin-left: 3px;
}

#right_diet .content .click_to_post {
	margin-bottom: 10px;
}

#right_diet .content .click_to_post img {
	cursor: hand;
	cursor: pointer;
}

#right_diet .content #right_diet .content_post textarea {
	margin-bottom: 5px;
	width: 380px;
	height: 70px;
	background-color: #f2f2f2;
	border-color: #b2b2b2;
}

#right_diet .content #right_diet .content_post input#post {
	margin-bottom: 10px;
}

#right_diet #diet_tip_post {
	margin-bottom: 12px;
}

#right_diet #diet_tip_post textarea {
	width: 275px;
	height: 50px;
}

#right_diet .post .rate_pointer {
	position: absolute;
	right: -90px;
	z-index: 99;
	bottom: 9px;
}

#right_diet .post.off .rate_pointer {
	display: none;
}

#right_diet. .post.hover .rate_pointer {
	display: block;
}

/* @end */

/* @group Right Diet? Lightbox */

#rating_all {
	width: 300px;
	margin-bottom: 20px;
	margin-top: 10px;
}


#rating_all .post {
	float:left;
	display: inline-block;
	position: relative;
}

#rating_all .col.image {
	width: 72px;
}

#rating_all .col.image img {
	width: 60px;
	max-height: 80px;
}

#rating_all .col.right .arrow {
	width: 10px;
}

#rating_all .col.right .text {
	width: 260px;
	background-color: #e5e5e5;
	padding: 10px 9px;
	margin-bottom: 8px;
}

#rating_all .text .top_line {
	font-weight: bold;
	font-size: 11px;
	color: #666;
}

#rating_all .text .top_line span.poster a {
	font-size: 13px;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	color: #4a5cb0;
}

#rating_all .tip_rating .positive{
	color: #74ab39;
}

#rating_all .tip_rating .negative {
	color: #cc1214;
}

#rating_all .tip_rating {
	position: absolute;
	right: 6px;
	top: 22px;
}

#rating_all .text .post {
	font-size: 11px;
	color: #000;
	padding-bottom: 8px;
	border-bottom: 1px solid #c4cbd8;
	margin-bottom: 5px;
	width: 260px;
	overflow: hidden;
}

#rating_all .text .post_footer {
}

#rating_all .text .post_footer .add_comment {
	font-size: 11px;
	text-align: left;
	float: right;
	color: #5b7dbf;
	position: relative;
	top: 4px;
	font-weight: bold;
}

#rating_all .text .post_footer .info {
	font-size: 11px;
	text-align: right;
	float: left;
	color: #5b7dbf;
}

#rating_all .text .post_footer img {
	margin-left: 3px;
}

#rating_all .click_to_post {
	margin-bottom: 10px;
}

#rating_all .click_to_post img {
	cursor: hand;
	cursor: pointer;
}

#rating_all #rating_all_post textarea {
	margin-bottom: 5px;
	width: 380px;
	height: 70px;
	background-color: #f2f2f2;
	border-color: #b2b2b2;
}

#rating_all #rating_all .content_post input#post {
	margin-bottom: 10px;
}

#rating_all #diet_tip_post {
	margin-bottom: 12px;
}

#rating_all #diet_tip_post textarea {
	width: 275px;
	height: 50px;
}

/* @end */

/* @group Tips */

#diet_tips {
	width: 300px;
	margin-bottom: 20px;
	margin-top: 10px;
}

#diet_tips div.header {
	height: 35px;
	background-image: url(../images/rounded_box/diet_tips_top.gif);
}

#diet_tips div.bottom {
	height: 18px;
	background-image: url(../images/rounded_box/diet_tips_bottom.gif);
}

#diet_tips #add_tip {
	margin-bottom: 5px;
}

#diet_tips .content {
	border-left: 2px solid #999;
	border-right: 2px solid #999;
	padding-top: 5px;
	padding-left: 8px;
	padding-right: 8px;
}

#diet_tips .post {
	display: inline-block;
	position: relative;
}

#diet_tips .content .col.image {
	width: 72px;
}

#diet_tips .content .col.image img {
	width: 60px;
	max-height: 80px;
}

#diet_tips .content .col.right {
}

#diet_tips .content .col.right .arrow {
	width: 10px;
}

#diet_tips .content .col.right .text {
	width: 260px;
	background-color: #e5e5e5;
	padding: 10px 9px;
	margin-bottom: 7px;
}

#diet_tips .content .text .top_line {
	font-weight: bold;
	font-size: 11px;
	color: #666;
}

#diet_tips .content .text .top_line span.poster a {
	font-size: 13px;
	font-weight: bold;
	font-size: 13px;
}

#diet_tips .content .tip_rating .positive{
	color: #74ab39;
}

#diet_tips .content .tip_rating .negative {
	color: #cc1214;
}

#diet_tips .content .tip_rating {
	position: absolute;
	right: 6px;
	top: 5px;
}

#diet_tips .content .text .post {
	font-size: 11px;
	color: #000;
	padding-bottom: 8px;
	border-bottom: 1px solid #c4cbd8;
	margin-bottom: 5px;
	width: 260px;
}

#diet_tips .content .text .post_footer {
}

#diet_tips .content .text .post_footer .add_comment {
	font-size: 11px;
	text-align: left;
	float: right;
	color: #5b7dbf;
	position: relative;
	top: 4px;
	font-weight: bold;
}

#diet_tips .content .text .post_footer .info {
	font-size: 11px;
	text-align: right;
	float: left;
	color: #5b7dbf;
}

#diet_tips .content .text .post_footer img {
	margin-left: 3px;
}

#diet_tips .content .click_to_post {
	margin-bottom: 0px;
}

#diet_tips .content .click_to_post img {
	cursor: hand;
	cursor: pointer;
}

#diet_tips .content #diet_tips .content_post textarea {
	margin-bottom: 5px;
	width: 380px;
	height: 70px;
	background-color: #f2f2f2;
	border-color: #b2b2b2;
}

#diet_tips .content #diet_tips .content_post input#post {
	margin-bottom: 10px;
}

#diet_tips #diet_tip_post {
	padding-bottom: 8px;
}

#diet_tips #diet_tip_post textarea {
	width: 275px;
	height: 50px;
}

#diet_tips .post .rate_pointer {
	position: absolute;
	right: -90px;
	z-index: 99;
	bottom: 9px;
}

#diet_tips .post.off .rate_pointer {
	display: none;
}

#diet_tips. .post.hover .rate_pointer {
	display: block;
}



/* @end */

/* @group Tips lightbox */

#diet_tips_all {
}


#diet_tips_all .post {
	display: inline-block;
	position: relative;
}

#diet_tips_all  .col.image {
	width: 72px;
}

#diet_tips_all  .col.image img {
	width: 60px;
	max-height: 80px;
}

#diet_tips_all  .col.right {
}

#diet_tips_all  .col.right .arrow {
	width: 10px;
}

#diet_tips_all  .col.right .text {
	width: 360px;
	background-color: #e5e5e5;
	padding: 10px 9px;
	margin-bottom: 7px;
}

#diet_tips_all  .text .top_line {
	font-weight: bold;
	font-size: 11px;
	color: #666;
}

#diet_tips_all  .text .top_line span.poster a {
	font-size: 13px;
	font-weight: bold;
	font-size: 13px;
	color: #4a6ac4;
	text-decoration: none;
}

#diet_tips_all  .tip_rating .positive{
	color: #74ab39;
}

#diet_tips_all  .tip_rating .negative {
	color: #cc1214;
}

#diet_tips_all  .tip_rating {
	position: absolute;
	right: 6px;
	top: 5px;
}

#diet_tips_all  .text .post {
	font-size: 11px;
	color: #000;
	padding-bottom: 8px;
	border-bottom: 1px solid #c4cbd8;
	margin-bottom: 5px;
	width: 360px;
}

#diet_tips_all  .text .post_footer {
}

#diet_tips_all  .text .post_footer .add_comment {
	font-size: 11px;
	text-align: left;
	float: right;
	color: #5b7dbf;
	position: relative;
	top: 4px;
	font-weight: bold;
}

#diet_tips_all  .text .post_footer .info {
	font-size: 11px;
	text-align: right;
	float: left;
	color: #5b7dbf;
}

#diet_tips_all  .text .post_footer img {
	margin-left: 3px;
}

#diet_tips_all  .click_to_post {
	margin-bottom: 0px;
}

#diet_tips_all  .click_to_post img {
	cursor: hand;
	cursor: pointer;
}

#diet_tips_all  #diet_tips_all _post textarea {
	margin-bottom: 5px;
	width: 380px;
	height: 70px;
	background-color: #f2f2f2;
	border-color: #b2b2b2;
}

#diet_tips_all  #diet_tips_all _post input#post {
	margin-bottom: 10px;
}

#diet_tips_all #diet_tip_post {
	padding-bottom: 8px;
}

#diet_tips_all #diet_tip_post textarea {
	width: 275px;
	height: 50px;
}

#diet_tips_all .post .rate_pointer {
	position: absolute;
	right: -90px;
	z-index: 99;
	bottom: 9px;
}

#diet_tips_all .post.off .rate_pointer {
	display: none;
}

#diet_tips_all .post.hover .rate_pointer {
	display: block;
}



/* @end */

.cancel {
	display: none;
}


#diet_rules {
	position: relative;
}

#diet_rules #print_rules {
	position: absolute;
	top: 27px;
	right: 8px;
}



/* @group tabs */

.rules_tabs {
height: 24px;
overflow:hidden;
}

.rules_tabs li {
	list-style-image: none;
	list-style-type: none;
	float: left;
}

.tab_content_padding {
	margin: 5px;
}

.tab_content {
	background-color: #ffffff;
	top: -1px;
/*	clear: both;*/
	overflow: auto;
	border: 1px solid #c8c8c3;
	/*display: block;*/
	/*position: relative;*/
	width: 525px;
	padding: 5px;
	
}

/* @group profile: check-in */

.rules_tabs ul {
	margin-left: 2px;
}

.rules_tabs ul a {
	display: block;
	height: 19px;
	padding-right: 9px;
	padding-left: 9px;
	color: #fff;
	padding-top: 5px;
	font: bold 12px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	text-decoration: none;
	background-color: #84b0d3;
	margin-right: 3px;
}

.rules_tabs ul a:hover {
	background-color: #c5c5c5;
	color: #7e7e7e;
}

.rules_tabs ul .ui-tabs-selected a {
	color: #fff;
	margin-bottom: 0px;
	background: #969696 url(../images/tabs/view_tab_active.jpg) repeat-x;
}

/* @end */



/* @end */

#exercise .content {
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #c8c8c3;
	border-top: none;
	margin-right: 5px;
	margin-left: 5px;
}

/* Hide cancel button from star rating */

/* Displaying a static rating */
.rating_static {
	clear: both;
	display: block;
}

div.rating_static div.on {
	background-position: 0 -16px;
}

.star_static {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0px;
	background: url(/images/rating/star.gif) no-repeat 0 0px;
	width: 17px;
	height: 15px;
	overflow: hidden;
	text-indent: -999em;
	float: left;
}

.star_static.diet_rating {
	display: inline-block;
	float: float;
}

.star_static.on {
	background: url(/images/rating/star.gif) no-repeat 0 -16px;

}
/* @group Group Membership */

.col_right #membership {
	width: 207px;
	position: relative;
	float:right;
	margin-left:330px;
	margin-top:-85px;
	}

.col_right #membership .top {
	height: 14px;
	background-image: url(../images/rounded_box/home_diet_group_top.gif);
	font-size: 13px;
	padding-left: 10px;
	font-weight: bold;
	padding-top: 9px;
	
}

.col_right #membership .bottom {
	height: 16px;
	background-image: url(../images/rounded_box/home_diet_group_bottom.gif);
}

.col_right #membership .content {
	border-left: 2px solid #c6def0;
	border-right: 2px solid #c6def0;
	padding: 4px 8px 5px;
}

.col_right #membership .image {
	width: 35px;
	float: left;
	height: 35px;
	margin-right: 10px;
	background-color: #6dc518;
}

.col_right #membership .name {
	width: 112px;
	float: left;
	margin-top: 10px;
}

.col_right #membership .name a {
	font-size: 12px;
	color: #333333;
}


.floatLeft{
float:left;
}

.clearSpacer{
clear:both;
font:0%;
height:0;
line-height:0;
}


/* @end */

/* @group join diet lightbox */

#join_diet {
	font-size: 13px;
}

/* @end */

.ui-tabs-panel ol {
	padding-left: 16px;
	padding-bottom: 5px;
}

.ui-tabs-panel ol li {
	padding-left: 5px;
	padding-bottom: 3px;
}