/*
	<iso>
		Onesie lightbox css

		11/11/2014 [GT] - Removed refs to faqtAgent_template, added opacity and dropshadow and content and close individuation styles
	</iso>
*/

/* FaqtAgent lightbox CSS */

.faqtAgent_lightbox
{
 	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:#000000;
	overflow:hidden;
	display:none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

.faqtAgent_content
{
 	position:fixed;
 	top:50%;
 	left:50%;
 	width:852px;
 	height:550px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
 	transform: translate(-50%, -50%);
 	display: none;
 	z-index: 9998;
 	-webkit-box-shadow: 0px 0px 20px 0px rgba(51,51,51,1);
 	-moz-box-shadow: 0px 0px 20px 0px rgba(51,51,51,1);
 	box-shadow: 0px 0px 20px 0px rgba(51,51,51,1);
}

/******************/
/* CONTENT STYLES */
/******************/


/***********************/
/* CLOSE BUTTON STYLES */
/***********************/

.faqtAgent_close
{
 	position: fixed;
 	top: 50%;
 	left: 50%;
 	display: none;
 	z-index: 9999;
 	width: 32px;
 	height: 32px;
 	background-image: url('https://acas.syn-finity.com/faqtAgent/images/close_lightbox.png');
 	background-position: center center;
 	background-repeat: no-repeat;
    -webkit-transform: translate(408px, -292px);
    -ms-transform: translate(408px, -292px);
    transform: translate(408px, -292px);
}


.faqtAgent_close img
{
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */
	zoom: 1;
}

/* Autosuggest CSS */

.fa_autosuggest_input
{
	width:202px;
}

.fa_autosuggest
{
	position:absolute;
	left:8; /* Position the autosuggest element at the bottom of the input form field */
	top:29; /* Position the autosuggest element at the bottom of the input form field */
	width:250px;
	height:170px;
	font-size:10pt;
	font-family:verdana,sans-serif;
	border-color:#a5acb2;
	background-color:#ffffff;
	border-style:solid;
	border-width:1px;
	visibility:hidden;
	overflow:auto;
}

.as_padding
{
	font-size:8pt;
	color:#444444;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:0px;
	padding-right:0px;
	border-bottom:1px #ffffff;
	border-top: 1px #ffffff;
	border-left: 1px #ffffff;
	border-right: 1px #ffffff;
	text-decoration:none;
}

.as_padding_over
{
	font-size:8pt;
	color:#d4001a;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:0px;
	padding-right:0px;
	border-bottom:1px #ffffff;
	border-top: 1px #ffffff;
	border-left: 1px #ffffff;
	border-right: 1px #ffffff;
	background:#ffffff;
	cursor:pointer;
	text-decoration:underline;
}

.as_info
{
	font-size:9pt;
	font-weight:bold;
	font-style:italic;
	color:#000000;
	text-decoration:none;
}
