﻿
/* page skin */
body {
    background-color: #fff;
    font-family: verdana,geneva,sans-serif;
}

table.jsweb_paddingOuter {
    width: 900px;
    border-collapse: collapse;
}

.jsweb_header {
    background: transparent url(/jp2/clientSkin/header_bg.png) repeat-x top left;
}
.jsweb_header td {
    padding: 0;
    text-align: left;
    vertical-align: top;
}
.jsweb_headerInfo {
    color: #6DCFF6;
    font-size: 10pt;
    font-weight: bold;
    margin-top: 65px;
}
.jsweb_headerInfo span {
    float: right;
    padding-right: 1em;
}
.jsweb_content {
    text-align: left;
    vertical-align: top;
}

.jsweb_footer {
    background: transparent url(/jp2/clientSkin/footer-bg.jpg) no-repeat bottom right;
    vertical-align: bottom;
}

.jsweb_footer table {
    float: right;
    width: 310px;
    margin: 70px 10px 20px 0;
}
.jsweb_footer table th, .jsweb_footer table td {
    text-align: left;
    vertical-align: top;
    color: #fff;
}
.jsweb_footer table th {
    color: #6DCFF6;
}
.jsweb_footer a {
    color: #fff;
}


/* tabs */

.clientTabBar {
    width: 100%;
}
.clientTabBar .tablink {
    color: #036;
    text-decoration: none;
    font-size: 8pt;
    font-weight: bold;
}



/* job queue */
table.jobs th {
    cursor: hand;
    font-family: Verdana;
    font-size: 0.9em;
    background-color: #337599;
    color: #FFFFFF;
    border-right: 1px solid #FFFFFF;
    padding: 2px;
}

table.jobs td {
    font-family: Verdana,geneva,arial,sans-serif;
    font-size: 0.8em;
    padding: 2px;
}

.job_list_tr {
    background: transparent url(/jp2/clientSkin/job_list_tr_bg.gif) repeat-x top left;
}

.shadowed {
    background-image: url("/janison/images/select_drop_shadow.gif");
    border: 1px inset buttonface;
    background-repeat: repeat-x;
    background-position: top left;
    background-attachment: fixed;
    font-family: verdana,geneva,sans-serif;
    font-size: 8pt;
}

.button {
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    color: #337599;
    border-style: outset;
    border-width: 1px;
}

table.clientJobSearch th, table.clientJobSearch td {
    font-size: 8pt;
    font-family: verdana,geneva,sans-serif;
}

table.clientJobSearch th {
    text-align: right;
}

h1.clientJobsHeader {
    text-align: center;
    font-size: 16pt;
    font-weight: bold;
    font-family: arial;
    margin: 0 0 .5em 0;
    color: #99BACC;
    visibility: hidden;
}
h2 {
    font-size: 13pt;
}
h3 {
    font-size: 11pt;
    color: #69c;
}
fieldset.clientLogonForm {
    width: 1px;
    background-color: #DDEBFF;
}
fieldset.clientLogonForm legend {
    font-weight: bold;
    font-size: 12pt;
}
fieldset.clientLogonForm th {
    text-align: right;
    font-size: 10pt;
}
fieldset.clientLogonForm td, fieldset.clientLogonForm input {
    font-size: 10pt;
}
table.clientIntro, table.clientIntro td, table.clientIntro p, table.clientIntro li {
    font-size: 10pt;
}
table.rssfeeds {
    width: 100%;
}
table.rssfeeds td, table.rssfeeds a {
    font-size: 10pt;
    color: #000;
    text-decoration: none;
}
table.rssfeeds a:hover {
    text-decoration: underline;
    color: #f90;
}



.generalLayout td, .generalLayout th, .generalLayout p {
    font-size: 10pt;
}

table.orgActivitySummary {
    border: 1px solid #999;
}
table.orgActivitySummary td {
    border: 1px solid #F4F4F4;
    padding: 0.5em;
}
table.orgActivitySummary th {
    background-color: #F4F4F4;
    text-align: right;
    padding: 0.5em;
}
table.orgActivitySummary thead th {
    color: #999;
    text-align: center;
    padding: 0.5em 1em;
}
#my-timeline * {
    font-size: 8pt;
}
.timeline-event-bubble-time, .timeline-event-bubble-body, .timeline-event-bubble-title, .timeline-event-bubble-body p {
    font-size: 8pt;
}

fieldset legend {
    font-weight: bold;
    color: #036;
}
fieldset.comment {
    clear: both;
    font-size: 8pt;
}
fieldset.comment .note {
    border-bottom: 1px solid #eee;
}
fieldset.comment {
    margin: 0 0 .5em 0;
}
fieldset.comment fieldset.comment {
    margin: .5em;
}
fieldset.comment ul.buttons {
    float: right;
    margin: 0;
    padding: 0;
    list-style-position: inside;
}
fieldset.comment ul.buttons li {
    display: inline;
    padding: 0 .5em 0 0;
    list-style: none;
}
fieldset.comment div.poster {
    color: #999;
    float: left;
    font-size: 8pt;
}
fieldset.comment p {
    margin: 0;
    padding: 0;
    line-height: 150%;
}

.client_add_link {
    float: right;
    border: 1px outset #F4F4F4;
    background-color: #F4F4F4;
    color: #000;
    text-decoration: none;
    padding: 0.25em 1em;
}
.client_add_link:hover {
    text-decoration: underline;
    color: #000;
}

table.stdLayout th, table.stdLayout td,
table.stdLayout {
    border: none;
    font-size: 9pt;
}

table.summarytable th {
    text-align: left;
}
table.summarytable th a {
    color:#fff;
    text-decoration: none;
}