body
{
	background: #ffffdd url(/img/logo.png) no-repeat;
	padding-top: 50px;
}

h2
{
	font-family: Verdana, sans-serif;
	font-size: large;
	border-bottom-style: solid;
	border-bottom-color: #cc9966;
	margin-bottom: 0;
	z-index: 500;
}

div.tips
{
	position: absolute;
	top: 10px;
	left: 310px;
	right: 10px;
	max-height: 65px;

	overflow: hidden;

	border-style: solid;
	border-width: 2px;
	border-color: #9cf;
	background-color: #cdf;
	padding: 8px;

	font-size: small;
}

div.error
{
	border-style: solid;
	border-width: thick;
	border-color: #C33;
	background-color: #F96;
	margin-top: 15px;
}

div.confirm
{
	border-style: solid;
	border-width: thick;
	border-color: #3C3;
	background-color: #6F9
	margin-top: 15px;
}

img.icon
{
	border-style: none;
}

img.right
{
	float: right;
}

.editable
{
	border-style: dashed;
	border-width: thin;
	border-color: #bb9;
	text-decoration: none;
	margin: 0px 1px;
}

th
{
	text-align: left;
	font-size: small;
	border-bottom: solid 2px #c96;
}

.right
{
	text-align: right;
}

.numeric, th.numeric
{
	text-align: right;
}

tr.template
{
	display: none;
}

.tags
{
	font-size: small;
	color: gray;
}

.control a
{
	font-size: small;
	vertical-align: top;
	border: solid thin #ffd;
}

a.control:hover
{
	border: solid thin #bb9;
}

div.navigation
{
	margin-bottom: 5px;
	margin-left: 15px;
}

div.navigation a
{
	font-size: small;
	font-weight: bold;
	color: black;
	float: left;
	margin-left: 3px;
	margin-right: 3px;
}

div.navigation a.sitewide
{
	float: right;
}

div.navigation div.end
{
	clear: both;
}

table.tasklist
{
	border-spacing: 0;
}

table.tasklist tbody tr td
{
	border-top: solid thin #ffffdd;
	border-bottom: solid thin #ffffdd;
}

table.tasklist tbody tr:hover td
{
	border-top: solid thin #bbbb99;
	border-bottom: solid thin #bbbb99;
}

table.tasklist tbody tr:hover td.control
{
	border-top: solid thin #ffffdd;
	border-bottom: solid thin #ffffdd;
}

.subtask-list table.tasklist
{
	width: 100%;
}

.subtask-list
{
	width: 40%;
	float: left;
	clear: left;
}

.drophover
{
	background: #f80;
}

div.confirmation
{
	position: fixed;
	left: 30%;
	top: 200px;

	width: 40%;

	border: solid medium black;
	background: white;

	padding: 10px;
}

div.confirmation div
{
	text-align: right;
}

.editable.selected,
.control.selected {
	background: #ccddff;
}

.editable.processing {
	background: lightgreen;
}

form.filter {
	font-size: 8pt;
}

form.filter input.filter {
	font-size: 8pt;
	width: 120px;
}

form.filter input.submit {
	font-size: 8pt;
	width: 50px;
}

dl.zend_form dt {
	width: 8em;
	padding: .5em;
	float: left;
	margin: 0;
}

dl.zend_form textarea.wide {
	position: relative;
	left: -11em;
}

dl.zend_form dd {
	margin-left: 8em;
	padding: .5em;
}

dl.zend_form ul.errors {
	list-style: none;
	color: red;
	font-size: 10pt;
	padding: 0;
	margin: 0;
}

dl.zend_form p.description {
	font-size: 10pt;
	color: #666;
	padding-left: .5em;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
}
