/*****************************/
/* ERROR MESSAGE    */
/*****************************/
div.errorRedText {
	 color:#F00;
	 /*font-weight:bold;*/
	 font-size:11px;
	 margin:7px 0 0 20px;
	 display:inline-block;
	 float:left;
	 /*_margin:0px 60px 10px 20px;*/
 }
 


/*****************************/
/* POPUPS    */
/*****************************/

.searchPopupContainerShell {
	width: 676px;
	position: absolute;
	left: 50%;
	top: 20%;
	z-index: 1000;
}
.searchPopupContainer {
	top: -300px;
    left: -338px;
    z-index: 1000;
    width: 676px;
    padding: 0px;
	position: relative;
}
table.searchPopupContainerTable { border:0px; width:100%;}
table.searchPopupContainerTable td.topCell {background: url(../images/search_popup_bg_top.png) 0 0 no-repeat; width: 537px; height:55px; padding:0; margin:0;}
table.searchPopupContainerTable td.centerCell {background: url(../images/search_popup_bg_middle.png) 0 0 repeat-y; padding:0px 11px 0 12px;}
table.searchPopupContainerTable td.bottomCell {background: url(../images/search_popup_bg_bottom.png) 0 0 no-repeat; /*width: 537px; */height:55px; padding-right: 15px; padding-top: 6px; }
table.searchPopupContainerTable td.bottomCell span { margin: 0 5px 20px 0;}
table.searchPopupContainerTable td.bottomCell div { float:right;}

.searchPopupContent {
	/*height: 250px;*/
	max-height: 430px;
	height:auto;
	overflow:scroll;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 11px;
	color: #4c4c4c;
	background:#fff;
}
.cancelPopupContent {
	/*height: 100px;*/
	height:auto;
	font-size: 11px;
	color: #4c4c4c;
	background:#fff;
}


#divScroll 
/*.searchPopupContent2*/ {
	font-size: 11px;
	color: #4c4c4c;
	background:#fff;
	height: 300px;
	
	overflow:scroll;
	overflow-x: hidden;
	overflow-y: scroll;
	
	_overflow-x: hidden;
	_overflow-y:scroll;
	_overflow:auto;
	_width:514px;
	position:relative;
	z-index:99; 
	
	/*border:solid 1px green; */
}	
	
	
.searchPopupContent p {
	margin-bottom: 12px;	
}

.searchPopupContent h4 {
	margin-bottom: 10px;	
	color: #0093cf;
	font-weight: bold;
	font-size: 11px;
}

.searchPopupContent a{
	color: #4c4c4c;	
}

.searchPopupContent a:visited {
	color: #4c4c4c;
}

.searchPopupContent a:hover{
	color: #0093cf;
}


h3.search_popup_title {
	/*margin: 0px 0 0 45px;*/
	margin: 0px 32px;
	display: block;
	padding:0;
	color: #0093cf;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

h3.search_popup_title span
 {
	color:#9d9d9d;
	font-weight:bold;
}

h3.search_popup_title .greySeperator {
	font-size: 16px;
	color: #cdcdcd;
	
}

h3.search_popup_title img {
	position: relative;
	top: 6px;
}

span.search_close_button {
	display: block;
	background: url(../images/hon_close.gif) no-repeat;
	width: 13px;
	height:13px;
	position:absolute;
	right:15px;
	top:15px;
	cursor: pointer;
	line-height: 10px;
	font-size: 10px;
}


#mask
{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 199;
    background: url(../images/transparent_mask_10x10.png); 
    opacity: 0; 
    filter:alpha(opacity=1) !Important; 
    display: none;
}
#boxes .window
{
    position: fixed;
    left: 0;
    top: 0;
    width: 10px;
    height: 10px;
    display: none;
    z-index: 200;
    padding: 20px;
}
#boxes #dialog
{
    width: 10px;
    height: 10px; /*padding:10px;*/
    /*background-color: #ffffff;*/  /*commented by Rahulyadav*/
}

