body, html {
	height: 100%;
	background: #fff;
}

#view_links {
	border: 1px none #876017;
	width: 100%;
	height: 40px;
}

#view_links ul {
	padding: 11px 0 0;
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

#view_links li {
	float: left;
	padding: 0;

	font-size: 11pt;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

#view_links a {
	display: block;
	text-decoration: none;
	padding: 5px 15px 6px;
	margin-right: 2px;
	margin-left: 2px;
	border: 1px solid #d9e186;
	border-bottom-style: hidden;
	background: #f6f6e9;
}

#view_links span {
	display: block;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 4px;
}

#view_links a:hover {
	background: #d9e186;
}

#view_links a.sel {
	background: #fff;
	padding-bottom: 7px;
}

.pnav {
     background: #e1dfd2;
     padding: 0;
	float: left;
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

.pnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.pnav li {
    position: relative;
    background-color: #fff;
    left: 15px;
    margin: 0 2px 0 0 !important;
    list-style: none;
	margin: 0 1px 0 0;
	padding: 0 5px 0 0;
	background: url(/img/tab.gif) 100% top no-repeat;
	float: left;
     text-align: center;
}


.pnav li.active {
	background: url(/img/tabsel.gif) 100% top no-repeat;
}

.pnav li a {
     min-width: 4.5em;
     border-color: #e1dfd2 !important;
	display: block;
	float: left;
	text-align: center;
	white-space: nowrap;
	background: url(/img/tab-lf.gif) left top no-repeat;
	text-decoration: none;
	min-height: 17px; /* fixes FX/Mac issue */;
	padding: 5px 6px 5px 8px;
	padding: 5px 6px 5px 10px;
}

.pnav li.active a {
	background: url(/img/tabsel-lf.gif) left top no-repeat;
}

.pnav li.active:hover a {
	text-decoration: underline;
}

#content_block {
	background: #f6f6e9;
	height: 100%;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	clear: both;
}


#recipe_box {
	border: 1px solid #d9e186;
	margin-bottom: 20px;
	background: #fff;
	min-height: 400px;
	padding-left: 10px;
	padding-right: 10px;
}

#main_box {
	border: 1px solid #d9e186;
	margin-bottom: 20px;
	background: #fff;
	min-height: 400px;
	padding: 15px;
}

#display_all {
	clear: both;
	padding: 10px;
}

#display_name {
	clear: both;
	padding: 10px;
}

#display_cat {
	clear: both;
	padding: 10px;
}

#display_search {
	display: none;
	clear: both;
	padding: 20px;
}

.category {
	padding-left: 23px;
	padding-top: 4px;
}

.rlist_item {
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0;
}

#user_main {
	clear: both;
	padding-top: 0;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	height: 100%;
}

#profile_hdr {
	background: #e1dfd2 no-repeat left top url(/img/phdr_top_l.gif);
	margin-top: 3px;
}

#info_cell {
	padding-left: 10px;
}

#friends {
	font-size: small;
	margin-left: 10px;
}

#add_friend {
	background: #fff;
	font-size: small;
	font-weight: bold;
	margin-left: 10px;
}

#add_friend a {
	text-decoration: none;
	padding-left: 5px;
}

#add_friend a:hover {
	color: #707e07;
}

.rounded_top {
	background: no-repeat right top url(/img/corners/user_top_r.gif);
}

.rounded_bot {
	background: no-repeat right top url(/img/corners/user_bot_r.gif);
}

.rounded_ctr {
	padding-right: 10px;
	padding-left: 10px;
}
