﻿body
{
	margin: auto;
	padding: 0px;
	background-color: #FFFFFF;
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
}

p 
{
	margin: 0;
	padding-bottom: 15px;
}

h1
{
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

#RecipeTitle H1
{
	font-size: 18px;
	padding-top: 15px;
	}

a:link
{
	color: #990000;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:visited
{
	color: #ff0000;
	text-decoration: none;
}

.searchField
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	background-color: #ffffff;
	color: Black;
}

.searchButton
{
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
	background-color: #660000;
	color: #ffffff;
	padding:  0px 3px 0px 3px;
	margin-left: 3px;
	}

.shortcutDropdownlist
{
	margin-top: 2px;
	margin-right: 2px;
	width: 150px;
	font-size: 10px;
	background-color: #ffffff;
	border: solid 1px black;
}

#page-Container
{
	margin: auto;
	margin-top: 0px;
	width: 700px;
	border-right: black 2px solid;
	border-top: black 2px solid;
	border-left: black 2px solid;
	border-bottom: black 2px solid;
	background-color: #ffcc66;
	height: 100%;
	text-align: left;
}

#page-Shortcutbar
{
	display: none;
}

#page-Content
{
	height: 800px;
	padding: 3px;
	}
	
#defaultPage-Container 
{
	}

#defaultPage-Container .left
{
	float: left;
	width: 500px;
	background-color: #ffcc66;
	padding: 5px;
}
	
#defaultPage-Container .right
{
	float: right;
	width: 180px;
	height: 400px;
	background-color: #ffcc66;
	}	
	
#page-Footer 
{
	margin: auto;
	width: 700px;
	color: White;
	font-size:smaller;
	padding: 15px 5px 0px 5px;
	margin: auto;
}

#page-Navigation 
{
	display: none;
}

#page-Shortcutbar
{
	display: none;
}

#page-Navigation .right 
{
	width: 300px;
	float: right;
	margin-top: -2px;
	margin-right: 5px;
	text-align: right;
}

#recipeButtonList table 
{
	width: 100%;
	}
	
#recipeButtonList td 
{
	text-align: center;
}

#recipeList table
{
	width: 630px;
	}

#recipeList td
{
	width: 210px;
	}
	
#RecipeContent
{
	float:left;
	width: 600px;
}
	
#RecipeImage
{
	display: none;
}	
#page-Header 
{
	display: none;	
}

#IngredientPopUp 
{
	visibility: hidden;
	height: 250px;
	width: 250px;
	border: solid 1px black;
	background-color: White;
	position: absolute;
}

#PrintLink
{
	display: none;	
	}
	
#linkbacks 
{
	display: none;	}

.SpiceName
{
	color: #000000;
}

