﻿#tooltip
{
	margin-bottom:10px;
	color:#ffffff;
	padding:0;
    width:300px;
    height:1%;
    border: 0;
    background: none;
}


#tooltip .tl,
#tooltip .tr
{
	padding:0;
    margin:0;
    width:auto;
}
#tooltip .tr
{
	padding: 5px 10px 5px 0;	
}
#tooltip .tr,
#tooltip .br
{
	margin-left:10px;
}
#tooltip .tr span.title
{
    FONT-WEIGHT: normal;	
    FONT-SIZE: 80%;	
    PADDING-BOTTOM: 11px;	
    MARGIN-LEFT: 0px;	
    COLOR: #ffffff;	
    PADDING-TOP: 9px;	
    FONT-FAMILY: Lucida Sans,Arial,Sans-serif;
}
#tooltip .content
{
    position:relative;
    padding:10px 9px 10px 8px;
    padding-bottom:3px;
}



#tooltip
{
	margin-bottom:0;
	padding-bottom:5px;
}
#tooltip .tl
{
	background:transparent url(/images/layout/tooltipbox_tl.png) no-repeat left top;
}
#tooltip .tr
{
	background:transparent url(/images/layout/tooltipbox_tr.png) no-repeat right top;
	FONT-FAMILY: Lucida Sans,Arial,Sans-serif;
}
#tooltip .content,
#tooltip .boxImage
{
	border-left:solid 1px #6f90b2;
	border-right:solid 1px #6f90b2;
	background-color:#ffffff;
	color: #000;
}
#tooltip .bl
{
	background:transparent url(/images/layout/tooltipbox_bl.png) no-repeat left bottom;
}
#tooltip .br
{
	background:transparent url(/images/layout/tooltipbox_br.png) no-repeat right bottom;
	height:10px;
}
.helpTip
{
	cursor:help;
}


