﻿@import "Menu.css";

body
{
    color: #444444;
    font-size: 12px;
    line-height: inherit;
    font-weight: normal;
    font-family: 'Trebuchet MS' , Helvetica, sans-serif; /*background: url("../images/BGInside.gif") left top repeat-x;*/
    margin: 0px !important;
    padding: 0px !important;
}
.WideWrapper
{
    float: left;
    display: inline;
    width: 100%;
    height: auto;
    min-height: 100px !important;
    position: relative;
    padding-bottom: 10px;
   /* margin-bottom: 20px;*/
    margin:0;
    border-bottom: 4px solid #e0a5c7;
    background: #f7bfe0 url("../images/BGHome.gif") left top repeat-x;
}
.Wrapper        {
    width: 900px;
    height: auto;
    margin:0 auto;
}
.Logo           {
    width: 300px;
    height: 115px;
    float: left;
    display: inline;
    background: url("../images/LOGO.png") left top repeat-x;
    margin-top: -30px;
    cursor: pointer;
}
.Logo a         {
    width: 100%;
    height: 100%;
    float: left;
    display: block;
}
#MainContainer      {
    width: 900px;
    height: auto; /*  position:absolute;*/ /*     padding-bottom: 100px;*/
    overflow: visible;
    float: left;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Quote Panel */
.QuotePanel         {
    width: 574px;
    height: auto;
    min-height: 54px !important;
    position: relative;
    float: right;
    display: block;
    background: url("../images/QuoteBG.png") repeat-y 0 0;
    padding: 0px 13px 0px 13px;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    font-style: italic;
    text-align: center;
}
.QuotePanelTop, .QuotePanelBottom     
{
    width: 600px;
    height: 11px;
    float: right;
    display: block;
}
.QuotePanelTop      {       background: url("../images/QuoteTop.png") left top no-repeat;   margin: 10px 0px 0px 0px;   }
.QuotePanelBottom   {       background: url("../images/QuoteBottom.png") left top no-repeat;    }
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ / end Quote Panel */


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Description Panel */
.DescriptionPanel       {
    width: 900px;
    height: 150px;
    float: left;
    display: inline;
    background: #ffffff url("../images/BGDescription.gif") no-repeat;
    background-position: 0px 0px;
    border-top: 2px solid #968c92;
}
.DescriptionPanel p     {
    width: 850px;
    float: left;
    display: inline;
    clear: left;
    margin: 15px 0px 0px 20px;
    font-size: 14px;
    line-height: 20px;
}
.DescriptionPanel span  {
    width: 2px;
    height: 154px;
    float: right;
    display: inline;
    background: #ffffff url("../images/BGDescription.gif") no-repeat;
    background-position: 0px 0px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /end Description Panel */


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Mission Statement */
.AddMissionStatement        {
    width: 858px;
    height: 263px;
    margin: 15px 0px 0px 21px;
    background: url("../images/AddMissionStatetment.png") top left no-repeat;
}
.AddMissionStatementBlank   {
    width: 798px;
    height: 263px;
    margin: 15px 0px 0px 21px;
    padding: 0px 30px 0px 30px;
    background: url("../images/AddMissionStatetmentBlank.png") top left no-repeat;
    font-family: 'Comic Sans MS' , cursive;
    font-weight: normal;
}
.AddMissionStatementBlank h2.Title  {
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    margin: 9px 0px 0px 15px;
    float: left;
    position: absolute;
    font-family: 'Comic Sans MS' , cursive;
    font-weight: normal;
}
.AddMissionStatementBlank h2.TitleShadow    {
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    margin: 10px 0px 0px 16px;
    float: left;
    position: absolute;
    font-family: 'Comic Sans MS' , cursive;
    font-weight: normal;
    
}
.AddMissionStatementBlank p     {
    font-size: 14px;
    line-height: 20px;
    margin-top: 18px;
    float: left;
}
.AddMissionStatementBlank p span    {
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /end Mission Statement */

.MiddleContainer        {
    width: 900px;
    height: auto;
    float: left;
    display: inline;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Food Journal Panel */
.SmallWrapperA      {
    width: 205px;
    height: auto;
    float: left;
}
.LargeWrapperA      {
    width: 665px;
    height: auto;
    float: left;
    display: inline;
    padding: 0px 25px 10px 0px; /* 1*/
}
.SmallWrapperB      {
    width: 240px;
    height: auto;
    float: left;
    margin: 0px 40px 0px 0px;
}
.LargeWrapperB      {
    width: 620px;
    height: auto;
    float: left;
}

ul.List1        {   width: auto;    }
ul.List1 li     {   margin-bottom: 6px; padding-left: 5px;  }
ul.List1 li label.Title     {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    color: #333333;
}
ul.List1 li ul      {
    margin-bottom: 6px;
    padding-left: 5px;
    width:auto;
}
ul.List1 li ul.ULFixWidth   {
    margin-bottom: 6px;
    padding-left: 5px;
    width:655px;
    overflow:hidden;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ / end Food Journal Panel */


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ General Classes */
.FL         {   float: left;        }
.FR         {   float: right;       }
.CL         {   clear: left;        }
.CR         {   clear: right;       }
.PR         {   position: relative; }
.PA         {   position: absolute; }
.DI         {   display:inline;     }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Headings */
h1.Title    {   
    color: #669900;
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    margin: 10 0px;
}
h2.Title    {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}
h3.Title    {
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
}
h4.Title    {
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Headings */
a       {
    font-size: 12px;
    line-height: 14px;
    color: #669900;
    text-decoration: none;
}
a:hover     {   text-decoration: underline; }
a.Bullet
{
    /*  used bullet icon with links */
    width: 90px;
    float: left;
    display: inline;
    position: relative;
    color: #2e4401;
    padding-left: 12px;
    background: url("../images/Bullet.gif") no-repeat;
    background-position: 0px 5px;
    text-decoration: none;
    margin-top: 10px;
}
a.Bullet:hover
{
    background: url("../images/Bullet.gif") no-repeat;
    background-position: 2px 5px;
    text-decoration: underline;
}
.Border1            {   border: 1px solid #d3d3d3;          }
.BorderRight        {   border-right: 1px solid #d3d3d3;    }
.BorderLeft         {   border-left: 1px solid #d3d3d3;     }
.BorderBottom       {   border-bottom: 1px solid #d3d3d3;   }

.TxtGreen           {   color: #669900; }

.TxtPink            {   color: #ec68b5; }
.TextWrap           {   white-space: nowrap;    }

.BGPink             {
    /* Pink BG repeat for racipes */
    float: left;
    padding-bottom: 30px;
    border-top: 1px solid #f7bfe0;
    background: url("../images/BGPink.gif") repeat-x 0 0;
}
.BGGreen            {
    /* Green BG repeat for racipes */
    float: left;
    padding-bottom: 30px;
    border-top: 1px solid #ccff99;
    background: url("../images/BGGreen.gif") repeat-x 0 0;
}

.ML5                {   margin-left:5px;   }
.MT5                {   margin-top:5px;   }
.MT10                {   margin-top:10px;   }
.MT15                {   margin-top:15px;   }
.MT20                {   margin-top:20px;   }

.MrgnBoth32         {   margin: 0px 30px;   }
.MrgnBoth6          {   margin: 0px 6px;    }
.MrgnRight20        {   margin-right: 20px; }
.ML10               {   margin-left: 10px;  }
.MrgnLeft20         {   margin-left: 20px;  }
.MrgnTop15          {   margin-top: 15px;   }
.MrgnTop35          {   margin-top: 35px;   }
.MrgnBottom10       {   margin-bottom: 10px;}
.PT10               {   padding-top: 10px;  }
.MT3                {   margin-top: 3px;    }
.MT-10              {   margin-top: -10px;  }
.ML30               {   margin-left:30px;   }
.ML5               {   margin-left:5px;   }
.NoWrap             {   white-space: pre-wrap;  }

.MB10       {   margin-bottom: 10px;}
.MB30       {   margin-bottom: 30px;}


.Width50            {   width:48%;     }
.Width100            {   width:100%;     }
.Hline              {
    width: 100%;
    height: 1px;
    float: left;
    background: #d9d9d9;
    margin: 10px 0px 20px;
}
.InputBtnPink   {
    width:auto;
    background:#b87a9e;
    padding:2px 3px;
    color:#ffffff;
    border:1px solid #8a4f71;
}
.InputBtnPink:hover   {
    background:#8a4f71;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /end General Classes */


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Blog Section */
#BlogWrapper    {
    width: 100%;
    height: auto;
    float: left;
    display: inline;
    margin: 0 0 20px 0;
    padding:0;
    background:#fbfef6 url("../images/BGSearchWide.gif") repeat-x left top;
}
/*
#BlogWrapper .inside    {
    width: 900px;
    height: auto;
    margin: 0 auto;
    background:#e0edbe;
    border:1px solid #b6c596;
    padding:4px 0 4px 0;
}
*/
#BlogWrapper .inside    {
    width: 828px;
    height: auto;
    margin: 3px auto 3px;
    background:#fbfef6;
    border:none;
    padding:5px 15px 0;
    background: url("../images/BGSearchInside.png") no-repeat left top;
}
#BlogWrapper .inside:after {
  content: ".";
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}
#BlogWrapper .inside h2    {
    color:#669900;
}
#cse .gsc-control-cse .gsc-search-box    
{
    width:565px;
    float:left;
    display:inline;
    margin:-15px 0 0 130px;
}
#cse .gsc-control-cse .gsc-branding 
{
    width:500px;
    margin:0 0 0 190px;
    }
#BlogWrapper .inside table.gsc-search-box,
#BlogWrapper .inside table   {
   border:none !important;
}
#BlogWrapper .inside input.gsc-search-button    {
    color:#ffffff;
    background:#a8b983;
    border:1px solid #9dae77;
    padding:3px 5px;
}
#BlogWrapper .inside input.gsc-search-button:hover    {
    background:#9dae77;
}


#cse .gsc-control-cse .gsc-tabsArea,    
#cse .gsc-control-cse .gsc-wrapper    
{
    width:800px;
    float:left;
}

.BlogPanel
{
    width: 279px;
    height: auto;
    min-height: 325px !important;
    float: left;
    display: inline;
    background: url("../images/BlogTop.gif") top left no-repeat;
}
.BlogTitle
{
    width: 240px;
    height: 68px;
    float: left;
    display: inline;
    margin: 20px 0px 6px 20px;
}
.BlogTextPanel
{
    width: 239px;
    height: auto;
    min-height: 225px !important;
    float: left;
    line-height:16px;
    padding: 10px 20px 0px 20px;
    background: url("../images/BlogBG.gif") top center repeat-y;
}
.BlogBottom
{
    width: 279px;
    height: 10px;
    float: left;
    background: url("../images/BlogBottom.gif") top center no-repeat;
}
.BlogTitle .Thumb
{
    width: 85px;
    height: 65px;
    float: left;
    display: inline;
    background: #ffffff;
    margin-right: 10px;
}
.BlogTitle .Title
{
    float: left;
    display: inline;
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
    color: #000000;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /end Blog Section */



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Blog Large Panel */
.BlogPanelLarge
{
    width: 296px;
    height: auto;
    min-height: 325px !important;
    float: left;
    display: inline;
    background: url("../images/BlogTopLarge.gif") top left no-repeat;
}
.BlogTitleLarge
{
    width: 240px;
    height: 68px;
    float: left;
    display: inline;
    margin: 20px 0px 6px 20px;
}
.BlogTextPanelLarge
{
    width: 276px;
    height: auto;
    float: left;
    min-height: 225px !important;
    padding: 10px 10px 0px 10px;
    background: url("../images/BlogBGLarge.gif") top center repeat-y;
}
.BlogBottomLarge
{
    width: 296px;
    height: 10px;
    float: left;
    background: url("../images/BlogBottomLarge.gif") top center no-repeat;
}
.BlogTitleLarge .Thumb
{
    width: 85px;
    height: 65px;
    float: left;
    display: inline;
    background: #ffffff;
    margin-right: 10px;
}
.BlogTitleLarge .Title
{
    float: left;
    display: inline;
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
    color: #000000;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /end Blog Large Panel */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Shadow Box */
.ShadowBoxWrapper       {
    width: 896px;
    height: auto;
    float: left;
    display: inline;
    margin-top: 0px;
}
.ShadowBoxWrapper .BGTop
{
    /* Top Curve Image */
    width: 896px;
    height: 10px;
    float: left;
    display: block;
    background: url("../images/Image.gif") no-repeat;
    background-position: 0px 0px;
}
.ShadowBoxWrapper .TextWrapper
{
    /* Middle Text Container */
    width: 856px;
    height: auto;
    min-height: 180px !important;
    position: relative;
    float: left;
    display: block;
    padding: 10px 20px 10px 20px;
    background: url("../images/BGShadow.gif") top left repeat-y;
}
.ShadowBoxWrapper .BGBottom
{
    /* Bottom Curve Image */
    width: 896px;
    height: 10px;
    float: left;
    display: block;
    background-position: 0px -10px;
    background: url("../images/Image.gif") no-repeat;
}


.ShadowBoxWrapper .TextWrapper .Left
{
    width: 100%;
    height: auto;
    float: left;
    display: inline;
    margin-right: 45px;
    background: url("../images/Flower.gif") top left no-repeat;
}
.ShadowBoxWrapper .TextWrapper .Right
{
    width: 200px;
    height: auto;
    float: left;
    display: inline;
}
.ShadowBoxWrapper .TextWrapper .Left .Thumb
{
    width: 97px;
    height: 80px;
    float: left;
    display: inline;
    margin-right: 15px;
}
.ThumbNamePanel
{
    width: 100px;
    height: 150px;
    float: left;
}
.ProfileText
{
    width: 750px;
    height: auto;
    float: left;
    line-height:16px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Left Panel Item Displays */
ul.ItemLists        {
    width: 100%;
    font-size: 11px;
    list-style: none;
    list-style-type: none;
    margin: 3px 0px 10px 0px;
    border-bottom: 1px solid #f1f1f1;
}
ul.RemoveBorder                 {   border-bottom: none;        }
ul.ItemLists li                 {   margin: 0px 0px 3px 0px;    }
ul.ItemLists li .ItemWrap       {
    float: left;
    display: inline;
    height: 25px;
    width: 100%;
}
ul.ItemLists li .ItemWrap div   {   
    padding-left: 0.7em;
    font-size: 12px;
    line-height: 15px;
}
ul.ItemLists li .ItemWrap .ItemTitleA
{
    width: 40%;
    height: 19px;
    float: left;
    display: inline;
    font-size: 13px;
    font-weight: bold;
    background: #f8f8f8;
    padding-top: 3px;
}
ul.ItemLists li .ItemWrap .ItemTitleB
{
    width: 30%;
    height: 19px;
    float: left;
    display: inline;
    margin: 0px 2px;
    background: #f8f8f8;
    font-weight: normal;
    padding-top: 3px;
}
.LeftPanelList ul li .ItemWrap .ItemTitleC
{
    width: 15%;
    height: 19px;
    float: left;
    display: inline;
    background: #f8f8f8;
    font-weight: bold;
    padding-top: 3px;
}
ul.ItemLists li .ItemWrap .ItemTitleC a
{
    text-decoration: underline;
    color: #df8d2d;
    line-height: 16px;
}
ul.ItemLists li .ItemWrap .ItemTitleC a:hover   
{
    text-decoration: none;
}
ul.ItemLists li.ItemTitleD
{
    width: 100%;
    clear: left;
    margin: 0px 0px 2px 0px;
}
ul.ItemLists li .ItemWrap .ItemTitleE
{
    width: 300px;
    height: 22px;
    float: left;
    display: inline;
    margin: 0px 2px;
    background: #f8f8f8;
}
.Streep1
{
    width: 300px;
    height: 22px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 15px;
}
fieldset.General
{
    padding: 6px;
    float: left;
    display: inline;
    width: 100%;
}
fieldset.General legend, fieldset.General div.Legend
{
    color: #669900;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    margin-left: 0px;
    display: inline;
    left: 0%;
}
fieldset.General div.Legend
{
    width: auto;
    float: left;
    margin: -17px 0px 7px 5px;
    background: #ffffff;
    padding: 0px 5px;
}
div.Legend1
{
    width: auto;
    float: left;
    margin: -10px 0px 7px 5px;
    background: #ffffff;
    padding: 0px 5px;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
}

fieldset.General ul li
{
    /*  UL list for "Food Journal" classes  */
    margin-bottom: 6px;
    padding: 0px 0px 5px 0px;
    height: auto;
}
fieldset.General ul li:hover                {       background: #fcf5f9;    }
fieldset.General ul.NoHover li:hover        {       background: none;       }
fieldset.General .ItemA, .ItemA
{
    color: #ee75bc;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    width: 100%;
    height: 18px;
    float: left;
}
fieldset.General .ItemA span, .ItemA span
{
    color: #666666;
    font-weight: normal;
    font-size: 11px;
    line-height: 14px;
}
fieldset.General .ItemB, .ItemB
{
    width: 100%;
    height: auto;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    clear: left;
}
fieldset.General .ItemWrap a                {   color: #65793d; text-decoration: underline; }
fieldset.General .ItemWrap a:hover          {   text-decoration: none;  }
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /end Shadow Box */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Custom Button */
a.BtnCustom1                {
    height: 22px;
    float: left;
    display: block;
    padding: 0px 0px 0px 10px;
    background: url("../images/BtnLeft.gif") bottom left no-repeat;
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}   
a.BtnCustom1:hover          {   background: url("../images/BtnLeft.gif") top left no-repeat;    }
a.BtnCustom1 span           {
    height: 19px;
    float: left;
    display: block;
    margin: 0px;
    padding: 3px 10px 0px 0px;
    background: url("../images/BtnRight.gif") bottom right no-repeat;
}
a.BtnCustom1:hover span     {
    height: 19px;
    float: left;
    display: block;
    margin: 0px;
    padding: 3px 10px 0px 0px;
    background: url("../images/BtnRight.gif") top right no-repeat;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /end Custom Button */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Footer */
#FooterWrapper
{
    width: 100%;
    height: 25px;
    float: left;
    margin: auto;
    background: #f7bfe0;
    margin-top: 25px;
}
.Footer
{
    width: 900px;
    height: 20px;
    margin: 0px auto;
    padding-top: 5px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /end Footer */

/* TABLE
----------------------------------------------------------*/

table                           {   border: solid 1px #e8eef4;  border-collapse: collapse;  }
table td                        {   padding: 5px;               border: solid 1px #e8eef4;  }
.table thead.fixedHeader tr     {   position: relative;     }
table th
{
    padding: 6px 5px;
    text-align: left;
    background-color: #ccea92;
    border: solid 1px #b6d47c;
}
.Border                         {   border: 1px solid #CCC;     padding: 5px;   }
.StatusBar                      {
    position: fixed;
    left: 0px;
    right: 0px; 
    background: black;
    color: white;
    z-index: 200;
    overflow: hidden;
    overflow-y: auto;
    bottom: 5px;
}
.StatusBarHighlight             {
    width: 178px;
    height: 67px;
    font-weight: bold;
    color: White; /*background-color: Red;*/
    background: url("../images/Loading.png") no-repeat;
    margin-bottom: -10px;
}
.Clear20                {   width: 100%;    height: 20px;   float: left;    display: inline;    }
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Left Panel for Food Journal page */
.DivContainer1
{
    width: 230px;
    height: auto;
    float: left;
    display: inline; /*border-bottom: 1px solid #dbdbdb;*/
    padding-bottom: 5px;
}
.DivContainer1Large
{
    width: 270px;
    height: auto;
    float: left;
    display: inline; /*border-bottom: 1px solid #dbdbdb;*/
    padding-bottom: 5px;
}
.ItemTypeLargeB
{
    width: 250px;
    height: auto;
    float: left;
    display: inline;
    margin: 7px 0px 5px 10px;
}
.ItemTypeLargeC
{
    width: 250px;
    height: auto;
    color: #6f6f6f;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    padding-bottom: 4px;
    margin: 2px 0px 20px 10px;
    background: url("../images/DotedHline.gif") left bottom repeat-x;
}
.TitleStreep1
{
    width: 195px;
    height: 24px;
    color: #669900;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 10px;
    padding: 5px 0px 0px 25px;
    background: url("../images/Streep1.gif") left top no-repeat;
}
.ItemTypeA
{
    width: 210px;
    height: auto;
    color: #ee78bd;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    margin: 0px 10px 0px 10px;
}
.ItemTypeA a                {       color: #669900; text-decoration: none;  }
.ItemTypeA a:hover          {       text-decoration: underline; }
.ItemTypeB
{
    width: 210px;
    height: 16px;
    float: left;
    display: inline; /*color: #6f6f6f;     font-size: 12px;     line-height: 16px;     font-weight: normal;     padding-bottom: 4px;*/
    margin: 7px 0px 0px 10px;
}
.ItemTypeC
{
    width: 210px;
    height: auto;
    color: #6f6f6f;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    padding-bottom: 4px;
    margin: 2px 0px 20px 10px;
    background: url("../images/DotedHline.gif") left bottom repeat-x;
}
.MinWidth
{
    min-width: 890px !important;
    width: 100%;
    padding: 10px 0px 0px 10px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Use HTML elements */
.HTMLelements               {   font-family: inherit;   }
.HTMLelements sub           {   font-size: xx-small;    vertical-align: bottom; }
.HTMLelements sup           {   font-size: xx-small;    vertical-align: top;    }
.HTMLelements strong        {   font-weight: bold;      }
.HTMLelements em            {   font-style: italic;     }
.HTMLelements ol
{
    list-style-type: decimal;
    list-style-position: inside;
    margin-left: 10px;
}
.HTMLelements ul
{
    list-style-type: disc;
    list-style-position: inside;
    margin-left: 10px;
}
.HTMLelements h1        {   font-size: 2.2em;   }
.HTMLelements h2        {   font-size: 2.0em;   }
.HTMLelements h3        {   font-size: 1.8em;   }
.HTMLelements h4        {   font-size: 1.6em;   }
.HTMLelements h5        {   font-size: 1.4em;   }
.HTMLelements p         {   font-size: 1.2em;   }
.HTMLelements big       {   font-size: medium;  }
.HTMLelements small     {   font-size: x-small; }
.HTMLelements blockquote:before, .HTMLelements blockquote:after, .HTMLelements q:before, .HTMLelements q:after
{
    content: normal;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /end Use HTML elements */


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Inspiration links */
.BGHeading  {
    width:100%;
    float:left;
    height:25px;
    padding:4px 0 0 20px;
    color:#669900;
    font-size:14px;
    line-height:16px;
    font-weight:bold;
    background: url("../images/Streep1.gif") no-repeat 0 0;
    margin-bottom:7px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /end Inspiration links */

.watermark {color: #999 !important;}
