/* 
    Document   : simpletip
    Created on : 25-Oct-2009, 00:22:04
    Author     : Joao
    Description:
        Purpose of the stylesheet follows.
*/

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

.tooltip{
   position: absolute;
   padding: 15px 13px;
   z-index: 2;
   width: 300px;
   color: #303030;
   background-color: #f5f5b5;
   border: 1px solid #DECA7E;

   font-family: sans-serif;
   font-size: 11px;
   line-height: 18px;
   text-align: left;
}

.tooltip h1{
  margin: 0 0 5px;
  text-align: left;
  font-size: 12px;
}

.tooltip-panel{
  font-family: sans-serif;
   font-size: 11px;
   line-height: 18px;
   text-align: left;
}



