/*
	<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;
	margin-left:-302px;
	margin-top:-287px;
	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: 25px;
	height: 25px;
	border: 2px solid #ffffff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	-ms-border-radius: 20px;
	margin-top: -302px;
	margin-left: 533px;
	background-color: #00a6cf;
	background-image: url('/images/acas/helplineonline/close_lightbox.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px;
	-webkit-box-shadow: 0px 1px 10px 1px rgba(50, 50, 50, 0.55);
	-moz-box-shadow:    0px 1px 10px 1px rgba(50, 50, 50, 0.55);
	box-shadow:         0px 1px 10px 1px rgba(50, 50, 50, 0.55);
	-webkit-transition: background-color 500ms ease 0s;
	-moz-transition: background-color 500ms ease 0s;
	-ms-transition: background-color 500ms ease 0s;
	-o-transition: background-color 500ms ease 0s;
	transition: background-color 500ms ease 0s;
}
.faqtAgent_close:hover
{
	background-color: #036f8a;
}


.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;
}

