@CHARSET "UTF-8";

.tr-select {
	background: white;
}

.tr-head {
	border-top: 1px solid windowframe;
	border-right: 1px solid windowframe;
	border-left: 1px solid windowframe;
	border-radius: 1px;
	font-size: 15px;
}

.tr-select a {
	display: block;
	cursor: pointer;
	border-right: 1px solid windowframe;
	border-left: 1px solid windowframe;
	color: captiontext;
}

.tr-options {
	display: none;
	z-index: 20;
	background-color: menu;
	border-radius: 1px;
}

.tr-options .active {
	color: activecaption;
}

.tr-options a:hover {
	color: highlight;
}

.tr-select .tr-options a.active[val=""] {
    display: none;
}

.tr-select-buttons .tr-options {
    display: block;
}

.tr-select-buttons .tr-option{
    display: inline-block;
    padding: 10px;
}

.tr-number .tr-head input {
    border: none;
    width: 100%;
    text-align: center;
}