﻿.ui-text-date
{
    color: #000;
    line-height: 22px;
    background: url(../Images/main/calendar.gif) no-repeat left center;
    padding-left: 18px;
    margin-left: 5px;
}
.ui-text-exit
{
    color: #000;
    line-height: 22px;
    background: url(../Images/main/exit.png) no-repeat left center;
    padding-left: 18px;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
}
.ui-text-options
{
    color: #000;
    line-height: 22px;
    background: url(../Images/main/options.gif) no-repeat left center;
    padding-left: 18px;
    margin-left: 5px;
    cursor: pointer;
}
.ui-text-welcome {
    color: #000;
    line-height: 22px;
    background: url(../Images/main/user_1.png ) no-repeat left center;
    padding-left: 18px;
}

.ui-text-unit {
    color: #000;
    line-height: 22px;
    background: url(../Images/main/unit.png ) no-repeat left center;
    padding-left: 18px;
    color: white;
}

.ui-text-checker {
    color: #000;
    line-height: 22px;
    background: url(../Images/main/check.png ) no-repeat left center;
    padding-left: 18px;
    color: white;
}