/*
* CSS styles for making the infobox render nicely
*/

.infobox{
	position:relative;
	background-color:white;
	border:1px solid rgb(136, 136, 136);
	left:0px;
	top:0px;
	width:200px;
}

.infobox_close
{
	cursor: pointer;
	position: absolute;
	right: 5px;
	top: 5px;
	border:none;
}

.infobox_closeTicket{
	cursor:pointer;
	position: absolute;
	right: 5px;
	top: 50px;
	border:none;
}

.infobox_content{
	margin-top:-10px;
	margin-right:1px;
	font-family: Arial;
	font-size:11px;
}

.infobox_pointer{
	width:33px;
	height:38px;
	overflow:hidden;
	position:relative;
	z-index:1;
	left:20px;
	top:-1px;
}

.infobox_title
{
	display:none;
	font-weight:bold;
	font-size:15px;
}