.queryPlace{
	/*font-size:0.9em;*/
	width:350px;
	z-index:0;
	
	position:absolute;
	top:90px;
	left:420px;

    
}
#queryLink
{
	visibility:hidden;
	color:Blue;
	cursor:hand;
	cursor:pointer;
	
}
.interactiveBar
{
	background-color:#eeeeee;
}

/*.bl {background: url(../images/bl1.gif) 0 100% no-repeat #e68200; width: 20em}*/
/*
.bl {background: url(../images/bl1.gif) 0 100% no-repeat;}
.br {background: url(../images/br1.gif) 100% 100% no-repeat}
.tl {background: url(../images/tl1.gif) 0 0 no-repeat}
.tr {background: url(../images/tr1.gif) 100% 0 no-repeat; padding:10px}
*/

.bl 
{
	/*background: url(../images/bl1.gif) 0 100% no-repeat;*/
	background-image:url(../images/bl1.gif);
	background-position:0 100%;
	background-repeat: no-repeat;
	/*background: url(../images/bl1.gif) 0 100% no-repeat;*/
	/*
	width:350px;
	background-color:#dea381;*/
}
.br {background: url(../images/br1.gif) 100% 100% no-repeat}
.tl 
{
/*	background: url(../images/tl1.gif) 0 0 no-repeat*/
	background-image:url(../images/tl1.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	/*width:350px;*/
	/*background-color:#dea381;*/
	
}
.tr {background: url(../images/tr1.gif) 100% 0 no-repeat; padding:10px}

.tQ 
{
	background-image: url(../images/t_q2.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}
.bQ 
{
	background-image: url(../images/b_q2.gif);
	background-position:0 99% ;
	background-repeat:no-repeat;
}
	

/*.b {background: url(../images/b_q1.gif) 0 100% no-repeat;}*/
/*.t {background: url(../images/t_q1.gif) 0 0 no-repeat;}(/
.clear {font-size: 1px; height: 1px} 
*/
.queryBody
{
	background-color:#dea381;
	margin-top:-8px;/* from 10 for shadow */
	padding-left:10px;
	padding-right:5px;
	/*height:330px;*/
	/*margin-bottom:16px;*/
}
.infoSymbol
{    
    position:static;
    color:#0000ff;
	border:1px solid #0000ff;
	vertical-align:super;
}

.infoDisplay
{    
}
#shadow-container {
    position: relative;
    left: 3px;
    top: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
}

#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
    position: relative;
    left: -1px;
    top: -1px;
}

    #shadow-container .shadow1 {
        background: #F1F0F1;
    }

    #shadow-container .shadow2 {
        background: #DBDADB;
    }

    #shadow-container .shadow3 {
        background: #B8B6B8;
    }

    #shadow-container .container {
        background: #ffffff;
        border: 1px solid #848284;
        padding: 10px;
    }

.imageShadow {
  /*float:left;*/
  /*background-color:#ff0000;*/
  /*border: 1px solid #a9a9a9;*/
  /*
  position:relative;
  top:5px;
  left:10px;
	*/  
position:absolute;
top:10;
left:10;
  
  /*background: url(../images/shadowAlpha.png) no-repeat bottom right !important;*/
  background: url(../images/shadow1.gif) no-repeat bottom right;
	/*margin: 10px 0 0 10px !important;*/
  /*margin: 10px 0 0 5px;*/
  }

.imageShadow .image {
/*
  display: block;
position: relative;
*/
  
  /*background-color: #fff; */
  /*border: 1px solid #a9a9a9;*/

  /*margin: -6px 6px 6px -6px;*/
  margin: -2px 6px 2px -6px;
  /*padding: 4px;*/
}
	

