body
{	
	margin: 0;
	font-family: sans-serif;
	font-size: 14px;
}

a
{	
	text-decoration: none;
}
a:hover
{	
	text-decoration: underline;
}






























































/*
	login page...
*/

div#biglogo
{	
	width: 600px;
	height: 320px;
	margin: 10px auto;
	text-indent: -99999px;
	/*background: url(images/header_big.png) top left no-repeat;*/
}

form#login
{	
	background: #b4711b url(images/login_bg.png);
	width: 410px;
	margin: 10px auto;
	padding: 0 10px 10px 10px;
	text-align: center;
	font-family: 'palitino linotype', palitino, serif;
	border-radius: 5px;}

form#login h1
{	
	font-size: 42px;
	color: white;
	width: 409px;
	height: 68px;
	text-indent: -99999px;
	background: url(images/login_title.png) top left no-repeat;
}

form#login h1 a
{	
	color: white;
	text-decoration: none;
}
form#login h1 a:hover
{	
	text-decoration: underline;
}

form#login input
{	
	clear: both;
	width: 98%;
	font-size: 24px;
	border: none;
	padding: 5px;
	margin: 5px auto;
	border-radius: 3px;	font-family: 'palitino linotype', palitino, serif;
	text-align: left;
}

form#login div.frow label
{	
	float:right;
	text-align: right;
	color: gray;
	font-size: 18px;
	position: relative;
	top: -34px;
	right: 10px;
	font-family: 'palitino linotype', palitino, serif;
}

form#login input.button
{	
	width: 75px;
	padding: 7px 14px;
}



















/*
	page messages box styles
*/

div#divPageNotes
{	
	margin: 10px 0;
	padding: 10px 20px;
	background: #ffffcc;
	border: 1px solid #A9A9A9;
	color: black;
	
	border-radius: 5px;}

div#divPageMessages
{	
	margin: 10px 0;
	padding: 10px 20px;
	background: #f8fff3;
	border: 1px solid #e7fadc;
	/*color: #7fb535;*/
	/*font-weight: bold;*/
	
	border-radius: 5px;}

div#divPageErrors
{	
	margin: 10px 0;
	padding: 10px 20px;
	color: #DC143C;
	border: 1px solid #DC143C /*#fae5dc*/;
	/*color: #b34135;*/
	/*font-weight: bold;*/
	
	border-radius: 5px;}


























/*
	standard pages...
*/

div#header
{	
	width: 960px;
	height: 128px;
	margin: 0 auto;
	background: url(images/logo.gif) left center no-repeat;
}
div#header h3
{	
	margin: 0;
	padding: 0;
	text-indent: -99999px;
}
div#header div#response
{	
	margin: 0 0 0 200px;
	max-height: 20px;
	max-width: 500px;
	padding: 2px 4px;
	opacity: 1.0;
	font-size: 11px;
	color: purple;
}



div#footer
{	
	width: 960px;
	margin: 20px auto;
	padding: 10px 0;
	/*border-top: 4px solid #503d26;*/
}

div#footer div.copyright
{	
	clear: both;
	margin: 10px auto;
	font-size: 12px;
	color: gray;
	text-align: center;
}







div#divHeaderMenu
{	
	position: absolute;
	bottom: 0px;
	right: 0px;
	white-space:nowrap;
}

div#divHeaderMenu ul
{	
	margin:0;
	padding:0;
	text-align:left;
}

div#divHeaderMenu ul li
{	
	display:inline;
	float:left;
		padding:7px 20px 20px 20px;
		font-weight: bold;
}
div#divHeaderMenu ul li.first
{	
	border-left: none;
}
div#divHeaderMenu ul li.last
{	
	border-right: none;
}

	div#divHeaderMenu ul li[class~=current]
	{	
		background: url(images/tab_carrot1gray.gif) center bottom no-repeat;
		color:black;
	}
	div#divHeaderMenu ul li[class~=first]
	{	
		margin-left:0;
		border-left: none;
	}
	div#divHeaderMenu ul li[class~=last]
	{	
		margin-right:0;
		border-right: none;
	}
	div#divHeaderMenu ul li:hover
	{	
		cursor:pointer;
				color:blue;
	}div#divHeaderMenu ul li[class~=current]:hover
	{	
		background:;
		color:blue;
	}

div#divHeaderMenu ul li a
{	
	color: inherit;/*blue;*/
	font-size: 16px;
	text-decoration: none;
}
div#divHeaderMenu ul li a:hover
{	
	text-decoration: underline;
}




















div#feature
{	
	background: #eeeeee;/*#f97c14 url(images/bg_pixel.gif);*/
}
div#feature div#content
{	
	width: 960px;
	height: 420px;
	margin: 0 auto;
	padding: 20px 0;
	color: black;/*white;*/
}


































/*
	Recipes page list...
*/

div.overlay
{	
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 211px;
	background: white;
}
div.overlay form
{	
	width: 960px;
	margin: 0 auto;
}

div.underlay
{	
	margin-top: 211px;
}



table.list
{	
	margin-top: 50px;
	width: 100%;
}
table.list tr th
{	
		padding: 10px;
	max-width: 20px;
	height: 20px;
	text-align: left;
	vertical-align: bottom;
	white-space: nowrap;
	overflow: visible;
}
table.list tr th.selected
{	
	/*background: #f8f8f8;*/
}

table.list tr td
{	
	text-align: right;
	border-top: 1px solid #eeeeee;
	padding: 5px 10px;
	width: 20px;
}
table.list tr td.selected
{	
	background: #f8f8f8;
}
table.list tr td.coltop
{	
	border: none;
	max-height: 5px;
}

table.list tr.first td
{	
	border-top: none;
}

table.list tr td.first
{	
	width: 170px;
	padding-left: 0;
	width: auto;
}

table.list tr.first td.first
{	
	white-space: nowrap;
	vertical-align: bottom;
}




































ul.plain
{	
	list-style: none;
	padding: 0;
	margin: 10px 0;
}

ul.plain li
{	
	margin: 0;
	padding: 0;
	font-size: 12px;
}



div.fsection
{	
	width: 960px;
	margin: 10px auto;
	/*padding: 10px 0;*/
}
div.fsection h1
{
	margin-top: 0;
}
div.fsection h1 span.small
{	
	padding-left: 10px;
	font-size: 11px;
	color: gray;
}


div.hborders
{	
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
}


label.label
{	
	font-size: 12px;
	font-weight: bold;
}


input, textarea
{	
	font-size: 14px;
	border: 1px solid gray;
	padding: 3px;
	border-radius: 2px;}

input.button
{	
	cursor:pointer;
	padding: 7px 14px;
	color: white;
	background: #cc6400;
	width: auto !important;
	border: none;
	border-radius: 5px;}
input.button:hover {
	background: #f97c14;
}





























div.subhead {
	padding-bottom: 20px;
	margin-bottom: 20px;
}
div.subhead h1 {
	margin: 0;
	padding: 0;
}
