@charset "utf-8";
/* CSS Document */

#tbForm {
	display: block;
}

form.tomboyForm {
	background-color: #FFFFFF;
	margin: 4px;
	padding: 4px;
	border: 1px dashed #000099;
}

form.tomboyForm table {
	color: #000033;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

form.tomboyForm table tr th {
	white-space: nowrap;
	background-color:#E7E7E7;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: left;
}

form.tomboyForm table tr th h3 {
	color: #FFFFFF;
}

form.tomboyForm table tr th em.required {
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
}

form.tomboyForm table tr.odd {
	background-color: #DDE6ED;
}

form.tomboyForm table tr th, form.tomboyForm table tr td {
	padding-left: 6px;
	padding-right: 6px;
}

form.tomboyForm table tr td label {
	color: #254D80;
	font-weight: bold;
}

form.tomboyForm table tr td img.calendar {
	cursor: pointer;
	margin-right: 6px;
}

form.tomboyForm table .fright {
	float: right;
}

form.tomboyForm table .fleft {
	float: left;
}

form.tomboyForm p.errors {
	font-weight: bold;
	margin-right: 32px;
	margin-left: 32px;
	margin-bottom: 6px;
	color: #b43434;
	padding: 8px;
	background-color: #fffaf7;
	border: 1px dashed #cca991;
}

form.tomboyForm p.errors h2 {
	color: #992a2a;
}


form.tomboyForm p.messages {
	font-weight: bold;
	margin-right: 32px;
	margin-left: 32px;
	border: 1px solid #346db4;
	background-color: #dde6ed;
	color: #346db4;
	padding: 8px;
}

form.tomboyForm p.messages h2 {
	color: #2c5d99;
}

form.tomboyForm p a.button {
	color: #b54b00;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #b56a34;
	margin-bottom: 3px;
	line-height: 22px;
	font-size: 13px;
	font-weight: normal;
}

form.tomboyForm .fright {
	float: right;
}

form.tomboyForm .fleft {
	float: left;
}
