/*
 * ComboBox/DropDownList CSS
 */
.DropDownList
{
	border: solid 1px #999999;
	background-color: white;
	display: inline-table;
}
.DropDownList_OnGainFocus
{
	border: solid 1px #676767 !important;
}
.DropDownList td
{
	padding: 1px;
	padding-bottom: 1px !important;
	padding-bottom: 0px;
}
.DropDownList, .DropDownList div, .DropDownList div div
{
	font-size: 98%;
	cursor: default;
}
.DropDownList *::selection 
{
	background: transparent; /* Safari */
}
.DropDownList *::-moz-selection 
{
	background: transparent; /* Firefox */
}
.DropDownList .Popup
{
	position: absolute;
	border: solid 1px #999999;
	margin-top: 1px;
	margin-left: -2px;
	background-color: #FFFFFF;
	padding: 2px;
	//background: url('/lib/extended/images/popup_background.png');
	background-color: #FFFFFF;
	filter: alpha(opacity=90%);
	-moz-opacity: 0.90;
	opacity: 0.90;
	height: 0px;
}
.DropDownList .Popup_OnGainFocus
{
	border: solid 1px #676767 !important;
	border-top: solid 1px #DEDEDE !important;
}
.DropDownList .Popup div
{
	font-size: 100%;
	height: 13px;
	line-height: 13px;
	overflow: hidden;
	whitespace: no-wrap;
	background-color: transparent !important;
}
.DropDownList .Popup .PopupItemOver
{
	font-weight: bolder;
	letter-spacing: 96%;
}
.DropDownList .Popup .PopupItemOut
{
	font-weight: lighter;
}
.DropDownList .Button
{
	cursor: default;
	width: 15px;
	background:  url("/lib/extended/images/combo_arrow.png") no-repeat 50% 50%;
	background-color: #FFFFFF;
	border-left: solid 1px #999999;
}
.FormButton
{
	font-family: Verdana;
	font-size: 99%;
	background-color: #999999;
	color: #FFFFFF;
	border: solid 1px #999999;
	padding: 2px;
	height: 11px;
	cursor: pointer;
	cursor: hand;
}
.BottomMostLinks span
{
	margin-top: 2px;
	padding: 2px;
	padding-top: 0px;
}
.BottomMostLinks span sup a
{
	margin-top: 190px;
	font-size: 122%;
}
ul.sitemap li, 
ul.sitemap ul li
{
	padding: 15px 0 0 15px;
	margin: 0px;
	line-height: 13px;
	font-weight: bold;
	font-size: 108%;
	list-style: none;
}
ul.sitemap li a, 
ul.sitemap ul li a
{
	color: #660000;
	text-decoration: none;
}
ul.sitemap ul ul li,
ul.sitemap ul ul ul li
{
	padding: 10px 0 0 2px;
	margin: 0px;
	line-height: 6px;
	font-weight: normal;
	font-size: 100%;
	list-style: disc;
}
ul.sitemap ul ul li a,
ul.sitemap ul ul ul li a
{
	color: #000000;
	text-decoration: underline;
}
ul.sitemap ul ul li a:hover,
ul.sitemap ul ul ul li a:hover
{
	color: #993300;
	text-decoration: underline;
}
ul.sitemap, 
ul.sitemap ul,
{
	list-style: none;
	padding: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 40px;
	margin: 0px;
}
ul.sitemap ul ul
{
	list-style: disc;
	padding: 6px;
	padding-left: 40px;
	padding-top: 0px;
	margin: 0px;
}