
.tinygrey
{
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}
.linkcolor
{
    color: #c31230;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}
.bodyLINK
{
    color: #c31230;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-stretch: narrower;
    line-height: 20px;
}
.chartWHITE
{
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
.chartGREY
{
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

/* Updates for new search form */
#mainContain
{
    /*
    width: 703px;
    margin-left: auto;
    margin-right: auto;
    */
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
}
#mainContain h1
{
    font-family: Arial, Helvetica, Sans-Serif;
    color: #a71825;
}
#mainContain h1 .subhead
{
    font-weight: normal;
    color: #7a6151;
}
#mainContain p {
    width:680px;
}
#mainContain #recipeContainer table
{
}
#mainContain #recipeContainer h2
{
    font-size: 12pt;
    font-weight: bold;
    color: #ffffff;
    padding: 10px 10px 6px 10px;
}
#mainContain #recipeContainer #checkRow
{
}
#mainContain #recipeContainer #checkRow .text
{
    padding-right: 10px;
    width: 300px;
    float: right;
    line-height: 16px;
}
#mainContain #recipeContainer #checkRow .text h3
{
    margin-top: 0;
    margin-bottom: 0;
    color: #a71825;
    font-size: 12pt;
    font-weight: bold;
    padding-top: 10px;
}
#mainContain #recipeContainer #checkRow .text p
{
    margin-top: 0;
    font-size: 12px;
    width: 300px;
}
#mainContain #recipeContainer #checkRow .text a
{
    color: #A71825;
}

#mainContain #resultsContainer tr
{
    clear: both;
    height: 263px;
}
#mainContain #resultsContainer td
{
    vertical-align: bottom;
}
#resultsContainer
{
    background: url(img/contentBkg.jpg) repeat-y;
}
#mainContain #resultsContainer h3
{
    border-bottom-color: #A71825;
    border-bottom-style: solid;
    color: #A71825;
    font-size: 13pt;
    margin: 0 0 0 0;
    padding: 11px 0 5px 22px;
    width: 678px;
}
#resultsContainer .contained
{
    height: 580px;
    overflow-y: scroll;
    /*overflow-x: hidden;*/
    width: 699px;
}

.contained .resultsList
{
    margin-left: 1px;
}
.contained .resultsList td
{
    background: url(img/middleRow2.jpg) bottom left no-repeat;
    height: 273px;
}
#mainContain #resultsContainer .recipe
{
    width: 205px;
    padding: 8px 10px 5px 10px;
    text-align: center;
}

#mainContain #resultsContainer .recipe img.photo
{
    display: block;
    width: 170px;
    height: 170px;
}
#mainContain #resultsContainer .recipe .title
{
    color: #A71825;
    display: table-cell;
    font-weight: bold;
    height: 47px;
    text-align: center;
    vertical-align: middle;
    width: 200px;
}
#mainContain #resultsContainer .recipe .buttons
{
}

.leftLarge, .left
{
    color: #A71825;
    float: left;
    font-weight: bold;
    padding: 10px 0 0 5px;
    font-size: 12px;
    line-height: 16px;
}
.leftLarge td
{
    width: 155px;
}
.left td
{
    width: 100px;
}
.recipeBottom
{
    background: url(img/recipeBottom.jpg) no-repeat;
    height: 36px;
    width: 703px;
}
.recipeTop
{
    background: url(img/recipeHeaderBar.jpg) no-repeat;
    height: 35px;
    width: 703px;
}
.recipeTop h2
{

    margin:0 0 0 5px;
    padding:0;
}
.choices
{
    background: #eae2ca url(img/brownGradient.jpg) top left no-repeat;
    width: 703px;
    height: 100px;
}
.recipePhoto img
{
    width: 162px;
    height: 162px;
}
.recipePhoto
{
    width: 162px;
    height: 162px;
    margin: 10px auto;
}
.buttons {
margin-left:40px;
}
.buttons .view
{
    background: url("img/view-off.jpg") no-repeat;
    display: block;
    height: 29px;
    width: 64px;
    float: left;
	text-indent: -9999px;
	font-size: 0; line-height: 0;
  
}
.buttons .print
{
    background: url(img/print-off.jpg) no-repeat;
    display: block;
    height: 29px;
    width: 66px;
	float: left;
	text-indent: -9999px;
	font-size: 0; line-height: 0;
}
.clear1px
{
    clear: both;
    height: 1px;
}
.hide 
{
    visibility: hidden;
    display: inline-block;
}
.buttons a 
{
    cursor: pointer;
}
.contained h2
{
    color: #a71825;
    font-size: 15px;
    padding: 10px;
}
.contained h2 a
{
    color: #a71825;
    font-size: 15px;
}	

