﻿body
{
    font-family: Arial, Verdana, sans-serif;
    font-size: 0.9em;
    color: #ffffff;
    background-color:#213574;
    background-color:#a1a09d;
    background-color:#333333;
    background-color:#575655;
/*    background: url(../../Images/Paua_Kina.png) repeat-y; 
    background: url(../../Images/BTFbg.png) repeat-y;  */
    margin: 0;
}
#container
{
	width:900px; 
	margin-left:auto;
	margin-right:auto;
}
.headersection
{
    width:100%; 
    height:900px;
    background-color:#213574;
}
.header
{
	float:none;
	width:900px;
    background-color:#213574;
	margin-left:auto;
	margin-right:auto;
	height:100px;
	/* background: url(../../Images/BTFTopBanner.png) no-repeat; */
}
.headerlogo
{
    clear:both;
    float:left;
    margin:5px 0px 0px 25px;
}
.headermiddle
{
    margin-left:160px;
    padding-top:20px;
    font-family:Lucida Console;
    font-size:50pt;
    color:White;
}
.middlecontent
{
    clear:both;
    float:left;
    background: url(../../Images/BTFHomeMiddle.png) no-repeat;
    width:900px;
    height:400px;
}
.recipeheadersection
{
    width:100%; 
    height:100px;
    background-color:#213574;
}
.recipesearch
{
    clear:both;
    float:left;
    width:890px;
    margin:0px 20px 0px 0px;
    padding: 10px 0px 0px 0px;
}   
.recipecontainer
{
    clear:both;
    float:left;
    margin-top:5px;
    background: url(../../Images/RecipeBox.png) repeat;
/*    width:820px;
    height:570px; 
    padding:25px;
    font-size:14pt;
    color:White;*/
    width:870px;
    padding:15px 5px 25px 25px;
    color:White;
    
}
.recipemiddlecontent
{
    width:770px;
    margin:15px 5px 25px 25px;
    color:White;
    font-size:14pt;
}
.footer
{
    clear:both;
    height:150px;
    background: url(../../Images/BTFHomeBottom.png) repeat-y;
    color:White;
}
.footerOne
{ 
    float:left;
    font-size:8pt; 
    margin: 5px 30px 5px 15px;
}
.footerTwo
{
    float:left;
    margin: 5px 0px 0px 140px;
    padding: 0px 15px 0px 10px;
    font-size:20pt;
    width:350px;
}
.footerThree
{
   float:right;
   font-size:15pt;
   padding: 0px 20px 0px 10px;
   border-left:dashed 2px white;
   margin: 5px 0px 0px 0px;
   width:300px;
}
.footerFour
{
    clear:both;
    float:left;
    margin-top:-550px;
    padding-left:10px;
}
a:link
{
    color:white;
}
a:visited
{
    color:white;
}
.LoginButtons
{
    font-family:Lucida Console;
    font-size: 9pt;
}
h1 
{
    margin: 0px 0px 0px 0px;
    color:#0064b5;
    color:#3399cc;
    text-decoration:underline;
}
h2
{
    margin: 0px 0px 0px 0px;
    color:#3399cc;
}
h3
{
    margin: 0px 4px 0px 0px;
    padding: 0px 0px 0px 0px;
    color:#80b6e5;
    color:#16a29f;
    color:#c50095;
    font-size: 10pt;
    display:inline;
}
img
{
    border-style:none;
}
#searchResultsMyRecipesTab
{
    clear:both;
    float:left; 
    margin-left:10px; 
    padding:4px 0px 0px 30px; 
    width:150px; 
    height:22px; 
    cursor:pointer; 
    color:#ffffff; 
    font-weight:bold; 
    background: url('../../images/BTFTabOn.png') no-repeat;
}
#searchResultsMemberRecipesTab
{
    float:left; 
    padding:4px 0px 0px 20px; 
    width:160px; 
    height:22px; 
    cursor:pointer; 
    color:#333333; 
    font-weight:bold; 
    background: url('../../images/BTFTabOff.png') no-repeat;
}
#searchResultsMyFavoritesTab
{
    float:left; 
    padding:4px 0px 0px 20px; 
    width:160px; 
    height:22px; 
    cursor:pointer; 
    color:#333333; 
    font-weight:bold; 
    background: url('../../images/BTFTabOff.png') no-repeat;
}

