/*
	General style definitions for html tags.
*/
body {
	color: #000000;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	border: none;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	font-style: normal;
	display: block;
	white-space: normal;
	z-index: 0;
}

input,select,textarea {
	color: inherit;
	background-color: inherit;
	margin: 0px;
	padding: 0px;
	border: none;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	text-align: inherit;
	list-style-type: none;
	text-decoration: none;
	white-space: inherit;
}

div,form,strong,b,button,input,select,option,label,fieldset,legend,tr,td,th,caption
	{
	color: inherit;
	background-color: inherit;
	margin: 0px;
	padding: 0px;
	border: none;
	font-weight: normal;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	text-align: inherit;
	list-style-type: none;
	text-decoration: none;
	white-space: inherit;
}

p {
	color: inherit;
	background-color: inherit;
	margin: 0px;
	padding: 0px;
	border: none;
	font-weight: normal;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10px;
	text-align: inherit;
	list-style-type: none;
	text-decoration: none;
	white-space: normal;
	text-align: justify;
}

ul,li {
	color: inherit;
	background-color: inherit;
	margin: 0px;
	padding: 0px;
	border: none;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	text-align: inherit;
	white-space: inherit;
}

table {
	border-collapse: separate;
	color: inherit;
	background-color: inherit;
	margin: 0px;
	padding: 0px;
	border: none;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	text-align: inherit;
	list-style-type: none;
	text-decoration: none;
	white-space: inherit;
}

h1 {
	font-size: 24px;
	font-family: georgia, sans-serif, verdana, arial;
	font-weight: normal;
	color: #000000;
	text-align: left;
	background-color: #ffffff;
	white-space: nowrap;
	display: inline;
	font-style: normal;
	line-height: 30px;
	vertical-align: baseline;
	letter-spacing: 0.1em;
}

h2 {
	font-size: 18px;
	font-family: georgia, sans-serif, verdana, arial;
	font-weight: normal;
	text-align: left;
	vertical-align: baseline;
	color: #000000;
	line-height: 20px;
	background-color: #ffffff;
	white-space: nowrap;
	font-style: normal;
	display: inline;
	letter-spacing: 0.1em;
}

h3 {
	font-size: 12px;
	font-family: verdana, helvetica, arial, sans-serif;
	font-weight: bold;
	text-align: left;
	vertical-align: baseline;
	color: #000000;
	background-color: #ffffff;
	white-space: nowrap;
	font-style: normal;
	letter-spacing: 0.1em;
	line-height: 12px;
}

h4,h5 {
	font-size: 10px;
	font-family: verdana, helvetica, arial, sans-serif;
	font-weight: bold;
	text-align: left;
	color: #000000;
	line-height: 20px;
	background-color: #ffffff;
	white-space: nowrap;
	font-style: normal;
	margin: 0px 0px 7px;
}

a,a:link,a:visited {
	color: #000000;
	background: inherit;
	text-decoration: none;
	font-family: verdana, helvetica, arial, sans-serif;
	font-weight: inherit;
	font-style: inherit;
	white-space: inherit;
	display: inline;
}

a:hover,a:active {
	color: #336699 ! important;
	background: inherit;
	text-decoration: none;
	font-family: verdana, helvetica, arial, sans-serif;
	font-weight: inherit;
	font-style: inherit;
	white-space: inherit;
	display: inline;
}

/** links */
.footerLink,a.footerLink:link,a.footerLink:visited {
	color: #4ebbf2 ! important;
	text-align: left;
	display: inline;
}

a.footerLink:hover,a.footerLink:active {
	color: #4ebbf2 ! important;
	text-align: left;
	display: inline;
}

.helpSection {
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 30px;
}

.helpImageSection {
	color: inherit;
	font-size: 8px;
	font-weight: bold;
	background-color: inherit;
	text-align: center;
	padding: 0px;
	border: none;
	font-family: verdana, helvetica, arial, sans-serif;
	white-space: inherit;
	margin-bottom: 10px;
}

.helpSectionRemark {
	color: inherit;
	font-size: 8px;
	background-color: inherit;
	text-align: left;
	padding: 0px;
	border: none;
	font-style: italic;
	font-family: verdana, helvetica, arial, sans-serif;
	white-space: inherit;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 30px;
}

.helpSectionList {
	color: inherit;
	background-color: inherit;
	margin-left: 50px;
	margin-top: 10px;
	padding: 0px;
	border: none;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	text-align: inherit;
	white-space: inherit;
}

.helpTitle {
	margin-top: 5px;
	font-weight: bold;
	font-size: 14px;
	font-family: georgia, sans-serif, verdana, arial;
	color: #ffffff;
	text-decoration: none;
	display: inline;
	white-space: nowrap;
	list-style-type: none;
	text-decoration: none;
	margin-left: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
}

/*
  Project specific general tags.
*/ /* form */
.formInputError {
	padding: 2px;
	margin-bottom: 3px;
	border: #cc0000 1px solid;
	background-color: #ffffff;
}

/*
  Error and messages.
*/
.error {
	color: #cc0000;	
	background-color: inherit;
	margin: 0px;
	padding: 0px;
	border-style: none;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	display: block;
	display: inline;	
	white-space: normal;
}

.message {
	color: #40EA56;
	background-color: inherit;
	margin: 0px;
	padding: 0px;
	border-style: none;
	font-weight: bold;
	font-size: 11px;
	display: inline;
	white-space: normal;
}

/*
	Menu
*/
.mainmenu {
	background: #e7e8c0;
	list-style-type: none;
	text-decoration: none;
}

.mainmenu_logoff {
	background: #e7e8c0;
	list-style-type: none;
	text-decoration: none;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 20px;
}


a.navigation:link,a.navigation:visited {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	display: inline;
	white-space: nowrap;
	list-style-type: none;
	text-decoration: none;
}

a.navigation:hover,a.navigation:active {
	font-weight: bold;
	color: #336699;
	text-decoration: none;
	font-size: 11px;
	white-space: nowrap;
	list-style-type: none;
	text-decoration: none;
}

.mainmenu_1 {
	background: #9fd6f2;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 0px;
	border-bottom: #fff 1px solid;
	list-style-type: none;
	text-decoration: none;
}

.mainmenu_2 {
	background: #4ebbf2;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 0px;
	border-bottom: #fff 1px solid;
	list-style-type: none;
	text-decoration: none;
}

.mainmenu_3 {
	background: #999933;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 0px;
	border-bottom: #fff 1px solid;
	list-style-type: none;
	text-decoration: none;
}

.mainmenu_4 {
	background: #cccc66;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 0px;
	border-bottom: #fff 1px solid;
	list-style-type: none;
	text-decoration: none;
}

.mainmenu_5 {
	background: #9fd6f2;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 0px;
	list-style-type: none;
	text-decoration: none;
}

a.mainmenu_5,a.mainmenu_5:link,a.mainmenu_5:visited {
	background: #9fd6f2;
	color: #ffffff;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	text-decoration: none;
	font-size: 11px;
	list-style-type: none;
	text-decoration: none;
}

a.mainmenu_5:hover,a.mainmenu_5:active {
	background: #9fd6f2;
	color: #336699;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	text-decoration: none;
	font-size: 11px;
	list-style-type: none;
	text-decoration: none;
}

.mainmenu_6,ul.mainmenu_6,li.mainmenu_6 {
	background: #9fd6f2;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 0px;
	list-style-type: none;
	text-decoration: none;
}

.teaser {
	background: #ffffff;
	color: #4ebbf2;
	text-decoration: none;
	padding: 0px;
	width: 128px;
	border: 1px #dcf1fc solid;
}

.borderedMenu {
	border: 1px #ffffff solid;
	background-color: #e7e8c0;
}

.radio {
	margin: 2px 0px 0px;
	width: 11px;
	height: 11px
}

.tbHead {
	padding: 3px;
	font-size: 10px;
	background: #ffffff;
	font-family: verdana, helvetica, arial, sans-serif;
}

.searchResult {
	border: none;
	padding: 3px;
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	font-family: verdana, helvetica, arial, sans-serif;
	background-color: #ffffff;
}

a.tableLink,a.tableLink:link,a.tableLink:visited {
	color: #ffffff ! important;
	background: inherit;
	text-decoration: none;
	font-family: verdana, helvetica, arial, sans-serif;
	font-weight: bold ! important;
	font-style: inherit;
	white-space: inherit;
	display: inline;
}

a.tableLink:hover,a.tableLink:active {
	color: #336699 ! important;
	background: inherit;
	text-decoration: none;
	font-family: verdana, helvetica, arial, sans-serif;
	font-weight: bold ! important;
	font-style: inherit;
	white-space: inherit;
	display: inline;
}

.box {
	font-size: 10px;
	color: #000000;
	background-color: #ffffff;
}

/** links */
.siteInfoLink,a.siteInfoLink:link,a.siteInfoLink:visited {
	color: #4ebbf2 ! important;
	margin-left: 25px;
	margin-right: 25px;
	font-weight: bold;
	text-align: left;
	display: inline;
}

a.siteInfoLink:hover,a.siteInfoLink:active {
	color: #336699 ! important;
	font-weight: bold;
	margin-left: 25px;
	margin-right: 25px;
	text-align: left;
	display: inline;
}

/*
    positions
*/
#claim {
	position: absolute;
	vertical-align: bottom;
	left: 0px;
	top: 530px;
	width: 200px;
	height: 30px;
}

#copyright {
	font-size: 9px;
	position: absolute;
	left: 0px;
	top: 560px;
	width: 200px;
	height: 30px;
}

#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 200px;
	height: 80px;
}

#mainmenu {
	position: absolute;
	left: 0px;
	top: 80px;
	width: 200px;
	height: 450px;
}

#right {
	position: absolute;
	left: 870px;
	top: 80px;
	width: 130px;
	height: 480px;
	overflow: auto;
}

#header {
	position: absolute;
	left: 210px;
	top: 0px;
	width: 650px;
	height: 80px;
}

#body {
	position: absolute;
	left: 210px;
	top: 80px;
	width: 650px;
	height: 480px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	z-index: 1;
}

#content {
	position: absolute;
	font-size: 11px;
	text-align: justify;
	left: 5px;
	top: 30px;
	width: 630px;
	height: 435px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}

#left_box_content {
	position: absolute;
	font-size: 11px;
	text-align: justify;
	left: 0px;
	top: 40px;
	width: 295px;
	height: 435px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	z-index: 3;
}

#right_box_content {
	position: absolute;
	font-size: 11px;
	text-align: justify;
	left: 310px;
	top: 30px;
	width: 340px;
	height: 435px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	z-index: 3;
}

#right_box_bordered {
	position: absolute;
	font-size: 11px;
	left: 320px;
	top: 85px;
	width: 328px;
	height: 376px;
	border: 1px #e7e8c0 solid;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	z-index: 3;
}


#right_box_bordered {
	position: absolute;
	font-size: 11px;
	left: 320px;
	top: 85px;
	width: 328px;
	height: 376px;
	border: 1px #e7e8c0 solid;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	z-index: 3;
}

#month_recipe {
	position: absolute;
	font-size: 10px;
	left: 290px;
	top: 95px;
	width: 315px;
	margin: 10px;
	padding: 10px;
	overflow: auto;
	z-index: 3;
}

#bls_note {
	position: absolute;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	background-color: #e7e8c0;
	padding: 4px;
	margin-right: 5px;
	left: 430px;
	top: 95px;	
	z-index: 3;	
}


#box_borderedClg2 {
	position: absolute;
	font-size: 11px;
	left: 0px;
	top: 85px;
	border: 1px #e7e8c0 solid;
	width: 628px;
	height: 367px;
	margin: 0px;
	padding: 10px;
	z-index: 3;
}

#box_borderedClg1 {
	position: absolute;
	font-size: 11px;
	left: 0px;
	top: 122px;
	border: 1px #dcf1fc solid;
	width: 628px;
	height: 330px;
	margin: 0px;
	padding: 10px;
	overflow: auto;
	z-index: 3;
}

#box {
	position: absolute;
	font-size: 11px;
	left: 0px;
	top: 85px;
	width: 650px;
	margin: 0px;
	padding: 0px;
	z-index: 3;
}

#box_1 {
	position: absolute;
	font-size: 11px;
	left: 0px;
	top: 60px;
	width: 650px;
	margin: 0px;
	padding: 0px;
	z-index: 3;
}


#box_top {
	position: absolute;
	font-size: 11px;
	text-align: justify;	
	left: 0px;
	top: 85px;
	width: 650px;
	margin: 0px;
	padding: 0px;
	z-index: 3;
}

#box_top_left {
	position: absolute;
	font-size: 11px;
	text-align: justify;	
	left: 0px;
	top: 85px;
	width: 335px;
	margin: 0px;
	padding: 0px;
	z-index: 3;	
}

#box_top_right {
	position: absolute;
	font-size: 11px;
	text-align: justify;	
	left: 360px;
	top: 85px;
	width: 280px;
	margin: 0px;
	padding-left: 10px;
	z-index: 3;	
}

#box_bottom {
	position: absolute;
	font-size: 11px;
	text-align: justify;
	left: 0px;
	top: 220px;
	width: 650px;
	height: 260px;
	margin: 0px;
	padding: 0px;
	z-index: 3;
}

#box_bottom_bordered {
	position: absolute;
	font-size: 11px;
	text-align: justify;
	left: 0px;
	top: 180px;
	border: 1px #e7e8c0 solid;
	width: 628px;
	height: 258px;
	margin: 0px;
	padding: 10px;
	z-index: 3;
}

#left_box {
	position: absolute;
	font-size: 11px;
	left: 0px;
	top: 85px;
	width: 295px;
	height: 388px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	z-index: 3;
}

#left_box_small {
	position: absolute;
	font-size: 10px;
	left: 0px;
	top: 85px;
	width: 140px;
	height: 388px;
	margin: 0px;
	padding: 5px;
	overflow: auto;
	z-index: 3;
	border: 1px #e7e8c0 solid;
}

#right_box_big {
	position: absolute;
	font-size: 10px;
	left: 160px;
	top: 85px;
	width: 400px;
	height: 388px;
	margin: 0px;
	padding: 5px;
	overflow: auto;
	z-index: 3;
}

#right_box_small {
	position: absolute;
	font-size: 11px;
	left: 370px;
	top: 85px;
	width: 250px;
	height: 388px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	text-align: justify;	
	z-index: 3;
}

#right_box_smaller {
	position: absolute;
	font-size: 11px;
	left: 410px;
	top: 85px;
	width: 230px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	text-align: justify;	
	z-index: 3;
	vertical-align: top;
}


#right_box {
	position: absolute;
	font-size: 11px;
	left: 320px;
	top: 85px;
	width: 330px;
	height: 385px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	z-index: 3;
}

#sub_header {
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 30px;
	height: 25px;
	z-index: 2;
}

.articleSection {
	margin-top: 10px;
	margin-bottom: 10px;
}

.articleTopic {
	padding-top: 10px;
}

.articleSectionList {
	color: inherit;
	background-color: inherit;
	margin-left: 50px;
	margin-top: 5px;
	padding: 0px;
	border: none;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	text-align: inherit;
	white-space: inherit;
}

#article_header {
	position: absolute;
	margin: 0px;
	padding-left: 10px;
	left: 0px;
	top: 30px;
	height: 25px;
	z-index: 2;
}

.author {
	padding-top: 5px;
	font-style: italic;
	font-size: 9px;;
	font-style: italic;
}

#languageSelection {
	position: absolute;
	left: 220px;
	top: 10px;
	width: 780px;
	height: 20px;
	z-index: 1;
}

#article_body {
	position: absolute;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 10px;
	left: 0px;
	top: 75px;
	width: 630px;
	height: 370px;
	overflow: auto;
	padding: 10px;
}

#help {
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 550px;
	top: 30px;
	width: 95px;
	text-align: right;
	z-index: 2;
}

#print {
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 550px;
	top: 50px;
	width: 95px;
	text-align: right;
}

#messages {
	font-size: 10px;
	position: absolute;
	top: 55px;
	margin: 0px;
	padding: 0px;
	left: 0px;
	height: 30px;
	width: 572px;
	overflow: auto;
}

#footer {
	position: absolute;
	width: 648px;
	height: 18px;
	background: #ffffff;
	color: #4ebbf2;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border: #dcf1fc 1px solid;
	vertical-align: middle;
	left: 210px;
	top: 560px;
}

#subfooter {
	position: absolute;
	display: block;
	width: 1000px;
	text-align: center;
	left: 0px;
	top: 610px;
	background: #ffffff;
	color: #4ebbf2;
	font-weight: normal;
	text-decoration: none;
	padding: 0px;
	font-size: 8px;
}

#top_right {
	position: absolute;
	left: 870px;
	top: 0px;
	width: 130px;
	height: 80px;
}

#home_claim {
	position: absolute;
	left: 0px;
	top: 530px;
	width: 200px;
	height: 30px;
}

#home_copyright {
	font-size: 9px;
	position: absolute;
	left: 0px;
	top: 560px;
	width: 200px;
	height: 30px;
}

#home_logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 200px;
	height: 80px;
}

#home_mainmenu {
	position: absolute;
	left: 0px;
	top: 80px;
	width: 200px;
	height: 450px;
}

#home_header {
	position: absolute;
	left: 220px;
	top: 30px;
	width: 780px;
	height: 50px;
}

#home_body {
	position: absolute;
	left: 220px;
	top: 60px;
	width: 720px;
	height: 500px;
	overflow: auto;
}

#home_footer {
	position: absolute;
	width: 720px;
	height: 18px;
	background: #ffffff;
	color: #4ebbf2;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border: #dcf1fc 1px solid;
	vertical-align: middle;
	left: 220px;
	top: 560px;
}

#home_top_right {
	position: absolute;
	left: 870px;
	top: 0px;
	width: 130px;
	height: 80px;
}

#community_body {
	position: absolute;
	left: 210px;
	top: 80px;
	width: 780px;
	height: 510px;
	overflow: auto;
}

#homeRegistered_1_1 {
	padding: 5px;
	position: absolute;
	left: 0px;
	top: 20px;
	width: 290px;
	height: 170px;
	text-align: justify;
}

#homeRegistered_1_2 {
	padding: 5px;
	position: absolute;
	left: 335px;
	top: 20px;
	width: 280px;
	height: 170px;
}

#homeRegistered_2 {
	padding: 5px;
	position: absolute;
	left: 0px;
	top: 200px;
	width: 638px;
	height: 260px;
	text-align: justify;
	border: #dcf1fc 1px solid;
	overflow: hidden;
}

#homeRegistered_3_1 {
	padding: 5px;
	position: absolute;
	left: 0px;
	top: 390px;
	width: 440px;
	height: 70px;
	text-align: justify;
	border: #dcf1fc 1px solid;
}

#homeRegistered_3_2 {
	padding: 5px;
	position: absolute;
	left: 465px;
	top: 390px;
	width: 172px;
	height: 70px;
	text-align: justify;
	border: #dcf1fc 1px solid;
}

#home_c1 {
	position: absolute;
	left: 0px;
	top: 20px;
	width: 195px;
	height: 450px;
	text-align: justify;
}

#home_c2 {
	position: absolute;
	left: 260px;
	top: 20px;
	width: 195px;
	height: 450px;
	text-align: justify;
}

#home_c3 {
	position: absolute;
	left: 520px;
	top: 20px;
	width: 195px;
	height: 450px;
	text-align: justify;
}

#homePage_claim {
	position: absolute;
	left: 0px;
	top: 470px;
	text-align: justify;
}

#nutriInfo {
	position: absolute;
	width: 450px;
	height: 385px;
	text-align: justify;
	overflow: auto;
	left: 0px;
	top: 85px;
	padding: 10px;
}

#nutriSummary {
	position: absolute;
	width: 156px;
	height: 385px;
	text-align: justify;
	overflow: auto;
	left: 480px;
	padding: 5px;
	top: 85px;
	border: 1px #e7e8c0 solid;
}

#nutriHeader {
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 20px;
	height: 25px;
	z-index: 2;
}