﻿
body
{
    /* */
    background: url(../Images/bg.jpg); 
    background-repeat: repeat-x;
    background-color: #a3e0ff;
    margin: 0;
    font-family:Arial;
}
img
{
    border: 0;
}
.YesNoButton
{
    width: 60px;
}
.tabletext
{
    font-size: 12px;
    font-family: arial, verdana;
    color: #000;
    font-weight: normal;
}
.message_font1
{
    font-size: 16px;
}

.message_font2
{
    font-size: 22px;
}
.message_font3
{
    font-size: 11px;
}

.label
{
    font-weight: bold;
    font-size: 12px;
    color: #d1926e;
    text-align: left;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.checkBox
{
    font-weight: bold;
    font-size: 10px;
    color: #d1926e;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    text-align: left;
}

.footer
{
    width: 90%;
    color: #7d95ae;
}

.button
{
    text-decoration: none;
    background-color: rgb(174, 180, 153);
    border-bottom: 2px solid rgb(200, 212, 199);
    color: white;
    padding-left: 5px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.header
{
    width: 600px;
    font-size: 15px;
    text-align: center;
}

.validator
{
    width: 10px;
    font-size: 14px;
}

.recipeTitle
{
    font-size: 16px;
    color: #002059;
    font-weight: bold;
}

.recipeName
{
    font-weight: bold;
    font-size: 14px;
    color: #ca855b;
    vertical-align: text-top;
}

.recipeText
{
    font-size: 14px;
    color: #31496e;
}

.textBoxTD
{
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    text-align: left;
}

.rulesText
{
    font-size: 12px;
    text-align: left;
    font-family: Verdana;
    font-style: normal;
}
.productTitle
{
    font-size: 20px;
    text-align: left;
    font-family: Verdana;
    font-weight: bold;
    padding: 0 0 0 5px;
    color: #333399;
}

.categoryTitle
{
    font-size: 20px;
    text-align: left;
    font-family: Verdana;
    font-weight: bold;
    color: #333399;
}

.recipesListTitle
{
    font-size: 14px;
    text-align: left;
    font-family: Verdana;
    font-weight: bold;
    color: #333399;
}

.listTitle
{
    font-size: 18px;
    text-align: left;
    font-family: Verdana;
    font-weight: bold;
    padding: 0 20px 0 20px;
    text-align: center;
}

.productListTitle
{
    font-size: 14px;
    text-align: left;
    font-family: Verdana;
    font-weight: bold;
    padding: 0 20px 0 20px;
}

.productImage
{
    text-align: left;
    
}

li
{
    font-size: 12px;
    text-align: left;
    font-family: Verdana;
    font-weight: normal;
}

td
{
    vertical-align: top;
}

.mealText
{
    font-size: 12px;
    text-align: left;
    font-family: Verdana;
    font-style: normal;
}

.recipeLink
{
    font-size: 12px;
    text-align: left;
    vertical-align:middle;
    font-family: Verdana;
    font-style: normal;
    color: #a50021;
    padding:0 5px 0 5px;
}

.scrollDiv
{
    overflow-y: scroll;
    overflow-x: hidden;
    height: 500px;
    width: 700px;
    text-align: left;
}
.tablebg
{
    background-color: #fff;
}

.categorySeparator
{
    height: 3px;

}

.TableLabel
{
    padding-top: 8px;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
}

.TableField
{
    padding: 2px 10px 0 0;
}

.RegistrationField
{
    font-size:9px;
}

.RulesTitle
{
    font-weight: bold;
    font-size: 18px;
    color: #0064B0;
    padding:10px 0 20px 10px;
    text-align:center;
}

.RulesSubTitle
{
    font-weight: bold;
    font-size: 18px;
    color: #0064B0; 
    text-align:left;
    padding:10px 0 10px 15px;   
}

.RulesContent
{
    font-size: 12px;
    color: #0064B0;
    padding:0px 0 30px 0px;
}

.rulesMain
{
    padding:0 10px 0 10px;
    overflow-y: scroll;
    overflow-x: hidden;
    height:600px;
   width:600px;
}

.Season
{
    font-size:18px;
    color: #02214D; 
    font-weight:bold;
}
