﻿@import url("/DesktopModules/MDTCalendarModule/css/datepicker.css");
@import url("/DesktopModules/MDTCalendarModule/css/smoothness/jquery-ui-1.7.1.custom.css");
.MDTCalMod_Calendar{}
.MDTCalMod_hidStartDate{}
.MDTCalMod_hidEndDate{}
.MDTCalMod_hidImgRoot{}
.MDTCalMod_txtStartDate{
    border: solid 1px #9D9D9D;
}
.MDTCalMod_txtEndDate{
    border: solid 1px #9D9D9D;
}
.MDTCalMod_UI_datepicker{}
.MDTCalMod_DateRangeArea{
margin-top: 36px;}
.MDTCalMod_SubmitButton{
    position: relative;
    top: 10px;
    left: 68px;
    border: none;
    width: 56px;
    height: 16px; 
    background-repeat: no-repeat;
    background-position: left;
}
.MDTCalMod_HelpButton{
    position: relative;
    top: 6px;
    left:70px;
    border: none;
    width: 56px;
    height: 16px; 
    background-repeat: no-repeat;
    background-position: left;
    text-decoration: none!important;
}
.MDTCalMod_DateRangeAreaContainer{
    /*background-color: #DDDDDD;*/
    width: 310px;
    margin-left: 10px;
	padding:10px;
	background-image:url(images/searchByDate.gif);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#d7d4c3;
	
}
.MDTCalMod_StartDateLabel{
    color: #5F100C;
    font-weight: bold;
}
.MDTCalMod_EndDateLabel{
    color: #5F100C;
    font-weight: bold;
}
.MDTCalMod_StartDateTextBox{}
.MDTCalMod_EndDateTextBox{}
.MDTCalMod_SubmitButtonContainer{
    text-align: left;
}
.ui-datepicker-trigger{
    margin-left: 5px;
}
.calendarContainerDiv{}
.MDTCalMod_DateRangeSubmitButton{}
.Normal{}
.NormalTextBox{}