﻿
/* CONTENT - PROJECT */
.projectNav {
    padding: 1px 3px;
    position: fixed;
    top: 103px;
    width: 99%;
    background: #e9e9e9;
    border-bottom: 1px solid #ddd;
    z-index: 999;
}
.projectNav-title {
    font-weight: bold;
    font-size: 1em;
}
.projectNav-info {
}
.projectNav-back {
    font-weight: normal;
    font-style: italic;
    text-decoration: none;
}
.projectNav-back a:active {
    font-weight: normal;
    text-decoration: none;
}
.projectNav-back a:hover {
    font-weight: bold;
    text-decoration: none;
}
.projectNav-back a:visited {
    font-weight: normal;
    text-decoration: none;
}
.projectContent {
    margin-top: 35px;
}

/* CONTENT - MENU */
.leftMenu-container {
    padding: 2px 2px 2px 2px;
    background-color: #f3f3f3;
    vertical-align: top;
    width: 200px;
}
.leftMenu {
    background-color: #e1e1e1;
}
.leftMenu a:link {
}
.leftMenu a:hover {
}
.leftMenu a:visited {
}

/* CONTENT - LIST */
.formList {
    border: solid 1px #d1d1d1;
}

/* CONTENT - ENTITAS */
.formEntity {
}
.formEntity tr td.tdTitle {
    padding: 10px;
}
.formEntity tr td.tdTitle label {
    font-size: 1.3em;
    font-weight: bold;
}
.formEntity tr td.tdTitle div {
    padding-bottom: 5px;
    border-bottom: 1px solid #c5c5c5;
}
.formEntity tr td.tdTitle ul {
    margin-top: 5px;
    margin-bottom: 5px;
}
.formEntity tr td.tdTitle ul li {    
    color: #5353ff;
    margin-left: -20px;
    font-style: italic;
}
.formEntity tr td.tdTitle span.infoButton {
    font-weight: bold;
    color: #555555;
}
.tdLabel {
    vertical-align: top;
    text-align: right;
    padding-right: 10px;
}
.tdValue {
    vertical-align: top;
}
.tdGroup {
    background-color: #b1b1b1;
}
.tip {
    font-size: 0.9em;
    font-style: italic;
    font-weight: normal;
    display: block;
    color: #535399;
}