﻿/* tooltip styling */
.tooltip {
	display:none;
	background:url(../../../images/jQueryPlugins/jQueryTools/ToolTip/black_vertical_right_big.png);
    background-repeat: no-repeat;
    font-family: Arial;
	height: 225px;
	padding:15px;
	position: absolute;
	width: 174px;
	font-size:11px;
	color:#fff;
}
 
/* a .label element inside tooltip */
.tooltip .label {
	color:yellow;
	width:35px;
}
 
.tooltip a {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.tooltip .close 
{
    cursor: pointer;
    float: right;
    height: 26px; 
    width: 23px;         
}

.tooltip #ToolTipContent 
{
    padding: 10px;
}

.tooltip ul 
{
    list-style-type: none;
    padding-left: 15px;
}

.tooltip ul li
{
    
}


.tooltip .dayTitle 
{
    color: #ff7a0d;
    font-size: 12px;
    font-weight: bold;
}


