﻿body { 
    font-size: 8pt; 
    font-family: Arial 
}

.no-print {
    display: none;
}

#dialog-placeholder,
#print-dialog-week,
#print-dialog-day,
#recipe-quantity-dialog,
#save-to-recipe-box-dialog,
#clear-meal-plan-confirm,
#search-results-dialog,
#leftovers-dialog,
#hide-meal-type-confirm,
#recipe-quick-view-placeholder,
#util-links,
#recipe-context-menu-placeholder, 
#search-recipe-context-menu,
#cell-context-menu-placeholder,
.notes-edit-placeholder,
.btn-collapse-all,
.btn-expand-all,
#login-prompt,
.search-placeholder,
#recipe-folder-template,
ul.search-suggest,
.notes a,
#recipe-box,
#help-dialog,
#FamilyCentsWelcomeDialog {
    display: none !important;
}

span.uk, span.week {
    display: none;
}

#container { 
    width: 100% !important;
}

#nav-footer {
    float: left;
    clear: left;
    margin-top: 20px;
}

.width992 .content-container-top { 
    width: 100% !important;
}

.width992 .content-container-mid { 
    width: 100% !important; 
    border: 1px solid #000; 
    padding: 1px;
    margin-bottom: 10px;  
}

.width992 .content-container-mid div.content-text { padding: 10px; }
.date-title { font-size: 12pt; }

#calendar-container                                               { width: 100% !important; }
#calendar-container table                                         { width: 100% !important; border-collapse: collapse }
#calendar-container table, #calendar-container td, #calendar-container th   { border: 1px solid #000; text-align: left; }
#calendar-container th, #calendar-container td                    { width: 13% !important; vertical-align: top }
#calendar-container th.head, #calendar-container td.head          { width: 7% !important }
#calendar-container td.head                                       { font-size: 8pt; }
#calendar-container td.head a, #calendar-container td.head span   { display: none }

#recipe-box { display: none }
td.head h3 { margin: 3px; font-size: 10pt }
                                                
#calendar-container td  { height: 90px !important; padding: 1px !important }
#calendar-container th.head * { display: none;  height: 90px !important }

.recipe {
    width: 95% !important;
    height: auto;
    display: block;
    margin-top: 1px;
    -moz-box-shadow: none !important; 
    -webkit-box-shadow: none !important; 
    box-shadow: none !important;
}

.recipe * {
    display: none;   
}

.recipe h5 {
    border: 1px solid #000;
    background: #fff;
    color: #000;
    margin: 0;
    display: block;
    padding: 2px;
    width: 100%;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important; 
    border-radius: 4px !important;
    -moz-box-shadow: none !important; 
    -webkit-box-shadow: none !important; 
    box-shadow: none !important;
}

#calendar-container.dayview th, #calendar-container.dayview  td {
    width:  90% !important;
}

#calendar-container.dayview th.head, #calendar-container.dayview td.head {
    width: 10% !important;
}

.dayview .recipe {
    display: inline-block;
    #display: inline;
    border: 1px solid black;
    margin: 4px;
    width: 123px !important;
    position: relative;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important; 
    border-radius: 4px !important;
}

.dayview .recipe h5 {
    min-height: 16pt;
    *height: 16pt;
    width: 119px;
    border: none;
    border-bottom: 1px solid black;
    -moz-border-radius-bottomleft: 0 !important;
    -webkit-border-bottom-left-radius: 0 !important; 
    border-bottom-left-radius: 0 !important;
    -moz-border-radius-bottomright: 0 !important;
    -webkit-border-bottom-right-radius: 0 !important; 
    border-bottom-right-radius: 0 !important;
}

.dayview .recipe .recipe-pic {
    display: block;
    width: 123px;
    height: 92px;
}

.dayview .recipe .recipe-options {
    display: block;
}

.dayview .recipe .recipe-options * {
    display: none;
}

.dayview .recipe .recipe-options .prep-time {
    display: block;
    padding: 2px;
    font-size: 8pt;
}


.printed-recipe {
    page-break-before:always;
    clear:left;
}

.printed-recipe img {
    float: left;
    clear: left;
    padding: 0 15px 10px 0;
}

.printed-recipe p {
    margin-bottom: 5px;
}

.printed-recipe .summmary {
    width: 80%;
    float: left;
}

.printed-recipe ul {
    list-style-type: none;
    margin: 5px 0;
    padding-left: 0;
    float: left;
    clear: left;
}

.printed-recipe ul li {
    margin: 0;
}

.printed-recipe p.direction, 
.printed-recipe h3, 
.printed-recipe .tip, 
.printed-recipe .nutrition {
    float: left;
    clear: left;
}

.printed-recipe p.direction, .printed-recipe p.tip {
    margin-top: 3px;
}

.printed-recipe h3 {
    margin-bottom: 0;
} 

#NutritionInformationSection ul {
    display: inline;
    padding-left: 2px;
    float: none;
}

#NutritionInformationSection li {
    list-style: none;
    display: inline;
    padding: 2px;
    float: none;
}

.NutritionHeader {
    font-style: normal;
    font-weight: bold;
    font-size: 10pt;
    margin-bottom: 3px;
    float: none;
}

.NutritionItemHeader {
    font-weight: bold;
    float: none;
}

#PercentDailyValuesBasis {
    display: block;
    margin-top: 5px;
    float: none;
}

.return-to-cal-link {
    background: url(/images/buttons/return-to-meal-plan-calendar.gif) no-repeat;
    cursor: pointer;
    display: block;
    font-weight: bold;
    height: 31px;
    margin-bottom: 10px;
    text-decoration: none;
    width: 191px;
}
