.first {}



.hibaby
{	margin:15px 0 0 0;}
/******** SCRIPTS's CSS below ************/

.MTSBox
{
	border:1px solid #c0cad5;
	height:20px;
	background:#fff;
	color:black;
}
.MTSBoxWait
{
	clear:both;
	height:20px;
	padding-left:20px;
	background:#fff;
}
.MTStitle
{
    overflow:hidden;
    float:left;
    text-transform: capitalize;
}

.MTStitle input.userInput
{	width:100%;
	border:0px;}
.chooseButton
{	height:20px;
	width:15px;
	background: #f4f6f9 url('xxx.gif') no-repeat center center;
	float:right;
	border-left: 1px dashed #c0cad5;}


.itemsBox
{	overflow:auto;
	position:absolute;
	border-left: 1px solid #c0cad5;
	border-right: 1px solid #c0cad5;
	border-bottom: 1px solid #c0cad5;
	padding:0px;
	margin:0px;
	background:#fff;
	z-index:100;
}
.itemsBoxR
{	position:relative;
	width:100%;
	text-align:left;
	padding:0px;
	margin:0px;
	left:-1px;
	top: 1px;
	z-index:100;
}

.itemsBox li.item
{
    border-bottom:1px solid #c0cad5;
    height:20px;
    display:block;
    margin:0px;
    padding:0px;
    text-transform: capitalize;
    font-size:11pt;
}
.itemsBox li.item span
{
    padding-left:20px;
    z-index:100;
}

.itemsBox li.item span.highlight
{
    background: #eee;
    margin:0;
    padding:0;
}

.itemsBox li.item:hover
{
    background:#f1e4ce;
}
.itemsBox li.important
{	font-weight:800;}

.itemsBox li.comand
{
	background: url('arr.gif') no-repeat left center;
	color:#666;
}

.itemsBox li.search
{
	background: url('search.png') no-repeat left center;
	color:#666;
}

