#subpage_rhs {
	width:160px;
	padding:0px 5px 5px 5px;
	float:left;
}

#subpage_middle {
	width:560px;
	padding:10px 5px 5px 5px;
	float:left;
}
#subpage_middle label {
	margin-top:15px;
}
#subpage_middle {
	width:560px;
	padding:10px 5px 5px 5px;
	float:left;
}

#subpage_middle.wide {
	width:720px;
}

#notepad_large{
}

#notepad_large_top {
	background-image:url(/_images/lge_notepad_top.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	height:20px;
	line-height:20px;
	width:100%;
}

#notepad_large_top.wide {
	background-image:url(/_images/massive_notepad_top.png);
}

#notepad_large_body {
	background-image:url(/_images/lge_notepad_mid.png);
	background-position:left top;
	background-repeat:repeat-y;
	padding:2%;
	float:left;
	width:96%;
}

a.bookmark {
	font-size:0.8em;
	text-decoration:none;
}

#notepad_large_body.wide {
	background-image:url(/_images/massive_notepad_mid.png);
	min-height:300px;
}

#notepad_large_bottom {
	background-image:url(/_images/lge_notepad_bottom.png);
	background-position:left top;
	background-repeat:no-repeat;
	height:10px;
	line-height:10px;
	float:left;
	width:100%;
}

#notepad_large_top_yellow {
	background-image:url(/_images/lge_notepad_top_yellow.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	height:7px;
	line-height:7px;
	float:left;
	width:100%;
}

#notepad_large_top_yellow.wide {
	background-image:url(/_images/massive_notepad_top_yellow.png);
}

#notepad_large_body_yellow {
	background-image:url(/_images/lge_notepad_mid_yellow.png);
	background-position:left top;
	background-repeat:repeat-y;
	padding:10px;
	float:left;
	width:540px;
}

#notepad_large_body_yellow.wide {
	background-image:url(/_images/massive_notepad_mid_yellow.png);
	width:702px;
}

#notepad_large_bottom_yellow {
	background-image:url(/_images/lge_notepad_bottom_yellow.png);
	background-position:left top;
	background-repeat:no-repeat;
	height:5px;
	line-height:5px;
	float:left;
	width:100%;
}

#notepad_large_bottom_yellow.wide {
	background-image:url(/_images/massive_notepad_bottom_yell.png);
}


#recipe_list {
	width:100%;
	float:left;
	clear:both;
}

#recipe_list a {
	text-decoration:none;
	color:#333333;
}

#comments_loader {
	/*display:none;*/
	position:absolute;
	left:50%;
	display:none;
	filter: alpha (opacity=75);
	opacity: 0.75;
	background-color:#fcfce5;
	cursor:wait;
	width:702px;
	margin-left:-280px;
}

#comments_loader.wide {
	width:712px;
	margin-left:-282px;
}

#category_loader {
	/*display:none;*/
	position:absolute;
	width:544px;
	left:50%;
	margin-left:-276px;
	margin-top:90px;
	display:none;
	filter: alpha (opacity=75);
	opacity: 0.75;
	background-color:#FFF;
	cursor:wait;
}

#chefbox_top {
	background-image:url(/_images/chefbox_top.png);
	background-position:left top;
	background-repeat:no-repeat;
	min-height:28px;
}

#chefbox_top h2 {
	display:none;
}

#searchbox_top {
	background-image:url(/_images/searchbox_top.png);
	background-position:left top;
	background-repeat:no-repeat;
	min-height:28px;
}

#searchbox_top h2 {
	display:none;
}

#searchbox_mid {
	background-image:url(/_images/searchbox_mid.gif);
	background-position:left top;
	background-repeat:repeat-y;
	padding:5px;
	width:140px;

}
#searchbox_bottom {
	background-image:url(/_images/searchbox_bottom.png);
	background-position:left top;
	background-repeat:no-repeat;
	min-height:10px;
}

#comments_box {
	width:95%; 
	margin: 0 auto; 
	padding:5px; 
	border:1px solid #666;
}

#comments_box li {
	margin-left:20px;
}

#comments_form label {
	display:block;
}

#comments_form textarea {
	 width:90%; 
	 height:50px;
	 margin-bottom:20px;
	 display:block;
}

.crumb {
	padding:0;
	margin:0;
	font-size:0.7em;
	float:left;
}

.submitResult {
	width:80%;
	padding:10px;
	background-color:#fff7d7;
	border:1px solid #F00;
	margin:0 auto;
}

#myAccountResult {
	margin:0 auto;
	width:80%;
	padding:0;
	background-color:#fff7d7;
	border:1px solid #F00;
	display:none;
	text-align:center;
	margin-top:10px;
}

#myAccountResult p {
	margin: 0.7em;
	font-weight:bold;
}

#flagBox {
	display:none;
	float:right;
	clear:right;
	text-align:right;
}

.submitResult ul {
	margin-left:20px;
}

table {
	font-size:  0.75em;
	border-collapse: collapse;
}

tr:hover{
	background-color: #6699CC;
	cursor:pointer;

}

td, th{
	border: 1px dotted #CCCCCC;
}

tbody td
{
	padding: 0.5em;
}