div#standardHeaderPanel {
    /*background: #a0dba0 url(/resources/core-images/top-bg_95_009f00_40x100.png) repeat-x;*/
    background: #E2F0FF;
    padding: 4px 4px 0 4px;
    border: 0;
}

div#standardCenterPanel {
    border: 0;
    padding: 0;
}

div#standardFooterPanel {
    padding: 0.5em;
    border: 0;
    background: #E2F0FF;
}

.j3-project-title{
    /*padding: 0.25em 0 0 0.5em;*/
    padding-left: 0.5em;
    font-size: 180%;
    /*font-style: normal;*/
    /*color: #397739;*/
    color: #006699;
}

.j3-project-title-about{
    font-size: 180%;
    padding-left: 0.5em;
}

#userName a:link{
    color: #426b8c;
}

#userName a:visited{
    color: #426b8c;
}

/* Attachments start */

.attach-upload
{
    overflow: hidden;
    width: 16px;
    height: 16px;
    background: url(../core-images/buttons/attachment.png) no-repeat;
    position: relative;
    cursor: pointer;
}

.attach-upload input
{
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    padding: 10px;
    margin: 0;
    font-size:24px;
    border: 0;
    top: 0;
    right: 0;

}

.attach-dlg-upload
{
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.attach-dlg-upload input
{
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    padding: 10px;
    margin: 0;
    font-size:24px;
    border: 0;
    top: 0;
    right: 0;

}

.attach-download {
    text-decoration: underline;
    cursor: pointer;
}

.attach-clear {
    width: 16px;
    height: 16px;
    background: url(../core-images/buttons/clear.png) no-repeat;
}

.attach-group-header {
    font-size: 11px;
    color: #069;
}

.attach-history {
    padding-top: 1em;
}

.attach-history .attach-group-header {
    color: #AAA;
}

.j3-set-pwd-text{
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

.blue-link{
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

.red-link{
    color: red;
    text-decoration: underline;
    cursor: pointer;
}

.j3-dlg-right-button{
}

.j3-pass-input-dlg {
    border: 1px solid #d9dbdd;
    padding: 0.5em;
    outline: none;
    font-size: 125%;
    border-radius: 10px;
}
/* Attachments end */

.alert-show {
    padding: 2px 5px 2px 5px;
}

.alert-show.ui-button {
    padding: 2px 5px 2px 5px;
}

.notes-resizer {
    background: #71A8D2 url(../core-images/buttons/notes.png) no-repeat 0 10px;
}

.notes-resizer-ru {
    background: #71A8D2 url(../core-images/buttons/notes.png) no-repeat -20px 10px;
}

.notes-toggler {
    background: transparent url(../core-images/buttons/ellipsis_nobg.png) no-repeat 2px;
}

.note-item {
    border-radius: 12px;
    padding: 4px;
    border: 1px solid #b2c3ac;
}

.note-item-master {
    background-color: #feffcf;
}

.note-item-response {
    background-color: #eeffe4;
}

.note-active {

}

.note-non-active {
    background-color: #efefef;
    color: #cccccc;
}

.note-expand {
    background: url('../core-images/misc/navi_arrows_solid.png') no-repeat;
    height: 16px;
    width: 16px;
}

.note-expand-right {
    background-position: -16px 0;
}

.note-expand-down {
    background-position: -32px 0;
}

.note-attach {
    background: url("../core-images/buttons/attachment.png") no-repeat;
    height: 16px;
}

.note-attach-full {
    background: url("../core-images/buttons/attachment_full.png") no-repeat;
}

.note-user {
    font-size: 10px;
    color: #AAA;
}

.note-time {
    text-align: right;
    font-size: 10px;
    color: #AAA;
}

.note-reply {
    text-align: right;
    font-size: 10px;
    font-style: italic;
}

.note-text {
    padding: 0 4px;
    color: #bb0000;
}

.note-text-read {
    color: #000000;
}

.note-commands .note-command {
    padding: 4px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    border: 1px solid transparent;
}

.note-command {
    padding: 4px;
    width: 16px;
    height: 16px;
}

.note-commands .note-command:hover {
    border: 1px solid #d3d3d3;
    border-radius: 4px;
}

.note-cmd-close {
    background: transparent url("../core-images/buttons/retro.png") no-repeat center;
}

.note-cmd-non-close {
    background: transparent url("../core-images/buttons/retro-unlocked.png") no-repeat center;
}

.note-cmd-point {
    background: transparent url("../core-images/buttons/zoom.png") no-repeat center;
}

.note-cmd-delete {
    background: transparent url("../core-images/buttons/trash.png") no-repeat center;
}

.note-cmd-read {
    background: transparent url("../core-images/buttons/mail.png") no-repeat center;
}

.note-cmd-non-read {
    background: transparent url("../core-images/buttons/mail-open.png") no-repeat center;
}

/* Pager start */
.j3-paging {
    padding: 0 6px 0 0;
    color: #000074;
    font-weight: 700;
}

.j3-paging-title, .j3-paging-showall {
    text-decoration: underline;
    cursor: pointer;
}

.j3-page-previous {
    background: url('../core-images/misc/navi_arrows_solid.png') no-repeat 0 0;
    cursor: pointer;
}

.j3-page-next {
    background: url('../core-images/misc/navi_arrows_solid.png') no-repeat -16px 0;
    cursor: pointer;
}
/* Paging end */

/* Search start */
.j3-search-title {
    font-weight: 700;
}

.j3-red {
    color:red;
}
.j3-red-bkg{
    background-color: red;
}

.j3-disabled {
    opacity: 0.6;
}
.j3-text-right {
    text-align: right;
}
.j3-text-left {
    text-align: left;
}

.j3-text-center {
    text-align: center;
}


.j3-navigator-next {
    /*background: url(../core-images/misc/navi_arrow_right.png) left bottom no-repeat; padding-left: 0.5em;*/
}

li.j3-navigator-last a, li.j3-navigator-last a:hover {
    font-weight: 700;
}
li.j3-navigator-last ul li a{
    font-weight: 400;
}


li.j3-navigator-separator {
    text-align: right;
    font-size: smaller;
    font-weight: 700;
}

.about-main{
    font-family: Verdana;
    font-size: 25pt;
    text-align: center;
    padding-top: 30px;
    color: black;
}
.about-lnk{
    font-family: Verdana;
    font-size: 18pt;
    padding-left: 40px;
}
.about-cont{
    font-family: Verdana;
    font-size: 12pt;
    line-height: 1.5;
}