﻿@charset "utf-8";
/* CSS Document */

.AgencyApp {
    width: 1000px;
    margin: auto;
    font-family: Verdana;
    font-size: 13px;
    text-shadow: 0px 0px 1px #ccc;
    font-weight: 500;
}

.HeaderText {
    font-size: 15px;
    font-weight: bold;
    height: 45px;
    padding-top: 5px;
    text-align: center;
    width: 100%;
}

.TodayDate {
    width: 70%;
    margin: auto;
    border-collapse: collapse;
}

    .TodayDate tr td {
        padding: 5px;
        border: 1px solid #ccc;
    }

    .TodayDate tr:first-child td {
        background: #eee;
    }

    .TodayDate tr td span:nth-child(2) {
        position: absolute;
    }

#ctl00_ContentPlaceHolder1_RadAsyncUpload_TravelLicense {
    position: relative;
    top: 5px;
    width: 250px;
}

#ContentPlaceHolder1_RadAsyncUpload_TravelLicense {
    position: relative;
    top: 5px;
    width: 250px;
}
