@charset "utf-8";
.dpDiv {
    background-color: #eee!important;
    color: #00cc00;
	margin-right:5px;
}
#datepicker{background:#ccc!important; padding-right:2px;}
.dpTodayButtonTD{bottom:#ece9d8; margin:0!important;}
.dpTable {
    background-color: #ffffff;
    border-color: #eee!important;
    border-right: 1px solid #005d9e;
    border-style: solid;
    border-width: 1px;
    color: #505050;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 12px;
    text-align: center;
margin:1px;

padding-bottom:5px;
}

.dpTD {
    border-color: #ece9d8;
    border-right: 1px solid #ece9d8;
    border-style: solid;
    border-width: 1px;
    color: #000000;
	padding:5px;
}

.dpDayHighlightTD {
    background-color: #777777!important;
    border-color: #005d9e!important;
    border-right: 1px solid #777777;
    border-style: solid;
    border-width: 1px;
	color:#FFF;
}
   .dpDayHighlight { color:#fff!important;}
.dpTDHover {
    background-color: #aca998;
    border-color: #888888;
    border-right: 1px solid #888888;
    border-style: solid;
    border-width: 1px;
    color: red;
    cursor: pointer;
}
.dpDayTD {
    background-color:#fff!important;
    border-color: #fff!important;
    border-right: 1px solid #005d9e;
    border-style: solid;
    border-width: 1px;
    color: #000!important;
}
.dpTitleText {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
}
.dpTitleTR{border:none!important; background:#EFEFEF; padding:0 1px;}
.dpDayHighlight {
   
    font-weight: bold;
}
.dpButton {
    background: none repeat scroll 0 0 #777!important;
    border: 1px solid #777!important;
    color: #ffffff;
	padding:0 8px;
	border-radius:2px;
	margin:3px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    text-decoration: none;
}
.dpTodayButton {
    background: none repeat scroll 0 0 #777777!important;
    border: 1px solid #777777!important;
	border-radius:4px; padding:2px; text-transform:capitalize;
    color: #ffffff;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    text-decoration: none;
	    margin-bottom: 3px;
		margin-top:3px;
}
