/* 
Title:    dlife.com v3.0 - recipefinder.css
Updated:   Oct  2006
*/

/* Converted all font sizes within the sheet to use nothing in most cases, and only ems when need
   This was done to allow font resizing functionality to work.
   In order for the styles to cascade through the tables I had to add the table { font-size:100%; } style below
   2-27-08 Chris Russo   May need to be done on list items and other stuff too.
*/

table {
	font-size:100%;
        border-collapse:collapse;
}

/* ROD
---------------------------------------------------------- */
.nowhite {
padding: 0px;
	margin: 0px;
        margin: expression('0px');
	padding: expression('0px');
}

#recipeAd_88x31 {
    float: right;
    padding-right: 5px;
}

.sponsored_text{
font-size: 10px;
color: #999999;
display:none;
}

.recipe_title {
font-size: 1.1em;

}


.recipe_title_rod {
font-size: 14px;
text-indent: 5px;

}

.stats {
font-size: 11px;
}

td.rod_right { text-align: left;font-size: 11px; padding-right: 10px; }

td.rod_rightlink { text-align: right;font-size: 11px;padding-right: 15px; }

span.rod_desc { font-size: 12px;
font-weight: normal; }


.rod_space{ font-size: 11px;
  font-weight: normal; }


#rod_rating
{
	float: right;
	width: 330px;
	margin: 5px;
}

#rod_rating table
{
	border: 1px solid #afe6fe;
	background-image: url(/diabetes/img/recipe/stripes_blk2.gif);
	width: 329px;
	height: 66px;
}

#rod_rating td
{
	line-height: 10px;
	
}
.column{float:left;}

#Main_Container_Recipe
{
	width: 940px;
	width:expression('940px');
	text-align: center;
	font-family: arial,helvetica,sans-serif;
	float: left;
	margin: 0px 0px 0px 0px;
	margin:expression('0px 0px 0px 0px');
	}
#leftColumn{background-color:#fff;
			padding-left: 5px;
			width:620px;
			width:expression('620px');
			margin:0px;
			margin:expression('0px');
			}

#rightColumn{width:300px; 
			width:expression('300px');
			background-color:#fff;
			margin:0px; 
			margin:expression('0px');
			padding:expression('0px');
			}

#rod_rating td.space { padding-left: 0px; margin:0 0px;}



.favorites_long {
background-color:#ffffff;
border: 1px solid #b8e5fa;
margin:10px;
margin:expression('0px');
padding:0px;
text-align:center;
width:160px;
font-size: 10px;
}


.favorites_wide {
background-color:#ffffff;
border: 1px solid #b8e5fa;
margin:10px;
padding:0px;
text-align:right;
width:560px;
font-size: 10px;
}


.favHeadline{
text-size:1em;
font-weight: bold;
color:#ffffff;
background-color: #83cee9;
border-bottom: 1px solid #b8e5fa;
}

.favoritesRight {
text-align:left;
}

/* Search Results
---------------------------------------------------------- */
.search_results_table {
	width: 593px;
    padding: 0px;
	margin: 0px;
    margin: expression('0px');
	padding: expression('0px');
    font-size: 13px;
    text-align:center;
	font-weight: bold;
}

.sr_header{
        background-image: url(/diabetes/img/recipe/hdr_searchresults.gif);
	background-repeat: no-repeat;
	width: 396px;
	height: 35px;
        padding: 0px;
	margin: 0px;
        margin: expression('0px');
	padding: expression('0px');

}

.sr_recipe{
        background-image: url(/diabetes/img/recipe/searchresults_recipes.gif);
	background-repeat: no-repeat;
	width: 97px;
	height: 35px;
        padding: 0px;
	margin: 0px;
        margin: expression('0px');
	padding: expression('0px');
        color: #666666;

}

.sr_food{
        background-image: url(/diabetes/img/recipe/searchresults_foods.gif);
	background-repeat: no-repeat;
	width: 83px;
	height: 35px;
        padding: 0px;
	margin: 0px;
        margin: expression('0px');
	padding: expression('0px');

}

.srf_header{
        background-image: url(/diabetes/img/recipe/hdr_searchresults.gif);
	background-repeat: no-repeat;
	width: 396px;
	height: 35px;
        padding: 0px;
	margin: 0px;
        margin: expression('0px');
	padding: expression('0px');

}

.srf_recipe{
        background-image: url(/diabetes/img/recipe/searchresults_recipes_off.gif);
	background-repeat: no-repeat;
	width: 97px;
	height: 35px;
        padding: 0px;
	margin: 0px;
        margin: expression('0px');
	padding: expression('0px');

}

.srf_food{
        background-image: url(/diabetes/img/recipe/searchresults_foods_on.gif);
	background-repeat: no-repeat;
	width: 83px;
	height: 35px;
        padding: 0px;
	margin: 0px;
        margin: expression('0px');
	padding: expression('0px');
        color: #666666;

}



/* ADVANCED SEARCH
---------------------------------------------------------- */


#advancedArea{

display: none;
font-weight: bold;
color: #ffffff;
text-align: center;
}

#advancedArea table{

text-align: left;
}

#advancedArea td{
font-weight: normal;
color: #ffffff;
}

#advancedArea P{
font-weight: bold;
text-transform: uppercase;
border-bottom: 1px solid #e0fb7d;
margin-bottom: 10px;
margin-top: 5px;
color: #e0fb7d;
}

#advancedArea h1{
font-weight: bold;
color: #ffffff;
}




/* RECIPE LINKS
---------------------------------------------------------- */

.browse a.recipefinder:link, a.recipefinder:visited
{
	font-weight: normal;
	text-decoration: none;
	color: #0076b3;
}

.browse a.recipefinder:hover
{
	text-decoration: underline;
	color: #000000;
}

a.whitelinks:link, a.whitelinks:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

a.whitelinks:hover
{
	font-weight: bold;
	text-decoration: underline;
	color: #ffffff;
}

a.smallwhitelinks:link, a.smallwhitelinks:visited
{
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	text-align: right;
        font-size: 11px;
        padding-right: 10px;
        
}

a.smallwhitelinks:hover
{
	font-weight: normal;
	text-decoration: underline;
	color: #ffffff;
        text-align: right;
        font-size: 11px;
        padding-right: 10px;

}

p.alignright
{
	
	text-align: right;
}

a.cat1links:link, a.cat1links:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #0076b3;
}

a.cat1links:hover
{
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}

a.blueUnder:link, a.cat1links:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #0076b3;
}

a.blueUnder:hover
{
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}


a.largelink:link, a.largelink:visited
{
	font-weight: bold;
	color: #0096d5;
}

a.largelink:hover
{
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}



/* RECIPE LISTS OL/UL
---------------------------------------------------------- */

ol li
{
	list-style-position: outside;
	line-height: 18px;
	
	color: #0076b3;
}

ol.shuffle
{

        margin: expression('0px 0px 0px 30px');
	padding: expression('10px');
        margin: 0px 0px 0px 30px; 
	padding: 10px;
        text-align: left;
}


ol.top100ol
{

        margin: expression('0px 0px 0px 30px');
	padding: expression('10px');
        margin: 0px 0px 0px 30px; 
	padding: 10px;
        text-align: left;
}



li.fooditems
{
        margin: 0px 13px 0px 0px;
        list-style-position: outside;
	font-weight: bold;
	line-height: 16px;
	font-size: 1em;
	color: #000000;
}

li.fooditems_r
{
        margin: expression('0px 2px 0px -12px');
        margin: 0px 22px 0px 14px;
        list-style-position: outside;
	font-weight: bold;
	line-height: 16px;
	font-size: 1em;
	color: #003e66;
}


li.shuf
{
	list-style-position: outside;
	font-weight: bold;
	line-height: 16px;
	
	color: #003e66;
}


li.top100
{
	list-style-position: outside;
	font-weight: normal;
	line-height: 16px;
	color: #003e66;
        list-style:decimal;
}


li.cat1
{
	margin: expression('0px 0px 0px 55px');
        list-style-position: inside;
	font-weight: bold;
	line-height: 16px;
	font-size: 100%;
	color: #003e66;
}

span.cat2
{
	font-weight:normal;
	color: #000000;
}

* html #cat ul li ol a
{
	height: 1%;
	
}

/* RECIPE Details Page
---------------------------------------------------------- */


#advancedSearch
{
	color: #ffffff;
        
        margin: expression('0px');
	padding: expression('0px');
        margin: 0px;
	padding: 0px;
}

#advancedSearch table
{
	color: #ffffff;
    background-color: #85a101;
    margin: expression('0px');
	padding: expression('0px');
    margin: 0px;
	padding: 5px;
}



#roundedBottom img
{
	margin: expression('0px');
	padding: expression('0px');
}

form
{
    margin: 0px;
	padding: 0px;	
    margin: expression('0px');
	padding: expression('0px');
}

.details
{
	width: 593px;
	padding: 0px;
	margin: 0px;
        margin: expression('0px');
	padding: expression('0px');
	text-align: left;
}

.details img {
    display:block;
}

#details_tab
{
	width: 303px;
	height: 31px;
        padding: 0px;
	margin: 0px;
        margin: expression('0px');
	padding: expression('0px');
	float: left;
	background-color: #ffffff;
}

#details_tabtop
{
	background-image: url(/diabetes/img/recipe/details_tab_top.gif);
	background-repeat: no-repeat;
	width: 303px;
	height: 5px;
        padding: 0px;
	margin: 0px;
        margin: expression('0px');
	padding: expression('0px');
}

#details_tabbot
{
	background-image: url(/diabetes/img/recipe/details_tab_bottomcorder.gif);
	background-repeat: no-repeat;
	width: 593px;
	height: 5px;
        padding: 0px;
	margin: 0px;
        margin: expression('0px');
	padding: expression('0px');
}

#details_nav { float: left;
        padding: 0px;
	margin: 0px;
        margin: expression('0px');
	padding: expression('0px'); }

#details_print
{
	float: right;
	background-color: #ffffff;
        padding: 0px;
	margin: 0px;
        margin: expression('0px');
	padding: expression('0px');
}

#details_tabcontent
{
	background-image: url(/diabetes/img/recipe/details_tab_gradient.gif);
	background-repeat: repeat-x;
	border-right: 1px solid #6ac3e9;
	border-left: 1px solid #6ac3e9;
	border-top: 1px solid #6ac3e9;
	height:20px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	background-color: #ffffff;
    padding: 0px;
	margin: 0px;
    margin: expression('0px');
	padding: expression('0px');
}

#details_content
{
	background-image: url(/diabetes/img/recipe/details_tab_mid.gif);
	background-repeat: repeat-y;
	width: 593px;
	padding: 0px;
	margin: 0px;
    margin: expression('0px');
	padding: expression('0px');
	text-align: left;
	font-size:1em;
}

#details_bottom
{
	text-align: left;
	padding: 0px;
	margin: 0px;
    margin: expression('0px');
	padding: expression('0px');
}

#details_image
{
	
	color: #cccccc;
	float: left;
	width: 149px;
	padding: 5px;
}

#details_info
{
	
	color: #000000;
	float: left;
	padding: 5px;
}


#details_analy
{ 

}

#details_analy H1
{
	color: #000000;
	
	font-weight: bold;
	margin: 2px;
	padding: 2px;
}



#details_facts
{
	width: 175px;
	width: expression('160px');
	float: right;
    margin-right:5px;
}

#details_facts H1
{
	color: #000000;
	
	font-weight: bold;
	margin: 2px;
	padding: 2px;
}

H1.category
{
	color: #000000;
	font-size:1.25em;
	font-weight: bold;
	margin: 10px;
	padding: 0px;
	text-align: left;
}

td.facts_border
{
	background-color: #000000;
	height: 1px;
}

td.details_border
{
	background-color: #6ac3e9;
	height: 1px;
	border-left: 8px solid #ffffff;
	border-right: 8px solid #ffffff;
}

.bottombluetd {
 border-bottom: 1px solid #6ac3e9;
 border-bottom: expression('1px solid #6ac3e9');
 background-color:#ffffff;
}

.analytable
{
	border: 1px solid #000000;
	width: 400px;
	padding: 25px;

}

.factstable
{
	border: 1px solid #000000;
        width: 160px;
        margin-bottom:5px;
        margin-left:10px;
}

.factstable h1
{
	font-size: 1.4em;
}

.servingsize {  }
.nutritionals { border-bottom: 1px solid #eeeeee;  }
td.nutritional { border-bottom: 1px solid #eeeeee; }

.nutritionals_ind
{
	
	padding-left: 10px;
}

b.ingredients_hd
{
	
	font-weight: bold;
	margin-bottom: 0px;
	margin-right: 10px;
}

b.ingredients_info
{
	
	font-weight: bold;
	margin-bottom: 5px;
}

#ingredients
{
        
	line-height: 18px;
        margin:15px;
}

b.directions_hd
{
	
	font-weight: bold;
	margin-bottom: 0px;
	margin-right: 10px;
}

#directions
{
        
	line-height: 18px;
        margin:15px;
}

span.number
{
	border: 1px solid #cccccc;
	padding: 5px;
	text-align: center;
}

/* RECIPE FINDER STYLES
---------------------------------------------------------- */
b.indent {
     font-weight: bold;
     line-height: 50px;
     padding-left: 10px;
     line-height: expression('75px');
}

#foodfind_apple {
     width:523px; 
     height: 130px;
     margin:auto; 
     padding:0px; 
     color: #FFF; 
     background-image: url(/diabetes/img/recipe/foodlookuppsd.gif); 
     text-align: left;
}
#recipeFood {
	width:598px; 
	margin:0px; 
	padding:0px; 
	color: #FFF; 
	background-color: #e17d0b; 
	text-align: left;
	font-size:1.1em;
}

.left_top_617
{
	padding: 0px;
	margin: 0px;
    margin: expression('0px');
	padding: expression('0px');
	
}

.left_mid_617
{
	padding: 0px;
	margin: 0px;
    margin: expression('0px');
	padding: expression('0px');
	
}

.left_mid_617 P
{
	padding: 0px;
	margin: 0px;
    margin: expression('0px');
	padding: expression('0px');
}

.left_bot_617
{
	
	padding: 0px;
	margin: 0px;
    margin: expression('0px');
	padding: expression('0px');
	
}

#right_top_332
{
	
	padding: 0px;
	margin: 0px;
    margin: expression('0px');
	padding: expression('0px');
	
}

#right_mid_332
{
	padding: 0px;
	margin: 0px;
    margin: expression('0px');
	padding: expression('0px');
	
}

#right_mid_332 P
{
	padding: 10px;
	margin: 0px;
	
}

#right_bot_332
{
	padding: 0px;
	margin: 0px;
    margin: expression('0px');
	padding: expression('0px');
	
}

#rod_top
{
	background-image: url(/diabetes/img/recipe/rod_top.gif);
	background-repeat: no-repeat;
	width: 383px;
	height: 13px;
	padding: 0px;
	margin: 0px;
    margin: expression('0px');
	padding: expression('0px');
	
}

#rod_mid
{
	
	width: 470px;
	padding: 0px;
	margin: 0px;
    padding-left: expression('10px');
	padding: expression('0px');
	
}

#rod_mid P
{
}

#rod_bot
{
	background-image: url(/diabetes/img/recipe/rod_bot.gif);
	background-repeat: no-repeat;
	width: 383px;
	height: 16px;
	padding: 0px;
	margin: 0px;
    margin: expression('0px');
	padding: expression('0px');
	
}

#top100_top
{
	background-image: url(/diabetes/img/recipe/top100_top.gif);
	background-repeat: no-repeat;
	width: 234px;
	height: 13px;
	padding: 0px;
	margin: 0px;
    margin: expression('0px');
	padding: expression('0px');
	
}

#top100_mid
{
	
	width: 180px;
	padding: 0px;
	margin: 0 0 0 10px;
	font-size:1em;
}

#top100_mid P
{
	padding: 10px;
	margin: 0px;
	
	text-align: left;
}

#top100_bot
{
	background-image: url(/diabetes/img/recipe/top100_bot.gif);
	background-repeat: no-repeat;
	width: 234px;
	height: 17px;
	padding: 0px;
	margin: 0px;
        margin: expression('0px');
	padding: expression('0px');
	
}

.fooditems_top
{
	padding: 0px;
	margin: 0px;
    margin: expression('0px');
	padding: expression('0px');
	
}

.fooditems_mid
{
	padding: 0px;
	margin: 0 0 10px;
    margin: expression('0px');
	padding: expression('0px');
}

.fooditems_mid P
{
	padding: 0px;
	margin: 0px;
	text-align: left;
}



.fooditems_bot
{
	padding: 0px;
	margin: 0px;
    margin: expression('0px');
	padding: expression('0px');
	
}

#blue_360_top
{
	background-image: url(http://dimebag.lmm.local/widgetBroker/rotd/images/blue_360_top.gif);
	background-repeat: no-repeat;
	width: 360px;
	height: 10px;
	padding: 0px;
	margin: 0px;
        margin: expression('0px');
	padding: expression('0px');
}

#blue_360_mid
{
	background-image: url(http://dimebag.lmm.local/widgetBroker/rotd/images/blue_360_mid.gif);
	background-repeat: repeat-y;
	width: 360px;
	padding: 0px;
	margin: 0px;
        margin: expression('0px');
	padding: expression('0px');
}

#blue_360_bot
{
	background-image: url(http://dimebag.lmm.local/widgetBroker/rotd/images/blue_360_bot.gif);
	background-repeat: no-repeat;
	width: 360px;
	height: 10px;
	padding: 0px;
	margin: 0px;
        margin: expression('0px');
	padding: expression('0px');
}

#blue_213_mid
{
	background-image: url(/diabetes/img/recipe/blue_213_mid.gif);
	background-repeat: repeat-y;
	width: 213px;
	padding: 0px;
	margin: 0px;
        margin: expression('0px');
	padding: expression('0px');
}

#blue_213_bot
{
	background-image: url(/diabetes/img/recipe/blue_213_bot.gif);
	background-repeat: no-repeat;
	width: 213px;
	height: 11px;
	padding: 0px;
	margin: 0px;
        margin: expression('0px');
	padding: expression('0px');
}

#blue_417_top
{
	background-image: url(/diabetes/img/recipe/blue_417_top.gif);
	background-repeat: no-repeat;
	width: 417px;
	height: 9px;
	padding: 0px;
	margin: 0px;
        margin: expression('0px');
	padding: expression('0px');
	
}

#blue_417_mid
{
	background-image: url(/diabetes/img/recipe/blue_417_mid.gif);
	background-repeat: repeat-y;
	width: 417px;
	padding: 0px;
	margin: 0px;
        margin: expression('0px');
	padding: expression('0px');
	
}

#blue_417_bot
{
	background-image: url(/diabetes/img/recipe/blue_417_bot.gif);
	background-repeat: no-repeat;
	width: 417px;
	height: 9px;
	padding: 0px;
	margin: 0px;
        margin: expression('0px');
	padding: expression('0px');
}

#blue_418_top
{
	background-image: url(/diabetes/img/recipe/blue_418_top.gif);
	background-repeat: no-repeat;
	width: 418px;
	height: 9px;
	padding: 0px;
	margin: 0px;
        margin: expression('0px');
	padding: expression('0px');
	
}

#blue_418_mid
{
	background-image: url(/diabetes/img/recipe/blue_418_mid.gif);
	background-repeat: repeat-y;
	width: 418px;
	padding: 0px;
	margin: 0px;
        margin: expression('0px');
	padding: expression('0px');
}

#blue_418_bot
{
	background-image: url(/diabetes/img/recipe/blue_418_bot.gif);
	background-repeat: no-repeat;
	width: 418px;
	height: 9px;
	padding: 0px;
	margin: 0px;
        margin: expression('0px');
	padding: expression('0px');
	text-align: center;
}

#tanedge_sm_top
{
	background-image: url(/diabetes/img/recipe/tanedge_sm_top.gif);
	background-repeat: no-repeat;
	width: 310px;
	height: 8px;
	padding: 0px;
	margin: 0px;
        margin: expression('0px');
	padding: expression('0px');
}

#tanedge_sm_mid
{
	background-image: url(/diabetes/img/recipe/tanedge_sm_mid.gif);
	background-repeat: repeat-y;
	width: 310px;
	padding: 0px;
	margin: 0px;
        margin: expression('0px');
	padding: expression('0px');
	font-size:1em;
        text-align: left;
	
}

#tanedge_sm_mid P
{
	text-align: left;
}

#tanedge_sm_bot
{
	background-image: url(/diabetes/img/recipe/tanedge_sm_bot.gif);
	background-repeat: no-repeat;
	width: 310px;
	height: 8px;
	padding: 0px;
	margin: 0px;
        margin: expression('0px');
	padding: expression('0px');
}

#tanedge_lg_top
{
	background-image: url(/diabetes/img/recipe/tanedge_lg_top.gif);
	background-repeat: no-repeat;
	width: 597px;
	height: 11px;
	padding: 0px;
	margin: 0px;
        margin: expression('0px');
	padding: expression('0px');
}

#tanedge_lg_mid
{
	background-image: url(/diabetes/img/recipe/tanedge_lg_mid.gif);
	background-repeat: repeat-y;
	width: 597px;
	padding: 0px;
	margin: 0px;
        margin: expression('0px');
	padding: expression('0px');
	font-size:1em;
}

#tanedge_lg_bot
{
	background-image: url(/diabetes/img/recipe/tanedge_lg_bot.gif);
	background-repeat: no-repeat;
	width: 597px;
	height: 11px;
	padding: 0px;
	margin: 0px;
        margin: expression('0px');
	padding: expression('0px');
}

#greenedge_top
{
	background-image: url(/diabetes/img/recipe/greenedge_top.gif);
	background-repeat: no-repeat;
	width: 597px;
	height: 7px;
	padding: 0px;
	margin: 0px;
        margin: expression('0px');
	padding: expression('0px');
}

#greenedge_mid
{
	background-image: url(/diabetes/img/recipe/greenedge_mid.gif);
	background-repeat: repeat-y;
	width: 597px;
	padding: 0px;
	margin: 0px;
        margin: expression('0px');
	padding: expression('0px');
}

#greenedge_bot
{
	background-image: url(/diabetes/img/recipe/greenedge_bot.gif);
	background-repeat: no-repeat;
	width: 597px;
	height: 6px;
	padding: 0px;
	margin: 0px;
        margin: expression('0px');
	padding: expression('0px');
}

#dlife_foodstuff
{
	background-image: url(/diabetes/img/recipe/foodstuff_bkgnd_final.png);
	background-repeat: no-repeat;
	width: 300px;
	height: 150px;
	padding: 0px;
	margin: 0px;
        margin: expression('0px');
	padding: expression('0px');
}


#dlife_foodlookup form
{
	padding-top: expression('85px');
	padding-left: expression('16px');
        padding-top: 85px;
	padding-left: 16px;
}

#dlife_foodlookup
{
	background-image: url(/diabetes/img/recipe/foodlookup.gif);
	background-repeat: no-repeat;
	width: 312px;
	height: 149px;
	padding: 0px;
	margin: 0px;
        margin: expression('0px');
	padding: expression('0px');
	text-align: left;
}

p.recipe_members_recipes { text-align: left; }

#regSearch {
    margin: -12px 0 0 0;
}
p.findarecipe
{
	text-align: left;
	color: #FFFFFF;
	
	font-weight: bold;
	line-height: 18px;
}

p.browsebycategory { text-align: left; }
#recipe_cookingondlife { text-align: left; }

#recipe_spacer
{
	background-color: #FFFFFF;
	padding: 10px;
	margin: 10px;
}

b.browseheader
{
	font-weight: bold;
	
	color: #000000;
	padding-bottom: 2px;
}

h3.results
{
	font-weight: bold;
	
	color: #000000;
	padding-bottom: 2px;
}

td.browseborder { border-right: 1px solid #e3d28a; }

td.cat_mid
{
	background-image: url(/diabetes/img/recipe/cat_mid.gif);
	background-repeat: repeat-y;
	width: 406px;
}

.center
{
	text-align: center;
	font-size:.8em;
	font-weight: bold;
}



p.tab
{
	padding: 0px;
	
	color: #ffffff;
}

p.tab2
{
	padding: 0px;
	
	color: #000000;
}

p.tab5
{
	
	color: #000000;	
}

p.rod
{
	padding: 0px;
	
	color: #000000;
}

p.rodmember
{
	padding: 0px;
	
	font-style: italic;
	color: #000000;
}

p.rodheader
{
	margin: 0px;
	padding: 0px;
	
	font-weight: bold;
	color: #0076b3;
}

p.tab_results
{
	margin-left: 15px;
    line-height: 18px;
	color: #000000;
	font-weight: bold;
}

p.tab_results2 { 
    text-align: right; 
    margin-right: 35px;
    padding-top:5px;
}

.tab_results2_p
{
	line-height: 28px;
	
	color: #000000;
	font-weight: normal;
}

#background_results
{
	background: url(/diabetes/img/recipe/header_searchresults.jpg);
	height: 35px;
	width: 593px;
	background-repeat: no-repeat;
}

#sort_bk
{
	background: url(/diabetes/img/recipe/sort_bk.jpg);
	text-align: center;
	background-repeat: no-repeat;
	height: 30px;
}

HR.results
{
	color: #afe6fe;
	background-color: #afe6fe;
	height: 1px;
	text-align: center;
	width: 90%;
}

#resultstabs { float: right; }

.search_block1
{
	background-color: #ffffff;
	color: #000000;
	min-height:70px;
	padding: 10px;
	border-top: 1px solid #afe6fe;
}

p.search_block1_p
{
	
	color: #000000;
	width: 300px;
}

b.search_block1
{
	
	font-size: 1.2em;
}

.more_block1
{
	width: 300px;
	background-repeat: no-repeat;
}

p.more_block1
{
	padding: 20px;
	color: #000000;
	width: 300px;
}

p.more_block2
{
	padding: 20px;
	color: #000000;
	width: 300px;
}

.end_block
{
	background-color: #f4fbff;
	color: #000000;
	height:1px;
	padding: 0px;
        width:  595px;
	border-top: 1px solid #afe6fe;
}

.search_block2
{
	background-color: #f4fbff;
	color: #000000;
	min-height:70px;
	padding: 10px;
	border-top: 1px solid #afe6fe;
}

.more_block2
{
	width: 300px;
	height: 36px;
	background-repeat: no-repeat;
}

p.more_block2
{
	padding: 20px;
	
	color: #000000;
	width: 330px;
}

.search_block1 a:link,.search_block1 a:active,.search_block1 a:visited
{
	color: #0076b3;
	text-decoration: none;
}



.search_block1 a:hover,.search_block1 a:active:hover,.search_block1 a:link:hover
{
	color: #000000;
	text-decoration: underline;
}

.search_block2 a:link,.search_block2 a:active,.search_block2 a:visited
{
	color: #0076b3;
	text-decoration: none;
}



.search_block2 a:hover,.search_block2 a:active:hover,.search_block2 a:link:hover
{
	color: #000000;
	text-decoration: underline;
}

.rating
{
	float: right;
	width: 230px;
	margin: 5px;
	font-size:.9em
}

.rating table
{
	border: 1px solid #afe6fe;
	width: 229px;
	height: 66px;
}

.rating td
{
	line-height: 10px;
	
}

.rating td.space { padding-left: 5px; }

td.right { text-align: right; }
td.left  { 
text-algin:left; 

}

top100Content3 { text-align: center; }



/*dLife Logo/SEO
---------------------------------------------------------- */
#logo_seo 
{
width: 174px;
height: 57px;
background-image: url('/diabetes/img/header/dlife_seo_logo.gif');
background-repeat: no-repeat;
float: left;
}
p.logo_seo_text 
{

}



/*General
---------------------------------------------------------- */



#page_wrap
{
	width: 981px;
	text-align: center;
	border: 0;
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0;
}

#page_wrap_bottom
{
	width: 981px;
	height: 25px;
	background: url('/diabetes/img/global/dlife_shadow_bg_btm.gif') repeat-y;
	margin: 0 auto;
	padding: 0px;
	clear: both;
}

#dlife_table
{
	width: 952px;
	background: #fff;
	border: 0;
	border-collapse: collapse;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#dlife_footer_table
{
	width: 952px;
	border: 0;
	border-collapse: collapse;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}

#dlife_footer_table a:link,#dlife_footer_table a:active,#dlife_footer_table a:visited
{
	color: #000;
	text-decoration: none;
}

#dlife_footer_table a:hover
{
	color: #000;
	text-decoration: underline;
}

#footer h1
{
	font-family: arial;
	
	font-weight: normal;
	line-height: 10px;
}

.copyrightFooter {
padding:5px 0;
}


#dlife_crumbheader_table
{
	width: 952px;
	border: 0;
	border-collapse: collapse;
	text-align: left;
	margin: 0 auto;
	padding: 0;
        font-weight: bold;
        color: #666666;
	
}

#dlife_crumbheader_table_recipe
{
	width: 620px;
	border: 0;
	border-collapse: collapse;
	text-align: left;
	margin: 0 auto;
	padding: 0;
        font-weight: bold;
        color: #666666;
	
}

#dlife_crumbheader_table a:link,#dlife_crumbheader_table a:active,#dlife_crumbheader_table a:visited
{
	color: #0076b3;
	text-decoration: none;
        font-weight: bold;
	padding-right:5px;
}

#dlife_crumbheader_table a:hover
{
	color: #0076b3;
	text-decoration: underline;
        font-weight: bold;
	padding-right:5px;
}

/*Main Layout
---------------------------------------------------------- */

#left_module
{
	float: left;
	width: 550px;
	margin: 0px;
	padding: 0px;
	display: inline;
}

#right_module
{
	float: left;
	width: 180px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	display: inline;
}

#feature_module
{
	width: 740px;
	height: 250px;
}

#Main_Container
{
	width: 940px;
	color: #000;
	text-align: center;
	font-family: arial,helvetica,sans-serif;
	
	float: left;
	margin: 0px 0px 0px 0px;
}



#Left_Container
{
	width: 180px;
	text-align: center;
	color: #000;
	font-family: arial,helvetica,sans-serif;
	
	padding-left: 10px;
	margin: 10px 0px 0px 0px;
	float: left;
}

#footer
{
	color: #000;
	text-align: center;
	padding: 8px 0 0;
}

#crumbheader
{
	color: #000;
	text-align: left;
	padding: 0 0 5px;
}

#left_column
{
	float: left;
	width: 435px;
	margin: 0px;
	padding: 5px 3px 0px 0px;
}

#right_column
{
	float: left;
	width: 300px;
	margin: 0px;
	padding: 0px;
}

/*Header Icons
---------------------------------------------------------- */

#Header
{
	width: 100%;
	color: #000;
	font-family: arial,helvetica,sans-serif;
	
	text-align: center;
	padding-bottom: 0px;
	clear: both;
}

#header_container
{
	background-color: #fff;
	padding-left: 10px;
}

#welcome_widgets_table { width: 952px; }
#welcome_widgets2_table { padding-right: 5px; }

#dlife_support
{
	float: left;
	text-align: center;
}

#dlife_header_left_end,#dlife_header_right_end
{
	float: left;
	text-align: center;
	width: 9px;
}
.dlife_icons {
	width:82px;
	height:65px;
	float:left;
	text-align:center;
}

#dlife_icons
{
	width:82px;
	height:65px;
	float: left;
	text-align: center;
}

#dlife_expert_icon
{
	width: 72px;
	float: left;
	text-align: center;
}

#dlife_header_logo
{
	float: left;
	text-align: center;
	width: 174px;
}

#dlife_lmm_logo
{
	float: left;
	text-align: center;
	margin: 5px 10px 0;
}

#dlife_lmm
{
	margin-top: 25px;
	float: left;
	text-align: center;
}

#dlife_table #header_container a:link,#dlife_table #header_container a:active,#dlife_table #header_container a:visited,#dlife_table #dlife_support a:link,#dlife_table #dlife_support a:active,#dlife_table #dlife_support a:visited,#dlife_table #dlife_lmm a:link,#dlife_table #dlife_lmm a:active,#dlife_table #dlife_lmm a:visited
{
	font-family: arial,verdana;
	
	text-decoration: none;
	text-align: center;
	color: #000;
}

#dlife_table #header_container a:hover,#dlife_table #dlife_support a:hover,#dlife_table #dlife_lmm a:hover
{
	color: #000;
	text-decoration: underline;
}

/*Main Navigation
---------------------------------------------------------- */

#Left_Container #cat
{
	width: 180px;
	margin: 5px 0 0 0px;
	padding: 0;
	text-align: left;
}

#Left_Container #cat ul
{
	border: 0;
	list-style-type: none;
	text-align: left;
	clear: left;
	margin: 0;
	padding: 0;
}

#Left_Container #cat ul li
{
	display: block;
	text-align: left;
	margin: 0;
	padding: 0;
}

#Left_Container #cat ul li a
{
	width: 180px;
	background-color: #dcecf8;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	
	border-bottom: 2px solid #FFF;
	font-weight: 700;
	text-decoration: none;
	display: block;
	text-align: left;
	text-indent: 5px;
	margin: 0;
	padding: 3px 0;
}

#Left_Container #cat ul li a:hover
{
	background-color: #dedede;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	
	font-weight: 700;
	border-bottom: 2px solid #FFF;
	text-indent: 5px;
	padding: 3px 0;
}

#Left_Container #cat a.subnav
{
	width: 180px;
	background-color: #eaf2f7;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	
	border-bottom: 2px solid #FFF;
	font-weight: 700;
	text-decoration: none;
	display: block;
	text-align: left;
	text-indent: 15px;
	margin: 0;
	padding: 3px 0;
}

#Left_Container #cat a:hover.subnav
{
	background-color: #dedede;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	
	font-weight: 700;
	border-bottom: 2px solid #FFF;
	text-indent: 15px;
	padding: 3px 0;
}

/*Diet Navigation
---------------------------------------------------------- */

#Left_Container #member ul,#Left_Container #my_account ul
{
	border: 0;
	list-style-type: none;
	text-align: left;
	clear: left;
	margin: 0;
	padding: 0;
}

#Left_Container #member ul li,#Left_Container #my_account ul li
{
	display: block;
	text-align: left;
	margin: 0;
	padding: 0;
}

#Left_Container #member ul li a,#Left_Container #my_account ul li a
{
	width: 180px;
	background-color: #Caec80;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	
	border-bottom: 2px solid #FFF;
	font-weight: 700;
	text-decoration: none;
	display: block;
	text-align: left;
	text-indent: 5px;
	margin: 0;
	padding: 3px 0;
}

#Left_Container #member ul li a:hover,#Left_Container #my_account ul li a:hover
{
	background-color: #bed9ec;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	
	font-weight: 700;
	border-bottom: 2px solid #FFF;
	text-indent: 5px;
	padding: 3px 0;
}

#Left_Container #member a.subnav,#Left_Container #my_account a.subnav
{
	width: 180px;
	background-color: #DAF3AF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	
	border-bottom: 2px solid #FFF;
	font-weight: 700;
	text-decoration: none;
	display: block;
	text-align: left;
	text-indent: 15px;
	margin: 0;
	padding: 3px 0;
}

#Left_Container #member a:hover.subnav,#Left_Container #my_account a:hover.subnav
{
	background-color: #bed9ec;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	
	font-weight: 700;
	border-bottom: 2px solid #FFF;
	text-indent: 15px;
	padding: 3px 0;
}

* html #member ul li,#page1of { float: left; }

/*Toolbar
---------------------------------------------------------- */

#toolbar .tool_links a:link,#toolbar .tool_links a:active,#toolbar .tool_links a:visited
{
	font-family: arial,verdana;
	
	text-decoration: none;
	text-align: center;
	color: #06c;
}

#toolbar .tool_links a:hover
{
	color: #000;
	
	text-decoration: underline;
}

.tools
{
	
	color: #06c;
	text-align: center;
	padding: 5px;
}

#font_sizer
{
	
	color: #06c;
	text-align: center;
	width: 65px;
}

.tool_links
{
	padding-right: 10px;
	
	margin-top: 5px;
	width: 300px;
	text-align: right;
}

#toolbar td,#dlife_recipetext,#dlife_advicetext,#dlife_locatortext,#dlife_jointext,#dlife_walltext,#dlife_didyouknowtext,#dlife_tiptext,#dlife_newstext,.login_row td,.formField,#food_table_form td,#recipe_review_box td { padding: 5px; }

/*Search and Search Results
---------------------------------------------------------- */

#Search
{
	color: #000;
	font-family: arial,helvetica,sans-serif;
	
	background-color: #fbaf5d;
	padding: 3px 0px 3px 2px;
	margin: 0px 0px 0px 0px;
	width: 180px;
	text-align: left;
	display: block;
}

#Search select
{
	color: #000;
	font-family: arial,helvetica,sans-serif;
	
}

#Search input
{
	color: #000;
	font-family: arial,helvetica,sans-serif;
	
	margin-bottom: 3px;
}

.home_search_btn
{
	vertical-align: top;
	margin: 0;
	padding: 1px 0;
}

.search_btn
{
	vertical-align: top;
	margin: 0 0 0 1px;
	padding: 3px 0;
}

#flash_news
{
	overflow: hidden;
	margin: 0px;
	width: 435px;
	z-index: 1;
}

.tagline
{
	font-family: arial,verdana;
	
}

.search_page_header
{
	
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-color: #0095d5;
	color: #fff;
}

.search_line
{
	background-color: #ecf3f7;
	text-align: right;
	font-weight: 700;
	margin: 0 15px 10px 0;
	padding: 3px 3px 3px 0;
}

#page_numbers { margin: 10px 0px; }

#dlife_table .searchResultItem a:link, #dlife_table.searchResultItem a:active
{
	color: #06c;
	text-decoration: underline;
}

#dlife_welcome_table
{
	width: 952px;
	border: 0;
	border-collapse: collapse;
	text-align: left;
	margin: 0 auto;
	padding: 0;
        font-weight: normal;
        color: #000000;
	
}

.searchResultItem
{
	margin: 10px 0px;
	padding: 0px;
	border-bottom: 1px solid #ccc;
}

.searchResultItem h4
{
	margin: 0px;
	padding: 0px;
}

.ovt
{
	margin-top: 10px;
	border: 1px solid #BDBEBD;
	position: relative;
}

.ovt .disclaimer
{
	position: absolute;
	top: -.6em;
	background-color: #fff;
	padding: 0 .25em;
	margin-left: 10px;
	
	color: #333;
}

#sponsored_link
{
	background-color: #fefcf0;
	border: 1px solid #ccc;
	clear: none;
	width: 398px;
	padding: 5px;
	text-align: center;
}

#sponsored_link_helpline
{
	background-color: #ffffff;
	clear: none;
	padding: 5px;
	text-align: center;
}

#sponsored_link_div
{
	
	color: #333;
	font-weight: 700;
	margin: 0;
	padding: 0;
}

#dlife_sponsoredbucket
{
	width: 196px;
	color: #000;
	font-family: arial,helvetica,sans-serif;
	
	margin-bottom: 5px;
	background: url(/opencms/opencms/system/modules/com.gto.cms/images/buckets/sponsored/sponsoredbucket_bg.gif) no-repeat bottom left;
}

.dlife_sponsoredbucket_text
{
	color: #000;
	font-family: arial,helvetica,sans-serif;
	
	margin: 0;
	padding: 0 10px 10px;
}

#dlife_sponsored_box_wrap
{
	width: 300px;
	margin: 10px 0px 10px 0px;
}

#dlife_sponsored_box
{
	width: 300px;
	background: url(/opencms/opencms/system/modules/com.gto.cms/images/buckets/sponsored/dlife_sponsored_header_bg.gif) no-repeat bottom left;
	margin: 0px 0px;
}

#dlife_sponsored_box_text
{
	width: 280px;
	margin: 0px 5px;
	padding: 5px;
	
}

#dlife_sponsored_box_header_bg
{
	width: 300px;
	height: 33px;
	background: url(/opencms/opencms/system/modules/com.gto.cms/images/buckets/sponsored/dlife_sponsored_header.gif) repeat-y;
	margin: 0px;
	padding: 0px;
}

#toolbar,#sponsor_recipe_ad { margin: 0; }
#font_sizer span,* html #cat ul li,#right_content_module_float,#bottom_tools,#bottom_email,#page1of { float: left; }

#Search form,#dlifeweeklypoll form,#search_recipe_form_box form
{
	margin: 0;
	padding: 0;
}

#ad_space_left div,#ad_space_right div,#ad_space_home_right div,#ad_space_sponsor div,#ad_show_recipe_right2 div
{
	
	color: #999;
	text-align: right;
}

#ad_space_home_right,#recipe_page,#recipe_review_box,#ad_show_recipe_sponsor,#ad_space_non_sponsor,#dlife_values_container { margin-top: 10px; }

#ad_show_recipe_right,#ad_show_forum_right
{
	margin-top: 10px;
	align: right;
}

#ad_show_recipe_right div,#ad_show_forum_right div
{
	width: 150px;
	
	color: #999;
	text-align: right;
}

.dlife_sponsoredbucket_text p,.related_articles_text p,.dlife_faq_text p,#dlife_moretopic_text p { margin: 0 0 5px; }

.dlife_sponsoredbucket_text ul,.dlife_sponsoredbucket_text li,.related_articles_text ul,.related_articles_text li,.dlife_faq_text ul,.dlife_faq_text li,.dlife_moretopic_text ul,.dlife_moretopic_text li,#mainContentSource .readMoreLinks ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#lmmContentSource,#mainContentSource .subBody p,#readMoreObj,#mainContentSource .form_text,#mainContentSource .bioContent p { padding: 0; }
.pgT,.bottomNavLine { padding: 3px 0; }
#wall_submitpro_table textarea,#mediakit_row1 { width: 500px; }

#login_form,#password_form,#update_prof_form
{
	width: 420px;
	margin: auto;
}

#article_page_numbers,#ad_space_float { float: right; }

/* Additional styles missing from sheet that are declared on pages */

/*  Recipe Category Page */


.tab3 {
 font-size:.8em;
}

#top100Content4 {
	width:418px; 
	margin:0px; 
	padding:0px; 
	color: #000000; 
	background-color: #ffffff; 
	text-align: left; 
	background-image:url(/diabetes/img/recipe/blue_418_mid.gif);
	font-size:.8em;
}

#resultsdivcontainer{
	border-left:1px solid #72c3e1;
	border-right:1px solid #72c3e1; 
	width:593px; 
	padding: 0px;
	margin: 0px;
        margin-top: expression('-5px');
	padding: expression('0px');
	text-align: left;
	font-size:1em;
}

#comment_wrapper{
	font-size:.9em;
}


.catHeading {
    padding-left:10px; 
    font-weight: bold;
    font-size:1.1em;
}

.smallAdvSearch{
    font-size:.7em;  
    padding-left:23
}


.lastRes {
    border-bottom:1px solid #AFE6FE;

}

.recipeShuffleBig{font-size:1.4em !important;}
.recipeShuffleSmall{}
#learnMoreNote {
   padding:20px;
   font-style:italic;
   font-size:.9em;
}
#learnMoreTop {
   padding:10px;
}
#learnMoreTop ul li {
   color:#000;
}

#disclaimer {
font-size:10px;
margin:10px;
text-align:left;
}

#honcode
{
	width:145px;
	margin:0 auto;
	padding:0;
	text-align:left;
font-size: 10px;
color: #000000;
font-family: Arial, san-serif;
}

#honcode td
{

font-size: 10px;
color: #000000;
}

#fs {
    border: none;
    border-collapse:collapse;
    margin: auto;
    padding:0;
    text-align:center;
    width:954px;
}

#chart_div {
text-align:center;
}


#foodstuff_lite_text {
    font-family: Arial;
    font-weight: bold;
    font-size: 11px;
    color:#333333;
    line-height:14px;
    margin-bottom:5px;
}
#fn_email {
    width: 135px;
}

#foodstuff_lite {
    margin-right:auto;
    margin-left:148px;
    padding-top:40px;
}
#foodstuff_lite_box {
    padding-right:80px;
    margin-bottom:2px;
}

.find_recipes_by_category_tabs {
    margin:0;
    padding:0;
}
.find_recipes_by_category_tabs a
{
    display:inline;
    margin: 0 -4px 0 0;
    padding:0;
}

.recipe_box {
    margin:0 0 0 6px;
}
.low_carb_bottom {
    display:block;
}
.catHeading {
    background:url(/diabetes/img/recipe/catTab.gif) no-repeat 0 100%;
    width:246px;
    height:40px;
    float:left;
}
.cat_mid ul {
    padding:0 15px;
}
.cat_mid
{
    background-image: url(/diabetes/img/recipe/cat_mid.gif);
    background-repeat: repeat-y;
    width: 406px;
}
.recipe_learn_more {
    float:left;
    margin: 0 0 0 -10px;
}




/**
 *  Recipe Box styling start
 *  WEB-INF/jsp/recipe/recipeBox.jsp
 */
#tabs{
        margin-left: 0px;
        padding: 0px;
        background-color: #ffffff;
        voice-family: "\"}\"";
        voice-family: inherit;
        text-align:left;
        width:300px;
        
    }
#tabs ul{
        font: bold 11px Arial, Verdana, sans-serif;
        padding:0px;
        list-style:none;
        width:300px;
        
    }
#tabs li{
        display:inline;
        margin:0 2px 0 0;
        padding:0;
        text-transform:uppercase;
        
    }
#tabs a{
        float:left;
        background:#e0f3fb;
        margin:0 2px 0 0;
        padding:0 0 1px 3px;
        text-decoration:none;
    }
#tabs a span{
        float:left;
        display:block;
        background: transparent;
        padding:4px 9px 2px 6px;
        width:130px;
        cursor: pointer;
    }
#tabs a span{float:none;}
#tabs a:hover{background-color: #83cee9;color: white;}
#tabs a:hover span{background-color: #83cee9;color: white;}
#tabHeaderActive span, #tabHeaderActive a { background-color: #83cee9; color:#fff;}


.tabContent {
        clear:both;
        border:2px solid #83cee9;
        padding-top:2px;
        background-image:url(/diabetes/img/recipe/cardstock.gif);
    }
    
#tabContent1{
    text-align:left;
    margin:0px;
    padding:10px;
    }
    
 #tabContent2{
    text-align:left;
    margin:0px;
    padding:10px;
    }
    
#tabContent1 h4{
    font-size:10px;
    font-weight:normal;
    color:#333333;
    margin:0px;
    padding-bottom:5px;
    }
    
#tabContent2 h4{
    font-size:10px;
    font-weight:normal;
    color:#333333;
    margin:0px;
    padding-bottom:5px;
    }
.icon{
 float:right;
 padding:5px;
 }
    
 

/**
 *  Recipe Box styling end
 */
