/*input[type=text].date
{
	width: 10em;
}

th
{
	font-weight: bold;
}

#message
{
	border-radius: 10px;
	padding: 0 2em;
	margin-bottom: 0;
}

#message.error
{
	border: 1px solid red;
	background-color: #fff4f4;
}

#message.success
{
	border: 1px solid green;
	background-color: #f4fff4;
}

#message h1
{
	font-size: 1em;
	font-family: helvetica, verdana, arial, sans;
	font-weight: bold;
}

#message p
{
	font-size: 90%;
}

#diagnostics .warning
{
	background: orange;
	padding: 0.25em;
	font-weight: bold;
}

#diagnostics .notice
{
	background: #ccc;
	padding: 0.25em;
	font-weight: bold;
}

#diagnostics .success
{
	background-color: #55ff55 !important;
	padding: 0.25em;
}

#diagnostics .error
{
	background-color: #f00 !important;
	padding: 0.25em;
	font-weight: bold;
}

#accountbar
{
	background: #f1f1f1;
	position: absolute; 
	top: 0; 
	right: 0; 
	padding: 0.25em 2em 0.5em 2em;
	z-index: 99;
	border-radius: 0px 0px 0px 10px;
}

#accountbar span.name
{
	font-weight: bold;
	color: #00c;
}

#accountbar span.logout
{
	margin-left: 1.5em;
}

div.actions
{
	margin-top: 1em;
	text-align: right;
	margin-bottom: 1em;
}

div.actions input[type=button], div.actions input[type=submit]
{
	margin-right: 1em;
}

.self-clearing { 
   content: " ";
   display: block; 
   height: 0; 
   clear: both;
}

div.clear
{
   display: block; 
   height: 0px; 
   clear: both;
}

div.edit_settings input.hidden
{
}

div.edit_settings select[disabled=disabled]
{
	color: red;
	border: 2px solid red;
}

div.login
{
	width: 15em;
	margin: 0 auto;
}

div.login input[type=text]
{
	width: 15em;
}

div.label_info_holder label
{
	display: inline;
	margin-right: 0.5em;
}

td.money
{
	text-align: right;
}

.filter
{
	border: 1px solid #ccc; 
	border-radius: 5px;
	margin: 1em 0; 
	padding: 2em;
	padding-bottom: 0;
}

.filter div.field
{
	float: left;
	margin-bottom: 1em;
}

.filter label
{
	width: 10em;
	text-align: right;
	display: inline-block;
}

.filter input[type=text], .filter select
{
	width: 10em;
	margin: 0 0.5em;
}

.filter div.actions
{
	 float: right;
}*/