.content
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.copyright
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.welcome-font-name
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B8C343;
	font-weight: bold;
}

.welcome-font
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
}

.menu-font
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3A444D;
	font-weight: bold;
}

.menu-description
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}

.menu-description-bigger
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

.menu-description-bigger-green
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #92a309;
	font-weight: bold;
}

.menu-font-red
{
	/*	
	 * font-family: Arial, Helvetica, sans-serif;
	 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0033;
	font-weight: bold;
}

.main-font
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
}

.menu-font-red2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #720115;
	font-weight: normal;
}

.copyrights:link
{
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.copyrights:visited
{
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.copyrights:hover
{
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.main-font-bigger
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}

.bigger-green-12
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #92a309;
	font-weight: bold;
}

.menu-font-red2-bigger
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #720115;
	font-weight: normal;
}

.main-font-red-3
{
	font-family: Verdana;
	font-size: 11px;
	color: #791201;
	font-weight: normal;
	line-height: 23px;
}
/*
 Input Fields
 */
.TextField
{
	color: #545454;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	background-color: transparent;
	border-bottom: 1px dotted #000000;
	border-left: 1px dotted #000000;
	border-right: 1px dotted #000000;
	border-top: 1px dotted #000000;
	height: 20px;
}

.errorField
{
	color: #000000;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	background-color: pink;
	border-bottom: 1px dotted black;
	border-left: 1px dotted black;
	border-right: 1px dotted black;
	border-top: 1px dotted black;
	height: 20px;
}

.formField
{
	color: #545454;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	background-color: transparent;
	border-bottom: 1px dotted black;
	border-left: 1px dotted black;
	border-right: 1px dotted black;
	border-top: 1px dotted black;
	height: 20px;
}

.formFieldDisabled
{
	color: #000000;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	background-color: pink;
	border-bottom: 1px dotted black;
	border-left: 1px dotted black;
	border-right: 1px dotted black;
	border-top: 1px dotted black;
	height: 20px;
}
/*
 Links
 */
.link_menu:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

.link_menu:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

.link_menu:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9CAF22;
	font-weight: normal;
	text-decoration: underline;
}

.profile_link:link
{
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif, serif;
	text-decoration: none;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	padding-bottom: 10px;
}

.profile_link:visited
{
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif, serif;
	text-decoration: none;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	padding-bottom: 10px;
}

.profile_link:hover
{
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif, serif;
	text-decoration: underline;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	padding-bottom: 10px;
}
/*
 Divs
 */
/*
 Week Recipes Styles
 */
.rec_title
{
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif, serif;
	font-size: 16px;
	color: #852A3C;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
	letter-spacing: normal;
	line-height: normal;
}

.rec_title_small
{
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif, serif;
	font-size: 13px;
	color: #852A3C;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
	letter-spacing: normal;
	line-height: normal;
}

.rec_description
{
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	line-height: 16px;
	padding-right: 10px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
}

.rec_choose
{
	font-size: 14px;
	color: #852A3C;
	font-weight: normal;
	line-height: 14px;
}

.rec_serving
{
	font-size: 14px;
	color: #92a309;
	font-weight: normal;
	line-height: 14px;
}

.rec_change_server
{
	color: #000000;
}

.rec_btn_link li
{
	display: inline;
	padding-right: 5px;
	list-style: none;
	float: left;
	padding-bottom: 15px;
	padding-top: 10px;
}

#rContainer
{
	padding-left: 15px;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif, serif;
}

#imgTitle
{
	padding-left: 15px;
}

#rContainer h2
{
	font-size: 16px;
	color: #852A3C;
	font-weight: bold;
	text-decoration: underline;
	padding-bottom: 10px;
}

#rContainer h3
{
	font-size: 14px;
	color: #889C00;
	font-weight: bold;
	text-decoration: underline;
	padding-bottom: 10px;
}

#rIng
{
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	/*line-height: 10px;*/
}

#rDescription
{
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 20px;
}

#rDescriptionbottom
{
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}

.rDescription
{
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}

#errMsg h3
{
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif, serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF3333;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}

.overlibFav
{
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif, serif;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #889C00;
}

.loading_bg
{
	background-color: #FFFFFF;
	text-align: center;
}

.task
{
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif, serif;
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}

.tasktitle
{
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif, serif;
	font-size: 14px;
	color: #852A3C;
	font-weight: bold;
	text-decoration: underline;
	padding-bottom: 10px;
}

.duration
{
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif, serif;
	font-size: 14px;
	color: #852A3C;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

.durationPrep
{
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif, serif;
	font-size: 14px;
	color: #852A3C;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px;
}

#notice
{
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif, serif;
	font-size: 15px;
	color: red;
	font-weight: bold;
}

.frmError
{
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif, serif;
	font-size: 12px;
	color: red;
	font-weight: bold;
}
/* Sub Content */
.subTitle
{
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif, serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 2px;
}

.subTitleDay
{
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif, serif;
	font-size: 16px;
	color: #992222;
	text-decoration: underline;
	letter-spacing: 2px;
	font-weight: bold;
}

.subTitleDayAlt
{
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif, serif;
	font-size: 16px;
	color: #fff;
	text-decoration: underline;
	letter-spacing: 2px;
	font-weight: bold;
}

.mainmealnotfound
{
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif, serif;
	font-size: 11px;
	text-decoration: none;
	color: red;
	word-spacing: 5px;
}