/*****************************
  Default Style Elements
*****************************/

body {	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
     }


/* PPIGrid */

.PPIGrid
{
    background-image: url(../../../../Common/Images/PPIGrid/PPIGridBg.gif);
    background-repeat: repeat-x;
    font-size: 11px;
    font-family: Arial, Verdana;
    padding-top: 8px;
    border: solid 1px #5F748F;
    color: #666666;
}

.PPIGrid TABLE
{
    font-size: 11px;
    font-family: Arial, Verdana;
    color: #666666;
}
.GridHeader
{
    font-weight: bold;
    color: white;
    background-image: url(../../../../Common/Images/PPIGrid/headerBg.gif);
    background-repeat: no-repeat;
    background-position: right top;
    background-color: transparent;
    padding-left: 6px;
    height: 35px;
}
.GroupPanel
{
}

.GroupPanelItems
{
    font-weight: bold;
    color: white;
    white-space:nowrap;
}

.GridHeader A
{
    color: white;
    text-decoration: none;
}

.GridRow
{
    background-color: #E7E9EF;
    padding-left: 5px;
}
.GridRow TD
{
    border-bottom: solid 1px #BEC7D3;
}
.GridAltRow
{
    background-image: url(../../../../Common/Images/PPIGrid/GridAltRowBg.gif);
    background-repeat: repeat-x;
    background-color: #DCE0E8;
    padding-left: 5px;
}
.GridAltRow TD
{
    border-bottom: solid 1px #BEC7D3;
}
.GridPager
{
    background-image: url(../../../../Common/Images/PPIGrid/pagerBg.gif);
    color: #E7E9EF;
    padding-left: 6px;
    background-repeat: repeat-x;
    background-position: left bottom;
}

.GridPager A
{
    color: #E7E9EF;
}


* GeoMaps */

.GeoMapMainMapDiv {width:100%; height: 500px; margin-top: 10px;}

.GeoMapDrivingDirectionsInnerDiv {font-family: Verdana; font-size: 8px; padding-bottom: 5px;}

.GeoMapLocationListDiv {width: 100%; padding-top: 20px;}

.GeoMapLocationListHeader td {background-color: #000000; color: #FFFFFF; font-weight: bold; font-size: 11px; padding: 0px 5px;}

.GeoMapLocationListItem td {padding: 0px 5px;}

.GeoMapLocationListAlternatingItem td {padding: 0px 5px; background-color: #F2F2F2;}

.GeoMapLocationListGrid {}

.GeoMapInfoWindowHTMLTable { border: solid 0px #ffffff; padding: 0px; background-color: #ffffff; }
