#tickObj {
	position: absolute;
	z-index: 30;
	width: 93px;
	height: 138px;
	cursor: pointer;
	display: none;
	background-image: url("../img/tick/tick_logo.png");
}
* html #tickobj {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="blueprint/img/tick/tick_logo.png", sizingMethod="scale");
	background-image: none;
}

#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;
}
div.hr {
	display: block;
	width: 100%;
	clear: both;
	border-top: 1px solid #f3f3f3;
	margin-top: 10px;
	padding-bottom: 10px;
	height: 0px;
	overflow: hidden;
	font-size: 0px;
}
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 #linked {
	float: left;
	width: 100%;
}
#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;
}
.addedHTML {
	float: left;
	position: relative;
	margin-left: -4000px;
	margin-top: -4000px;
	width: 1px;
	height: 1px;
	visibility: hidden;
	overflow: hidden;

}
body.rendered .addedHTML {
	overflow: visible;
	visibility: visible;
	margin-left: 0px;
	margin-top: 0px;
	width: auto;
	height: auto;

}

.contentmode .addedHTML div.hideHTML {


	position: absolute;
	z-index: 3;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;

	opacity: 0.4;
	filter: alpha(opacity=40);
	background-color: #ffffff;
}
div.mp3_play_button {
	float: left;
	position: relative;
	width: 16px;
	height: 16px;
	margin-top: 1px;
	margin-right: 4px;

}

.contentmode table {

	margin: -3px;
	border: 3px solid #999999;

}

#linked input {
	background-color: transparent;
	border: 1px solid #999999;
}
input.required {
	background-image: url('../img/required_non.gif');
	background-position: right center;
	background-repeat: no-repeat;

}

.hidden{
	display:none;
}
