/*body {*/
/*    font-family: Verdana,Ayuthaya,'HanaMinBFont',sans-serif;*/
/*}*/

#grid-main {
    width: 100%;
}

.container {
    overflow: auto;
}

.grid-heading {
    text-align: center;
    color: white;
    background-color: #9da97e;
    font-size: 16px;
}

.headtext {
    cursor: pointer;
}

.subheading {
    white-space: nowrap;
    text-align: center;
    background-color: #F5F5DC;
    font-size: 12px;
    cursor: pointer;
}

.collapse {
    float:left;
    cursor:pointer;
    font-weight: bold;
}

.grid-title {
    background-color: #F5F5DC;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    cursor: pointer;
}

.tooltip {
    visibility: hidden;
    position: absolute;
    background-color: #9da97e;
    color: white;
    width: auto;
    z-index: 1;
}

.grid-title:hover, .value:hover {
    overflow: visible;
}

.grid-title:hover .tooltip{
    visibility: visible;
}

.value:hover .tooltip{
    visibility: visible;
}

.link:hover .tooltip{
    visibility: visible;
    left: 14px;
    padding-left: 3px;
    padding-right: 3px;
}

.value {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.start {
    border-color: #9da97e;
    border-style: solid;
    border-width: 0 0 0 2px;
}

.mid {
    border-color: #E5E5CC;
    border-style: solid;
    border-width: 0 0 0 1px;
}

.white {
    background-color: white !important;
}

#grid-main table {
    border-collapse: collapse;
}

#grid-main tbody {
    font-size: 12px;
}

#grid-main tr:nth-child(even) {
    background-color: #f2f2f2;
}

#grid-main tr:nth-child(even) td.title {
    background-color: #E5E5CC;
}

#grid-main tr.hint:nth-child(odd) {
    background-color: #fff6ee;
}

#grid-main tr.hint:nth-child(even) {
    background-color: #f7eee6;
}

#grid-main tr:nth-child(even) td.title {
    background-color: #E5E5CC;
}

#grid-main tr.hint:nth-child(odd) td.title {
    background-color: #f7eee6;
}

#grid-main tr.hint:nth-child(even) td.title {
    background-color: #e7ded6;
}

#grid-main td {
    padding: 1px 3px 1px 3px;
}