
.CalendarWrapper
{
    display: inline; 
}
.Calendar
{
    width: 180px;
    position: absolute;
    border: 1px #000 solid;
    overflow: auto;
    padding: 3px;
    z-index: 250;
    background-color: #FFF;
}
.MonthWrapper
{
    text-align: center;
}
.Month
{
    border: 1px #999 solid;
}
.Month tr td
{
    text-align: center  !important;
    height: 25px !important;
    width: 25px !important;
    vertical-align: middle !important;
    padding: 0 !important;
}

.DayCell a, 
.DayCell a:visited, 
.DayCell a:hover
{
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 25px;
    font-size: 90%;
    color: #339;
    border: 1px #CCC solid;
}
.DayCell a:hover
{
    background-color: #FE9;
    border: 1px #333 solid;
    font-weight: bold;
}
.MonthName
{
    font-weight: bold;
    width: 90%;
    text-align: center !important;
}
.CalendarHeader
{
    overflow : auto;
    margin: 2px;
    margin-bottom: 5px;
}
.DaysOfWeek
{
    border-bottom: 1px #999 solid;
    color: #AAA;
    text-align: center;
}

.help
{
    background-color: #EEE;
    border: 1px #BBB solid;
    font-size: 80%;
    padding: 10px; 
    margin: 10px;
}

.expenseformfinal
{
    background-color: #FFF;
    padding: 10px;
}


.fanout
{
    padding: 3px 10px;
}

.fanout h4
{
    font-variant: small-caps;
    margin-bottom: 10px;
    font-size: 1.3em;
}
.subfanout
{
    border: 1px #AAA solid;
    padding: 0;
    margin: 10px 3px;
    background-color: #E2DBCF;
    
    font-size: 0.8em;
}
.subfanout h5
{
    margin: 0;
    background-color: #93865C;
    padding: 5px 10px;
    color:#FFF;
    text-transform: uppercase;
}
.subfanout p
{
    margin: 0;
    padding-left: 10px;
}

.subfanout p.fanoutlabel
{
    font-weight: bold;
    color: #746A49;
    padding: 0;
}
.fanoutperson
{
    background: url('../images/cross.png') 8px center no-repeat #DDF;
    border-bottom: 1px #BBC solid;
    padding: 10px 30px;
}
.fanoutperson span
{
    font-weight: bold;
}
.fanoutinfo 
{

    margin: 10px 0;
}
.fanoutinfo table
{
    width: 80%;
    margin: 0 10%;
}

table.fanoutcontacts
{
    width: 100%;
    margin: 0;
    table-layout: fixed;
}
table.fanoutcontacts tr td:first-child
{
   padding-left: 10px;
}

table.fanoutcontacts tr td
{

    width: 50%;
    color: #444;
}

div.expand
{
    display: none;
    width: 40px;
    height: 20px;
    float: left;
    background: url('../images/cross.png') center center no-repeat;
}
.fanoutperson .positionname
{
    color: #B0114B;
    
}
.localaddress
{
    padding: 3px 0;
    text-align: right;
}

.styled-left {
    float: left;
    height: 32px;
}

.styled {
    height: 32px;
}

input.styled-submit {
    float: left;
    margin-left: 2px !important;
    height: 32px;
}

#ExpenseFormMemberInfo {
    width: 96%;
}
#ExpenseFormMemberInfo tr > td:first-child {
    width: 11.8%;
}


.helpicon {
    content:url("../images/help.png");
}