﻿.smallText
{
    font-size: 9px;
}

.itemResults
{
    border: solid 1px #dedede;
}
.itemRow
{
    position: relative;
    width: 660px;
    height: 70px;
    padding: 6px 0;
    background-color: #fff;
    font-size: 11px;
}
.itemRow a, .itemRow a:active.itemRow a:visited, .itemRow a:link
{
    color: #134079;
}
.itemRow:nth-child(2n+1)
{
    background-color: #DEDEDE;
}
.itemPic
{
    height: 66px;
    width: 66px;
    float: left;
    position: relative;
    text-align: center;
}
.itemPic IMG
{
    max-height: 66px;
    height: expression(((this.height>66)&&(this.height>=this.width)) ? 66:true)!important;
    max-width: 66px;
    width: expression((this.width>66)&&(this.width > this.height) ? 66:true)!important;
}
.itemAge
{
    position: absolute;
    right: 0px;
    bottom: 0;
    height: 16px;
    width: 17px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    opacity: 0.85;
    -moz-opacity: 0.85;
    filter: alpha(opacity=85);
}
.itemTix
{
    float: left;
    width: 26px;
    text-align: center;
    font-size: 20px;
    height: 23px;
    margin-top: 3px;
}


.itemTixCheck
{
    height: 30px;
    width: 22px;
    float: left;
    text-align: center;
}
.itemTixCheck input
{
    margin-top: 9px;
}

.itemBlacklist, .itemEarnings
{
    float: left;
    width: 100px;
    height: 22px;
    margin-left: 4px;
    padding-top: 8px;
    text-align: center;
    font-weight: bold;
}
.itemEarnings
{
    width: 40px;
    padding-top: 6px;
}
.bux
{
    border: solid 1px #0c340e;
    background-color: #71a070;
}
.itemName
{
    float: left;
    width: 180px;
    height: 22px;
    margin-left: 15px;
    padding-top: 8px;
    font-weight: bold;
    font-size: 12px;
}
.itemLocation
{
    float: left;
    width: 120px;
    height: 22px;
    margin-left: 4px;
    padding-top: 8px;
}
.itemDate
{
    float: left;
    width: 96px;
    height: 22px;
    margin-left: 4px;
    padding-top: 8px;
}
.itemStatus
{
    float: left;
    height: 22px;
    margin-right: 4px;
    padding-top: 8px;
    text-align: right;
    width: 60px;
}
.itemHeader, .itemFooter td
{
    background-color: #FFCC32;
    height: 14px;
}
.itemHeader div
{
    height: 14px;
    font-size: 8px;
    font-weight: bold;
    margin-top: 2px;
    padding: 0;
    background-color: inherit;
}
.itemHeader input
{
    margin-top: -1px;
}
.itemFooter TD
{
    background-color: #eeeeee;
    padding: 4px 0;
}
.itemFooter span
{
    margin-left: 6px;
    font-weight: bold;
    font-size: 11px;
}
