/* This is a very basic stylesheet for the date-picker. Feel free to create your own. */

/* The wrapper div (note: ie7 hack at bottom of file) */
.datePicker
{
position:absolute;
min-width:21em;
width:21em;
z-index:9999;
text-align:center;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font:900 0.9em/0.9em;
background:transparent;
}
/*
   Quirksmode necessity
   --------------------
   
   If your HTML document renders in quirksmode (i.e. has no doctype declaration)
   then uncomment the following CSS rule or the datePicker will be HUGE in IE...

.datePicker th,
.datePicker td
{
//font-size:11px;
}
*/
/* The iframe hack to cover selectlists in Internet Explorer <= v6 */
.iehack
{
position:absolute;
background:#fff;
z-index:9998;
padding:0;
border:0;
display:none;
}
/* The button created beside each input. (position:relative required for correct positioning of datePicker in IE) */
.date-picker-control
{
position:relative;
border:0 none;
padding:0;
margin-left:4px;
background:transparent url(/images/date-picker2/cal.gif) no-repeat 0 0;
width:16px;
height:16px;
margin-top:0;
/*vertical-align:top;*/
cursor:pointer;
}
/* The next & previous buttons */
.datePicker th button
{
display:inline;
padding:0;
margin:0;
color:#000;
height:1em;
width:0.8em;
line-height:0.8em;
border-width:0;
/*font-family: georgia, times new roman, palatino, times, bookman, serif;*/
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
background:transparent;
font-weight:normal;
cursor:pointer;
/* Remove the next line (or add it to an IE specific stylesheet imported using conditional comments) should you wish to validate the css */
outline:expression(hideFocus="true");
}

.datePicker th button:active,
.datePicker th button:focus,
.date-picker-control:active,
.date-picker-control:focus,
.datePicker th button.disabled
{
outline:none !important;
/* Remove the next line should you need to validate the css */
-moz-outline-style:none;
}

.datePicker th button.prev-but
{
text-align:left;
font-size:170%;
color: #FF3400;
}

.datePicker th button.next-but
{
text-align:right;
font-size:170%;
color: #FF3400;
}
.datePicker th button.disabled
{
color:#aaa;
cursor:default;
}
/* The spacing between the buttons */
.but-spacer
{
margin-right:.1em !important;
}
/* The mon, tue, wed etc day buttons */
.datePicker th button.fd-day-header
{
text-align:center;
margin:0 auto;
font:900 1em Verdana, Sans-Serif;
height:auto;
width:auto;
text-decoration:none;
line-height:1.4em;
}
/* The table */
.datePicker table
{
position:relative;
margin:0;
padding:0;
border:1px solid #ccc;
background:#fff;
text-align:center;
width:100%;
}
.datePicker table tfoot td
 {
background:#fff;
}
/* Common TD & TH styling */
.datePicker table td
{
border: 1px solid #ccc;
padding:0.2em 0.2em;
vertical-align:middle;
/* Opera requires a line-height bigger than 1em in order to redraw properly */
line-height:1.2em;
cursor:default;
background:#fff;
font-weight:bold;
width:14% !important;
}
.datePicker table th
{
border:0 none;
padding:0 0.1em 0.3em 0.1em;
line-height:1em;
font-weight:bold;
color:#222;
text-align:center;
vertical-align:middle;
}
/* The "mon tue wed etc" day header button styles */
.datePicker table th.date-picker-day-header
{
/*text-transform:lowercase;*/
cursor:help;
 background:#eee;
padding:0.3em 0 0.1em 0;
}
/* The "todays date" style */
.datePicker table td.date-picker-today
{
background: #FF3400 url(/images/plash2.gif) no-repeat center;
color:#ffffff !important;
}
/* The "selected date" style */
.datePicker table td.date-picker-selected-date
{
color:#333 !important;
border-color:#ccc !important;
}
/* the "highlight days" style */
td.date-picker-highlight
{
color: #FF3400;
}
/* The date "out of range" style */
.datePicker table td.out-of-range
{
color:#ccc !important;
font-style:oblique;
background:transparent !important;
cursor:default !important;
}
/* The "disabled days" style */
.datePicker table td.day-disabled
{
color:#aaa !important;
background:transparent !important;
cursor:default !important;
}
/* The "active cursor" style */
.datePicker table td#date-picker-hover
{
background:#ccc;
cursor:pointer;
border-color:#ccc;
}
/* Remove the images for Internet Explorer <= v6 using the "* html" hack */
* html .datePicker table td.date-picker-selected,
* html .datePicker table td.date-picker-hover,
* html .datePicker table td
{
background-image:none;
}
/* Target ie7 only */
*:first-child+html .datePicker
{
min-width:23em;
width:23em;
}

/*--my---*/

#date_begin,
#date_end{
width: 76%;
}

div.statistic{
vertical-align:top !important;
padding:0px !important;
border:0px solid aqua;
}

input#date_from,
input#date_till{
background-color:white !important;
margin:0px 5px 0px 5px;
}

table.statistic .date-picker-control{
margin:0px 10px 5px 4px;
vertical-align:bottom !important;}

/*--my2---*/
table.statist{
width:450px;
margin-left:0px;
margin-top:20px;
border:0px solid aqua;
}

table.statist td{
vertical-align:top;
color:black;
padding:5px 5px 0px 0px;
border:0px solid blue;
white-space:nowrap;}

table.statist td.statBut{
padding:0px 0px 0px 10px;
width:70%
}

table.statist .redInpt{
background-color:white !important;
width:120px;
margin:0px 5px 0px 5px;
vertical-align:top;}

table.statist .date-picker-control{
margin:0px 10px 0px 4px;
}
