﻿.xmlDisplaySearch
{
 margin-left:6px;
 }
.XmlDisplayClass
{
 border:1px solid darkblue;
}
.XmlDisplayHeader
{
 font-family:Tahoma;
 font-size:12pt;
 background-color: #f0f0f0;
}
.XmlDisplayHeader TH {
color: red;
border-bottom: 1px solid silver;
}

.XmlDisplayRow
{
 font-family:tahoma;
 font-size:10pt;
 background-color: white;
}

.XmlDisplayRow  TD {
padding-left:4px;
padding-right:4px;
border-bottom: 1px dashed silver;
border-left:none;
border-right:none;
}

.XmlDisplayRowAlternate
{
 font-family:tahoma;
 font-size:10pt;
 background-color: #F5F5F5;

}

.XmlDisplayRowAlternate TD {
border-bottom: 1px dashed silver;
border-left:none;
border-right:none;
padding-left:4px;
padding-right:4px;

}

.XmlRepeater
{
  padding:5px;
}
.XmlRepeaterRow
{
 padding:3px;
 font-family:tahoma;
 font-size:10pt;
 background-color: lightblue;
 display:block;
 border-bottom:1px dashed blue;
}
.XmlRepeaterRowAlternate
{
 padding:3px;
 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:10px;
}

Table.XmlDisplayClass {border:1px solid silver;}

 


