body {
    margin: 0;
    padding: 0;
    background: #fff;
    font: 10px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
    color: #000;
}

table, td, th, input, select, textarea, pre {
    font: 10px 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
    color: #000;
    text-align: left;
}

th {
    font-weight: bold;
}

/* class for menu options in left menu: LI */
.left_option {

}

/* class for errors container; DIV */
.errors {
    color: red;
    font-size: 12px;
    font-weight: bold;
    margin: 0px;
}

.errorLabel {
    color: red;
}

.errorField {
    border: 2px solid red;
}

.errorMessage {
    color: red;
    font-size: 12px;
    margin: 10px;
}

/* class for error instance; LI, SPAN */
.error {

}

.form_error {

}

/* class for error instance title; LI, SPAN */
.error_head {
    font-weight: bold;
}

/* class for centered text */
.centered {
    text-align: center;
}

/* class for messages container; DIV */
.messages {

}

/* class for message instance; LI, SPAN */
.message {
    color: green;
    font-size: 12px;
    font-weight: bold;
}

/* class for form input */
.form_input {

}

/* class for form label */
.form_label, .label, label {
    vertical-align: top;
    font-weight: bold;
    white-space: nowrap;
    padding-bottom: 10px;
}

.comment {
    font-size: smaller;
    color: #555;
}

.form_error {
    color: red;
    font-size: x-small;
}

/* class to display form button */
.button {
    font-size: 11px;
    color: #666;

    background-image: url( /fastcard/static/images/button_gradient.gif );
    background-repeat: repeat-x;
    overflow: visible;
    padding: 2px 7px 3px 7px;
    margin-right: 5px;
    margin-bottom: -1px;
    border: 1px solid white;
    background-color: #aed4e4; /* only IE sees this */
}

.button[type] {
/* IE doesn't see this */
    width: auto;
    padding: 2px 5px;
    border: 1px solid #aed4e4;
    background-color: #e6e6e5;
    margin-bottom: 0;
}

.button img {
    margin-bottom: -4px;
    margin-right: -4px;
    margin-left: 2px;
}

.button:focus {
/* unfortunately ie doesn't recognize this, so we can't get rid of those black focus borders */
}

table.wide {
    width: 100%;
}

table.bare {
    border-collapse: collapse;
}

table.bare tr {
    height: 12px;
}

table.bare td {
    font-size: 10px;
    border: 0px solid #CCC;
}

table.simplegray {
    border-collapse: collapse;
}

table.simplegray tr {
    height: 20px;
}

table.simplegray td {
    font-size: 10px;
    border: 1px solid #CCC;
}

table.simplegray th {
    font-size: 10px;
    font-weight: bold;
    border-bottom: 2px solid #808080;
}

tr.odd {
    background-color: #f5f5f5;
}

tr.even {
    background-color: #ffffff;
}

th.sortable a, th.sortable a:active, th.sortable a:visited, th.sortable a:hover {
    color: black;
}

th.sorted a, th.sorted a:active, th.sorted a:visited, th.sorted a:hover {
    text-decoration: underline;
}

h2 a {
    font-size: 10px;
}

h3 {
    color: white;
    background-color: #666;
    display: block;
    padding: 5px;
}

a:hover{
    text-decoration: underline;
    color: red;
}

a, a:active, a:visited {
    text-decoration: underline;
    color: #666666;
}

.number {
    text-align: right;
}

.gray_table {
    font-size: smaller;
    border-collapse: collapse;
}

.gray_table table {
    background-color: #eeeeee;
    width: 100%;
    border: 1px solid #808080;
}

.gray_table td {
    padding: 4px;
    border: 1px solid #cccccc;
    white-space: nowrap;
}

.gray_table th {
    font-size: small;
    padding: 4px;
    font-weight: bold;
    border-bottom: 2px solid #808080;
    background-color: #cccccc;
    white-space: nowrap;
}

.small_readonly_table {
    font-size: small;
    text-align: left;
}

.small_readonly_table th {
    font-weight: bold;
}

.small_readonly_table td {
    font-weight: normal;
}

div.padded {
    padding: 10px;
}

div.borderbox {
    margin: 0 20px 20px 0;
    padding: 10px;
    border: 1px #ccc solid;
}

/* Dialog Styles */
#newProjectDialog {
    width: 500px;
}

/* Clearfix to support floated divs in IE */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */

/* Scriptaculous autocomplete styles */
div.autocomplete {
    position: absolute;
    width: 250px;
    background-color: white;
    border: 1px solid #888;
    margin: 0;
    padding: 0;
}

div.autocomplete ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div.autocomplete ul li {
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 2px;
    cursor: pointer;
}

div.autocomplete ul li.selected {
    background-color: #ffb;
}

/* End Scriptaculous autocomplete styles */

/* Page specific styles */
.projectrow {
    cursor: pointer;
}

#container {
    width: 600px;
}

.buttons {
    width: 800px;
    padding: 5px;
    margin: 10px 0;
}

.editbox {
    background: #ddd;
    margin-bottom: 10px;
    border-right: thin #aaa solid;
    border-bottom: thin #aaa solid;
    border-left: thin #aaa solid;
}

.editcontent {
    padding: 5px;
}

ul.choices li {
    list-style-type: square;
    font-size: 16px;
    padding: 5px;
}

/* LID form styles */
.dojoTab {
    font-size: 12px;
}

#tabContainer {
    width: 980px;
}

div.section {
    margin: 10px;
    padding: 0;
}

div.section td {
    vertical-align: top;
    padding-right: 10px;
}

.sectionheader {
    font-weight: bold;
    font-size: 14px;
    display: block;
    padding: 5px;
    margin: 0;
    margin-bottom: 10px;
    background: #579;
    color: white;
    -moz-border-radius: 5px;
}

.sectionheader .actions {
    margin-left: 15px;
    display: inline;
}

.actions {
    font-size: 10px;
}

.sectionheader .actions a, .sectionheader .actions a:visited, .sectionheader .actions a:active, .sectionheader .actions a:hover {
    font-size: 10px;
    color: white;
    text-decoration: underline;
}

.sectioncontent {
    margin-bottom: 15px;
}

.costField, #total {
    text-align: right;
}

.costTotal {
    font-size: 14px;
    font-weight: bold;
}

#bucketContainer {
    display: block;
    padding: 4px;

}

.bucket {
    float: left;
    width: 200px;
    height: 100px;
    background-color: #f5f5ff;
    border: 1px #ccc solid;
    margin-right: 20px;
}

.bucketHeader {
    padding-bottom: 2px;
    padding-top: 2px;
    font-weight: bold;
    font-size: 14px;
    color: #579;
    background-color: #eee;
    text-align: center;
}

.bucketContent table {
    width: 100%;
}

.bucketContent th, td {
    font-weight: normal;
    padding-top: 3px;
    color: #555;
}

.bucketContent th {
    width: 80%;
    text-align: left;
}

.bucketContent td {
    width: 20%;
    text-align: right;
}

.alignRight {
    text-align: right;
}

.bucketContent .total {
    padding-top: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 35px;
    color: #777;
}

#bucketContainer a, a:visited, a:active, a:hover {
    color: #555;
}

#bucketContainer .total a, .total a:visited, .total a:active, .total a:hover {
    color: #777;
}

.alert {
    width: 300px;
    text-align: center;
    padding:5px;
}

.alertTitle {
    font-weight: bold;
    font-size: 20px;
    color: red;

    margin-bottom: 5px;
}

.alertContent {
     font-size: 12px;
    margin-bottom: 10px;
}

.alertButtons {
    margin-bottom: 10px;
}

.inlineHeader {
    font-size: 14px;
    font-weight:bold;
    background-color: #cccccc;
}

.fuComment {
    background-color: #ffffcc !important;
}

.fuEmpty {
    background-color: #ffffcc !important;
}

.fuError {
    background-color: #ff9999 !important;
}

.fuInvalidFormat {
    background-color: #ff9999 !important;
}

.fuValid {
    background-color: #ccffcc !important;
}

.fuDuplicate {
    background-color: #99ccff !important;
}

