﻿/*
    Sport Selection stylesheet.
*/

/* Panels */

#dlgSelectSport .SelectedSportName
{
	min-height: 26px;
	padding: 2px 4px;
	background-color: #f0f0f0;
	border: 1px solid #b0b0b0;
	border-radius: 4px;
	overflow: hidden;
}

#dlgSelectSport .SportFilter .sax-label
{
	margin-right: 6px;
}

#dlgSelectSport .sax-button
{
	padding: 2px 8px;
	border-radius: 6px;
}

#dlgSelectSport .sax-selectSport-sports
{
	margin-bottom: 8px;
	padding: 2px 0;
	background-color: #f0f0f0;
	border: 1px solid #b0b0b0;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	overflow-x: hidden;
	overflow-y: scroll;
}

#dlgSelectSport.sax-form button.sax-button
{
	margin: 4px 0;
}

#dlgSelectSport .sax-panel-item.Sport
{
	margin: 2px 4px;
	padding: 2px 4px;
	background-color: #fff;
	border: 2px solid #d8d8ff;
	border-radius: 4px;
	cursor: pointer;
}

#dlgSelectSport .sax-panel-item.Sport.sel
{
	background-color: #ececff;
	border-color: #8a8aff;
}

/* The End */
