﻿/*BODY {
	FONT-FAMILY: Arial,Sans-Serif
}*/
.wordHighlight 
{
	font-weight: bold;
	/*background-color:Yellow;*/
	color:Black;
}
.3seuser {
	FONT-SIZE: 13px; 
	PADDING-BOTTOM: 8px;
	PADDING-TOP: 1px;
	padding-right: 0px; 
	padding-left: 0px; 
	font-size: 84%; 
	padding-bottom: 4px; 
	padding-top: 0px; 
	width: 100%; 
	text-align: right;
}
A {
	FONT-FAMILY: Arial, Sans-Serif
}
.3seh {
	BORDER-TOP: #c9d7f1 1px solid; FONT-SIZE: 0px; WIDTH: 100%; POSITION: absolute; TOP: 24px; HEIGHT: 0px
}
#results {
	FONT-SIZE: 13px; WIDTH: 100%
}

.description {
	WIDTH: 100%; WHITE-SPACE: normal; TEXT-OVERFLOW: ellipsis
}
.url {
	OVERFLOW: hidden; WIDTH: 300px; COLOR: green; TEXT-OVERFLOW: ellipsis
}
.title {
	FONT-SIZE: larger
}
#engineData TH {
	BORDER-BOTTOM: black 2px solid
}
.engineResults {
	VERTICAL-ALIGN: top; WIDTH: 33%
}
.result {
	WIDTH: 300px; HEIGHT: 150px
}
TH {
	VERTICAL-ALIGN: bottom; TEXT-ALIGN: left
}
.pagerTable {
	
}
.pagerTable A {
	CURSOR: default; COLOR: black; TEXT-DECORATION: none
}
.pagerTable TD {
	BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid; CURSOR: hand; BORDER-BOTTOM: black 1px solid
}
.pagerSelected {
	WIDTH: 30px; BACKGROUND-COLOR: #bbffbb; TEXT-ALIGN: center
}
.pagerSelected A {
	FONT-WEIGHT: bold; COLOR: green
}
.pagerUnselected {
	WIDTH: 30px; BACKGROUND-COLOR: #bbbbff; TEXT-ALIGN: center
}
.pagerUnselected A {
	COLOR: blue
}
.bottomPagingControlContainer {
	BORDER-TOP: black 1px solid
}

/*Arnon Added - Start*/
body
{
	font-family: Tahoma, Arial;
	font-size: 9pt;
	font-weight: normal;
	color: #24266a;
}
#engineEnablers span
{
	font-weight: bold;
}
#searchTb {
	WIDTH: 320px;
	border: solid 1px #24266a;
	
}
A.link:Link, A.link:Visited, A.link:Active
{
	color: #24266a;
	font-size:9pt;
	font-weight: bold;
}
A.link:Hover
{
	color: #4677d3;
	font-size:9pt;
	font-weight: bold;
}
.searchBtn
{
	background-color: #e7ebef;
	border-bottom: solid 1px #24266a;
	border-right: solid 1px #24266a;
	border-top: solid 1px #546396;
	border-left: solid 1px #546396;
	font-weight: bold;
	font-size:9.5pt;
	color: #24266a;
	cursor: pointer;
}

.pageTitle
{
	font-size: 12pt;
	font-weight: normal;
	text-align: left;
	color: #337a17;
	border-bottom: solid 1px #24266a;
}

.pageImage
{
	width: 200px; 
	text-align: left;
}

.titleTbl
{
	width: 98%; 
	table-layout: fixed;
}

.titleTbl td
{
	vertical-align: middle;
}

.msg
		{
			color: #337a17;
			font-weight: bold;
			line-height: 18px;
		}
		.formTbl
		{
			width: 580px;
			border: solid 1px #24266a;
			text-align: left;
		}
		.formTitle
		{
			color: #337a17;
			font-size: 11pt;
		}
		
		.formTbl td
		{
			white-space: nowrap;
			font-weight: bold;
			text-align: left;
		}
		.formInput
		{
			border: solid 1px #24266a;
		}
		.Beta
		{
			width: 580px;
			text-align: right;
			font-style:italic;
			color: #FF0000;
			padding-top: 6px;
		}
		.IAccept
		{
			font-weight: normal;
			font-size: 8pt;
		}
		.formTextArea
		{
			overflow: auto; 
			width: 430px; 
			height: 120px; 
			color: #337a17; 
			border: solid 1px #24266a;
		}
		.formTextArea td
		{
			font-weight: normal;
		}
		ul 
		{
			list-style: decimal;
		}
		li
		{
			padding-bottom: 10px;
		}

/*Arnon Added - End*/
/* START AUTOCOMPLETE */
.ac_holder{
	position:relative;
}
.ac_field{	
	background-image:url(../images/autocomplete/autocomplete_leftcap.gif);
	background-position:right center;
	background-repeat:no-repeat;
}
.ac_field_busy{
	background-image:url(../images/autocomplete/autocomplete_spinner.gif);
	background-position:right center;
	background-repeat:no-repeat;
}

div.autocomplete
{
	position: absolute;
	background-image: url(../images/autocomplete/ac_pointer.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 10px 0 0 0;
}

div.autocomplete div.ac_header,
div.autocomplete div.ac_footer
{
	position: relative;
	height: 6px;
	padding: 0 6px;
	background-image: url(../images/autocomplete/ul_corner_tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
}
div.autocomplete div.ac_footer
{
	background-image: url(../images/autocomplete/ul_corner_br.gif);
}

div.autocomplete div.ac_header div.ac_corner,
div.autocomplete div.ac_footer div.ac_corner
{
	position: absolute;
	top: 0;
	left: 0;
	height: 6px;
	width: 6px;
	/*background-image: url(images/autocomplete/ul_corner_tl.gif);*/
	background-color: #333;
	background-position: top left;
	background-repeat: no-repeat;
}
div.autocomplete div.ac_footer div.ac_corner
{
	background-image: url(images/autocomplete/ul_corner_bl.gif);
}
div.autocomplete div.ac_header div.ac_bar,
div.autocomplete div.ac_footer div.ac_bar
{
	height: 6px;
	overflow: hidden;
	background-color: #333;
}


div.autocomplete ul
{
	list-style: none;
	margin: 0 0 -4px 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
}

div.autocomplete ul li
{
	color: #ccc;
	padding: 0;
	margin: 0 4px 4px;
	text-align: left;
}

div.autocomplete ul li a
{
	color: #ccc;
	display: block;
	text-decoration: none;
	background-color: transparent;
	text-shadow: #000 0px 0px 5px;
	position: relative;
	padding: 0;
	width: 100%;
}
div.autocomplete ul li a:hover
{
	background-color: #444;
}
div.autocomplete ul li.ac_highlight a:hover
{
	background-color: #1B5CCD;
}

div.autocomplete ul li a span
{
	display: block;
	padding: 3px 6px;
	font-weight: bold;
}

div.autocomplete ul li a span small
{
	font-weight: normal;
	color: #999;
}

div.autocomplete ul li.ac_highlight a span small
{
	color: #ccc;
}

div.autocomplete ul li.ac_highlight a
{
	color: #fff;
	background-color: #1B5CCD;
	background-image: url(../images/autocomplete/hl_corner_br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.autocomplete ul li.ac_highlight a span
{
	background-image: url(../images/autocomplete/hl_corner_bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.autocomplete ul li a .tl,
div.autocomplete ul li a .tr
{
	background-image: transparent;
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
}
div.autocomplete ul li a .tr
{
	right: 0;
}

div.autocomplete ul li.ac_highlight a .tl
{
	left: 0;
	background-image: url(../images/autocomplete/hl_corner_tl.gif);
	background-position: bottom left;
}

div.autocomplete ul li.ac_highlight a .tr
{
	right: 0;
	background-image: url(../images/autocomplete/hl_corner_tr.gif);
	background-position: bottom right;
}
div.autocomplete ul li.as_warning
{
	font-weight: bold;
	text-align: center;
}
div.autocomplete ul em
{
	font-style: normal;
	color: #6EADE7;
}
/* END AUTOCOMPLETE */
.TabControl TD
{
	background-color:#ffffff;
}
.TabControl .SelectedTab
{
	color:#1111ff;
	font-weight:bold;
	CURSOR: hand;	
	cursor: pointer;
}
.TabControl .UnselectedTab
{
	CURSOR: hand;
	cursor: pointer;
}
.TabControl .Spacer
{
	background-color:#ffffff;
	CURSOR: arrow;
}

.imageResult
{
	/*width:250px;*/
	height:170px;
}

.imageDescription
{
	white-space: normal;	
}

.RelatedSearchesTable
{
}

.RelatedSearchesTable div
{
	text-decoration: underline;
}
