﻿.cwblist
{
    width:100%;
    margin:0px auto;
}
.RepeatStyle
{
    font-family: Arial;
    font-size:9pt;
    table-layout: auto;
    border-collapse: collapse;    
}
.HeaderStyle /*Common Styles*/
{
    background-image: url(../images/OCSSprite.gif);
    background-position:0 -80px;
    background-repeat:repeat-x;
    background-color:#d1dbe0;
}
.HeaderStyle td
{
    padding: 5px;
    color: #16387c;
    font-weight:bold;
}
.HeaderStyle a
{
    text-decoration:none;
    color:#16387c;
    display:block;
    font-weight:bold;
}
.SearchStyle
{
    background-color:#E2EEFF;
}
.SearchStyle td
{
    padding: 0px;
    color: #16387c;
    font-weight:bold;
}
.button
{
    width:120px;
}
.ItemStyle td, .AltItemStyle td /*Common Styles*/
{
    padding: 5px;
}
.ItemStyle td
{
    background-color: #f1f5f6;
}
.AltItemStyle td
{
    background-color: #e4ebf0;
}
.ItemStyle td.parent, .AltItemStyle td.parent 
{
    background-color: #f1f5f6;
    background: url(../images/arrow-square.gif);
    background-position:right -51px;
    background-repeat:no-repeat;
    padding: 0px 30px 0px 5px;
    cursor: pointer;
}
.ItemStyle td.parent.active,.AltItemStyle td.parent.active {
    background-position: right 4px;
}
.detail {
    display: none;  
} 
.detail td {
    background-color: #fEf5f6;
}   
.detail table td 
{
    background-color:#9ab2ca;
}    
.text_sm_blue {
  color: #039;
  font-family: Arial;
  font-weight: bold;
  font-size: 11px;
} 
.index {}
.ellipsis {
    text-overflow: ellipsis;        
    overflow:hidden;
    white-space: nowrap;
}