﻿.basebutton 
{
	padding-top:4px;
	background-color:#303030;
	border:1px solid #808080;
	height:20px;
	text-align:center;
	cursor:pointer;
	color:#a0a0a0;
}

.basebutton.selected
{
	background-color:#f7931d;
	color:white;
}

.basebutton:hover
{
	background-color:#f7931d;
	color:white;
}

.basebutton_ellipsis 
{
	margin-left:2px;
	padding-top:4px;
	background-color:#303030;
	border:1px solid #808080;
	height:14px;
	width:18px;
	text-align:center;
	cursor:pointer;
	color:#a0a0a0;
	display:block;
}

.basebutton_ellipsis:hover
{
	background-color:#f7931d;
	color:white;
}