﻿
html, body {
	height: 100%;
	width:100%;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	overflow: hidden;
	font-family:arial;
	font-size:12px;
	background-color:#FFCC01;
	color: #333333;
	/*overflow:hidden;*/
}

form
{
	padding:0px;
	margin:0px;
}



img
{
	border:0px;
}

.topBrd
{
	width:100%;
	height:6px;
	z-index:1;
	position:relative;
}

/* Search resuls page */

#searchActionBlock
{
	height: 72px;
	width:100%;
}

#searchActionPanel
{
	height:72px;
	position:absolute;
	white-space:normal;
	top:25px;
	left:250px;
	width:350px;
	z-index:0; /*We set this when we need to flash it because otherwise it covers up the bottom area.*/
}

#searchPassPanel
{
	height:100%;
}


#passIframe
{

margin:0px;
padding:0px;
border-style:none;
height:100%;
width:100%;
z-index:0;
}

#ihLogo
{
	position:absolute;
	top:12px;
	left:32px;
}

#actionMore
{
	clear:none;
	
}

#actionSearch
{
	clear:none;
	
}

#AT
{
	width:225px;
	clear:none;
	float:left;
}

#engineListBlock
{
	border: dotted 1px black;
	background-color: #FFCC01;
	position: absolute;
	clear:both; 
}



.engineList
{
	clear:both;
	list-style: none;
	margin: 10px 0px 0px 0px;
	padding:5px 5px 0px 5px;
}

.engineList li
{
	height: 35px;
	width:25%;
	float:left;
	font-size:12px;
}


/****** Engine List Action List */
.engineListAction a
{
	font-weight:normal;
	color:#666666;
}

.engineListAction li
{
	/*height: 35px;*/
	/*width:33%;*/
	margin: 0px 10px 0px 5px;
	float:left;
}

.engineListAction ul
{
	list-style: none;
	margin: 10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	clear:both;
	width:100%;
}
.engineListAction
{
	width:400px;
	clear:both;
	
}
/** end */


.instance
{
	width:100%;
	height:100%;
	background-color:Silver;
	border: solid 0px red;
	position:absolute;
	list-style-type:none;
	margin:0px;
	padding:0px;
	overflow:hidden;
	top:80px;
}
.instance li
{
	/*clear:none;*/
}

.instance .selectionIndicatorBar
{
	border-bottom:solid 3px #FEDC54; /*the bottom border to blend in selected*/
	background-color:#FFB606; /*the yellow*/
	width:100%;
	height:25px;
	overflow:hidden;
	z-Index: 101;
	
	padding-left:5px;
}

.instance .selectionIndicatorBar ul
{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/*Note - The height and line height must = the bar height
	The line height is a means of vertically aligning to middle */
.instance .selectionIndicatorBar li
{
	height: 25px;
	width:auto;
	float:left;
	padding-left:5px;
	padding-right: 5px;
	line-height: 25px;
	font-size:12px;
	cursor:pointer;
    COLOR: #333333;
    font-family: Arial;
    font-weight:bold;
    text-decoration:underline;	
}
	

.instance .contentInfoPanels
{
	position:absolute;
	/*background-color:Green;*/
	width:100%;
	overflow:hidden;
	z-index:0;
}

.instance .contentInfoPanels iframe
{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	position:absolute;
	top:0px;
	left:0px;
	border:0px;
	z-index:20;
	background-color:White;
}

/*This is the actual pager 'tab' that is shown */
.overflowPager
{


}

.overflowList
{
	z-index:101;
	position:absolute;
	/*width:120px;*/
	/*height:200px;*/
	list-style-type: none;
	background-color: #333333;
	padding:10px 6px 10px 6px;
	margin:0px 0px 0px 0px;
	white-space:nowrap;
	/*overflow:hidden;*/
}

.overflowList ul
{
	line-height:0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	/*background-color: auto;*/
	position:relative;
	/*width: 100px;*/
}
 .overflowList li
 {
	width: 100%;
	color: White;
	z-index:51;
	cursor:pointer;
	/*margin: 5px 5px 5px 5px;*/
	padding: 3px 0px 3px 0px;
 }
 
 /*selected */
.instance .overflowList .selected
 {
	border-left:solid 3px #FEDC54; /*the bottom border to blend in selected*/
	border-right:solid 3px #FEDC54;
	background-color:#FFB606; /*the yellow*/
	text-decoration:none;
	color:#333333;
 }
 
 .instance .selectionIndicatorBar .selected
 {
	border-top:solid 1px #333333;  /*#FFB606;*/
	background-color:#FEDC54; 
	text-decoration:none;
	color:#333333;
 }


