﻿.leftSelector, .middleSelector, .rightSelector
{
	border-style: solid;
	border-width: 1px;
	height: 500px;
	margin-bottom: 15px;
	overflow: auto;
	width: auto;
}

.leftSelector
{
	margin-left: 0px;
	margin-right: 3px;
}

.middleSelector
{
	margin-left: 3px;
	margin-right: 3px;
}

.rightSelector
{
	margin-left: 3px;
	margin-right: 0px;
}

.updating
{
	background-image: url('../images/loading_data.png');
	background-repeat: no-repeat;
	background-position: center;
}

.selectorList
{
	/*height: 180px;*/
	width: auto;
}

h3.label
{
	color: Blue;
	font-size: larger;
	font-weight: bold;
	margin-bottom: 3px;
	margin-left: 20px;
	text-align: left;
}

h3.top
{
	margin-bottom: 15px;
	margin-top: 15px;
}

.selectionInput
{
	margin-top: 2px;
	margin-right: 10px;
}
	
table.selectorheader
{
	margin: 5px 0px 15px 0px;
	table-layout: auto;
}

table.selectorheader td
{
	margin-left: 20px;
	line-height: 4ex;
	padding: 0px;
	vertical-align: top;
}

.letterbutton 
{
	margin: 2px 0px 20px 0px;
}
	
.letterbutton a
{
	background: Blue; 
	border: outset 0.4ex; 
	color: #eeeeee; 
	font-weight: bold; 
	padding: 0.2em 0.5em 0.2em 0.5em; 
	text-decoration: none;
	vertical-align: middle;
}

.letterbutton a:hover 
{ 
	background: #00008b; 
	border: inset 0.4ex;
	color: #b1b1b1; 
}

.selectorbody
{
	table-layout: fixed; 
	width: 100%;
}

ul
{
	padding: 0px;
	list-style-type: none; 
	width: 100%;
}

li
{
	white-space: nowrap;
}

li.more
{
	color: Gray;
	font-style: italic;
	padding-left: 3em;
	padding-top: 0.5ex;
}

table.renderer
{
	background-color: Transparent;
	border-style: none;
	width: 100%;
	vertical-align: middle;
}

table.renderer td
{
	background-color: Transparent;
	border-style: none;
	vertical-align: top;
	padding: 5px 0 25px 0;
}

table.renderer td.leftcolumn
{
	padding-right: 10px;
}

table.renderer td.middlecolumn
{
	padding-left: 10px;
	padding-right: 10px;
}

table.renderer td.rightcolumn
{
	padding-left: 10px;
}

table.selector
{
	border-style: solid;
	table-layout: fixed;
	width: 100%;
}

table.selector td
{
	background-color: Transparent;
	border-style: hidden;
	padding: 0px;
	text-align: left;
	vertical-align: middle;
}

table.selector th
{
	background-image: url('../images/table_top_list.png');
	background-position: center;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: Blue;
}


table.selector th.label
{
	width: 10em;
}

table.selector th.input
{
	padding-left: 10px;
	text-align: left;
}

table.selector td.label
{
	padding: 7px 5px 7px 5px;
	white-space: nowrap;
	width: 10em;
}

table.selector td.input
{
	padding-left: 10px;
	padding-right: 15px;
	white-space: nowrap;
}

table.selector input
{
	padding-right: 0px;
	width: 100%;
}

table.selector select
{
	padding-right: 0px;
	width: 100%;
}

table.selector input.narrower
{
	width: 88%;
}

table.selector input.checkbox 
{
	width: 10%;
}

#advanced
{
	float: right;
	position: relative;
	margin-right: 10px;
	top: -45px;
	width: 12em;
}

#advanced-correction
{
	clear: both; 
	position: relative; 
	top: -30px;
	margin-bottom: -4ex;
	margin-top: -4ex;
}