@charset "UTF-8";
/* CSS Document */

body {
	background-color:#FFD;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12pt;
	margin:0;
}
td {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12pt;
}
textarea {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12pt;
}
.notes {
	background-color:#FFF;
}
.maintitle {
	font-family:inherit;
	font-size:18px;
}

/* links */
a:hover {
	color:#F00;
	text-decoration:underline;
}

#maincomment {
	height:auto; 
	background-color:#FFC; 
	color:#393; 
	font-style:italic;
	font-size:inherit;
}
#logcomment {
	height:auto; 
	background-color:#EEE; 
	color:#393; 
	font-size:inherit;
	font-style:italic
}

/* buttons */
input {
	font-size:11pt;
}
select {
	font-size:11pt;
}

/* fields */
.inputnew {
	background-color:#FCC;
}
.inputnum10 {
	width: 25px;
}
.inputnum100 {
	width: 35px;
}
.tbutton {
    font-size: 10pt;
}