﻿.modalBackground
{
  background-color:#CCCCFF;
  filter:alpha(opacity=40);
  opacity:0.5;
}
.modalPopup
{
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;

}
.googleMapHide
{
	display:none;

}
.autocomplete_completionListElement
{
	font-family: verdana, Arial;
	visibility: hidden; /*margin : 0px!important;*/
	background-color: inherit;
	color: windowtext;
	border: buttonshadow;
	border-width: 0px;
	border-style: solid;
	cursor: 'default';
	overflow: auto;
	text-align: left;
	font-size: 10.5px;
	list-style-type: none;
	margin-left: -35px;
	margin-top: 0;
	z-index: 3;
	position: relative;
}
.Location-txt-bold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.pnl_Location
{
	height: 25px;
	border: solid 2px #FFFFFF;
}
.pnl_cursor_hand
{
	cursor: pointer;
}
.xtop, .xbottom
{
	background: transparent;
	font-size: 0px;
}
.xtop, .xbottom2
{
	font-size: 0px;
}
.xb1, .xb2, .xb3, .xb4
{
	display: block;
	overflow: hidden;
}
.xb1, .xb2, .xb3
{
	height: 1px;
}
.xb2, .xb3, .xb4
{
	background: #fff;
	border-left: 1px solid #D3D3D4;
	border-right: 1px solid #DFDCDA;
}
.xb1
{
	margin: 0 5px;
	background: #DFDCDA;
}
.xb2
{
	margin: 0 3px;
	border-width: 0 2px;
}
.xb3
{
	margin: 0 2px;
}
.xb4
{
	height: 2px;
	margin: 0 1px;
}

.xboxcontent
{
	display: block;
	background: #fff;
	border: 0 solid #DFDCDA;
	border-width: 0 1px;
}

.white_back
{
	background:#FFFFFF;
	color:Gray;
}
.pnl_modal
{
	visibility: visible;
}


.location_bold
{
	text-decoration: none;
	color: #636363;
}
.ModalWindow
{
  border: solid1px#c0c0c0;
  background:#f0f0f0;
  position:absolute;
}

/*For Tag Styles*/

a.TagStyle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #4C4C4C; /*padding: 5px;*/
	text-decoration: none;
	cursor:pointer;
}

a.TagStyle:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Red; /*padding: 5px;*/ /*text-decoration: underline;*/
}

/* Flyout Style */

.tdText 
{
    font:95% Arial, Helvetica, sans-serif bold;
    color:#333333;
}

* { margin: 0; padding: 0; }
#tooltip_page
{	
	display:table;
	overflow:hidden;
	margin:0px auto;
}
*:first-child+html #tooltip_page 
{
	position:relative;
}/*ie7*/
* html #tooltip_page
{
	position:relative;
}/*ie6*/

#content_container
{
	display:table-cell;
	vertical-align: middle;
}
*:first-child+html #content_container
{
	position:absolute;
	top:50%;
}/*ie7*/
* html #content_container
{
	position:absolute;
	top:50%;
}/*ie6*/

*:first-child+html #content{position:relative;top:-50%;}/*ie7*/
* html #content{position:relative;top:-50%;}/*ie6*/

html,body{height:100%;}
#tooltip_page{height:100%;width:330px;}
