.edit-mode-switcher{
	position: fixed;
	margin: 10px;
	top: 0px;
	right: 0px;
	z-index: 1;
}
.checkmark-yes {
	margin:auto;
	cursor: pointer;
	background: url('../img/checkmark/checkmark_yes.png');
	width:21px;
	height:19px;
}
.checkmark-no {
	margin:auto;
	cursor: pointer;
	background: url('../img/checkmark/checkmark_no.png');
	width:21px;
	height:19px;
}
.update-no, .update-yes, .select-no, .select-yes, .insert-no, .insert-yes, .delete-no, .delete-yes {
	display:inline-block;
	cursor: pointer;
	width:20px;
	height:20px;
}
.update-owner, .delete-owner {
	display:inline-block;
	cursor: pointer;
	width:30px;
	height:20px;
}

.update-no {
	background: url('../img/checkmark/update_no.png');
}

.update-yes {
	background: url('../img/checkmark/update.png');
}

.update-owner {
	background: url('../img/checkmark/update_owner.png');
}

.select-no {
	background: url('../img/checkmark/select_no.png');
}

.select-yes {
	background: url('../img/checkmark/select.png');
}


.insert-no {
	background: url('../img/checkmark/insert_no.png');
}

.insert-yes {
	background: url('../img/checkmark/insert.png');
}


.delete-no {
	background: url('../img/checkmark/delete_no.png');
}

.delete-yes {
	background: url('../img/checkmark/delete.png');
}

.delete-owner {
	background: url('../img/checkmark/delete_owner.png');
}


.active-edit-mode .edit-mode-switcher .activate{
	display: none;
}
.active-view-mode .edit-mode-switcher .disactivate{
	display: none;
}
.active-view-mode .edit-mode-visable{
	display: none;
}
.active-edit-mode .contenter-input{
	cursor: pointer;
	/*filter:alpha(opacity=30);*/
/* CSS3 standard */
/*	opacity:0.3; */
/*	background-color: #f86b26; */
	
}
.active-edit-mode span.contenter-input{
	display: inline-block;
    *display: inline;/* for IE7*/
    *zoom:1;/* for IE7*/
	min-width:40px;
	border: 1px solid #f86b26;
}
.contenter-input{
/*	display: inline-block;*/
	z-index: 1000;
}

.active-view-mode .contenter-input.button{
	display: none;
}
.contenter-input.button{
	display: inline-block;
	width: 13px;
	height: 13px;
	cursor: pointer;
}

.contenter-input.add{
	background: url('../images/add.png');
}

.contenter-input.delete{
	background: url('../images/delete.png');
}

.contenter-input.textarea{
	display: block;
}

.input-overlay{
	position: absolute;
	display: none;
	margin: 0px;
	padding: 0px;
}
.input-overlay.color input{
	margin: 0px;
	padding: 0px;
}
.color-box {
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-right: 4px;
}
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.cke_skin_kama .cke_button_cancel .cke_icon
{
	background-image: url('../img/cancel_small.png') !important;
	background-position: 0px !important;
}