﻿.ButtonPanel
{
	padding-top:10px;
	text-align:center;
}
.ListContainer .ButtonPanel
{
	padding-top:0;
}
.buttonpanel
{
	min-width:20px;
	margin:0px auto;
	text-align:center;
}
.buttonpanel input
{
	width:16px;
	height:16px;
	margin:8px 4px;
}
td.pnlLeft
{
	width:14px;
	height:32px;
	background:url(/images/Aero/bgCrystalLeft.png) no-repeat;
}
* html td.pnlLeft
{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/Aero/bgCrystalLeft.png", sizingMethod="default");
}
td.pnlCenter
{
	width:auto;
	height:32px;
	background:url(/images/Aero/bgCrystalCenter.png) repeat-x;
	cursor:default;
}
* html td.pnlCenter
{
	white-space:nowrap;
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/Aero/bgCrystalCenter.png", sizingMethod="scale");
}
td.pnlRight
{
	width:14px;
	height:32px;
	background:url(/images/Aero/bgCrystalRight.png) no-repeat;
}
* html td.pnlRight
{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/Aero/bgCrystalRight.png", sizingMethod="default");
}
div.pnlSeparator
{
	display:inline;
	float:left;
	margin:4px 0px;
	width:1px;
	height:24px;
	line-height:1px;
	background:url(/images/Aero/sepCrystal.png) no-repeat;
}
* html div.pnlSeparator
{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/Aero/sepCrystal.png", sizingMethod="default");
}