﻿.modalBackground
{
	background-color: Gray;
	position: absolute;
	top: 300px;
	left: 300px; /* background: url(../images/index.jpeg) center 0 repeat-x #fff; background-color: Gray;*/
	filter: alpha(opacity=90);
	opacity: 0.9;
}
.modalPopup
{
	background-color: #FFFFFF;
	border: 1px solid #406C80;
	border-radius: 12px;
	padding: 0;
	overflow: hidden;
	overflow-x: hidden;
	width: 800px;
}
.modalPopup .label
{
	word-spacing: 3px;
	line-height: 20pt;
}
.modalPopup .header
{
	/*background: url(../images/menu_Bg.png) 0 0 repeat-x #9e0033;*/
	background-color: #286090;
	height: 30px;
	color: White;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.modalPopup .body
{
	min-height: 50px;
	line-height: 30px;
	font-weight: bold;
}
.modalPopup .footer
{
	padding: 6px;
}
.modalPopup .yes, .modalPopup .no
{
	height: 23px;
	color: White;
	line-height: 23px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	border-radius: 4px;
}
.modalPopup .yes
{
	background-color: #2FBDF1;
	border: 1px solid #0DA9D0;
}
.modalPopup .no
{
	background-color: #9F9F9F;
	border: 1px solid #5C5C5C;
}
.modalpopupheader
{
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
}

.modalpopupheader:before
{
	/*background: url(../images/new.gif) 0 0 no-repeat;*/
		content: 'ADVANCE SEARCH';
}

/*------------------------------------------css for tool tip #F5EDEB---------------------------------------*/
a.tooltips
{
	outline: none;
	text-decoration: underline;
	color:#9e0033;
}

a.tooltips strong
{
	line-height: 30px;
}
a.tooltips:hover
{
	text-decoration: none;
	text-decoration: underline;
	color:#9e0033;
}
a.tooltips span
{
	z-index: 1000000000000;
	display: none;
	padding: 5px 20px;
	margin-top: -30px;
	margin-left: 28px;
	width: 240px;
	line-height: 16px;
	font-size: 14px;
	text-align: justify;
}
a.tooltips:hover span
{
	display: inline;
	position: absolute;
	color: Green;
	border: 1px solid #DCA;
	background: white;
}
.callout
{
	z-index: 1000000000000;
	position: absolute;
	top: 30px;
	border: 0;
	left: -12px;
}
/*CSS3 extras*/a.tooltips span
{
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	/*-moz-box-shadow: 5px 5px 8px #CCC;
	-webkit-box-shadow: 5px 5px 8px #CCC;
	box-shadow: 5px 5px 8px #CCC;*/
}


.modalpopupheader64
{
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
}

.modalpopupheader64:before
{
	/*background: url(../images/new.gif) 0 0 no-repeat;*/
	/*content: '????? ????? ??? ?';
}

/*------------------------------------------End css for tool tip---------------------------------------*/
