﻿bf\:link {
	display: inline !important;
	color: Blue !important;
	text-decoration: underline !important;
	color: -moz-hyperlinktext !important;		/* For Firefox... mark as important, otherwise it becomes black */
	text-decoration: -moz-anchor-decoration;	/* For Firefox 3, otherwise no underline will be used */
}
bf\:contentvariable {
	display: inline-block !important;
	border: 1px dashed #aaa;
}
bf\:userprofilevariable {
	display: inline-block !important;
	border: 1px dashed #aaa;
}

.fckFields {
	width: 100%;
	border: 1px outset #efefde;
	background-color: #efefde;
}

h2.fckHeader {
	background-color: #446699;
	font-weight: bold;
	font-size: .9em;
	color: White;
	margin: 0;
	padding: 3px 10px;
	border-bottom: 1px solid #113366;
}

.fckField {
	float: left;
	width: 25%;
	height: 60px;
	overflow: hidden;
}
.fckField.wide {
	width: 50%;
}
.fckField label {
	display: block;
	font-weight: bold;
	font-size: .9em;
	margin-bottom: 2px;
}
.fckField input {
	font-size: .9em;
	width: 85%;
	margin: 0;
	padding: 0;
}
.fckField input:focus {
	background-color: #eeeeff;
}
.fckFieldInner {
	margin: 5px 5px 10px 10px;
}

.fckFields .validation {
	display: block;
	color: Red;
	font-size: .9em;
}

.fckFields .dateRangeValidation {
	
}

/* hide calendar control's default validation */
.fckField .date_question_error_message {
	display: none;
}

.fckFields .errorMessage {
	display: block;
	float: left;
	width: 40%;
	padding: 5px;
	background-color: #ff9999;
	border: 4px solid #aa5555;
	text-align: center;
}

.editorModalBackground {
	background-color: black;
}

.editorPopup {
    display: none;
    position: fixed;
    
    top: 50%;
    left: 50%;
    
    margin-left: -400px;
    width: 800px;
    margin-top: -250px;
}

div.editor_ajax_loading {
	background: white url(../Images/ajax-loader_1.gif) no-repeat center center;
	border: 4px solid #ddd;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -28px;
	margin-left: -84px;
	width: 168px;
	height: 55px;
}