﻿#chooseDate
{
	font-size: 1.2em;
	margin-top: 20px;
	margin: 0 auto;
	width: 600px; /*    border: solid 1px red;*/
}

#chooseDate table
{
	width: 100%; /*500px*/
}

/*left column width*/
td.CaptionCell
{
	width: 170px;
	font-weight: bold;
}


textarea.SymbolSelector
{
	width: 420px; /*= table width - left column - this.padding left - this.padding right*/
	height: 150px;
	line-height: 1.9em;
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

ul.PresetList
{
	float: left;
	margin: 0;
	padding: 0;
	width: 350px;
	clear: both;
}

ul.PresetList li
{
	display: block;
	float: left;
	list-style: none;
	padding-bottom: 5px;
	padding-right: 20px;
	width: 150px;
	white-space: nowrap;
}

#chooseDate .TextBox
{
	width: 160px;
}
#chooseDate .FloorDropDown
{
	width: 170px;
}

#chooseDate table tr td
{
	padding-top: 10px;
}

#chooseDate table tr.FilterRow td
{
	vertical-align: top;
}



tr.ButtonRow td
{
	padding-top: 10px;
}


#ulHNX
{
	display: none;
}


#chooseDate table a.ui-icon
{
	float: right;
}

/*HNX symbol selector*/
.HNX
{
	display: none;
}

ul.TextBoxActionList
{
	margin-top: 2px;
}

ul.TextBoxActionList li
{
	margin-left: 2px;
	cursor: pointer;
}

