﻿/********************************
    Details panel header section
*********************************/
 .collapsePanelHeader
{ 
    background-image: url(images/green1-gradient-30x1.gif);
    font-weight: bold; 
    vertical-align: middle; 
    color: white; 
    font-family: Arial, Verdana, Sans-Serif;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}


#detailsToolbar_Header h3
{
    margin: 0px;
    padding: 0px;
    left: 3px;
    vertical-align: text-bottom;
    width: 50px;
    line-height: 100%;
    text-align: left;
    color: #FFFFFF;
}

/**********************************/
.detailsPanel
{
    position:absolute;
    width:575px;
    height:350px;
    top:112px;
    right:20%;
    z-index:1500;
    /*border: 1px solid #519e2d;*/
    display: none;
}

.collapseContent
{
    width: 500px;
    height: 300px;
    border: 2px solid #000000;  
}
.fieldIdRow
{
    background-color:White;
    font-size:12px;
    /*width:45%;*/
    text-align:left;
    font-weight:bold;
}

.fieldAltIdRow
{
    /*background-color:#e2ebf5;*/
    background-color:#F0F0F0;
    font-size:12px;
    /*width:45%;*/
    text-align:left;
    font-weight:bold;
}
.valueIdRow
{
    background-color:White;
    font-size:12px;
    /*width:55%;*/
    text-align:left;
    font-weight:normal;
}

.valueAltIdRow
{
    background-color:#e2ebf5;
    font-size:12px;
     /*width:55%;*/
    text-align:left;
    font-weight:normal;
}
.IdSpatialTable
{
    width:100%;
}
.idsplit
{
    width:75%;
    color:#6F9BB8;
}


