.barTable
{
}
.barRow
{
	height: 20px;
	background-image: url(../images/background/bar.bmp);
	cursor: hand;
}
.barOcc
{
	background-color: Red;
	font-family: Arial;
	height: 100%;
	text-align: center;
	filter:progid:DXImageTransform.Microsoft.BasicImage(opacity=0.3,enabled=true);
}
.barGhost
{
	background-color: blue;
	font-family: Arial;
	height: 100%;
	text-align: center;
	filter:progid:DXImageTransform.Microsoft.BasicImage(opacity=0.3,enabled=true);
}
.barFin
{
	background-color: black;
	font-family: Arial;
	height: 100%;
	text-align: center;
	filter:progid:DXImageTransform.Microsoft.BasicImage(opacity=0.3,enabled=true);
}
.barOccNotFixed
{
	background-color: Red;
	font-family: Arial;
	height: 100%;
	text-align: center;
	filter:progid:DXImageTransform.Microsoft.BasicImage(opacity=0.7,enabled=true);
}
.barOccShared
{
	background-color: orange;
	font-family: Arial;
	height: 100%;
	text-align: center;
	filter:progid:DXImageTransform.Microsoft.BasicImage(opacity=0.7,enabled=true);
}
.barTitle
{
	background-color: #F3F5AF;
	height: 20px;
	font-family: Arial;
	font-size: 10px;
	font-weight: 700;
	text-align: left;
	padding-left: 5px;
	cursor: hand;
}
.barStatusActive
{
	font-size: 0px;
	height: 0px;
	position: absolute;
	width: 100%;
	margin-top: -3px;
}
.barStatusDelayed
{
	font-size: 0px;
	height: 3px;
	background-color: #FFFF00;
	position: absolute;
	width: 100%;
	margin-top: -3px;
}
.barStatusArrived
{
	font-size: 0px;
	height: 3px;
	background-color: #00FF00;
	position: absolute;
	width: 100%;
	margin-top: -3px;
}
.barSelect
{
	font-family: Arial;
	text-align: center;
	cursor: hand;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1px;
}
.barSelectMain
{
	background-color: blue;
	font-family: Arial;
	font-size: 1px;
	height: 20px;
	text-align: center;
	filter: progid:DXImageTransform.Microsoft.BasicImage(opacity=0.5,enabled=true);
	cursor: move;
	border: 1px solid black;
}
.barSelectInfo
{
	background-color: white;
	font-family: Arial;
	font-size: 11px;
	height: 15px;
	text-align: center;
	cursor: default;
	margin: 2px;
	border: 1px solid black;
	width: 350px;
}
.barMarkSelect
{
	position: absolute;
	background-color: blue;
	font-family: Arial;
	font-size: 1px;
	text-align: center;
	filter: progid:DXImageTransform.Microsoft.BasicImage(opacity=0.15,enabled=true);
	cursor: hand;
}
.barMsg
{
	background-color: lightgrey;
	color: Black;
	font-size: 10px;
	font-family: Arial;
	border: 1px solid black;
}