@charset "utf-8";
/* CSS Document */
#AjaxPopup
{
    width:200px;
    z-index: 2000;
}

#AjaxPopupText
{
    margin: 5px;
    text-align: center;
}
#AjaxPopup1_lblHeader {
	font-size: 14px;
	font-weight: bold;
	color: #2290FF;
}

#AjaxPopup1_lblTime {
	font-size: 10px;
	font-style: italic;
}
#AjaxPopup1_lblgia {
	font-size: 14px;
	font-weight: bold;
	color: #900;
	text-align: center;
}


#AjaxPopupText img
{
    padding: 1px;
	float: left;
	width: 100%;
	height: 100%;
}
#sumctsSummary {
	text-align: left;
}
.ShowToolTip
{
	border: #ccc 1px solid;
	padding:20px;
	z-index: 100;
	FILTER: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
	visibility: hidden;
	width: 390px;
	background: #fff;
	position: absolute;
	text-align: left;
	word-wrap: break-word !important;
}
.ShowToolTip table
{
	width: 100% !important;
}
.ShowToolTip img{
	width: 100%;
	float: left;
	height: 100%;
}