﻿/*********************************************************
 NOTE: The UltraWebTree has its StyleSetName property
 set to FeatureBrowserNavigation. Additional UltraWebTree
 classes are defined in ig_tree.css and ig_shared.css
**********************************************************/

html, body
{
	height: auto !important;
	height: 100%;
	min-height: 100%;
	width: 100%;
	font-family: Verdana;
	padding: 0px;
	margin: 0px;
	background-color: #636363;
	background-image: url(Images/LeftNavigation/TreeBg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0% 0%;
}
/*body
{
	height: 100%;
	margin: 0px;
}*/

.SearchCombo
{
	float: left;
	text-align: left;
	font-size: x-small;
	font-family: Tahoma;
	color: black;
	height: 18px;
	border-color: #333333;
	border-width: 1px;
	border-style: solid;
	background-color: #ffffff;
}
.SearchCombo A
{
	color: black;
}
.SearchCombo INPUT
{
	background-color: #ffffff;
	width: 140px !important;
}
.SearchCombo IMG
{
	float: none;
	clear: left;
	position: absolute;
	right: -30px;
	top: -1px;
	height: 24px !important;
	width: 24px !important;
}
#SearchCombo_container
{
	height: 200px;
}
.SearchBox
{
	position: absolute;
	top: 3px;
	left: 70px;
}
#dotdot
{
	background-image: url(Images/LeftNavigation/searchAreaBg.gif);
	background-repeat: repeat-x;
	height: 30px;
	width: 100%;
}
#searchIMG
{
	position: relative;
	float: left;
}

#searchText
{
	position: relative;
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 9pt;
	color: #FFFFFF;
	background-repeat: repeat-x;
	font-family: Lucida Sans;
	line-height: 26px;
}

#SearchCombo_img
{
	width: 23px;
	height: 20px;
}

img
{
	border: 0px;
}

.marquee 
{position:relative;
     overflow:hidden;
     width:100%;
     height:143px;
     border:solid black 1px;
 }


