﻿body
{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}
div
{
    margin: 0;
    padding: 2px;
}
a
{
}
h1
{
}
h2
{
    text-decoration: underline;
}
.bold
{
    font-weight: bold;
}
#divPage
{
}
#divHead
{
    font-size: 1em;
}
#divBody
{
    font-size: 1em;
    line-height: 1.5em;
    padding-bottom: 5px;
}
#PanelIngredientsTitle
{
    font-weight: bold;
    text-decoration: underline;
}
#PanelIngredients
{
    margin-top: 5px;
}
#IngredientsBulletedList li
{
    list-style-type: disc;
    padding: 4px 4px 4px 4px;
}
#PanelTimes
{
    font-size: 1em;
    padding: 7px 5px 5px 5px;
    margin-top: 5px;
    border: solid 1px black;
}
#PanelServes
{
    font-size: 1em;
    line-height: 150%;
    padding: 2px 5px 5px 5px;
    margin-top: 5px;
    background-color: #FFFAF0;
    border: solid 1px #DEB887;
}
#PanelServesTitle
{
    border-bottom: dashed 1px Olive;
    font-weight: bold;
    padding-bottom: 2px;
    background-color: #FFFFF0;
}
#PanelRecipeImage
{
    padding: 5px 5px 5px 5px;
    margin-top: 5px;
}
#LabelPreparationTime, #LabelCookingTime, #LabelPreparationTime span, #LabelCookingTime span
{
    vertical-align: top;
}
#PanelRecipeTitle
{
    font-weight: bold;
    text-decoration: underline;
}
#PanelRecipe li
{
    list-style-type: decimal;
    padding: 4px 0px 4px 0px;
}
#PanelRecipe li ul li
{
    list-style-type: disc;
}
#PanelShowComments
{
    padding: 5px 0px 5px 0px;
}
#PanelShowCommentsTitle
{
    width: 100%;
    background-color: White;
    padding: 5px 5px 5px 0px;
    border-top: solid 1px Olive;
    border-bottom: solid 1px Olive;
    vertical-align: middle;
}
#LabelShowCommentsTitle
{
    font-weight: bold;
}
#ShowComments
{
    padding-top: 5px;
}
#PanelSaucyFood
{
    padding: 5px 0px 5px 0px;
}
#PanelBodyNav
{
    margin-top: 5px;
}
#divFoot
{
    text-align: left;
    color: #333;
    font-size: 1em;
    padding: 2px 0 5px 0;
    border-top: solid 1px Olive;
    vertical-align: baseline;
}


