body {
	font-family: Arial, sans-serif;
/*	overflow-y: scroll; */
}
a {
	text-decoration: underline;
	color: #00C;
}
form {
	margin: 0px;
	padding: 0px;
	display: inline;
}
#menu {
	border-bottom: 1px solid #eee;
	padding: 2px;
	padding-left: 10px;
	font-size: small;
	margin-left: 8px;
	margin-right: 8px;
}
#header {
	margin: 4px;
	padding: 10px;
	background: #666;
	font-size: large;
	font-weight: bold;
	color: #EEE;
	text-align: center;
	-moz-border-radius: 6px;
}
#footer {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 2px;
	padding-left: 10px;
	font-size: small;
	text-align: center;
	color: #999;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 12px;
}
#footer a {
	color: #999;
	text-decoration: none;
}
#header_company {
}
#header_company a {
	color: #AAC;
	text-decoration: none;
}
#body {
	margin: 8px;
}
#error {
	text-align: center;
	margin: 12px;
	font-weight: bold;
	color: #C00;
}
#msg {
	text-align: center;
	margin: 12px;
	font-weight: bold;
	color: #C00;
	display: none;
}
.message_info {
	text-align: center;
	margin: 12px;
	font-weight: bold;
	color: #00C;
	padding: 6px;
	border: 1px solid #00C;
}
.message_error {
	text-align: center;
	margin: 12px;
	font-weight: bold;
	color: #C00;
	padding: 6px;
	border: 1px solid #C00;
}
.heading {
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 8px;
}
.error {
	font-weight: bold;
	color: red;
	text-align: center;
}
table {
	border-spacing: 0px;
	border-collapse: collapse;
}
table.list {
	padding: 2px;
}
table td, table th {
	padding: 2px;
	text-align: left;
	vertical-align: top;
}
table.list td {
	border: 1px solid #ddd;
}
table.list th {
	background: #ccc;
	padding-right: 8px;
	border: 1px solid #aaa;
}
table tr.alt {
	background: #CCF;
}
table tr.options {
	background: #CCC;
}
table tr.summary {
	background: #669;
	color: #FFF;
}
input,textarea {
	padding: 2px;
}
input:focus,select:focus,textarea:focus {
	background: #FC6
}
input[type='submit'] {
	background: #DDD;
}
div.time_widget {
	margin-top: 0px;
	white-space: pre;
	border: 2px inset #EEE;
	display: block;
	padding: 1px;
	background: #eee;
	vertical-align: baseline;
	display: inline;
	display: inline-block;
	position: relative;
}
div.time_widget input {
	border: none;
	padding: 0px;
	width: 1.4em;
	background: inherit;
}
div.time_widget input.time_meridian {
	width: 2em;
}
span.calendar_display {
	width: 6em;
	padding: 5px;
	z-index: 0;
	position: relative;
}
div.calendar_popup {
	position: absolute;
	z-index: 1000;
	font-size: small;
}
#tabmenu {
	padding-top: 10px;
	padding-bottom: 10px;
}
#tabmenu div {
	font-size: small;
	background: #77C;
	-moz-border-radius: 4px;
	display: inline;
	padding: 3px;
	margin-bottom: 5px;
}
#tabmenu span {
	text-decoration: underline;
	font-weight: bold;
	color: #EEE;
	padding: 3px;
	margin: 6px;
	cursor: pointer;
}
#tabmenu span:hover {
	color: #FFF;
	padding: 5px 2px 5px 2px;
	padding-bottom: 5px;
	border: 1px solid #00C;
	background: #FFF;
	color: #00C;
	-moz-border-radius: 4px;
	margin: 6px;
}
#tabmenu span.tabmenu_on {
	text-decoration: none;
	color: #FFF;
	padding: 5px 2px 5px 2px;
	padding-bottom: 5px;
	border: 1px solid #339;
	background: #FFF;
	color: #333;
	-moz-border-radius: 4px;
	margin: 6px;
}
input[type='submit'], button {
	font-weight: bold;
}
.infobox {
	position: relative;
}
.infoclick {
	color: #00C;
	border-bottom: 1px dashed #666;
	cursor: help;
	display: inline;
}
div.infofull {
	position: absolute;
	z-index: 1000;
	top: -3px;
	left: -3px;
	width: 25em;
	background: #FC6;
	padding: 2px;
	border: 1px solid #000;
	color: #000;
	display: none;
	font-weight: normal;
	font-style: normal;
}
div.inforight {
	left: auto;
	right: 3px;
}
a.infolink {
	display: block;
	text-align: right;
	margin-top: 6px;
}
div.login_preamble {
	margin-bottom: 1em;
	margin-left: 25%;
	margin-right: 25%;
}
@media print {
	#menu, #tabmenu, div.noprint { display: none; }
	#header { color: #000; background: none; }
	tr.summary { color: #000; font-weight: bold; background: none; }
	tr.options { display: none; }
	body { font-size: 10pt; }
}
div.select {
	border: 2px inset #CCC;
	background: #fff;
	padding: 0px;
	overflow: scroll;
	overflow-y: scroll;
	overflow-x: auto;
	height: 10em;
	width: 20em;
	display: block;
	display: inline-block;
	font-size: small;
}
div.select input {
}
div.select label {
	font-weight: bold;
	vertical-align: middle;
}
div.select div.option {
	background: inherit;
	padding: 1px;
	color: inherit;
}
div.select div.selected {
	background: #69c;
	color: #fff;
}

.task_p1 { color: #66F; }
.task_p2 { color: #33C; }
.task_p3 { color: #009; }
.task_p4 { color: #036; }
.task_p5 { color: #333; }
.task_p6 { color: #630; }
.task_p7 { color: #960; }
.task_p8 { color: #C30; }
.task_p9 { color: #F00; font-weight: bold; }

table.sortable thead {
	background-color:#eee;
	color:#666666;
	font-weight: bold;
	cursor: default;
}

div.summary_block {
	padding: 5px;
	background: #fafaff;
	border: 1px solid #ccc;
}
