#left-content .control {
	background:#f7f7f7;
	border-left:1px solid #e7e7e7;
	border-right:0px solid #e7e7e7;
	margin:0;
	padding:10px;
        position: relative;
}

#left-content .control * {
    font-size: 11px;
    margin: 0;
}

/* control elements */
#left-content .selectors {
    height: auto !important;
    height: 1%;
    overflow: hidden;
    margin:0 0 0 -5px;
    padding:0;
}
    
#left-content .selectors li {
    display: inline;
    float: left;
    list-style-type: none;
    padding:0;
}
    
#left-content .selectors li a {
    border-bottom: 1px dashed #4d4d4d;
    color: #4d4d4d;
    display: block;
    float: left;
    font:12px arial,sans-serif;
    margin: 4px 5px;
    padding: 0;
    text-decoration: none;
}
    
#left-content .selectors li a:hover {
    border-color: #000;
    color: #000;
}
    
#left-content .selectors li a.selected {
    background: none;
    border: none;
    color: #000;
    cursor: default;
    font-weight: bold;
    margin: 0;
    padding: 4px 5px;
}
/* / control elements */
    
    
    
    
    
#left-content .control dl,
#left-content .control dt,
#left-content .control dd,
#left-content .control ul,
#left-content .control li,
#left-content .control a {
        padding: 0;
    }

#left-content .control dt {
        margin-top: 10px;
        margin-bottom: -8px;
        font-size: 10px;
    }
    
#left-content .control li {
        list-style-type: none;
    }
    
#left-content dd.autocomplete-info {
        margin-top: 5px;
    }
    
#left-content ul.lookup-instrument-info {
        background: #fff;
        border: 1px solid #e7e7e7;
        margin-top: 5px;
    }
    
#left-content ul.lookup-instrument-info li {
        padding: 5px;
    }
    
#left-content ul.lookup-instrument-info li a {
        border-bottom: 1px dashed #4d4d4d;
        color: #4d4d4d;
        text-decoration: none;
    }
    
#left-content ul.lookup-instrument-info li a.selected {
        background: #f0f0f0;
        border: none;
        color: #000;
        cursor: default;
        padding: 2px 0;
    }
    
#left-content ul.lookup-instrument-info li a.disabled {
        border: none;
        color: #000;
        cursor: text;
    }
    
#left-content ul.lookup-instrument-info li a:hover {
        border-color: #000;
        color: #000;
    }
    
#left-content .control dd {
        margin-top: 10px;
}
    
#left-content .control a.question {
        background: url(/images/question.gif) no-repeat left top;
        cursor: help;
        display: block;
        height: 10px;
        overflow: hidden;
        width: 10px;
        position:absolute;
        margin-top:2px;
        right:10px;
    }
    
#left-content .control dd select,
#left-content .control dd input {
        line-height:15px;
        width: 190px;
        border:1px solid #4d4d4d;
    }

#left-content .control dd input {
        width: 185px;
}
    
#left-content dd.autocomplete-input input {
        width: 185px;
    }

* html #left-content .control dd select,
* html #left-content .control dd input {
        width: 185px;
        
    }

/* date formating */    
#left-content dd.date {
        height: auto !important;
        height: 1%;
        overflow: hidden;
    }
    
#left-content dd.date span {
        display: block;
        float: left;
        margin-top: 2px;
    }
    
#left-content .control dd.date input {
        float: right;
        width: 78px !important;
        width: 73px;
    }

#left-content dd.date a {
        float: right;
        margin-left: 2px;
    }
    
#left-content a.calendar {
        background: url(/images/calendar.gif) no-repeat left top;
        display: block;
        height: 0;
        overflow: hidden;
        padding-top: 18px;
        width: 35px;
    }
    
#left-content dd.date a.disabled {
        background-image: url(/images/calendar-disabled.gif);
        cursor: default;
    }
/* / date formating */
#left-content dd.with-label {
        height: auto !important;
        height: 1%;
        overflow: hidden;
    }
    
#left-content dd.with-label label {
        display: block;
        float: right;
        width: 170px;
    }
    
#left-content div.submit {
        border-top: 1px dotted #ccc;
        height: auto !important;
        height: 1%;
        margin-top: 10px;
        overflow: hidden;
        padding: 10px 0 0 0;
    }
    
#left-content div.submit input {
        float: right;
    }

#left-content div.submit input.left {
        float: left;
    }


#left-content .control img.indicator {
        display:inlne;
        margin: -4px 0 0 !important;
        margin: -2px -2px 0;
        
}
    
    #finder-shield {
        position: absolute;
        background: #fff;
        z-index: 100;
    }
    
#left-content .control #tachart input.right {
		float:right;
}
#left-content .control #tachart div.bordered-bl {
		background: url(/images/bordered-left-bottom.gif) no-repeat left top;
		bottom:-1px;
		height:4px;
		left:-1px;
		line-height:1px;
		position:absolute;
		width:4px;
}

#left-content .control #tachart dl {
		font:11px tahoma,sans-serif;		
		margin:10px 0 0;
		padding:0;
}

#left-content .control #tachart dl.indicators {
		background:#f7f7f7;
}
#left-content .control #tachart dl.indicators div.cornered-lb,
#left-content .control #tachart dl.indicators div.cornered-rb {
		height:4px;
		line-height:1px;
		position:absolute;
		width:4px;
}
#left-content .control #tachart dl.indicators div.cornered-lb {
		background: url(/images/corner.gif) no-repeat left bottom;
		left:0px;
		bottom:0px;
}
#left-content .control #tachart dl.indicators div.cornered-rb {
		background: url(/images/corner.gif) no-repeat right bottom;
		right:0px;
		bottom:0px;
}
#left-content .control #tachart dl dt {
		color:#000;
		font-weight:bold;
		font-size:11px;
		margin:0 0 5px 0;
		padding:0;
}

#left-content .control #tachart dl dt a.question,
#left-content .control #tachart dl dd a.question {
        display:none;
		background: url(/images/question.gif) no-repeat left top;
		float:right;
		height:10px;
		margin:2px 0 0 5px;
		text-decoration:none;
		width:10px;
}

#left-content .control #tachart dl dd {
		overflow:hidden;
		height:auto !important;
		height:1%;
		margin:0;
		padding:0;
}

#left-content .control #tachart dl dd select,
#left-content .control #tachart dl dd input {
		font:11px arial,sans-serif;
		margin:0;
		padding:0;
		float:right;
}

#left-content .control #tachart dl #begindate_sel input,
#left-content .control #tachart dl #enddate_sel input {
        float:none;   
}

#left-content .control #tachart dl dd label,
#left-content .control #tachart dl dd label {
        float:left;
        display:block;
        overflow:hidden;
        width:83px;
        margin:0;
}

*html #left-content .control #tachart dl dd label,
*html #left-content .control #tachart dl dd label {
        width:78px;
}
#left-content .control #tachart dl dd.autocompleter input {
    float: none;
    width: 165px;
}

#left-content .control #tachart dl dd input.date {
		width:66px;
}
#left-content .control #tachart dl dd select {
		width:90px;
}
#left-content .control #tachart dl dd input.submit {
		margin-left:2px;
}

#left-content .control #tachart dl dd a.date-anchor {
    display: inline;
    width: 35px;
    height: 0;
    padding-top: 18px;
    margin: 0;
    line-height: normal;
	background: url(/images/choose-date.gif) no-repeat left top;
    overflow: hidden;
    float:right;
}

span.date-anchor-filler {
    display: inline;
    width: 35px;
    height: 0;
    padding-top: 18px;
    margin: 0;
    line-height: normal;
    overflow: hidden;
    float:right;
}

#left-content .control #tachart dl dd div {
		background:#fff;
		border:1px solid #e7e7e7;
		display:block;
		margin:10px 0 0;
		padding:0 5px 5px;
		float:right;
		width:180px;
}
#left-content .control #tachart dl dd div p {
		color:#000;
		margin:6px 0 0;
}
#left-content .control #tachart dl dd div a {
		color:#4d4d4d;
}
#left-content .control #tachart dl dd div span {
		background:#e7e7e7;
		padding:2px 4px;
		margin-left:-2px;
}
#left-content .control #tachart dl.indicators dd {
		background: url(/images/hor-line.gif) repeat-x left bottom;
		text-align:right;
		padding-right:15px;
		padding-bottom:10px;
}
#left-content .control #tachart dl.indicators dd span {
		background:none;
		clear:both;
		display:block;
		float:none;
		height:auto;
		margin:5px 0 0;
		width:auto;
}

#left-content .control #tachart dl.indicators dd input,
#left-content .control #tachart dl.indicators dd select {
		float:none;
}
#left-content .control #tachart dl.indicators dd img {
		margin-right:8px;
}
#left-content .control #tachart dl.indicators dd select {
		float:right;
		width:123px;
}
#left-content .control #tachart dl.indicators dd input {
		text-align:right;
		width:27px;
}
#left-content .control #tachart dl.indicators dd a.question {
		position:absolute;
		float:none;
		right:0px;
}


#left-content .control #tachart dl dd.lighter a.date-anchor{
		background: url(/images/choose-date-light.gif) no-repeat left top;
}

#left-content .control #tachart dl dd.lighter input {
		color:#888;
}
#left-content .control #tachart dl dd.null,
#left-content .control #tachart dl dt.null {
		display:none;
}
#left-content .control #tachart dl.indicators dd.null {
		display:none;
}
#left-content .control #tachart dl dd.no-bottom-border {
		background:none;
}


    #selector {
		height: auto;
		position: static;
    }

    div.autocomplete-data {
        background: #fff;
        border: 1px solid #cfcfcf;
        max-height: 400px;
        overflow-y: auto;
        overflow-x: hidden;
        position: absolute;
        z-index: 1;
    }
    
    div.autocomplete-data ul {
        padding: 0;
        margin: 0;
    }
    
    div.autocomplete-data ul li {
        border-bottom: 1px solid #ededed;
        font:11px tahoma,sans-serif;
        list-style: none;
        color: #000;
        padding: 5px;
    }
    
    div.autocomplete-data ul li.selected {
        background: #4d4d4d;
        color: #fff;
    }
    
    div.autocomplete-data ul li span.pipe {
        padding: 0 5px;
    }
    
    div.autocomplete-data ul li div {
    	background: none;
    	border: 0;
    }
    
    div.autocomplete-data ul li span.pipe {
    	background: none;
    }
    
    div.autocomplete-data ul li .name {
        font-size: 9px;
        color:#4d4d4d;
        margin: 2px 0 0;
        padding: 2px 0 0;
		float: none;        
    }

    div.autocomplete-data ul li.selected .name {
        color:#fff;
    }




    
    #left-content .control #tachart dd.autocomplete-info {
        margin-top: 5px;
    }
  
  	#left-content .control #tachart ul.lookup-instrument-info {
        background: #fff;
        border: 1px solid #e7e7e7;
        margin-top: 5px;
        list-style-type: none;
        margin: 0;
        padding: 0;       
  	}
    
	#left-content .control #tachart ul.lookup-instrument-info li {
	  	padding: 5px;
	  	margin: 0;
	  	font-family: tahoma,sans-serif
    }
    
    #left-content .control #tachart ul.lookup-instrument-info li a {
        border-bottom: 1px dashed #4d4d4d;
        color: #4d4d4d;
        text-decoration: none;
    }
    
    #left-content .control #tachart ul.lookup-instrument-info li a.selected {
        background: #f0f0f0;
        border: none;
        color: #000;
        cursor: default;
        padding: 2px 0;
    }
    
    #left-content .control #tachart ul.lookup-instrument-info li a.disabled {
        border: none;
        color: #000;
        cursor: text;
    }
    
    #left-content .control #tachart ul.lookup-instrument-info li a:hover {
        border-color: #000;
        color: #000;
    }
    
    #left-content .control #tachart .widecontrol {
    	width: 174px;    	
    }
        
    #left-content .control #tachart .fullwidth {
    	width: 185px;
    }
    
    * html #left-content .control #tachart .fullwidth {
    	width: 184px;
    }
    
    #left-content .control #tachart dd.autocomplete-info {
    	margin-top: 10px;
    }
    
    #left-content .control #tachart dl dd {
    	margin-top: 10px;
    }
    
    #left-content .control #tachart dl.indicators dd {
    	padding-right: 0px;
    }
    
    #left-content .control #tachart dl.indicators dd a.question {
    	position: static;
    	float: right;    	
    }
    
    #left-content .control #tachart dl.indicators dd span {
        display: block;
    	padding-right: 15px;
    	padding-top: 2px;
    }
    
    #finder-shield {
        position: absolute;
        background: #fff url(/images/ajax-loading-bigdots-01.gif) no-repeat center center;
        z-index: 100;
    }
    
    #left-content .control #tachart dt.sub-comment {
    	font-weight: normal;
    }
    
    #remove {
        float: right;
    }
      
      
    a.deleleIcon {
        float: right;
        margin: 2px 0 0 5px;
        background: transparent url(/images/kill.gif) no-repeat scroll left top;
        height: 10px;
        width: 10px;        
    }
    
    #left-content .control #tachart dl.indicators dd select.parameter {
        width: 65px;
        float: none;
    }


#finder-instrument-title {
    display:none;
}

#left-content #search_instrument {
    width:165px;
}

#begindate_sel input,
#enddate_sel input {
    height:15px;
}


/* quote search autocomplete */

.quote_search_autocomplete_wrapper {
  background: #fff;
  position: absolute;
  z-index: 1000;
}

.quote_search_autocomplete_wrapper ul {
  border: 1px solid #888;
  list-style: none;
  margin: 0;
  padding: 0;
}

.quote_search_autocomplete_wrapper li {
  font-family: arial, sans-serif;
  font-size: 11px;
  margin: 0;
  padding: 5px;
  width: auto;
}

.quote_search_autocomplete_wrapper li span {
  display: block;
  width: 100%;
}

.quote_search_autocomplete_wrapper li span.small {
  font-size: 9px;
  font-style: italic;
  margin-top: -2px;
}

.quote_search_autocomplete_wrapper li.current {
  background-color: #006299;
  color: #fff;
  cursor: pointer;
}

.quote_search_autocomplete_wrapper li.paginator {
  background: #eee;
  padding: 2px;
  text-align: center;
}

.quote_search_autocomplete_wrapper li.paginator a {
  padding: 0 3px;
}

.quote_search_autocomplete_wrapper li.paginator a.prev {
  padding-right: 5px;
}

.quote_search_autocomplete_wrapper li.paginator a.next {
  padding-left: 5px;
}

.quote_search_autocomplete_wrapper li.paginator a:link,
.quote_search_autocomplete_wrapper li.paginator a:visited,
.quote_search_autocomplete_wrapper li.paginator a:hover {
  color: #888;
  text-decoration: none;
}

.quote_search_autocomplete_wrapper li.paginator a:hover {
  color: #4d4d4d;
}

.quote_search_autocomplete_wrapper li.paginator a.current:link,
.quote_search_autocomplete_wrapper li.paginator a.current:visited,
.quote_search_autocomplete_wrapper li.paginator a.current:hover {
  color: #000;
}
