﻿
.list-table
{
    border:collapse;
}

.head-blank
{
    width: 261px;
}

.head-text
{
    width: 180px; 
    text-align: center;
    
}

.head-row
{
    padding: 5px; 
    background-color: #ffffff;    
}

.item-row
{
    padding: 0;    
    background-color: #ffffff;    
}

.alt-row
{
    padding: 0;   
    background-color: #e5e5e5;     
}

.list-item
{
    text-align: left;
    font-size: 11pt;
    font-weight: bold;  
    padding-left: 10px;  
}

.list-item a:link,
.list-item a:visited,
.list-item a:active,
.list-item a:hover
{
    text-decoration: none;   
    color: #000000; 
}

.list-dot
{
    text-align: center;    
}

.list-dot span
{
    color: #ed9f0b;
    font-size: 32pt;
}

.highlight
{
    background-color: #fbecce;    
}
.selectable
{
	cursor: pointer;
}
