/********* html style tags *********/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	background-image: url(../images/site_bg.gif);
	margin: 0px;
}

td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin: 0px;
}

/********* form and related tag styles *********/

.forms {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
}

/* Global Header Tag Styles
----------------------------------------------- */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #B12118;
	margin-top: 5px;
	margin-bottom: 20px;

}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	line-height: 22px;
}

/* Links
----------------------------------------------- */
a:link {
  color:#000000;
  text-decoration:none;
  }
a:visited {
  color:#000000;
  text-decoration:none;
  }
a:hover {
  color:#000000;
  text-decoration:underline;
  }
a img {
  border-width:0;
  }

/********* side bar styles *********/

#sidebar {
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
  }
  
#sidebar h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #BD4F1A;
	text-transform: uppercase;
	background-image: url(../images/icon_recipe.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 15px;
}





#sidebar a:link {
  color:#000000;
  }
#sidebar a:visited {
  color:#000000;
  }
#sidebar a:hover {
  color:#000000;
  }
  
/********* submit recipe styles *********/  

#submitRecipe {
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
	color: #333333;
}

#submitRecipe h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #B12118;
	margin-bottom: 0px;
}

#submitRecipe p {
	margin-top: 10px;
}


/********* Footer styles *********/

#footer {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 0px 0px 20px 0px;
	text-align: center;
	line-height: 20px;
}

#footer a:link {
	color:#ffffff;
}

#footer a:visited {
	color:#ffffff;
}

#footer a:hover {
	color:#ffffff;
}



/********* Other Misc styles *********/

#recipe {
	background:#ECEAE3 url(../images/recipe_bg.gif);
	padding: 10px;
	margin-right: 20px;
	margin-left: 0px;
	margin-bottom: 10px;
  }

.tableWrap {
	border: 10px solid #B52024;
}

#rating td {
	background-color: #BD4F1A;
	color: #FFFFFF;
}

#sweepstakes {
	padding: 10px;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
}
.pageHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.largeText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
#formBox {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-bottom-color: #666666;
}

.formError {
  color: #ff0000;
}

#moreInfo {
	background-color: #FFFFFF;
	padding: 5px;
	margin-top: 30px;
}

