﻿body 
{
    /*background-image:url(../Images/newback.jpg)*/
}

table.subrecipe
{
    width:100%;
    text-align:left;
}
th.subrecipe
{
 text-align:center;
 font-weight:bold;
}
td.subrecipe
{
  text-align:left;  
}

div.RecipeHeading
{
    text-align:center;
    font-size:large;
}

div.searchresult
{
    text-align:left;
    font-weight:bold;
}

table.glossary
{
   width:100%;
   text-align:left;
}
th.glossary
{
    text-align:left;
    font-weight:bold;
    font-style:italic;
    color:White;
    background-color:Green;
}
td.glossary
{  
   text-align:left;
   font-weight:bold;
}

tr.glossaryheader
{
    background-color:Green;
}
tr.glossary0
{
    background-color:#FFEEEE;
}
tr.glossary1
{
    background-color:#FFDDDD;
}

table.glossarylayout
{
    width:100%;
}

div.GlossaryHeading
{
    text-align:center;
    color:Green;
    font-weight:bold;
}

div.GlossaryMessage
{
    text-align:left;
}


table.RecipeboardDetails
{
    width:100%;
    background-color:#DDFFFF;
    border-width:thin;
    border-style:ridge;
}

td.RecipeboardDetails
{
    text-align:left;
    width:100%;
}

table.greetings
{
  border-width:8;
  border-color:Fuchsia;
  border-style:hidden;
}

table.card
{
     background-color:#ffffe0;
}
td.cardPicture
{
     width:320px;
     height:240px;
    vertical-align:top;
     background-color:#ffffe0;
}
td.cardText
{
     width:320px;
      height:240px;
    vertical-align:top;
     background-color:#ffffe0;
}


table.cardPicture
{
     WIDTH:320px;
     BORDER-width:4;
     border-style:ridge;
}
table.cardOuter
{
     background-color:#ffffe0;
     border-width:5px;
     border-style:ridge;
}
table.greetingText
{
    vertical-align:top;
    width:100%;
 }

td.greetingText
{
   vertical-align:top;
   font-family:Arial;
   color:blue;
    text-align:center;
}

th.mailinglist
{
    width:100%;
    vertical-align:top;
    text-align:center;
    background-color:#0066cc; 
    height:20;
}

td.mailinglist
{
     vertical-align:top;
     background-color:#99ccff;
     width:100%;
}

div.mailinglistheading
{
       color:#FFFFFF;
       font-size:small;
       font-family:Verdana, Arial;
       font-weight:bolder;

}

div.mailinglist
{
       font-family:Arial, Helvetica;
       font-size:x-small;
       color:#000000;

}

div.confirmpost
{
        text-align:left;
        width:auto;

}

 a
 {
    text-decoration:none;
    color:Blue;
 }

   



