/* Форма поиска в шапке */

#searchEmitentForm .ticker { color: #333333; font-family:tahoma; font-size:12px; height: 22px; }
#searchEmitentForm .title { color:#a00; font-weight:bold; font-family:tahoma; font-size:13px}
#searchEmitentForm .withInputText { width: 75px; padding-left: 5px; }
#searchEmitentForm input.textField { width: 100% }
#searchEmitentForm span { 
    color: #333333; 
    font-family: Tahoma; 
    font-size: 12px; 
    background-image: none;
    text-decoration: underline;
    font-weight: normal;
    cursor: pointer;
}
#searchEmitentForm .active {
    background-position: center top; 
    background-repeat: no-repeat; 
    background-image: url(img/triangle.png);
	padding-top: 8px;
	margin-top: -2px;
    font-weight: bold;
    text-decoration: none;
    cursor: default;
}
.searchOptionBlock {font-size:12px; _position:relative; _top:-2px;}
#searchEmitentForm #searchOption {
	white-space: nowrap;
}
#searchEmitentForm #searchOption span {
	display: inline-block;
	_display: inline;
	zoom: 1;
    text-align: center;
}
#searchEmitentForm #searchOption #tickers {
	width: 70px;
}
#searchEmitentForm #searchOption #emitent {
	width: 80px;
	text-align: center;
}
#searchEmitentForm #searchOption #news {
	width: 80px;
	text-align: center;
}
#askQuestionForm .title { font-family:tahoma; font-size:11px}
#askQuestionForm .textField, #searchEmitentForm input.textField { height:20px; font-family:tahoma; font-size:12px; border: #a3abb8 solid 1px  }
#searchEmitentForm input.button { vertical-align: middle; }
#searchEmitentForm td.textField { padding-right: 5px; }
#searchEmitentForm .counters { display: none; }

#searchForm td { vertical-align: bottom; } 

a.head {
        text-decoration: none;
}
a.head:hover {
        text-decoration: underline;
}
.helperFree {background-color: #FFF;}
.helperWork {background-color: #DDD;}
#companyname {
	overflow-y: auto;
	max-height: 290px;
	height: expression( this.scrollHeight > 295 ? '290px' : 'auto' );
	width: 330px;
	background-color: #FFF;
	z-index: 100;
	border: 1px solid #A3ABB8;
	border-top: 1px solid #C7CCD4;
    _left:0;
}
#companyname .innerTable {
	width: 100%;
}
#companyname .innerTable td {
	padding: 2px 5px;
	font-size: 12px;
}

td.emit_s_form { width:100%; height: 56px; padding-left: 20px; }

