#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 380px;
	max-width: 380px;
	min-height:140px;
	background: #FFF;
	border: 1px solid #2d518c;
	color: #000;
	padding: 0 0 21px;
}

#popup_title 
{
	font-size: 13px;
	font-weight: bold;
	float:left;
	color: #fff;
	margin-left:10px;
	margin-top:2px;
}

#title_div
{
	 font-size: 14px;
	 font-weight: bold;
	 background:url(images/POP_Title_Bg.png) repeat-x scroll 50% 50%;
	 color: #FFFFFF;
	 border: solid 1px #FFF;
	 cursor: default;
	 position:relative;
	 height:23px;
}

.ui_close,.ui_close_over
{
	background:url(/common/images/popupLayerTitleClose.png) no-repeat;
	display:block;
	text-indent:-99999px;
	width:25px;
	height:25px;
}

.ui_close_over
{
	background:url(/common/images/popupLayerTitleCloseHover.png) no-repeat;
}
.ui_dialog_close
{
	margin-top:0px;
	margin-right:5px;
	float:right;
}

#popup_content {
	background:no-repeat url(images/info_Icon.png);
	padding: 0px;
	height:45px;
	width:45px;
}

#popup_content.alert {
	background-image: url(images/info_Icon.png);
}

#popup_content.confirm {
	background-image: url(images/confirm_Icon.png);
}

#popup_content.success {
	background-image: url(images/correct_Icon.png);
}

#popup_content.error {
	background-image: url(images/error_Icon.png);
}

#popup_content.detail {
	background-image: url(images/info_Icon.png);
}

#popup_content.alarm {
	background-image: url(images/alarm_Icon.png);
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
	padding-top:10px;
}

.a_mouseout
{
	TEXT-DECORATION: none;color:#105eaa !important;
}

.a_mouseover
{
	TEXT-DECORATION: none;color:blue !important;
}