﻿/* Master Layout */
DIV.LeftNavigation {width:155px;position:relative;float:left;}
DIV.ContentScreen {width:308px;position:relative;float:left;margin:0px 8px 0px 0px;margin-right:6px;}
DIV.RightScreen {width:216px;position:relative;float:left;}

/* Global Form Settings */
INPUT.RecipeFormInput {width:150px;font-size:10px;height:12px;}
DIV.errorMessage {color:Red;}
DIV.FormLabel {clear:left;font-weight:bold;width:90px;float:left;margin-bottom:5px;}
DIV.FormLabelLong {clear:left;font-weight:bold;width:160px;float:left;margin-bottom:5px;}
DIV.FormLabelFull {clear:left;font-weight:bold;width:100%;margin-bottom:5px;}
DIV.FormField {width:auto;margin-bottom:5px;}
SELECT.RecipeFormSelect {width:150px;font-size:10px;}
INPUT.secondaryAction { color: #999; display: inline; }
INPUT.secondaryAction:hover { color: black; }

/* Master Layout - ContentScreen */
DIV.ContentScreen UL.formatA {margin: 15px 0px 0px 16px;padding: 0px 0px;vertical-align:middle;color:#669933;}
DIV.ContentScreen UL.formatA LI A{color:#669933;}
DIV.ContentScreen UL.formatB {margin: 5px 0px 0px 0px;padding: 0px 0px;vertical-align:middle;color:#669933;list-style-type:none;}
DIV.ContentScreen DIV.recipeResultsHeader {color:#376b09;font-weight:bold;font-family:Times New Roman;font-size:24px;}
DIV.ContentScreen DIV.PageHeader {color:#376b09;font-weight:bold;font-family:Times New Roman;font-size:16px;}

/* Navigation Control */
DIV.LeftNavigation DIV.NavMyRecipeBox {width:auto;height:65px;background-image:url(/recipes/images/NavMyRecipeBox.gif);background-repeat:no-repeat;}
DIV.LeftNavigation DIV.NavSignInBox {position:relative;top:2px;left:5px;color:#669933;}
DIV.LeftNavigation DIV.NavKeywordSearchBox {background-color:#ff7b15;width:145px;height:auto;float:left;padding:2px 0px 2px 0px;}
DIV.LeftNavigation DIV.NavBrowseMealTypeBox {position:relative;clear:left;margin-bottom:7px;}
DIV.LeftNavigation DIV.NavBannerBox {margin-top:7px;}
DIV.LeftNavigation INPUT.NavInput {font-family:Arial;font-size:.9em;width:100px;height:12px;float:left;margin-left:5px;}
DIV.LeftNavigation INPUT.NavDoSearch {float:right;margin-right:3px;}
DIV.LeftNavigation A.NavAdvancedSearch {color:White;font-size:.8em;margin-left:5px;}

/* Right Screen Control */
DIV.RightScreen DIV.PromoBanner1 {width:auto;margin-top:7px;}
DIV.RightScreen DIV.PromoBanner2 {width:auto;margin-top:7px;}

/* Home Page */
DIV.ContentScreen DIV.HomeContainerTop {position:relative;float:left;width:531px;height:207px;z-index:1;}
DIV.ContentScreen DIV.HomeContainerInner1 {width:260px;float:left;height:207px;z-index:1;}
DIV.ContentScreen DIV.HomeContainerInner2 {width:auto;float:right;z-index:1;}
DIV.ContentScreen DIV.HomeContainerBottom {float:left;position:relative;z-index:2;width:531px;margin-top:7px;}
DIV.ContentScreen DIV.RecipeSpotLight {text-align:center; width:190px;font-size:0.9em;padding:0px;margin:0px;border:0px;}
DIV.ContentScreen DIV.OrangeBG1 {font-size:.9em;clear:left;float:left;text-align:left;width:170px;height:29px;padding:0px;margin:0px;border:0px;}
DIV.ContentScreen DIV.OrangeBG1 A {color:White;font-size:.9em;font-weight:bold;padding:0px;margin:0px;border:0px;}
DIV.ContentScreen DIV.OrangeBG2 {font-size:.9em;clear:right;float:right;text-align:right;width:163px;height:29px;padding:0px;margin:0px;border:0px;}
DIV.ContentScreen DIV.OrangeBG2 A {color:White;font-size:.9em;font-weight:bold;padding:0px;margin:0px;border:0px;}
DIV.ContentScreen DIV.PromoBanner1 {width:auto;float:left;margin-top:7px;}
DIV.ContentScreen DIV.PromoBanner2 {width:auto;float:right;margin-top:7px;}
DIV.ContentScreen DIV.RecipeDetailsBox {background-color:#ffefd1;padding:5px 3px 5px 5px;float:left;width:296px;margin:10px 0px 10px 0px;color:#376b09;}
DIV.ContentScreen DIV.RecipeDetailsBox DIV.Divider {clear:left;background-color:#ffc39d;height:1px;margin-top:4px;margin-bottom:4px;width:100%;}
DIV.ContentScreen DIV.RecipeDetailsBox DIV.RatingBox {float:left;border-right:solid 1px #ffc39d;width:auto;padding-right:5px;margin-right:5px;}

/* Recipe Print */
DIV.PrintResultsHeader {color:#376b09;font-weight:bold;font-family:Times New Roman;font-size:16px;}

/* DIV.ContentScreen DIV.RecipeDetailsBox DIV.RecipeReviews {width:auto;float:left;} */


/*

DIV.ContentScreen ul A {color:#CC0000;}
DIV.ContentScreen ul A:visited {color:#CC0000;}
DIV.ContentScreen ul A:hover {color:#CC0000;text-decoration:none;}


.pager {color:#376b09;}
.pager A {color:#ff6600;}
.pager TD TABLE TR TD A {color:#ff6600;}
.pager TD TABLE TR TD A:hover {color:#ff6600;text-decoration:none;}
.pager TD TABLE TR TD A:visited {color:#ff6600;text-decoration:none;}
*/
    .HideHeader{
        display: none;
    }
    
    .RecipeBoxDynamicItem{
        border: 0px;
        background: url(/recipes/images/NavBlank.gif) no-repeat top;
        font-size: 11px;
        width: 145px;
        height: 19px;
        padding-left: 0px;
        margin-left: 0px;
        padding-top: 5px;
        padding-bottom: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    
    .RecipeBoxDynamicItem A {
        text-decoration: none;
        color: #666666;
        margin-left: 30px;
    }
    
    .RecipeBoxDynamicItem A:visited {
        text-decoration: none;
        color: #666666;
        margin-left: 30px;
    }
    
    .RecipeBoxDynamicItem A:hover {
        text-decoration: none;
        color: #666666;
        margin-left: 30px;
    }
    
    .RecipeBoxDynamicItems {
        margin-top: -1px;
    }