/* worklog 2004, 06-- */
/* basic styles ------- */
a:link {
	color: #ff0000;
	text-decoration: none;
}

a:active {
	color: #ffbb00;
	text-decoration: none;
}

a:visited {
	color: #cc0000;
	text-decoration: none;
}

body {
	width: 100%;
	font-family: sans-serif;
	font-size: 14pt;
	color: #444444;
	line-height: 1.5em;
	text-align: left;
	text-decoration: none;
	vertical-align: baseline;
}

/* form styles ------- */
form {
	width: 80%;
	margin-left: 10%;
	font-size: inherit;
}

input,select,textarea {
	width: 100%;
	font-size: inherit;
	text-align: left;
	color: #000000;
}

input.radio {
	font-size: inherit;
	width: 1em;
}

input[type="button"],input[type="submit"] {
	width: 50%;
	margin-bottom: .5em;
}
p.title {
	font-weight: bold;
}
/* table styles ------- */
table {
	width: 80%;
	background-color: #cccccc;
}

td {
	vertical-align: top;
	border-top: 2px #999999 solid;
	border-left: 1px #ffffff solid;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: -8px;
}

td.blank {
	background-color: #ffffff;
}
td.radio {
	width: 1em;
}
td.date {
	width: 6em;
	text-align: right;
}
td.hours {
	width: 2em;
	text-align: right;
}