
.SelectorTableContainer
{
	
}


.SelectorContainerCell
{
	text-align: center;
	padding: 20px 20px 20px 20px;
}


.SelectorCell
{
	padding: 5px 5px 5px 5px;
	border: solid 1px #7F9DB9;
}

.RemoveItemsButton
{
	width: 70px;
	color: #7F9DB9;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	border: solid 1px #7F9DB9;
	background-color: White;
	cursor: pointer;
}

.AddItemsButton
{
	width: 70px;
	color: #7F9DB9;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
border: solid 1px #7F9DB9;
	background-color: White;
	cursor: pointer;
	
}

.SelectorTable
{
	
	
}

.SelectorTitleCell
{
	text-align: center;	
}

.SelectorTo
{
	width: 200px;
}

.SelectorFrom
{
	width: 200px;
}

.SelectorTitle
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	
}

.SearchLabelCell
{
	height: 20px;
}

.SearchLabel
{
	font-family:Arial;
	color: #666666;
	font-size: 12px;
}

.SearchTBCell
{
	
}

.SearchTextBox
{
	height: 20px;
}

.SelectedTitleCell
{
	height: 20px;
}

.SelectedTitle
{
		font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

.FromListBoxCell
{
}

.SelectedListBoxCell
{
	
}

.AddBtnCell
{
	padding: 5px 3px 5px 3px;
	text-align: center;
}

.RemoveBtnCell
{
	padding: 5px 3px 5px 3px;
	text-align: center;
	
}