.Block-Scroll 
{
    display: block;
    max-height: 500px;
    overflow: auto;
}
pre.Block-Scroll {
    white-space: pre;
    word-wrap: normal;    
}
table.SqlReference 
{
    border-collapse: collapse;
    width: 100%;
    border: #A0A0A0 1px solid;
}
table.SqlReference > thead > tr {
    border-bottom: #A0A0A0 1px solid;
}
table.SqlReference > tbody > tr {
    border-top: #A0A0A0 1px dotted;
    border-bottom: #A0A0A0 1px dotted;
}
table.SqlReference .Qualification {
    text-align: center;
    width: 150px;
}
span.Sql-Error-Open
{
    display: inline-block;
    width: 8px;
    height: 11px;
    background-image: url('/Resources/Images/rightArrow.jpg');
    margin-left: 5px;    
}
.Existance > span.True, .Existance > span.False {
    display: none;
}

.Existance.True > span.True 
{
    display: inline;
}
.Existance.False > span.False
{
    display: inline;
}
