/* 
    Document   : datepicker-custom
    Created on : 15.12.2009, 18:36:40
    Author     : Michal
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/



/*TOOLTIP */

.qtip {
 color:  aqua;
 white-space:  nowrap;
}

.qtip-tip {

}

.qtip-title {

}

.qtip-content {

}

.qtip-active {

}

/*
.hasDatepicker
{
    font-size: 10px;
}

.ui-datepicker th {
font-weight:normal;
text-align:center;
}

.ui-datepicker
{
    width: 186px;
    
}
*/

/*
#tooltip {
-moz-border-radius-bottomleft:7px;
-moz-border-radius-bottomright:7px;
-moz-border-radius-topleft:0pt;
-moz-border-radius-topright:7px;
background-color:#E8F2FF;
border:1px solid #94BEFF;
color:#333333;
max-width:20em;
opacity:0.85;
padding:4px;
position:absolute;
z-index:3000;

color: #298CBF;

font-size: 70%;
}
*/


.tooltipx{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3; display: none;
}


/*=======================================
* Tooltips
* ======================================*/
.tooltipxx{


     z-index: 3; display: none;

   position: absolute;
   padding: 10px 13px;
   z-index: 2;

   color: #303030;
   background-color: #f5f5b5;
   border: 1px solid #DECA7E;

   font-family: sans-serif;       
   font-size: 12px;
   line-height: 18px;
   text-align: center;
}





