﻿
/*
RECEPT.aspx
*/

#GVcontainer
{
}

.GV_Recipe
{
    border: none;
    width: 690px;
    margin-top: 4px;
}

.GV_RecipeHeader
{
    background: url(../images/HeaderBg.gif);
    text-align: left;
    color: #fff;
}

.GV_RecipeHeader th
{
    padding-top: 2px;
    padding-bottom: 4px;
    padding-left: 10px;
}

.GV_RecipeHeader a
{
    color: #fff;
}

.GV_RecipeRow
{
    border: none;
}

.GV_RecipeRowAlt
{
    background-color: #F5F5F5;
    border: none;
}

.GV_RecipeRow td
{
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    border-bottom: solid 1px #DDDAD3;
}

.GV_RecipeRowAlt td
{
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    border-bottom: solid 1px #DDDAD3;
}

/*
VISA.aspx
*/




/*
FORMVIEW recept
*/
.FV_Recipe
{
    border: none;
    width: 690px;
    height: 495px;
}

.FV_Recipe_Print
{
    border: none;
    width: 893px;
}


#RecipeList
{
    float: left;
}

#Ingredients
{
    margin-top: 20px;
}

#RecipeInfo
{
    margin-top: 20px;
}

#RecipeInfo table
{
    border: none;
    width: 200px;
}

#RecipeInfo th
{
    background: url(../images/HeaderBg.gif);
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 4px;
}

#RecipeInfo td
{
    padding-left: 10px;
    border: none;
}

.Image_grade
{
    margin-left: 10px;
}

/*
DATALIST ingredienser
*/
.DL_Ingredient
{
    border: none;
    width: 200px;
}

.DL_IngredientHeader
{
    background: url(../images/HeaderBg.gif);
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 4px;
}

.DL_IngredientRow
{
    padding-left: 10px;
    border-bottom: solid 1px #DDDAD3;
}

.DL_IngredientRowAlt
{
    padding-left: 10px;
    background-color: #F5F5F5;
    border-bottom: solid 1px #DDDAD3;
}

#RecipeDesc
{
    float: left;
    margin-top: 20px;
    margin-left: 40px;
    padding-left: 10px;
    vertical-align: top;
}

#RecipeDescContent
{
    width: 410px;
}

.RecipeFunctions
{
	border-top: solid 1px #F2EAD7;
    margin-top: 10px;
    padding-top: 10px;
}

.RecipeFunctions img
{
    margin-left: 15px;
}

#RecipeVote
{
    margin-top: 20px;
    margin-left: 10px;
    line-height: 16px;
}

#RecipeFunctions img
{
    margin-right: 10px;
}

#RecipeRate
{
    float: left;
}

/*
Rating
*/

.ratingStar
{
    background: url(images/icon_vote.gif);
    width: 16px;
    height: 16px;
    margin: 3px;
}
.savedRatingStar
{
    background: url(images/icon_star_notfilled.gif);
}
.filledRatingStar
{
    background: url(images/icon_vote.gif);
}
.emptyRatingStar
{
    background: url(images/icon_star_notfilled.gif);
}

#RecipeTip
{
    float: left;
    margin-left: 60px;
}

.Label_Voted
{
    color: #E95C17;
    font-size: 10pt;
}




/*
NY
*/

.Panel_Added
{
    border: none;
    width: 690px;
    margin-top: 40px;
}

.TB_Amount
{
    width: 20px;
    padding-left: 4px;
    background-color: #FBFBEA;
    border: solid 1px #CAC9B5;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 9pt;
    color: #333;
}

.TB_Type
{
    width: 20px;
    padding-left: 4px;
    background-color: #FBFBEA;
    border: solid 1px #CAC9B5;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 9pt;
    color: #333;
}

.Table_Insert td
{
    vertical-align: top;
    padding-bottom: 10px;
}

.Table_Ingridients
{

}

.Table_Ingridients td
{
    padding: 0px;
    padding-bottom: 2px;
    margin: 0px;
}


/*
START
*/

#StartContent
{
    width: 690px;
}

.HeadStart
{
}

.Image_HeadStart
{
    margin-right: 10px;
    margin-bottom: 7px;
    vertical-align: middle;
}

#div_TopGrade
{
    float: left;
}

.DL_TopGrade
{
    border: none;
    width: 300px;
}

.DL_TopGradeHeader
{
    background: url(../images/HeaderBg.gif);
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 4px;
}

.DL_TopGradeRow
{
    padding: 5px;
    border-bottom: solid 1px #DDDAD3;
}

.DL_TopGradeRowAlt
{
    padding: 5px;
    background-color: #F5F5F5;
    border-bottom: solid 1px #DDDAD3;
}


#div_TopSelected
{
    float: left;
    margin-left: 50px;
}

.DL_TopSelected
{
    border: none;
    width: 300px;
}

.DL_TopSelectedHeader
{
    background: url(../images/HeaderBg.gif);
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 4px;
}

.DL_TopSelectedRow
{
    border-bottom: solid 1px #DDDAD3;
    padding: 5px;
}

.DL_TopSelectedRowAlt
{
    padding: 5px;
    background-color: #F5F5F5;
    border-bottom: solid 1px #DDDAD3;
}


.h2start
{
	color: #404040;	
	font-size: 18px;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 30px;
	border-bottom: solid 1px #DDDAD3;
}

.LB_NewsEmail
{
    margin-left: 10px;
}


