#tickObj {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="blueprint/img/tick/tick_logo.png", sizingMethod="scale");
	position: absolute;
	z-index: 30;
	width: 93px;
	height: 138px;
	cursor: pointer;
	display: none;
}
.mozilla  #tickObj {
	background-image: url("../img/tick/tick_logo.png");
}
#producerDiv {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 10px;
	color: #dddddd;
	cursor: pointer;
	z-index: 30;
	width: 15px;
	height: 15px;
}
#producerDiv a {
	color: #dddddd;
}

#loginInputDiv {
	position:absolute;
	top: 19px;
	left: 10px;
	z-index:30;
	background-color: #ffffff;
	border: 1px solid #666666;
	border: 1px solid #666666;
}
.img {
	cursor: pointer;
}
form {
	margin: 0px;
	padding: 0px;
}
#loginInputBgDiv {
}

#loginInputInhDiv {
	font-weight: bold;
	padding-left: 4px;
	z-index:20;

}

#loginInputDiv input {
	border: none;
	margin-left: 2px;
	background-color: #FFFFFF;
	border: 0px solid #FF7B33;
	border-bottom: 2px dotted #FF7B33;
	width: 80px;
}

#loginInputDiv .button {
	border-bottom: 2px solid #33CC00;
	background-color: #FFFFFF;
	font-weight: bold;
	color: #FF7B33;
	
	
}
#contentdiv span.strike {
	text-decoration: line-through;
}

#contentdiv span.important {
	font-weight: bold;
	border-bottom: 2px solid #ff0000;
}
p {
	margin: 0px;
	padding: 0px;
}

#searchresults .found {
	background-image: url(../img/i/highlight.gif);
	background-repeat: repeat-x;
	background-position: left center;
}

#debug {
	position:absolute;
	top:800px;
	background-color: #cccccc;
}
#changelist .content {
	background-image: url(../img/i/content.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#changelist .menu {
	background-image: url(../img/i/menu.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#changelist .archive {
	background-image: url(../img/i/archive.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#changelist .active {
	background-image: url(../img/i/active.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#changelist .move {
	background-image: url(../img/i/moveafter.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#changelist .insert {
	background-image: url(../img/i/add.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#changelist .delete {
	background-image: url(../img/i/remmenu.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#changelist .comment {
	background-image: url(../img/i/comments.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
