BODY, DIV, TD
{ 
	font-family:		MS Sans Serif;
	font-size:			11px;
}

.buttonDefault
{
	display:			inline; 
	width:				20;
	height:				20; 
	background-color:	_buttonface; 
	padding-top:		1px;
	padding-left:		1px;
	cursor:				default;
}

.buttonMouseDown 
{
	display:			inline;
	width:				20;
	height:				20;
	background-color:	_buttonface;
	padding-top:			1px;
	padding-left:			1px;
	border-left:			1px solid buttonshadow;
	border-top:			1px solid buttonshadow;
	border-right:			1px solid buttonhighlight;
	border-bottom:		1px solid buttonhighlight;
	cursor:				default;
}

.buttonMouseOver 
{
	display:inline; 
	width:				20;
	height:				20;
	background-color:		_buttonface; 
	padding-top:			0px;
	padding-left:			0px;
	border-left:			1px solid buttonhighlight;
	border-top:			1px solid buttonhighlight;
	border-right:			1px solid buttonshadow;
	border-bottom:		1px solid buttonshadow;
	cursor:				default;
}

.textButtonDefault 
{
	display:			inline; 
	height:				20; 
	background-color:	_buttonface; 
	padding-top:		1px;
	padding-left:		1px;
	margin-right:		2px;
	cursor:				default;
}

.textButtonMouseDown 
{
	display:			inline;
	height:				20;
	background-color:	_buttonface;
	padding-top:		1px;
	padding-left:		1px;
	margin-right:		0px;
	border-left:		1px solid buttonshadow;
	border-top:			1px solid buttonshadow;
	border-right:		1px solid buttonhighlight;
	border-bottom:		1px solid buttonhighlight;
	cursor:				default;
}

.textButtonMouseOver 
{
	display:			inline; 
	height:				20;
	background-color:	_buttonface; 
	padding-top:		0px;
	padding-left:		0px;
	margin-right:		1px;
	border-left:		1px solid buttonhighlight;
	border-top:			1px solid buttonhighlight;
	border-right:		1px solid buttonshadow;
	border-bottom:		1px solid buttonshadow;
	cursor:				default;
}

.toolbarSeparator
{
	height:				16;
	width:              3;
	margin-left:        2px;
	margin-right:       2px;
	border-top:			buttonhighlight 1px solid; 
	border-left:		buttonhighlight 1px solid; 
	border-right:		buttonshadow 1px solid; 
	border-bottom:		buttonshadow 1px solid; 
}

.buttonSeparator
{

	height:				16;
	margin-left:        2px;
	margin-right:       2px;
	border-left:		buttonshadow 1px solid;
	border-right:		buttonhighlight 1px solid;
}

.toolbarEndGroup
{

	height:				22;
	margin-left:        2px;
	margin-right:       2px;
	border-left:		buttonshadow 1px solid;
	border-right:		buttonhighlight 1px solid;
}

A, .text {
	FONT-SIZE: 11px; COLOR: #454e53; LINE-HEIGHT: 120%; FONT-FAMILY: Verdana, Arial, Helvetica, sans serif
}

.pbutton { BORDER-BOTTOM: #FFFFFF 1px solid; BORDER-LEFT: #ADAA9C 1px solid; BORDER-RIGHT: #FFFFFF 1px solid; BORDER-TOP: #ADAA9C 1px solid }
