﻿.ListBody
{
    padding-bottom: 5px;
    padding-top: 10px;
}
.ListRow
{
    background-position: left bottom;
    background-image: url(/PTSorocaba/WebSite/Common/Listing/HorizontalDivision.gif);
    background-repeat: repeat-x;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 1px;
    padding-top: 0px;
}
.ListRowLast
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
    padding-top: 0px;
}
.ListCell
{
    background-position: right top;
    background-image: url(/PTSorocaba/WebSite/Common/Listing/VerticalDivision.gif);
    background-repeat: repeat-y;
    cursor: pointer;
}
.ListCellLast
{
    cursor: pointer;
}
.ListImage
{
    padding-right: 3px;
    padding-bottom: 7px;
    padding-left: 7px;
    padding-top: 7px;
    width: 1px;
}
.ListItem
{
    padding-bottom: 7px;
    padding-top: 7px;
    padding-right: 7px;
    padding-left: 7px;
    display: block;
    text-decoration: none;
}
.ListItemTitle
{
    font-size: 9pt;
    color: #a80000;
    font-family: Tahoma, Verdana;
    display: block;
    font-weight: bold;
}
.ListItemDescription
{
    font-size: .7em;
    color: #333333;
    font-family: 'Microsoft Sans Serif' , Tahoma, Verdana;
    display: block;
}
.ListItemDate
{
    font-size: xx-small;
    color: #333333;
    font-family: Arial, Tahoma, Verdana;
    display: block;
}

/*****************************************************
*** Navigation Bar
*****************************************************/
.ListNavBar
{
    border-top: #dadae1 1px solid;
    border-bottom: #dadae1 1px solid;
    text-align: center;
    background-position: left center;
    background-image: url(/PTSorocaba/WebSite/Common/Listing/NavBarBack.gif);
    background-repeat: repeat-x;
    height: 24px;
    padding-top: 2px;
    clear: both;
}
.ListNavBarLabel
{
    font-size: 9pt;
    color: #333333;
    font-family: 'Microsoft Sans Serif' , Tahoma, Verdana;
    cursor: default;
}
.ListNavBarLabelDisable
{
    font-size: 9pt;
    color: #9a9b9d;
    font-family: 'Microsoft Sans Serif' , Tahoma, Verdana;
    cursor: default;
}
.ListNavBarLink
{
    padding-right: 2px;
    padding-left: 2px;
    font-size: 9pt;
    padding-bottom: 2px;
    color: #333333;
    padding-top: 2px;
    font-family: 'Microsoft Sans Serif' , Tahoma, Verdana;
    text-decoration: none;
}
.ListNavBarLink:hover
{
    text-decoration: underline;
}
.ListNavBarLinkHighlight
{
    padding-right: 2px;
    padding-left: 2px;
    font-size: 9pt;
    padding-bottom: 2px;
    color: #cc0000;
    padding-top: 2px;
    font-family: 'Microsoft Sans Serif' , Tahoma, Verdana;
    text-decoration: none;
    font-weight: bold;
}
.ListNavBarLinkHighlight:hover
{
    text-decoration: underline;
}