﻿.XBalloon
{
	border-collapse: collapse
}


.XBalloon .body
{
	border-left: 1px solid #999999; 
	border-right: 1px solid #999999;
	background-color: #ffffff;
	padding: 5px;
	color:#333333; 
}


.XBalloon .title
{
	width:100%;
	height:100%;
	font-size: 14pt;
	font-family:"Arial Narrow", Arial, Verdana;
	font-weight: bold;
	color:#4c575f;
	border-bottom: 1px dashed #4c575f;
	padding-bottom:5px;
	/*background-image:url(../../../imagenes/comunes/iconos/interrogante.gif);
	background-position:left top;
	background-repeat:no-repeat;*/
}

.XBalloon .content
{
	font-size: 8pt;
	font-family: Arial, Verdana;
	font-weight: normal;
	color:#333333;
	line-height:180%;
}


.XBalloon .south_border_top
{
	border-top:1px solid #999999; 
	border-left-width:1px; 
	border-right-width:1px; 
	border-bottom-width:1px; 
	background-color:#FFFFFF;
}



.XBalloon .south_border_bottom
{
	border-top: 1px solid #999999; 
}


.XBalloon .north_border_top
{
	border-bottom:1px solid #999999;
}


.XBalloon .north_border_bottom
{
	border-bottom:1px solid #999999; 
	border-left-width:1px; 
	border-right-width:1px; 
	border-top-width:1px;
	background-color: #FFFFFF;
}

