
/*-----------------------------------------------------------------------------------------------*/
/*                   A BETTER TOOLTIP - POWERED BY JQUERY AWESOMENESS                            */
/*                   AUTHOR: jon cazier                                                          */
/*                   EMAIL: jon at 3nhanced dot com                                              */
/*-----------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------*/
/*                                  CSS RESET THANKS TO ERIC MEYER                               */
/*                   http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/                */
/*-----------------------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------------------*/
/*                                          GENERAL STYLES                                       */
/*-----------------------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------------------*/
/*                                          GENERAL LAYOUT                                       */
/*-----------------------------------------------------------------------------------------------*/

	.tTip {cursor: pointer;}
	
/*-----------------------------------------------------------------------------------------------*/
/*                                         TAB STYLES                                        */
/*-----------------------------------------------------------------------------------------------*/

#tab-container
{
    float: left;
    width: 165px;
}

#tab-container ul
{
    list-style: none;
    text-align: center;
    margin: 0 0 30px 0;
    padding: 0;
    border-top: 1px solid #888;
}

#tab-container ul li
{
    cursor: pointer;
    min-height: 34px;
    text-align: left;
    border-right: 1px solid #888;
    border-bottom: 1px solid #888;
    background-color: #EEE;
    padding: 7px;
    margin: 0;
    vertical-align: middle;
    font-weight: bold;
}

#tab-container ul li:hover
{
    background-color: #EAF1FB;
}

#tab-container ul li.selected
{
    border-right: 1px solid #FFF;
    background-color: #FFF;
}

#main-container
{
    position: relative;
    z-index: -10;
    float: left;
    margin-left: -1px;
    width: 260px;
    padding: 9px;
    background-color: #FFF;
    border-top: 1px solid #888;
    border-left: 1px solid #888;
     border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    visibility: inherit;
}

#noteOnDayNote {
    position: relative;
    z-index: -10;
    float: left;
    margin-left: -1px;
    padding: 9px;
    background-color: #FFF;
    border-top: 1px solid #888;
    border-left: 1px solid #888;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    visibility: inherit;
    width: 532px;
}