#header {
    background: #b1c8dc url('/static/img/header-bg.png') left top repeat-x;
    color: #028031;
    /*overflow: hidden;*/
}  

#header a:link, #header a:visited {
    color: #e10915;
}   

#user-tools {
    position: absolute;
    right: 0;
    top: 0;
}

.label {
	font-weight: bold;
}

.signature {
	font-style:italic;
	font-weight: bold;
}

.value {
	font-style:italic;
}

.event-action-link {
	font-weight: bold;
	font-size: 12px;
	white-space: nowrap;
}

#email-preview {
	padding-left: 20px;
}

#email-header {
	background-color: #FFFFD7;
}

.email-body {
	background-color: #FFFFD7;
	padding: 10px 20px;
}

.dashboard-module h2 {
    margin: 0;
    padding: 7px 5px 8px 8px;
    text-align: left;
    font-weight: normal;
	background: url(/static/img/admin-tools.png) repeat-x 0 -205px;
    height: 20px;
    color: #555;
}

div.breadcrumbs {
    display: block;
    padding: 10px 15px;
    border: 0;
    background-position: 0 -8px;
    border-bottom: 1px solid #ededed;
}

div.breadcrumbs a {
    display: inline;
}

dl dt
{
	clear: left;
	float: left;
	font-weight: bold;
	padding-left: 20px;
}

dl dd
{
	margin-left: 150px;
	padding: 5px;
}

.dashboard-module-app-list > div > ul > li > a {
	font-size: 12px;
	font-weight: bold;
}

.dashboard-module ul li .warning {
    background: transparent url(/static/img/admin/icon_alert.gif) no-repeat;
    padding-left: 25px;
}

.dashboard-module .warning a {
    color: red;
}

.dashboard-module ul li .normal {
    background: transparent url(/static/img/admin/icon_calendar.gif) no-repeat;
    padding-left: 25px;
}

a.button {
	color: black;
	font-weight:normal;
	white-space: nowrap;
}

a.flatbutton {
	border-style: solid;
	border-width : 1px 1px 1px 1px;
	text-decoration : none;
	padding : 2px 6px 2px 6px;
	border-color : #dddddd;
	background-color : #eeeeee;
	white-space: nowrap;
}

span.inactive {
	font-style : italic;
    color      : #999999;
}

.event-status-n {
	height: 35px;
	background : #FFFFAA;
}

.event-status-a {
	height: 35px;
	background : #CCFFCC;
}

.event-status-i {
	height: 35px;
	background : #FFEE99;
}

.event-status-x {
	height: 35px;
	background : #EDF3FE;
}

.event-status-r {
	height: 35px;
	background : #FFCCFF;
}

.event-status-o {
	height: 35px;
	background : #FFBBBB;
}

.event-status-f {
	height: 35px;
	background : #DDDDDD;
}

.event-status-p {
	height: 35px;
	background : #BCD5BE;
}

.event-status-t {
	background : #E5E5E5;
	font-style : italic;
    color      : #777777;
}


.bill-status-d {
	background : #FFFFAA;
}

.bill-status-m {
	background : #CCFFCC;
}

.bill-status-s {
	background : #FFEE99;
}

.bill-status-a {
	background : #EDF3FE;
}

.bill-status-g {
	background : #FFCCFF;
}

.bill-status-f {
	background : #DDDDDD;
}


table#result_list th, table#result_list td {
	vertical-align: middle;
}

#id_moved_events {
	color: gray;
}

