/* todo123 go through these styles and edit */

#notice, #javascript_warning
{
	border: 2px solid red;
	padding: 1em;
	margin-bottom: 2em;
	background-color: #f0f0f0;
	font: bold smaller sans-serif;
    width: 400px;
	display: block;
}

p 
{
	margin: 10px;
}

img 
{
	border-style: none;
}

div#outer_table
{
    display: table;
}

div#outer_row
{
	display: table-row;
}

div#main
{
	vertical-align: top;
	display: table-cell;
}

div#ad
{
	/* todo123 iamherereally figure out how to always put this at far right of page */
	width: 140px;
	height: 620px;
	vertical-align: top;
	text-align: center;
	padding-top: 20px;
	padding-left: 20px;
	display: table-cell;
}

div#home
{
	display: table-row-group;
}

div#hometext 
{
	vertical-align: top;
	display: table-cell;
	font-weight: bold;
	text-align: center;
}

div#homeimage
{
	padding-right: 50px;
	padding-left: 50px;
	display: table-cell;
	vertical-align: middle;
}

div#forgot_password
{
    font-size: small;    
}

.main_tabnav 
{
	color: #000;
	border-bottom: 2px solid #FF4AFF;
	margin: 13px 0px 0px 0px;
	padding: 0px;
	z-index: 1;
	padding-left: 10px
}

.main_tabnav ul 
{
	margin: 0px;
	padding: 0px;
}

.main_tabnav li 
{
	display: inline;
	overflow: hidden;
	list-style-type: none;
}

.main_tabnav li span.disabled 
{
	color: #888888;
	background: #FAFAFA;
	border: 2px solid #FF4AFF;
	border-bottom: none;
	padding: 2px 5px 0px 5px;
	margin: 0;
	text-decoration: none;
}

.main_tabnav a, main_tabnav a.active 
{
	color: black;
	background: #EEEEEE;
	font-weight: bold;
	border: 2px solid #FF4AFF;
	padding: 2px 5px 0px 5px;
	margin: 0;
	text-decoration: none;
}

.main_tabnav a.active 
{
	background: #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
}

.main_tabnav a:hover 
{
	color: #FFFFFF;
	background: #CCCCCC;
}

.main_tabnav a:visited 
{
	color: #000000;
}

.main_tabnav a.active:hover 
{
	background: #FFFFFF;
	color: #000000;
}

.main_tabnav_content 
{
	background: #FFFFFF;
	padding: 20px;
	/* todo123 bottom border different color? */
	border: 2px solid #FF4AFF;
	border-top: none;
	z-index: 2;
}

/* ideas from: http://veerle.duoh.com/index.php/blog/comments/a_css_styled_table/ */

body 
{
	font: normal 11px auto "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
    background-color: rgb(179,221,244);
	background-image: url(/images/retro_background.png);
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px;
}

body, p, ol, ul, td 
{
	/* font-family: verdana, arial, helvetica, sans-serif; */
    /* line-height: 18px; */
    font-size: large;
}

a 
{
	/*color: #c75f3e; */
    color: #FF4AFF;
}

a:visited 
{
	color: blue;
}

a:hover 
{
	color: red;
}

table 
{
	padding: 0;
	margin: 0;
}

th.spiffy
{
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(/images/bg_header.jpg) repeat-x;
}

td.spiffy
{
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}

td.spiffy_alt
{
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #F5FAFA;
	padding: 6px 6px 6px 12px;
	color: #797268;
}

/* todo123 iamherereally use CSS to format this? */
table#ingredient_detail_list td
{
}

#header,
#logo,
#nav
{
	display: inline-block;
}

#nav
{
   	position: absolute;
   	top: 30px;
   	right: 70px;
   	margin: 0;
   	padding: 0;
   	list-style: none;
	font-size: medium;
}

#footer
{
	font-size: small;
}

#prev_next,
#prev_link,
#prev_none,
#next_link,
#next_none
{
	display: inline-block;
}

#nav label
{
  display: block;
  text-align: right;
  width: 25%;
  float: left;
  margin-right: 5px;
}

#nav input,
#nav select
{
  width: 30%;
  border: 1px solid;
  padding: 2px;
}
