

/* ----- add selectors here for font sizing ----- */
#JT_close_left, #JT_close_right{font-size: 1.1em;}
#JT_copy p, #JT_copy ul{font-size: 1.1em;}


/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:18px;
	width:10px;
    top:-4px;
}

#JT_arrow_right{
	background-image: url(images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:18px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #fce840;
	background-color: #fff;
}

#JT_copy{
	padding:2px;
	color:#696a6e;
	
}

.JT_loader{
	background-image: url(images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #fce840;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #fce840;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0; font-size:10px;
}

#JT_copy img{
	padding: 0px;
	border: 0px solid #fff;
}

.jTip{
cursor:help;
}


.autocomplete_completionListElement 
{  
	/*visibility : hidden;
	margin : 0px!important;
	background-color : #FFFFFF;
	color : #000000;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
    text-align : left; 
    list-style-type : none;
    cursor:hand;*/
	padding-bottom:0px;
    padding-top:0px;
    padding-right:0px;

  padding-left:0px;
  position:absolute;

z-index:6000;
width:172px!important;

visibility : hidden;
margin-left:-1px!important;

margin-top:0px!important;
background-color:#F1F0F0;

color : windowtext;
border : buttonshadow;

border-color:Black;
border-width : 1px;

border-style : solid;
cursor : 'default';

overflow : auto;

text-align : left;
list-style-type :none;
}

.autocomplete_highlightedListItem
{
	/*background-color: #FFFF88;
	color: #000000;
	padding: 1px;*/
	list-style-type:none;
font-family: Tahoma;

font-size: 11px;
color: #FF9900;

text-decoration: none;
background-color: #777777; cursor: pointer;

cursor: hand;
padding:0px 0px 0px 3px;

margin: 0px;

text-align: left;
line-height:20px!important;
}


.autocomplete_listItem 
{
	/*background-color:#DDDDDD;
	color : #000000;
	padding : 1px;*/
	line-height:20px!important;

background-color:#F1F0F0;
padding:0px 0px 0px 3px;

margin: 0px;
font-family: Tahoma;

font-size: 11px;
color: black;

cursor: default;
text-decoration: none; 
text-align: left;
}

.TextBoxWatermark
{
	color:#CCCCCC;
	font-style:italic;
}
