/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

.datepicker-dropdown-menu {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    float: left;
    left: 0;
    list-style: none outside none;
    margin: 2px 0 0;
    min-width: 210px;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
}
.gwtHtmlDatePicker{
   text-align: center;
   height: 50px; width: 40px;
   padding-top:12px
}
.datepicker div.old{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #999999;
    cursor: default;
}
table tr td div.active{
    background-color: #006DCC;
    background-image: -moz-linear-gradient(center top , #0088CC, #0044CC);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datePicker-MonthSelector {
   width: 100%;
   background: #fff;
}
.datepicker table tr div:hover {
    background: none repeat scroll 0 0 #EEEEEE;
    cursor: pointer;
}
.datePicker-MonthSelector-cell:hover {
  background: none repeat scroll 0 0 #EEEEEE;
  cursor: pointer;
}
.datepicker-Icon{ 
	background-image:url(../img/calendar_blue.png); 
    background-repeat:no-repeat; 
    background-position: 99%;
    cursor: pointer;  
}
.datepicker-table-condensed th, .datepicker-table-condensed td{
	padding:3px 4px;
} 
 