﻿.toolBar
{
	height: 35px;
	margin-top: 2px; 
	margin-bottom: 2px; 
	background:url(../images/toolbar_tilable_section.png) repeat-x; 
	color: Black;
	text-align: left;
}

.toolBarButton
{
	text-align: left;
	height: 25px;
	width: 100%;
	background:url('../Images/toolbar1.png') repeat;
	vertical-align: middle;
	width: 100px;
	border-left: solid 1px black;
	border-top: solid 1px black;
}

.Toolbar
{
	text-align: left;
	height: 25px;
	width: 100%;
	background:url('../Images/toolbar1.png') repeat;
	vertical-align: middle;
	border-bottom: solid 1px black;
}


.ToolbarLeft
{
	height: 25px;
	float: left; 
}

.ToolbarLeftButton
{
	height: 25px;
	float: left; 
	background:url('../Images/tabend.png') no-repeat right;
	width: 102px;
}

.ToolbarMiddle
{
	width: 100%;
	margin-top: 6px;
	margin-left: 10px;
	float: left; 
}

.ToolbarClose
{
	margin-top: 6px;
	float: right; 
	width: 15%; 
	text-align: right; 
}