body {
	padding: 0px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
    color: #333333;
	background: white;
	text-align: left;
}

table.mainlayout {
	background: white;
	width: 90%;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
}

table.foodlayout {
	padding: 1px;
}

td.foodline {
	padding: 1px;
}

table.inputform {
	padding: 2px;
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: gray;
	background: #CECECE;
	width: 100%;
	text-align: left;
}

table.inputform input {
	border: 1px;
	border-style: solid;	
}

table.inputform select {
	border: 1px;
	border-style: solid;
}

input.input {
	border: 1px;
	border-style: solid;
}

table.inputform label {
	font-weight: bold;
}

table.userdata {
	padding: 2px;
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: orange;
	background: #FFD8B3;
	width: 100%;
	text-align: left;
}

table.userdata th {
	text-align: center;
}

table.userlayout {
	width: 100%;
}

table.weatherdata {
	padding: 2px;
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: blue;
	background: #B3D7FF;
	width: 100%;
	text-align: left;
}

table.weatherdata th {
	text-align: center;
}

table.headachedata {
	padding: 2px;
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: red;
	background: #FFB3D2;
	width: 100%;
	text-align: left;
}

table.headachedata th {
	text-align: center;
}

table.headachedata-layout {
	margin-top: 10px;
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}


table.headachedata-layout td {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

a.modifylink {
	font-size: 10px;
	color: black;
}

a.modifylink:hover {
	color: white;
	background-color: gray;
}

div.warn {
	font-weight: bold;
	color: red;	
}

div.leftside {
	
}

div.rightside {
	
}

div.center {
	padding: 4px;
}

table.menu {
	padding: 2px;
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: purple;
	background: #F1B3FF;
	width: 100%;
	text-align: left;
}

table.menu a {
	color: black;
}

table.menu a:hover {
	background-color: gray;
	color: white;
}

div.welcomepage {
	text-align: left;
}

div.welcomepage p {
	padding: 1px;
	margin-top: 2px;
	margin-bottom: 1px;
}

div.footer {
	padding: 2px;
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: black;
	width: 100%;
	font-size: 10px;
	text-align: center;
}

table.report-print {
	width: 95%;
	text-align: center;
	font-size: 12px;
}

tr.altrow {
	background-color: #E6E6E6;
	color: black;
}

table.reportfooter-print {
	width: 95%;
	text-align: left;
	font-size: 10px;
}

th.report-header {
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

td.report-header {
	font-size: 14px;
	font-weight: normal;
}

table.news {
	padding: 2px;
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: yellow;
	background: #F9F48C;
	width: 100%;
	text-align: left;
}

table.news th {
	text-align: center;
}

table.report-screen {
	padding: 2px;
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: green;
	background: #C3FFA2;
	width: 100%;
	text-align: left;
}

table.feedbox {
	padding: 2px;
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: #152680;
	background: #9297B2;
	width: 100%;
	text-align: left;
}

table.feedbox a {
	color: black;
}

