.toolbar 
{
	padding: 0;
	height: 26px;
	background: url(../Images/Controls/Toolbar/background.gif) repeat-x #DAE5F6;
}

.toolbar ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.toolbar ul li {
	float: left;
	padding: 0px 5px 0px 5px;
	margin: 0;
	background: none;
	
}

.toolbar ul li.first {
	background: none;
	
}

.toolbar ul li a
,.toolbar ul li a:visited 
{
	display: block;
	text-decoration: none;
	font-size: 9px;
	font-family: Verdana;
}

.toolbar ul li a.icon 
{
	white-space: nowrap;
	
}
.toolbar .text-color-control-item
{
  
}
.toolbar table
{
	height:26px;
}
.toolbar table tr
{
	
}
.toolbar .text-color-control-item
{
	margin-top:2px;
}
.toolbar .icon
{
	margin-top:1px;
}
.toolbar table td
{
	padding:0;
	padding-top:4px;
	
}
.toolbar div.center 
{
	background: url(../Images/Controls/Toolbar/toolbar-button_Bg.png) repeat-x;
	border:Solid 0px red;
}
.toolbar .Hover div.center
{
	background: url(../Images/Controls/Toolbar/toolbar-button_Bg_Hover.png) repeat-x!Important;
	border:Solid 0px red;
	cursor:hand;
}
.toolbar div.left
{
	background: url(../Images/Controls/Toolbar/toolbar-button_Left.png) left no-repeat;
	border:Solid 0px red;
}
.toolbar .Hover div.left
{
	background: url(../Images/Controls/Toolbar/toolbar-button_Left_Hover.png) left no-repeat;
	border:Solid 0px red;
}
.toolbar div.right
{
	background: url(../Images/Controls/Toolbar/toolbar-button_Right.png) right no-repeat;
	padding-left:8px;
	padding-right:8px;
	border:Solid 0px red;
}
.toolbar .Hover div.right 
{
	background: url(../Images/Controls/Toolbar/toolbar-button_Right_Hover.png) right no-repeat;
	padding-left:8px;
	padding-right:8px;
	border:Solid 0px red;
}
