﻿
#docTitle a {
    text-decoration: none;
    font-size: 10pt;
}
#docTitle a:visited {
    color: #505050;
}
#docTitle a:active {
    color: #505050;
}
#docTitle a:hover {
    text-decoration: underline;
}
#docRegionList {
    color: Black;
}
#docRegionList a {
    color: black;
    text-decoration: none;
}
#docRegionList a:hover {
    text-decoration: underline;
}

.ResultGrid {
    width: 99%;
    padding: 5px;
    border: 1px solid #032E54;
    margin: 12px 0 0;
    background-color: #032E54;
    color: #fff;
    position: relative;
}

.IndicatorDescription {
    padding: 5px;
    display: block;
    background-color: #A0D7FF;
    border: 1px solid #032E54;
    color: #032E54;
    width:99%;
}

#CenterResult {
    float: left;
    height: 22px;
    padding-top: 3px;
    width: 99%;
}

#LeftCornersResult {
    float: left;
    background-color: transparent;
    background-image: url(images/ASSearchLeft.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
    width: 4px;
    height: 22px;
}

#RightCornersResult {
    float: left;
    background-image: url(images/ASSearchRight.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
    width: 4px;
    height: 22px;
    background-color: transparent;
}

.ClearBoth {
    clear: both;
}

#LeftCorners {
    margin-top: -4px;
    float: left;
}
#RightCorners {
    margin-top: -18px;
    float: right;
}

#GridView {
}

.docPager {
    text-align: center;
}
.docPager a {
    padding: 0 3px 0 3px;
    font-size: 1.1em;
    text-decoration: none;
}

.docPager span {
    padding: 0 3px 0 3px;
    font-weight: bold;
}

.docPager a:hover {
    text-decoration: underline;
}

#docDocumentIndex {
    color: #A8A8A8; /*BaBaBa #c4c4c4;*/
    font-size: 8pt;
}
#docRegionList {
    color: DimGray;
    font-size: 8pt;
}

.NewDocument, .UpdateYear {
    color: #3B454A;
    font-family: Verdana;
    font-size: 8pt;
    background-color: #A0D7FF;
    text-transform: capitalize;
    font-weight: bold;
    text-decoration: none;
    padding: 0 1px 0 1px;
}

.ResultText {
    width: 96%;
}

span.toogle-indicator {
    cursor: pointer;
    display: block;
    height: 16px;
    position: absolute;
    right: 5px;
    top: 6px;
    width: 16px;
}


.IndicatorDescriptionParent {
    width: 100%;
    position: relative;
}

