/* Web Colors for Scaffolds, Notices/Errors, and Debugging
 * -------------------------------------------------------
 *  #ddd;       The "Disabled Gray" look
 *  #444;       Dull Gray
 *  #333;       Dark Muddy Gray
 *  #900;       Almost Brick Red
 *  #ffcc00;    Dark Yellow
 *  #ff0;       Light Purple
 *  #ecc;       Purple-Pink
 *  #cec;       Lavendar Blue
 *  #aaa;       Gray-Blue
 *  #666;       Very Dull Gray
 *  #bbb;       Lavendar Blue #2
 *  #a00;       Dark Red
 *  #fa0;       Purple
 *  #0a0;       Grass Green
 *
 *
 * Theme Colors
 * ------------
 *  #383838;    Dull Gray #2
 *  #c04d1d;    Dull Orange
 *  #ff0000;    Bright Red
 *  #c5c5c5;    Light Gray
 *  #986a08;    Light Brown
 *
 */



/*************************
 * Standard Elements
 *************************/
* {
    margin: 0px;
    padding: 0px;
}

body {
    background: #ffffff url(../img/background.gif);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #383838;
}

a {
    color: black;
    font-weight: bold;
    text-decoration: none;
}

a:link {
    color: #c04d1d;
}
a:visited {
    color: #c04d1d;
}
a:hover {
    text-decoration: underline;
    color: #c04d1d;
}
a:active {
    color: #c04d1d;
}

a img {
    border: none;
}



/*************************
 * Buttons
 ************************/
div.submit {
    width: 100px;
    margin: 0px auto;
}
div.submit input {
    cursor: pointer;
    padding: 0px;
    font-weight: bold;
    color: #fff;
    width: 100px;
    height: 30px;
    border: none;
    background-color: transparent;
    background: url("../img/button.gif") no-repeat;
}



/*************************
 * Basic Layout
 ************************/
#container {
    width: 975px;
    margin: 0 auto;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    background: #ffffff;
}

#header {
    text-align: left;
}


/* Basic Layout :: Logo's */
.logo {
    width: 970px;
    height: 113px;
    padding: 2px 5px 0px 0px;
    text-align: right;
    font-weight: bold;
    font-size: 12pt;
}
.logo a {
    font-size: 12pt;
}
#logo {
    background: url(../img/banner.gif);
}
#logo1 {
    background: url(../img/banner1.gif);
}
#logo2 {
    background: url(../img/banner2.gif);
}
#logo3 {
    background: url(../img/banner3.gif);
}


/* Basic Layout :: Content */
#content{
    width: 975px;
    padding-top: 10px;
}

/* Basic Layout :: Content :: Full Page */
#full {
    width: 955px;
    margin-bottom: 50px;
    padding: 0px 10px;
}

#full h2 {
    margin-bottom: 10px;
    padding: 0;
    padding-top: 10px;
    color: #c04d1d;
}

#full h3 {
    font-size: 1.5em;
    margin-bottom: 5px;
    padding: 0;
    padding-top: 5px;
}

#full h4 {
    margin: 0;
    padding: 0px;
    font-size: 12pt;
    color: #c5c5c5;
}

#full a {
    color: #c04d1d;
    text-decoration: none;
}

#full a:hover {
    text-decoration: underline;
}

#full p {
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
}

#full ol, #full ul {
    margin-left: 18px;
}

/* Basic Layout :: Content :: Full Page -- Legal */
#full ul.legal {
    list-style-type: none;
    margin: 0px 0px 10px 0px;
}
#full ul.legal li li {
    list-style-type: disc;
    font-size: 10pt;
    font-weight: normal;
    padding-top: 2px;
}
#full div#legalDate {
    margin: -5px 0px 20px 0px;
    font-size: 12pt;
    font-weight: bold;
}

/* Basic Layout :: Content :: Left Side */
#left {
    width: 230px;
    margin-bottom: 10px;
}

#left h3 {
    width: 208px;
    height: 34px;
    font-size: 12pt;
    font-weight: bold;
    font-family: "Times New Roman";
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 10px;
    padding-left: 20px;
    padding-top: 12px;
    color: #ffffff;
    background: url(../img/title.gif) no-repeat;
}

#left table {
    background: url(../img/title_back.gif) no-repeat;
    width: 230px;
    margin-bottom: 10px;
    padding: 20px 10px 0px 15px;
}
#left table td, #left table th {
    padding-bottom: 5px;
}
#left table th {
    text-align: left;
}
#left table td.amounts {
    text-align: right;
    font-weight: bold;
}
#left table td.dates {
    text-align: right;
    font-weight: bold;
}

/* Basic Layout :: Content :: Right Side */
#right {
    float: right;
    width: 700px;
    padding-right: 10px;
    margin-bottom: 10px;
}

#right h2 {
    margin-bottom: 10px;
    padding: 0;
    padding-top: 10px;
    color: #c04d1d;
}

#right h4 {
    margin: 0;
    padding: 0px;
    font-size: 12pt;
    color: #c5c5c5;
}

#right a {
    color: #c04d1d;
    text-decoration: none;
}

#right p {
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
}

#right ol, #right ul {
    margin-left: 30px;
}


/* Basic Layout :: Footer */
#footer {
    height: 125px;
    width: 975px;
    clear: both;
    background: url(../img/footer.gif) repeat-x top;
}

#footer p {
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
}

#footer a {
    color: #ffffff;
}
#footer span {
    color: black;
}
#footer span a {
    color: black;
}



/*************************
 * Scaffolding
 ************************/

/* Scaffold: Index */
.index table, .related table {
    background-color: white;
    border: 1px solid DarkGray;
    border-right: 0px;
    color: black;
    margin-bottom: 10px;
    width: 100%;
}
.index table th, .related table th {
    background-color: LightGrey;
    border: 1px solid gray;
    border-top: 1px solid white;
    border-left: 1px solid white;
    text-align: center;
    white-space: nowrap;
    padding: 0px 4px;
}
.index table th a, .related table th a {
    color: blue;
    background-color: LightGrey;
    display: block;
    padding: 2px 4px;
    text-decoration: none;
}
.index table th a:hover, .related table th a:hover {
    background-color: DarkGray;
    text-decoration: none;
}
.index table tr td, .related table tr td {
    background-color: white;
    border-right: 1px solid DarkGray;
    padding: 4px;
    text-align: center;
    vertical-align: top;
}
.index table tr.altrow td, .related table tr.altrow td {
    background-color: lavender;
}
.index table td.actions, .related table td.actions {
    text-align: center;
    white-space: nowrap;
    width: 60px;
}
.index table td.MoneyAction {
    padding-left: 0px;
    padding-right: 0px;
}
.index table td.actions a, .related table td.actions a {
    margin: 0px 6px;
}
.index table td.actions a:hover, .related table td.actions a:hover {
    color: #986a08;
}
.index table td.alignLeft, .related table td.alignLeft {
    text-align: left;
}
.index table td.alignRight, .related table td.alignRight {
    text-align: right;
}
.index h2 {
    margin-bottom: 10px;
    color: #c04d1d;
}

.index div.filter {
    margin: 20px 0px 10px 0px;
}
.index div.filter label {
    color: blue;
    font-weight: bold;
    font-size: 12pt;
    padding-right: 5px;
}
.index div.filter select {
    font-size: 12pt;
    margin-right: 10px;
}

/* Scaffold: Index (Project Times Table) */
.index table .SliderInfo table.ProjectTimes {
    border: none;
    margin-left: 10px;
    width: 320px;
}
.index table .SliderInfo table.ProjectTimes th, .index table .SliderInfo table.ProjectTimes td {
    border: none;
    background-color: #c5c5c5;
    padding: 0px;
}
.index table .SliderInfo table.ProjectTimes th {
    text-align: left;
}
.index table .SliderInfo table.ProjectTimes td {
    text-align: right;
}
.index table .SliderInfo table.ProjectTimes th.underline, .index table .SliderInfo table.ProjectTimes td.underline {
    border-bottom: 1px solid black;
}

/* Scaffold: Index (Request Info Table) */
.index table .SliderInfo table.RequestInfo {
}
.index table .SliderInfo table.RequestInfo th, .index table .SliderInfo table.RequestInfo td {
    background-color: #c5c5c5;
    padding: 4px;
}
.index table .SliderInfo table.RequestInfo th {
    text-align: center;
}
.index table .SliderInfo table.RequestInfo td {
    text-align: center;
}
.index table .SliderInfo table.RequestInfo td.alignLeft {
    text-align: left;
}
.index table .SliderInfo table.RequestInfo td.alignRight {
    text-align: right;
}
.index table .SliderInfo table.RequestInfo td.alignCenter {
    text-align: center;
}

/* Scaffold: Paging */
div.paging {
    background-color: white;
    color: DarkGray;
    margin-bottom: 25px;
    text-align: left;
}
div.paging div.disabled {
    color: #ddd;
    display: inline;
}
div.paging span {
}
div.paging span.current {
    color: black;
}

/* Scaffold: View */
.view dl, .related dl {
    line-height: 2em;
    margin: 0em 0em;
    width: 100%;
}
.view dt, .related dt {
    font-weight: bold;
    padding-left: 4px;
    vertical-align: top;
    width: 95%;
}
.view dd, .related dd {
    width: 75%;
    margin-left: 20%;   /* Width of Label */
    margin-top: -2em;
    vertical-align: top;
}

/* Scaffold: Actions (Non-Table Row Action) */
div.actions {
    clear: both;
}
div.actions ul {
    margin: 0px 0px;
    padding: 0px;
}
div.actions li {
    display: inline;
    list-style: none;
    line-height: 2em;
    margin: 0px 2em 0px 0px;
    white-space: nowrap;
}
div.actions li a {
    color: #986a08;
}
div.actions li a:hover {
    color: #986a08;
}

div.related {
    clear: both;
    display: block;
    margin-top: 25px;
}

/* Scaffold: Forms */
.form form {
    clear: both;
    margin-right: 20px;
    padding: 0px;
    width: 80%;
}
.form fieldset {
    border: 1px solid #ccc;
    margin-top: 30px;
    padding: 16px 20px;
}
.form fieldset legend {
    background: white;
    color: #986a08;
    font-size: 160%;
    font-weight: bold;
}
.form fieldset fieldset {
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 16px 10px;
}
.form fieldset fieldset legend {
    font-size: 120%;
    font-weight: normal;
}
.form fieldset fieldset div {
    clear: left;
    margin: 0 20px;
}
.form form div {
    clear: none;
    margin-bottom: 1em;
    padding: .5em;
    vertical-align: text-top;
}
.form form div.input {
    color: #444;
}
.form form div.required {
    color: #333;
    font-weight: bold;
}
.form form div.submit {
    clear: both;
    margin: 10px 0px 5px 20px;
}
.form label {
    display: block;
    font-size: 110%;
    padding-right: 20px;
}
.form input, .form textarea {
    clear: both;
    font-size: 140%;
    font-family: "frutiger linotype", "lucida grande", sans-serif;
    padding: 2px;
    width: 100%;
}
.form select {
    clear: both;
    font-size: 120%;
    vertical-align: text-bottom;
}
.form select[multiple=multiple] {
    width: 100%;
}
.form option {
    font-size: 120%;
    padding: 0 3px;
}
.form input[type=checkbox] {
    clear: left;
    float: left;
    margin: 0px 6px 7px 2px;
    width: auto;
}
.form input[type=radio] {
    float: left;
    width: auto;
    margin: 0px 3px 7px 0px;
}
.form input[readonly=readonly] {
    color: gray;
}
.form div.radio label {
    margin: 0 0 6px 20px;
}
.form input[type=submit] {
    display: inline;
    font-size: 110%;
    padding: 2px 0px;
}



/*************************
 * Notices and Errors
 ************************/
div.message {
    clear: both;
    color: black;
    font-size: 175%;
    font-weight: bold;
    margin: 1em 0px;
    text-align: center;
}
div.error-message {
    clear: both;
    color: red;
    font-weight: bold;
}
p.error {
    background-color: red;
    color: white;
    font-family: Courier, monospace;
    font-size: 120%;
    line-height: 140%;
    padding: 0.8em;
    margin: 1em 0px;
}
p.error em {
    color: black;
    font-weight: normal;
    line-height: 140%;
}
.notice {
    background-color: #ffcc00;
    color: black;
    display: block;
    font-family: Courier, monospace;
    font-size: 120%;
    line-height: 140%;
    padding: 0.8em;
    margin: 1em 0px;
}
.success {
    background-color: green;
    color: white;
}



/*************************
 * Debugging
 ************************/
.cake-sql-log {
    background-color: white;
    color: black;
    width: 100%;
    border: 1px solid gray;
}
.cake-sql-log caption {
    font-weight: bold;
    font-size: 1.2em;
    border-bottom: 1px solid gray;
}
.cake-sql-log th {
    background-color: DimGray;
    border-right: 1px solid gray;
    padding: 4px 8px;
    text-align: center;
}
.cake-sql-log tr td {
    border-right: 1px solid gray;
    padding: 4px 8px;
    text-align: left;
}
pre {
    color: black;
    background-color: #f0f0f0;
    padding: 1em;
}
pre.cake-debug {
    background-color: #ffcc00;
    font-size: 120%;
    line-height: 140%;
    margin-top: 1em;
    position: relative;
}
div.cake-stack-trace {
    background-color: white;
    border: 4px dotted #ffcc00;
    color: black;
    margin: 0px;
    padding: 6px;
    font-size: 120%;
    line-height: 140%;
    position: relative;
}
div.cake-code-dump pre {
    position: relative;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
    color: black;
    background-color: #F0F0F0;
    margin: 0px;
    padding: 1em;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
    font-size: 12pt;
    line-height: 15px;
    margin: 4px 2px;
    padding: 4px;
}
div.cake-code-dump span.code-highlight {
    background-color: #ff0;
    padding: 4px;
}
div.code-coverage-results div.code-line {
    padding-left: 5px;
    display: block;
    margin-left: 10px;
}
div.code-coverage-results div.uncovered span.content {
    background-color: #ecc;
}
div.code-coverage-results div.covered span.content {
    background-color: #cec;
}
div.code-coverage-results div.ignored span.content {
    color: #aaa;
}
div.code-coverage-results span.line-num {
    color: #666;
    display: block;
    float: left;
    width: 20px;
    text-align: right;
    margin-right: 5px;
}
div.code-coverage-results span.line-num strong {
    color: #666;
}
div.code-coverage-results div.start {
    border: 1px solid #aaa;
    border-width: 1px 1px 0px 1px;
    margin-top: 30px;
    padding-top: 5px;
}
div.code-coverage-results div.end {
    border: 1px solid #aaa;
    border-width: 0px 1px 1px 1px;
    margin-bottom: 30px;
    padding-bottom: 5px;
}
div.code-coverage-results div.realstart {
    margin-top: 0px;
}
div.code-coverage-results p.note {
    color: #bbb;
    padding: 5px;
    margin: 5px 0 10px;
    font-size: 10pt;
}
div.code-coverage-results span.result-bad {
    color: #a00;
}
div.code-coverage-results span.result-ok {
    color: #fa0;
}
div.code-coverage-results span.result-good {
    color: #0a0;
}



/*************************
 * Custom Attributes
 ************************/

/* Miscellaneous */
.requiredField {
    color: red;
    font-weight: bold;
}

.NoWrap {
    white-space: nowrap;
}

.EmptyField {
    font-style: italic;
    color: gray;
}

.DeletedRecord {
    font-style: italic;
    color: red;
}

.clearFloat {
    clear: both;
    margin: 0px;
    padding: 0px;
}

.isInvoiced {
    color: purple;
    font-weight: bold;
}

.ProjectStatus {
    color: navy;
    font-size: 12pt;
    font-weight: bold;
}
.RequestQuoteSummary {
    border: 1px solid gray;
    padding: 2px;
    line-height: 16px;
    height: 125px;
    overflow: auto;
}

.NewDocument {
    background-color: yellow;
    font-weight: bold;
}

.BugFix {
    color: red;
    font-style: italic;
    font-weight: bold;
}

/* IE 6 Warning */
.ie6Warning {
    background: #FFFFDF url(../img/icon_warning.gif) no-repeat 5px 3px;
    margin: 5px;
    padding: 5px 5px 5px 30px;
    border: 1px solid #CFA840;
    font-weight: bold;
}

/* FREE Quote */
#frmFreeQuote {
    padding-top: 3px;
}
#frmFreeQuote h3 {
    margin-top: 25px;
    color: #986a08;
}
#FreeQuotePrebuiltsOtherInfo, #FreeQuoteCurrentWebsite, #FreeQuoteDeliverBy {
    width: 300px;
}
#frmFreeQuote .instruction {
    margin: 12px 0px 2px 0px;
}

/* FREE Quote: input */
#frmFreeQuote div.input {
    margin-bottom: 3px;
}
#frmFreeQuote div.input label {
    display: block;
    width: 150px;
    float: left;
}
#frmFreeQuote div.similarWebsite label {
    text-align: right;
}
#frmFreeQuote div.input input {
    border: 1px solid #383838;
}
#frmFreeQuote div.similarWebsite input {
    width: 300px;
}

/* FREE Quote: radio */
#frmFreeQuote div.radio {
    width: 160px;
    padding: 3px 2px 18px 2px;
    margin-top: 3px;
    border: 1px solid #383838;
}
#frmFreeQuote div.radio input {
    float: left;
    border: none;
    margin-left: 8px;
}
#frmFreeQuote div.radio label {
    width: 30px;
    margin: 0px 5px;
    font-weight: bold;
}

/* FREE Quote: checkbox */
#frmFreeQuote div.checkbox {
    clear: both;
    height: 18px;
    width: 250px;
    margin: 0px 0px 5px 150px;
}
#frmFreeQuote div.checkbox input {
    float: left;
}
#frmFreeQuote div.checkbox label {
    margin-left: 5px;
    width: 200px;
}

/* FREE Quote: textarea */
#frmFreeQuote div.textarea {
}
#frmFreeQuote div.textarea label {
    width: 100%;
    font-weight: bold;
    font-size: 1.2em;
    margin: 5px 0px;
}
#frmFreeQuote div.textarea textarea {
    width: 100%;
    height: 175px;
    border: 1px solid #383838;
}

/* FREE Quote: select */
#frmFreeQuote div.select {
}
#frmFreeQuote div.select label {
}
#frmFreeQuote div.select select {
    border: 1px solid #383838;
}


/* FREE Quote: reCAPTCHA */
#recaptchaDiv {
    width: 320px;
    height: 130px;
    padding: 15px;
    color: white;
    background: transparent url("../img/recaptcha_bg.gif") no-repeat;
}


/* Site Map */
.sitemap b {
    font-size: 1.2em;
    display: block;
    margin-top: 5px;
    margin-bottom: 2px;
}
li.sitemap {
    list-style-type: none;
    margin-bottom: 10px;
}
li.sitemap li {
    list-style-type: disc;
}

/* Login */
#login {
    width: 285px;
    height: 150px;
    margin: 0px auto;
    padding: 10px;
    background: url("../img/login_box.gif") no-repeat;
    z-index: -20;
}

/* Login: Generic */
#login div {
    padding: 5px;
}
#login input {
    width: 195px;
}

/* Login: Input DIV wrappers */
#login .input {
    height: 18px;
    clear: both;
}
#login .input label {
    float: left;
}
#login input[type=text], #login input[type=password], #login input[type=checkbox] {
    float: right;
}

/* Login: Checkbox DIV wrapper */
#login .checkbox {
    width: 190px;
    margin: 8px 0px 0px auto;
}
#login .checkbox label {
}
#login .checkbox input {
    width: 20px;
}

/* Login: Submit Button */
#login div.submit {
    margin: 8px 0px 2px 0px;
    padding: 0px;
    margin-left: auto;
}
#login div.submit input {
    width: 100px;
}
#login a {
    margin-left: 20px;
}
#loginFooter {
    margin-top: 25px;
    text-align: center;
    font-weight: bold;
}
#loginForgot {
    text-align: center;
    font-weight: bold;
}

/* Generate Password */
.genPassword table {
    margin: 0px 0px -8px 0px;
}
#divLoadingPassword {
    width: 24px;
    text-align: right;
    margin: 0px;
    padding: 0px;
}

/* Re-Calculate Hours */
#divLoadingHours {
    width: 24px;
    text-align: right;
    margin: 0px;
    padding: 0px;
}

/* Accept Terms of Service? */
#tos {
    text-align: center;
    margin-bottom: 20px;
}
#tos p {
    margin: 10px 0px;
}
#tos input {
    padding: 2px 8px;
    font-size: 12pt;
    cursor: pointer;
}

/* Ad Payments */
#adBannerOptions fieldset {
    padding-bottom: 10px;
}
#adBannerOptions fieldset legend {
    font-weight: bold;
    font-size: 1.1em;
    margin-left: 5px;
    padding: 0px 5px;
}
.adPmtOptions {
    margin-top: 10px;
    padding: 0px 10px;
}
.adPmtOptions div {
    float: left;
    width: 140px;
    font-weight: bold;
}
.adPmtOptions input {
    margin: 0px 4px 0px 12px;
}
.adPmt {
    margin-top: 15px;
}
.adPmt table th {
    border: 0px solid black;
    color: #003366;
    background-color: #FFC161;
    padding: 2px;
}
.adPmt table td {
    padding-top: 5px;
    font-weight: bold;
}

/* Portfolio */
.portfolioGroup {
    margin: 0px auto;
    width: 955px;
}
.portfolio {
    float: left;
    padding: 0px 25px 25px 0px;
    height: 200px;
}
.portfolio img {
    border: 2px solid #c04d1d;
}
.portfolio div {
    padding-top: 3px;
    text-align: center;
}

/* Mailbox Button Links */
#MailboxButtonsContainer {
    margin-top: 25px;
    font-size: 16pt;
    font-weight: bold;
    height: 32px;
}
#MailboxButtonsContainer .MailboxButton {
    padding: 3px 0px;
}
#MailboxButtonsContainer .InactiveButton {
    margin-top: 5px;
    font-size: 12pt;
}
#MailboxButtonsContainer .MailboxButton a.MailboxTab {
    padding: 2px 4px;
    color: #444;
    text-decoration: none;
    background-color: #c04d1d;
    border: 2px solid black;
}
#MailboxButtonsContainer .MailboxButton a.ActiveTab {
    padding: 2px 4px;
    color: white;
    text-decoration: none;
    background-color: #c04d1d;
    border: 2px solid black;
}
#MailboxButtonsContainer .MailboxButton a.InactiveTab {
    padding: 3px 5px;
    color: gray;
    text-decoration: none;
    background-color: lavender;
    border: 1px solid gray;
}

#MailboxButtonsContainer .MailboxButton a:hover {
    color: white;
}
#MailboxButtonsContainer .MailboxButton a.InactiveTab:hover {
    color: #444;
}

#MailboxButtonsContainer .MailboxScroll {
    float: right;
    font-size: 10pt;
    margin-top: 10px;
}
#MailboxButtonsContainer .MailboxScroll a {
    color: #444;
}
#MailboxButtonsContainer .MailboxScroll span.inactive {
    color: silver;
}

/* Email Entry Heading */
.MailboxHeading {
    text-align: center;
    color: white;
    background-color: #c04d1d;
    padding: 5px;
    font-size: 1.6em;
    font-weight: bold;
    width: 75px;
}

/* Mailbox: INPUT Tags */
.MailboxForm div.input {
    text-align: left;
    clear: both;
    padding: 5px;
    width: 325px;
}
.MailboxForm div.input label {
    float: left;
    font-size: 1.4em;
    font-weight: bold;
    padding: 0px;
    display: block;
    width: 80px;
    text-align: right;
    padding-right: 8px;
}
.MailboxForm div.input input {
    width: 200px;
}

/* Mailbox: SELECT Tags */
.MailboxForm div.select {
}
.MailboxForm div.select label {
}
.MailboxForm div.select select {
    min-width: 200px;
}

/* Mailbox: TEXTAREA Tags */
.MailboxForm div.edit div.addMsg {
    border: 1px solid black;
    text-align: left;
}
.MailboxForm div.edit div.addMsg textarea {
    border: none;
    margin: 5px;
    padding: 5px 0px;
    height: 100px;
    width: 99%;
    overflow: auto;
}

/* Mailbox: Submit BUTTON */
.MailboxForm div.edit div.submit {
    margin: 2px 0px 0px auto;
}

/* Live Chat Instructions */
#ChatInstruction {
    font-style: italic;
    font-weight: bold;
    margin: -45px 0px 0px 100px;
    padding-left: 360px;
}

/* Live Chat User Listing */
#ChatListingContainer {
    float: left;
}
#ChatListingHeading {
    margin: 0px;
    width: 425px;
    height: 18px;
}
#ChatListingHeading table {
    width: 400px;
}

#ChatListing {
    margin: 0px 0px 5px 0px;
    width: 425px;
    height: 300px;
    overflow: auto;
    border: 1px solid black;
}
#ChatListing table {
    width: 400px;
}
#ChatListing table td {
    padding: 1px 0px;
}
#ChatListing table tr.altrow td {
    background-color: lavender;
}

/* Live Chat Box */
#ChatBoxIndicatorWrapper {
    float: right;
    height: 18px;
}
#ChatBoxIndicator {
}
#ChatBoxContainer {
    border: 1px solid gray;
    clear: right;
    float: right;
    margin: 0px;
    width: 450px;
    height: 400px;
}

#ChatBoxHeading {
    text-align: center;
    height: 26px;
    font-size: 14pt;
    font-weight: normal;
}

#ChatBoxInput {
    height: 120px;
    border: none;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
}
#ChatBoxInput textarea {
    margin: 5px 10px;
    width: 430px;
    height: 75px;
    border: 1px solid gray;
}
#ChatBoxInput div.submit {
    margin: 0px 10px 0px auto;
}
#ChatBoxInput input[disabled] {
    cursor: default;
}

#ChatBoxDialog {
    height: 250px;
    overflow: auto;
}

.msgEntry {
    padding: 0px 5px;
    margin-bottom: 15px;
    color: #554947;
    font-size: 12pt;
}
.msgFromNew {
    color: green;
    font-weight: bold;
}
.msgFrom {
    color: navy;
    font-weight: bold;
}
.msgDate {
    margin: 0px;
    padding: 0px;
    display: block;
    color: black;
    font-weight: bold;
    font-size: 10pt;
}

/* User's Profile */
.profileWrapper {
}

.userProfile {
    float: left;
    width: 600px;
    border: 1px solid black;
}
.userProfile h3 {
    clear: both;
    margin-left: 5px;
}
.userProfile form {
    padding: 0px;
    width: 95%;
}
.userProfile form div {
    clear: none;
    margin-bottom: 1em;
    padding: .5em;
    vertical-align: text-top;
}
.userProfile form div.input {
    color: #444;
}
.userProfile form div.required {
    color: #333;
    font-weight: bold;
}
.userProfile form div.submit {
    clear: both;
    margin: 10px 0px 5px 130px;
}
.userProfile label {
    clear: left;
    display: inline;
    float: left;
    width: 130px;
    margin: 1px 0px;
}
.userProfile input, .userProfile textarea {
    float: left;
    width: 75%;
    margin: 1px 0px;
    font-family: "frutiger linotype", "lucida grande", sans-serif;
    padding: 1px;
}
.userProfile select {
    float: left;
    vertical-align: text-bottom;
}
.userProfile select[multiple=multiple] {
    width: 100%;
}
.userProfile option {
    padding: 0 3px;
}
.userProfile input[type=checkbox] {
    clear: left;
    float: left;
    margin: 0px 6px 7px 2px;
    width: auto;
}
.userProfile input[type=radio] {
    float: left;
    width: auto;
    margin: 0px 3px 7px 0px;
}
.userProfile input[readonly=readonly] {
    color: gray;
}
.userProfile div.radio label {
    margin: 0 0 6px 20px;
}
.userProfile input[type=submit] {
    display: inline;
    font-size: 110%;
    padding: 2px 0px;
    margin: 25px 0px 10px 0px;
}

.baseProfile {
    width: 300px;
    float: right;
    border: 2px solid black;
    margin: 5px 0px;
    padding: 3px 0px;
}
.baseProfile td {
    padding: 2px 5px;
}
.baseProfile td.label {
}
.baseProfile td.data {
    font-weight: bold;
}

/* Additional Info */
.addlProfile {
    margin-top: 10px;
    float: right;
    width: 300px;
}
.addlProfile table {
    width: 100%;
}
.addlProfile th {
    text-align: left;
    padding: 2px;
}
.addlProfile td {
    padding: 2px;
}


/* Standard Form Entry for Adding/Editing */
.stdForm {
}
.stdForm form {
    padding: 0px;
    width: 95%;
}
.stdForm fieldset {
    border: 1px solid #ccc;
    margin: 0px;
    padding: 16px 20px;
    padding-top: 0px;   /* Doesn't work in IE, so set to 0. */
}
.stdForm fieldset legend {
    color: #986a08;
    font-size: 160%;
    font-weight: bold;
    padding: 10px 0px;  /* Compensate fieldset padding-top here using legend. */
}
.stdForm form p.subheading {
    clear: both;
    color: #986a08;
    font-style: italic;
    margin-left: 5px;
}
.stdForm form div {
    clear: none;
    margin-bottom: 1em;
    padding: .5em;
    vertical-align: text-top;
}
.stdForm div.error-message {
    clear: both;
    color: red;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
}
.stdForm form div.input {
    color: #444;
    margin: 0px;
    padding: 0px 5px;
    min-height: 28px;
}
.stdForm form div.required {
    color: #333;
    font-weight: bold;
}
.stdForm form div.submit {
    clear: both;
    margin: 0px 0px 5px 225px;
}
.stdForm label {
    clear: left;
    display: inline;
    float: left;
    width: 200px;
    margin: 1px 0px;
}
.stdForm input, .stdForm textarea {
    float: left;
    width: 75%;
    margin: 2px 0px;
    font-family: "frutiger linotype", "lucida grande", sans-serif;
    padding: 1px;
}
.stdForm div.select {
    clear: both;
    padding: 0px 5px;
    min-height: 28px;
}
.stdForm select {
    float: left;
    vertical-align: text-bottom;
    margin: 2px 0px;
}
.stdForm select[multiple=multiple] {
    width: 100%;
}
.stdForm div.date, .stdForm div.datetime {
    clear: both;
    margin: 0px;
    padding: 5px 0px 0px 5px;
}
.stdForm div.date select, .stdForm div.datetime select {
    float: none;
    margin: 0px 4px;
}
.stdForm div.time {
    clear: both;
    width: 175px;
    position: relative;
    left: 195px;
}
.stdForm div.time select {
    float: none;
    margin: 0px 4px;
    padding: 0px;
}
.stdForm option {
    padding: 0 3px;
}
.stdForm div.checkbox {
    clear: both;
    min-height: 20px;
    width: 218px;
}
.stdForm div.checkbox input {
    float: right;
    width: 15px;
    height: 15px;
    border: none;
}
.stdForm div.checkbox label {
    float: left;
    margin: 0px;
    width: 190px;
}
.stdForm input[type=radio] {
    float: left;
    width: auto;
    margin: 0px 3px 7px 0px;
}
.stdForm input[readonly=readonly] {
    color: gray;
}
.stdForm div.radio label {
    margin: 0 0 6px 20px;
}
.stdForm input[type=submit] {
    display: inline;
    font-size: 110%;
    padding: 2px 0px;
    margin: 25px 0px 10px 0px;
}
.stdForm div.genPassword table {
    margin: 15px 0px -15px 0px;
}
.stdForm div.recalcHours table {
    margin: 5px 0px -15px 0px;
}
.stdForm input.datepicker {
    width: 100px;
    float: none;
}
.stdForm input.numeric {
    width: 100px;
    float: none;
}
.stdForm div.spacer {
    clear: both;
    float: none;
    height: 14px;
    margin: 0px;
    padding: 0px;
}


/* File Type List */
#ExtensionListWrapper {
    padding: 0px 0px 0px 5px;
    margin: 0px 0px 10px 0px;
    height: 18px;
}
#ExtensionList {
    margin: 0px 0px 0px 200px;
    padding: 0px;
    width: 400px;
}


/* Items to Invoice or Pay on Invoice */
#InvoiceItems, #InvoiceItems div {
    margin: 0px;
    padding: 0px;
}
#InvoiceItems div.quote {
    margin-bottom: 10px;
}
#InvoiceItems table.quoteTable {
    border: 1px solid gray;
}
#InvoiceItems table.quoteTable th {
    border-bottom: 1px solid gray;
}
#InvoiceItems div.timeSpentHead {
    border: 1px solid gray;
    border-bottom: none;
}
#InvoiceItems div.timeSpent {
    border: 1px solid gray;
    height: 100px;
    overflow: auto;
}
#InvoiceItems div.InvoicesHead {
    border: 1px solid gray;
    border-bottom: none;
}
#InvoiceItems div.Invoices {
    border: 1px solid gray;
    height: 150px;
    overflow: auto;
}
#InvoiceItems table th {
    text-align: center;
}
#InvoiceItems table th, #InvoiceItems table td {
    padding: 0px 5px;
}
#InvoiceItems table td {
    text-align: left;
}
#InvoiceItems table td.alignCenter {
    text-align: center;
}
#InvoiceItems table td.alignRight {
    text-align: right;
}
#InvoiceItems table tr.altrow td {
    background-color: lavender;
}
#SelectAllInvoiceItems, #SelectAllInvoices {
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
}


/* Client Invoice Selection & Payment */
#ClientInvoices, #ClientInvoices div {
    margin: 0px;
    padding: 0px;
}
#ClientInvoices div.Invoices {
    margin: 5px 0px 0px 0px;
}
#ClientInvoices table {
    width: 100%;
}
#ClientInvoices table.InvoiceSelect {
    border-bottom: 1px solid gray;
}
#ClientInvoices table th {
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    text-align: center;
    padding: 0px 5px;
}
#ClientInvoices table th.left, #ClientInvoices table td.left {
    border-left: 1px solid gray;
}
#ClientInvoices table th.right, #ClientInvoices table td.right {
    border-right: 1px solid gray;
}
#ClientInvoices table td {
    text-align: left;
    padding: 2px 5px;
}
#ClientInvoices table td.alignCenter {
    text-align: center;
}
#ClientInvoices table td.alignRight {
    text-align: right;
}
#ClientInvoices table td.PaymentTotal {
    border-top: 1px solid gray;
    text-align: right;
    font-weight: bold;
    font-size: 12pt;
}
#ClientInvoices table tr.altrow td {
    background-color: lavender;
}
#ClientInvoices div.submit {
    margin: 25px 0px;
}
#ClientInvoices h2 {
    margin-bottom: 10px;
    color: #c04d1d;
}

#PayByCheck {
    margin-bottom: 10px;
}
#PayByCheck h2 {
    margin-bottom: 6px;
}
#PayByCheck p {
    margin-bottom: 4px;
}

#ClientPayPal {
    margin: 0px 0px 25px 0px;
}
#ClientPayPal div.submit {
    margin: 0px;
}
#ClientPayPal p {
    text-align: center;
}


/* Client Invoices */
.InvoicePaid {
    color: green;
    font-weight: bold;
}
.InvoiceDueDate {
    font-weight: bold;
    font-size: 12pt;
}
.InvoiceBalance {
    font-weight: bold;
    font-size: 12pt;
}


/* Standard "Loading" Indicator */
#LoadingIndicatorWrapper {
    margin: 0px;
    padding: 0px;
    height: 20px;
}
#LoadingIndicator {
    margin: 0px;
    padding: 0px;
}


/* Dashboard */
#Dashboard a:hover {
    text-decoration: underline;
}
#Dashboard div.help {
    padding-bottom: 20px;
    font-weight: bold;
    font-size: 1.2em;
}
#Dashboard div.shortcut {
    padding-top: 25px;
    font-weight: bold;
}
#Dashboard table {
    width: 100%;
    border-bottom: 2px solid black;
    border-right: 2px solid black;
}
#Dashboard table th {
    text-align: center;
    background-color: LightGrey;
}
#Dashboard table th, #Dashboard table td {
    border: 1px solid gray;
    border-bottom: none;
    border-right: none;
    padding: 2px 8px;
}
#Dashboard table td.date {
    white-space: nowrap;
    text-align: center;
}
#Dashboard table td.number {
    text-align: right;
}
#Dashboard table td.numberTotal {
    border-top: 2px solid black;
    font-weight: bold;
    text-align: right;
}
/* Dashboard: Activity Table */
#Dashboard table#activityTable {
    width: 70%;
}
#Dashboard table#activityTable th {
    text-align: left;
    padding: 5px 4px;
    background-color: transparent;
}
#Dashboard table#activityTable td {
    padding: 5px 4px;
}
#Dashboard div.NoRecords {
    padding-top: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 1.4em;
}


/* Project Summary */
.SliderInfoTR {
    display: none;
}
.SliderInfo {
    display: none;
    border: 1px solid black;
    background-color: #c5c5c5;
    padding: 2px 5px;
}
.SliderInfo div {
    margin: 5px 0px;
}
.SliderInfo div span {
    font-weight: bold;
    padding-right: 5px;
}


/* Client Project View ... */
#projectApprovalBox {
    padding: 10px;
    background-color: LightGrey;
    border: 4px groove gray;
}


/* Employee / Client Project View ... */
.projectWrapper {
}

.projectInfo {
    float: left;
    width: 400px;
}
.projectInfo dl {
    line-height: 24px;
}
.projectInfo dt {
}
.projectInfo dd {
    margin-top: -1.8em;
    padding-left: 25px;
}
.projectInfo div.ProjectHeading {
    margin-top: 15px;
    padding-left: 4px;
    font-size: 12pt;
    font-weight: bold;
}

/* Billed Project(s) (For Alerting) */
#BilledProject {
    float: right;
    width: 508px;
    margin: 5px 0px;
    font-size: 14pt;
    font-weight: bold;
    color: red;
}
.BilledProjectItem {
    font-size: 14pt;
    font-weight: bold;
    color: red;
}
#UnbilledTime {
    float: right;
    width: 508px;
    margin: 5px 0px;
    color: black;
}

/* My Project Title */
#MyProjectTitle {
    color: black;
    font-size: 12pt;
    font-weight: bold;
}

/* Timer Box */
#timerBox {
    border: 1px solid black;
    float: right;
    width: 500px;
    padding: 4px;
}
#timerBox table {
    width: 100%;
}
#timerBox th {
    text-align: left;
    padding: 2px;
}
#timerBox td {
    padding: 2px;
}
#timerBox a:hover {
    text-decoration: underline;
}

/* Internal Notes and Project Documents Boxes */
.workBoxHeading {
    float: right;
    margin-top: 15px;
    width: 508px;
    font-size: 12pt;
    font-weight: bold;
}
.workBoxHeading div.left {
    float: left;
}
.workBoxHeading div.right {
    padding: 3px 2px 0px 0px;
    float: right;
}
.workBoxHeading div.right a {
    font-size: 10pt;
}
.workBox {
    float: right;
    border: 1px solid black;
    width: 500px;
    height: 100px;
    padding: 4px;
    overflow: auto;
}
.workBox table tr.altrow td {
    background-color: lavender;
}
.workBox table th, .workBox table td {
    text-align: left;
}
.workBoxInstruction {
    float: right;
    width: 500px;
    padding: 2px 4px;
    font-style: italic;
    font-weight: bold;
}


/* Project Activity */
.activityWrapper {
}
.activityWrapper h3 {
    color: #986a08;
}
.activityWrapper form {
    width: 100%;
}
#PreviousActivity {
}


/* Page Counter */
p#pageCounter {
    padding: 0px 0px 2px 0px;
}
p#pageCounter span {
    font-weight: bold;
}


/* Sections */
.sectionWrapper {
    margin: 10px 0px;
}

.sectionInfo {
    width: 510px;
    margin-right: 10px;
    float: left;
}
.sectionInfo ul.servicesList li {
    font-size: 1.1em;
}

.sectionPhoto {
    margin-right: 10px;
    float: left;
}


/* Bar Graph */
#barWrapper {
    height: 16px;
}
#bar {
    border: 1px solid black;
    width: 0px; /* Set with Data */
    height: 16px;
}

#barPercent {
    position: relative;
    top: 0px;
    text-align: center;
    color: black;
    font-size: 10pt;
    line-height: 16px;
    background-color: transparent;
    z-index: 2;
    width: 100%;
    height: 100%;
}

#barGraph {
    position: relative;
    top: -16px;
    background-color: white;
    z-index: 1;
    width: 100%;
    height: 100%;
}
#barComplete {
    float: left;
    background-color: lime;
    width: 0px; /* Set with Data */
    height: 100%;
}
#barCompleteOver {
    float: left;
    background-color: red;
    width: 0px; /* Set with Data */
    height: 100%;
}
