body {
	background-color:#ffffff;
	color: #9d8d85;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.45;
    margin: 40px 0 0 0;
    padding: 0;
    text-align: center;
}

input.button {
	padding: 3px;
	background-color: #9fa615;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

a {
	color: #ce7019; 
	text-decoration: none;
	font-size: 1.0em;
}

code {
    white-space: nowrap;
}

code.filesize {
    font-family: 'Lucida Sans', monospace;
    font-size: 0.96em;
}

a:active, a:hover {
	color: #000000; 
}

#status {
    text-align: right;
    font-size: 0.8em;
}

#header a img {
    border: none;
}

#header div.logo {
    float: left;
}

#header div.title {
    float: left;
    font-size: 1.2em;
    padding-left: 1em;
    padding-top: 1.2em;
    cursor: pointer;
}

#heading {
	color: #cecdc5;
    font-size: 2.5em;
    padding-top: 0.5em;
    text-align: right;
    cursor: pointer;
}

#table-sortable th.sortable {
    cursor: pointer;
}

#table-sortable td.nowrap {
    white-space: nowrap;
}

#table-main th, #table-main td {
    width: 12em;
}

#assignees-heading div.left {
    float: left;
    padding-right: 2em;
}

#assignees-heading div.spacer {
    height: 1em;
}

#assignees-heading div.help {
    display: none;
}

#assignees-heading div.help-link a {
    cursor: pointer;
}

br.clear {
    clear: both;
}

div#form div {
    margin-top: 1em;
}

div#form #radio div {
    float: left;
    padding-top: none;
    margin-top: none;
    padding-right: 2em;
}

div#container {
	border: 2px solid #cec6c2;
    margin: 1em auto;
    padding: 1em;
    text-align: left;
    width: 960px;
}

hr#menu-divider {
    border: none;
	color: #cec6c2;
	background-color: #cec6c2;
    height: 1px;
}

ul#nav {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

ul#nav a {
    display: block;
    white-space: nowrap;
}

ul#nav li {
    float: left;
}

ul#nav li.divider {
    width: 5em;
    float: left;
}

label {
    width: 9em;
    float: left;
    text-align: right;
    margin-right: 0.5em;
    display: block;
    white-space: nowrap;
}

.header2, label {
	font-weight: 600;
	color: #494442;
}

.header1 {
	font-size: 14px;
	line-height: 1.45;
	font-weight: 600;
	color: #494442;
}

.submit, .error {
    margin-left: 9.5em;
}

.error {
	color: #ce7019; 
}

input.text {
	border-color: #cec6c2;
	border-style: solid;
	color: #9d8d85;
    width: 15em;
}

.delete a {
    cursor: pointer;
}

.message {
    font-weight: bold;
	color: #ce7019; 
    display: none;
}
