﻿/*
* Copyright (c) 2016 The Weather Company, an IBM Business, Copyright (c) 1998-2015, WSI Corporation.
*/

.SelectList
{
	margin: 0;
	padding: 0;
}

.SelectList .messageArea
{
	color: #FF0000;
}

.SelectList .header
{
	color: #8691A7;
	background-color: #D8E0F0;
	border-left: 2px solid #D8E0F0;
	border-top: 2px solid #D8E0F0;
	border-right: 2px solid #D8E0F0;
	text-align: left;
}

.SelectList .header div
{
	border: 1px solid #FFFFFF;
}

.SelectList .header span
{
	padding-left: 8px;
	width: 60px;
	display: inline-block;
	white-space: nowrap;
	cursor: hand;
}

.SelectList ol
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.SelectListOverflowAndBorder
{
	border: 2px solid #D8E0F0;
	height: 112px;
	overflow: auto;
	text-align: left;
	margin-left: 16px !important;
}

.SelectList ol li 
{
	color: #003366;
	height: 24px;
	line-height: 24px;
}

.SelectList ol li div
{
	height: 22px;
	line-height: 22px;
	border: 1px solid transparent;
}

.SelectList ol .selected div
{
	background: #FFEB9C;
	border: 1px solid #FFCC00;
	cursor: pointer;
}

.SelectList ol .highlighted div
{
	border: 1px solid #FFCC00;
	cursor: hand;
}

.SelectList ol li span
{
	width: 60px;
	padding-left: 8px;
	display: inline-block;
	white-space: nowrap;
}

.SelectListSeparator
{
	border-bottom: 2px solid #C0C5D1;
}

.SelectListLongColumn
{
	width: 126px !important;
	text-align: right;
	margin-right: 10px;
	font-weight: bold;
}