body
{
	margin: 10px;
	color: black;
	background-color:#cfb2ac;
}
.userData
{
    BEHAVIOR: url(#default#userdata)
}
input 
{
	border:1px solid black;
}
.checkbox
{
	border-style: none;
}
textarea
{
	border:1px solid black;
	width:100%;
}
button
{
	font-size: 10px;
	font-family: Tahoma;
}
table
{
	font-size: 13px;
	font-family: Tahoma;
}
.tourbtn
{
	width: 100%;
	font-size: 16px;
	background-color: #6e2a2a;
	color: Yellow;
}
.tblChapterNav
{
	font: 14px Tahoma bold;
	width:100%;
}
.Header
{
}
.contentHeader
{
	height:30px;
	border-bottom: #304050 2px solid;
	color: black;
	font: 16px Tahoma;
	text-transform:capitalize;
	padding-left:10px;
}
.recipePopup
{
	display: none;
	position: absolute;
	width: 500px;
}
.tdSaladIngr
{
	border-right: solid 1px gray;
	color: Maroon;
	line-height: 16px;
	font: 10px Tahoma;
	white-space:nowrap;
}
.mainMenu
{
}
.mainMenuItem
{
	font: bold 14px Tahoma;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-top: 2px;
	background-color: #bfa29c;
}
.mainMenuItem a
{
	color: black;
	cursor: hand;
	width:100%;
	text-decoration:none;
}
.mainMenuItemSel
{
	font: bold 14px Tahoma;
	background-color: white;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-top: 2px;
}
.mainMenuItemSel a
{
	color: black;
	cursor: hand;
	width:100%;
	text-decoration:none;
}
.footer
{
	color:#8b0000;
}
.footer a
{
	color:#8b0000;
}
.contentCont
{
	width: 100%;
	height: 100%;
	padding-top: 10px;
	padding-left: 10px;
}
.content
{
	padding-top: 10px;
	background-color: White;
	padding-bottom: 10px;
	width: 100%;
}
.leftPane
{
	background-color: #F0F0F0;
	width: 190px;
}
H1
{
	font: bold 16px Tahoma;
}
H2
{
	font: bold 14px Tahoma;
}
H3
{
	font: bold 14px Tahoma;
}
.RecipeHeader
{
	padding: 10px;
	font: 14px Tahoma;
	border-bottom:solid white 1px;
} 
.RecipeHeader a
{
	color: #505050;
	text-decoration:none;
} 
.RecipeHeaderSel
{
	background-color: #505050;
	color: white;
	padding: 10px;
	border-top:solid #505050 1px;
	border-left:solid #505050 1px;
	border-right:solid white 1px;
	font: 14px Tahoma;
	text-decoration: underline;
}
.RecipeMainCell
{
	background-color: #F0F0F0;
	border-left:solid #505050 1px;
	border-right:solid #505050 1px;
}
.EmailPreviewCls
{
	border:solid 1px black;
	overflow:scroll;
}