﻿.statusbar {
	color: Black;
	font-family:tahoma; 
  font-size:11px; 
  padding: 1px 1px 1px 1px;
  cursor:default;
  background-color:#BFDBFF;
	background-image: url(../images/statusbar/statusbar_bg.gif);
  background-position:center center;
  background-repeat:repeat-x;
  text-decoration:none;
}
.statusbar_Item {
	color: Black;
	font-family:tahoma; 
  font-size:11px;
  padding: 1px 2px 1px 2px;
}
.statusbar_Item a {
	color: Black;
	text-decoration:none;
}
.statusbar_Item a:link {
	color: Black;
	text-decoration:none;
}
.statusbar_Item a:visited {
	color: Black;
	text-decoration:none;
}
.statusbar_Item a:hover {
	color: Black;
	text-decoration:underline;
}
.statusbar_ItemHover {
	color: Black;
	font-family:tahoma; 
  font-size:11px; 
  padding: 0px 2px 0px 3px;
	border:solid 1px #FFBD69;
  background-color:#FFDB75;
  background-image:url(../images/toppanel/item_bg_hover.gif);
  background-repeat:repeat-x;
  background-position:left top;
  text-decoration:none;
}
.statusbar_ItemHover a {
	text-decoration:none;
}
.statusbar_ItemHover a:link {
	text-decoration:none;
}
.statusbar_ItemHover a:visited {
	text-decoration:none;
}
.statusbar_ItemHover a {
	text-decoration:none;
}
.statusbar_separator {
	width:10px;
	font-family:tahoma; 
  font-size:11px;
  text-align:center;
	white-space: nowrap;
	/*background-image:url(../images/statusbar/statusbar_separator.gif);
  background-repeat:no-repeat;
  background-position:center center;*/
}
.statusbar_end {
	width:13px;
	font-family:tahoma; 
  font-size:11px;
	white-space: nowrap;
	/*background-image:url(../images/statusbar/statusbar_end.gif);
  background-repeat:no-repeat;
  background-position:center center;*/
}
.statusbar_text {
	color: Black;
	font-family:tahoma; 
  font-size:11px;
  white-space: nowrap;
}
.statusbar_img {
	padding-right: 5px;
}