/* CSS Document */
div#placeholder {
	position:relative;
	overflow: visible;
}
div#placeholdermanager {
	position:relative;
}
div#livestockmanager {
	position: absolute;
	left: -5px;
	top: -7px;
	overflow: visible;
	z-index:1;
}
div#placeholderstickie {
	position:relative;
}
div#stickie {
	position: absolute;
	left: 500px;
	top: -250px;
	height:0px;
	width:0px;
}

div#item1 {
	position: absolute;
	width:42px;
	height:42px;
	left: -10px;
	top: 67px;
	overflow: visible;
	visibility: hidden;
	z-index:1;
}
div#item2 {
	position: absolute;
	width:42px;
	height:42px;
	left: 64px;
	top: -10px;
	overflow: visible;
	visibility: hidden;
	z-index:1;
}
div#item3 {
	position: absolute;
	width:42px;
	height:42px;
	left: 127px;
	top: -10px;
	overflow: visible;
	visibility: hidden;
	z-index:1;
}
div#item4 {
	position: absolute;
	width:42px;
	height:42px;
	left: 316px;
	top: -10px;
	overflow: visible;
	visibility: hidden;
	z-index:1;
}
div#item5 {
	position: absolute;
	width:42px;
	height:42px;
	left: 549px;
	top: -10px;
	overflow: visible;
	visibility: hidden;
	z-index:1;
}
div#item6 {
	position: absolute;
	width:42px;
	height:42px;
	left: 549px;
	top: 67px;
	overflow: visible;
	visibility: hidden;
	z-index:1;
}
div#item7 {
	position: absolute;
	width:42px;
	height:42px;
	left: 549px;
	top: 105px;
	overflow: visible;
	visibility: hidden;
	z-index:1;
}
div#item8 {
	position: absolute;
	width:42px;
	height:42px;
	left: 549px;
	top: 161px;
	overflow: visible;
	visibility: hidden;
	z-index:1;
}
div#item9 {
	position: absolute;
	width:42px;
	height:42px;
	left: 262px;
	top: 326px;
	overflow: visible;
	visibility: hidden;
	z-index:1;
}
div#item10 {
	position: absolute;
	width:42px;
	height:42px;
	left: 73px;
	top: 326px;
	overflow: visible;
	visibility: hidden;
	z-index:1;
}
td.popup{
	border: 1px solid #002861;
	background-image:url(../images/bg-transparant.png);
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFFFFF;
	line-height:14px;
	}