/* file: style.css */

body {
	background-image: url("../images/mainbg.gif");
	padding-top: 50px;
}
input.submit.sendbutton { 
  font-family: Arial;
  font-size: 12px;
}
textarea { 
  font-family: Arial;
  font-size: 12px;
}
input.text.milkinput { 
  font-family: serif;
  font-size: 13px;
  text-align: right;
}
td.headtitle {
  font-family: Courier New,Courier;
  font-size: 20px;
  color: #330000;
  text-align: center;
}
td.headnavi {
  font-family: Arial;
  font-size: 12px;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  border-color: #993300;
}
td.headimgfoot {
  font-family: Arial;
  font-size: 12px;
  color: #ffffff;
  background-color: #993300;
}
td.babypic {
  text-align: right;
}
img.baby {
  border-width: 2px;
  border-style: solid;
  border-color: #993300;
  vertical-align: bottom;
  text-align: right;
}
th {
  font-family: Arial;
  font-size: 12px;
}
td {
	font-family: Arial;
	font-size: 12px;
}
td.poohnight {
  background-color: #22BBBB; 
  text-align: center;
}
td.poohday {
  background-color: #88DDDD; 
  text-align: center;
}
th.poohindex {
  background-color: #cccc99; 
}
td.milknight {
  background-color: #22BBBB;
  text-align: center;
}
td.milkday {
  background-color: #88DDDD;
  text-align: center;
}
th.milkindex {
  background-color: #ffffcc;
}
th.diaryindex {
  background-color: #ffcccc;
}
td.diarytext {
  background-color: #ffcccc;
  padding:2px;
  vertical-align: top;
}
td.diarysubmit {
  background-color: #ffcccc;
  text-align: center;
}
th.hour {
  background-color: #99ccff;
  text-align: center;
}
th.hournight {
  background-color: #22BBBB;
  text-align: center;
}
th.hourday {
  background-color: #88DDDD;
  text-align: center;
}
th.date {
  background-color: #99ccff;
  text-align: left;
}
th.milksum {
  background-color: #99ccff;
}
th.prefindex {
	font-family: Arial;
	font-size: 16px;
}
td.prefname {
	background-color: #993300;
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	text-align: right;
	padding-right: 5px;
}
td.prefvalue {
  text-align: center;
  vertical-align: middle;
}
td.prefdesc {
  font-family: Arial;
  font-size: 10px;
  text-align: justify;
  padding: 2px;
}
table.login {
  border-width: 2px;
  border-style: solid;
  border-color: #993300;
}
th.logintitle {
  font-family: Arial;
  font-size: 16px;
  vertical-align: middle;
}
td.logindesc {
  font-family: Arial;
  font-size: 12px;
  text-align: justify;
  vertical-align: top;
}
td.logincreator {
  font-family: Arial;
  font-size: 11px;
  color: #ffffff;
  text-align: right;
  background-color: #993300;
}
td.smallprint {
	font-family: Arial;
	font-size: 11px;
	text-align: right;
}
