﻿body
{
}
#docTitle a
{
    text-decoration: none;
    font-size: 10pt;
}
#docTitle a:visited
{
    color:#820c47; 
}
#docTitle a:active
{
    color:#820c47; 
}
#docTitle a:hover
{
    text-decoration: underline;
}
#docRegionList
{
    color: Black;
}
#docRegionList a
{
    color: black;
    text-decoration: none;
}

#docRegionList a:visited
{
    color: black;
    text-decoration: none;
}


#docRegionList a:hover
{
    text-decoration: underline;
}

.ResultGrid {
    background-color: #00125B;
    color: white;
    width: 99%;
    padding: 5px;
    border:1px solid #032E54;
    position:relative;
}

.IndicatorDescription {
    border: 1px solid #032e54;
    padding: 5px;
    background-color: #E4E7EE;
    width: 99%;
    color: #032e54;
    display: block;
}


#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
{
    color: #ffffff;
    font-family: Verdana;
    font-size: 8pt;
    background-color:#a01c5e ;
    text-transform:capitalize;
    font-weight:bold;
    text-decoration:none;
    padding: 0 1px 0 1px;
}

.NoResult
{
 color:red;
}

.IndicatorDescription p
{
    margin:0 !important;
    padding: 5px 0 !important;
}

.ResultText
{
 width:96%;
}

span.toogle-indicator {
cursor:pointer;
display:block;
height:16px;
position:absolute;
right:5px;
top:6px;
width:16px;
}
