﻿.xmlDisplaySearch
{
 margin-left:6px;
 font-family:tahoma;
 font-size:9pt;
  width:127px;
 }
.XmlDisplayGrid
{
 border:1px solid darkblue;
}
.XmlDisplayHeader
{
 font-family:tahoma;
 background-color: #F0F0F0;
 font-size:9pt;
 }
.XmlDisplayRow
{
 font-family:tahoma;
 font-size:10pt;
 background-color: lightblue;
}
.XmlDisplayRowAlternate
{
 font-family:tahoma;
 font-size:10pt;
 background-color: white;
}

.XmlRepeater
{
  padding:5px;
}
.XmlRepeaterRow
{
 padding:5px;
 font-family:tahoma;
 font-size:10pt;
 background-color: lightblue;
 display:block;
 border-bottom:1px dashed blue;
}
.XmlRepeaterRowAlternate
{
 padding:5px;
 font-family:tahoma;
 font-size:10pt;
 background-color: white;
 display:block;
 }

 .theLayer
{
 background-color: white;
 width:250px;
 left:300px;
 top:100px;
 border:1px solid lightblue;
 padding:5px;
}
