﻿/* wraps the entire app */
#lf_app
{
    width: 550px;
	margin: 20px auto 0 auto;
    background-color:#fff;
    padding:2px;
    color:#99CC00;
    font-family: Sans-Serif, Verdana;
}

.lf_app_table
{
	width: 550px;
}

/* submit button */
.lf_app_submit{
    border:none;
	cursor:pointer;
}

#submitButton {
	width: 454px;
	float: left;
	margin-top: 15px;
}

#submitButton input {
	border: none;
}
/*special styles */

#lf_app input, #lf_app select {
	border: solid 1px #25a1cc;
	margin: 0 0 8px 0;
}
.lf_section_header{
    font-size:20px;
	color: #1d99c5;
	display: block;
	margin-bottom: 10px;
}
.lf_app_label{
    font-weight:600;
    font-size:12px;
	color: #343434;
}
.lf_error_control{
    background-color: #F5615E;
}
.lf_img_error{   
}
.lf_colA_td{
    width: 175px;
}
.lf_colB_td{
    width: 100px;
}
/* calendars */
#lf_pay_calendar{
    border:solid 2px #000;
    background-color:#fff;
    color:#99CC00;
    font-size:small;
}
.lf_cal_table
{
    border:solid 1px #99CC00;
}
.lf_cal_table th{
    color:#fff;
    background-color:#99CC00;
}
.lf_cal_table td
{
    border:solid 1px #000;
    height: 18px;
    width: 18px;
    text-align:right;
}
.lf_cal_selected{
    color: #000;
    font-weight:bold;
    background-color:#9BBB59;
}
.lf_cal_td_dis{
    color:#ccc;
}
.lf_cal_td_hover{
    background-color: #9BBB59;
    cursor:pointer;
}

