﻿#tooltip
{
	margin-bottom:10px;
	color:#2a3174;
	padding:0;
    width:300px;
    height:1%;
    border: 0;
    background: none;
}

#tooltip .tl,
#tooltip .tr
{
	padding:0;
    margin:0;
    width:auto;
}
#tooltip .tr
{
	padding: 10px 10px 5px 0;
	margin-left: 25px;	
}
#tooltip .tr,
#tooltip .br
{
	margin-left:15px;
}
#tooltip .br
{
	height:25px;
	margin-left: 25px;
}
#tooltip .tr span.title
{
    FONT-WEIGHT: normal;	
    FONT-SIZE: 80%;	
    PADDING-BOTTOM: 5px;	
    MARGIN-LEFT: 0px;	
    COLOR: #2a3174;	
    PADDING-TOP: 5px;	
    FONT-FAMILY:Arial, Helvetica, sans-serif;
}
#tooltip .content
{
    position:relative;
    padding:10px 9px 10px 25px;
    padding-bottom:3px;
}
#tooltip
{
	margin-bottom:0;
	padding-bottom:5px;
}
#tooltip .tl 
{
	background: transparent url(/images/layout/box_tl.png) no-repeat 0 0;
}
#tooltip .tr 
{
	BACKGROUND: transparent url(/images/layout/box_tr.png) no-repeat 100% 0;
	margin-left:25px;
}
#tooltip .bl 
{
	
	background: transparent url(/images/layout/box_bl.png) no-repeat 0 100%;
}
#tooltip .br 
{
	background: transparent url(/images/layout/box_br.png) no-repeat 100% 100%;
}
#tooltip .content,
#tooltip .boxImage
{
	border-left: solid 4px #2a3174;
	border-right: solid 4px #2a3174;
	background-color:#ffffff;
	color: #000;
}
.helpTip
{
	cursor:help;
}
#tooltip h1,
#tooltip h2,
#tooltip h3,
#tooltip h4,
#tooltip h5,
#tooltip h6 
{
	padding:0 !important;
}