﻿.GlobalToolbar {
	border-bottom: solid 1px #CCCCCC;
	float: right;
	text-align: center;
}
.GlobalToolbarShortcut {
	background-image: url(GlobalToolbarShortcut.bmp);
	border-bottom: solid 1px white;
	border-right: solid 1px white;
	color: #444444;
	cursor:pointer;
	font-family: Tahoma;
	font-size: 7pt;
	font-weight: bold;
	height: 100%;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	text-transform: uppercase;
}
.GlobalToolbarShortcut:hover {
	color: black;
}
.LeftToolbar {
	width: 100%;
}
.LeftToolbarContent {
	padding-right: 10px;
}
.LeftToolbarShortcut {
	border-bottom: solid 1px #DDDDDD;
	color: #777777;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold; 
	padding-bottom: 12px;
	padding-left: 18px;
	padding-top: 12px;
	letter-spacing: 1pt;
	text-transform: uppercase;
}
.LeftToolbarShortcut:hover {
	background-color: #EEEEEE;
	color: Black;
}
/*
.LeftToolbarShortcut {
	background-image: url(MainToolbarShortcut.bmp);
	border-right: solid 1px white;
	color: White;
	cursor:pointer;
	font-weight: bold;
	padding-bottom: 6px; 
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	text-align: center;
}
.LeftToolbarShortcut:hover {
	background-color: #EEEEEE;
	color: Black;
}
*/
.LeftToolbarTitle {
	border: solid 1px Black;
	color: Black;
	cursor:pointer;
	font-weight: bold;
	padding-bottom: 6px; 
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	text-align: center;
}
.MainToolbar {
	float: left;
}
.MainToolbarShortcut {
	border-right: solid 1px white;
	color: white;
	cursor:pointer;
	font-weight: bold;
	padding-bottom: 6px; 
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	text-align: center;
}
.MainToolbarShortcut:hover {
	color: yellow;
}
.MainSubToolbar {
	border: solid 1px #CCCCCC;
}
.MainSubToolbarItem {
	border-bottom: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 10px;
	padding-top: 4px;
	text-align: left;
}
.MainSubToolbarItemHover {
	background-color: #F0F0F0;
	color: #0000AA;
}
.Toolbar {
	float: left;
	margin-left: 16px;
}
.ToolbarShortcut {
	cursor:pointer;
	padding-top: 4px;
}
