div.SmallButton
{
	position:relative;
	white-space: nowrap;
	margin: 2px 5px 5px 5px;
	padding:0;
	display:block;
	width: 90px;
	height: 20px;
	float: left;
	background-image: url(Images/buttons/SmallButtonHover.gif);
	background-repeat: no-repeat;
}

div.SmallButton a
{
	color: Black;
	float: left;
	text-decoration: none;
}

div.SmallButton a span
{
	left: 0px;
	cursor: pointer;
	position: absolute;
	top: 3px;
	width: 90px;
	text-align: center;
}

.TinyButton
{
	position:relative;
	white-space: nowrap;
	margin: 2px 5px 5px 5px;
	padding:0;
	display:block;
	width: 30px;
	height: 20px;
	float: left;
	background-image: url(Images/buttons/TinyButtonHover.gif);
	background-repeat: no-repeat;
	white-space: nowrap;
}

.TinyButton a
{
	color: Black;
	float: left;
	text-decoration: none;
}

.TinyButton span
{
	left: 0px;
	cursor: pointer;
	position: absolute;
	top: 3px;
	width: 30px;
	text-align: center;
}

.MediumButton
{
	position:relative;
	white-space: nowrap;
	margin: 2px 5px 5px 5px;
	padding:0;
	display:block;
	width: 120px;
	height: 20px;
	float: left;
	background-image: url(Images/buttons/MediumButtonHover.gif);
	background-repeat: no-repeat;
}

.MediumButton a
{
	color: black;
	float: left;
	text-decoration: none;
}

.MediumButton span
{
	left: 0px;
	cursor: pointer;
	position: absolute;
	top: 3px;
	width: 120px;
	text-align: center;
}

.LargeButton
{
	position:relative;
	white-space: nowrap;
	margin: 2px 5px 5px 5px;
	padding:0;
	display:block;
	width: 150px;
	height: 20px;
	float: left;
	background-image: url(Images/buttons/LargeButtonHover.gif);
	background-repeat: no-repeat;
}

.LargeButton a
{
	color: black;
	float: left;
	text-decoration: none;
}

.LargeButton span
{
	left: 0px;
	cursor: pointer;
	position: absolute;
	top: 3px;
	width: 150px;
	text-align: center;
}

.TinyButton a:hover img, 
.SmallButton a:hover img, 
.LargeButton a:hover img, 
.MediumButton a:hover img
{
	visibility:hidden
}

.ButtonbarItem, .MenubarButtonItem
{
	padding:0px 3px 0px 3px;
	cursor: pointer;
	position:relative;
	float:left; margin-right:2px;
}

.ButtonbarItem:hover, .MenubarButtonItem:hover 
{
	background-image: url(Images/backgrounds/tbback4.gif);
	background-repeat:repeat-x;
	border:1px solid Black;
	padding:0px 1px 0px 3px;
	cursor: pointer;
	position:relative;
	float:left; 
	margin-right:2px;
	color: Black;
}

.ButtonbarItemSelected, .MenubarButtonItemSelected
{
	background-image: url(Images/backgrounds/tbback5.gif);
	background-repeat:repeat-x;
	border:1px solid Black;
	padding:0px 3px 0px 3px;
	cursor: pointer;
	position:relative;
	float:left; 
	margin-right:2px;
}

.ButtonbarItem span, .ButtonbarItemHover span, .ButtonbarItemSelected span,
.MenubarButtonItem span, .MenubarButtonItemHover span, .MenubarButtonItemSelected span

{
	font-weight: normal;	
	position: relative;
	padding:0px 2px 0px 2px;
	text-decoration: none;
	vertical-align: middle;
	color: #000000;
}

.ButtonbarItem img, .ButtonbarItemHover img, .ButtonbarItemSelected img,
.MenubarButtonItem img, .MenubarButtonItemHover img, .MenubarButtonItemSelected img

{
	vertical-align:middle;
}

.CollapsebuttonItem
{
	padding:0px 1px 0px 1px;
	cursor: pointer;
	position:relative;
	left: 1px;
}

.CollapsebuttonItem:hover
{

	cursor: pointer;
	position:relative;
	color: Black;
}

.CollapsebuttonItem a
{
    text-decoration:none;
}

.ToolbarItem
{
	padding:0px 3px 0px 3px;
	cursor: pointer;
	margin:1px 1px 1px 1px;
}

div.ToolbarItem:hover
{
	background-image: url(Images/backgrounds/tbback2.gif);
	border:1px solid Black;
	padding:0px 1px 0px 3px;
	margin-bottom: 1px;
	cursor: pointer;
	color: Black;
}


.LeftbarItem
{
	padding:2px 1px 2px 1px;
	cursor: pointer;
	white-space:nowrap;
	height:35px;
	vertical-align:top;
	margin: 2px 0px 2px 0px
}

div.LeftbarItem:hover
{
	background-color:#FFFFFF;
	border:1px solid Black;
	padding:2px 1px 0px 1px;
	cursor: pointer;
	white-space:nowrap;
	height:35px;
	vertical-align:top;
	margin: 2px 0px 2px 0px;
	color: Black;
}

.LeftbarItemSelected
{
	background-color:#EEEEEE;
	border-bottom: 1px solid Black;
	border-top: 1px solid Black;
	border-left: 1px solid Black;
	border-right: 0px none #EEEEEE;
	padding:2px 1px 0px 1px;
	cursor: pointer;
	white-space:nowrap;
	height:35px;
	vertical-align:top;
	margin: 2px 0px 2px 0px
}

.SubmenuItem
{
	background-color:#EEEEEE;
	padding:2px 2px 2px 1px;
	cursor: pointer;
}

.SubmenuItemSelected,
.SubmenuItem:hover
{
	background-color:#EEEEEE;
	border:1px solid Black;
	padding:2px 0px 2px 1px;
	cursor: pointer;
	color: Black;
}

.LeftbarItemHover span, .LeftbarItem span, .LeftbarItemSelected span,
.SubmenuSelected span

{
	font-weight: normal;
	position: relative;
	text-decoration: none;
	color: Black;
}

.LeftbarItem img, .LeftbarItemHover img, .LeftbarItemSelected img,
.SubmenuSelected img
{
	padding:1px 0px 1px 0px;
}

.ToolbarItemSelected
{
	background-image: url(Images/backgrounds/tbback3.gif);
	border:1px solid Black;
	white-space: nowrap;
	padding:0px 3px 0px 3px;
	margin-top:1px;
	cursor: pointer;
	color: Black;
}

div.ToolbarItemSelected:hover
{
	background-image: url(Images/backgrounds/tbback3.gif);
	border:1px solid Black;
	white-space: nowrap;
	padding:0px 3px 0px 3px;
	margin-top:1px;
	cursor: pointer;
	color: Black;
}

.ToolbarItem span, .ToolbarItemHover span, .ToolbarItemSelected span
{
	font-size: 14px; 
	font-weight: normal;
	position: relative;
	padding:0px 2px 0px 2px;
	text-decoration: none;
	color: Black;
}

.ToolbarItem img, .ToolbarItemHover img, .ToolbarItemSelected img
{
	padding:1px 0px 1px 0px;
	vertical-align:middle;
}

.popupCloseButton
{
	background-image: url(Images/backgrounds/tbback4.gif);
	background-repeat:repeat-x;
	border:1px solid #6593CF;
	padding: 0px 3px 0px 3px;
	cursor: pointer;
	position:absolute;
	display:block; 
	right:5px; 
	top:3px;
}

.popupBackButton
{
	background-image: url(Images/backgrounds/tbback4.gif);
	background-repeat:repeat-x;
	border:1px solid #6593CF;
	padding: 0px 3px 0px 3px;
	cursor: pointer;
	position:absolute;
	display:block; 
	right:70px; 
	top:3px;
}


.popupCloseButton:hover, .popupBackButton:hover
{
	background-image: url(Images/backgrounds/tbback4.gif);
	border:1px solid Black;
	padding: 0px 2px 0px 3px;
	color: Black;
}
.popupCloseButton a,.popupBackButton a
{
    text-decoration:none;
}
.popupCloseButton img,.popupBackButton img
{
	height:16px;
    padding: 0 3px 1px 0;
    vertical-align:middle;
}