/* GENERAL STYLES */
/* FormCheck tipbox */

/* tipbox :
	table : 
		tl		: top left
		t		: top
		tr		: top right
		l 		: left
		r		: right
		bl		: bottom left
		b		: bottom (with mark)
		br		: bottom right
		c		: center
	components : 
		a.close	: close button
		err		: errors div
		p		: error line
*/

.fc-tbx .tl{
	background: url('/images/tl.gif') no-repeat;
}

.fc-tbx .t{
	background: url('/images/t.gif') repeat-x;
	height: 16px;
}

.fc-tbx .t2{
	background: url('/images/t2.gif') repeat-x;
	height: 16px;
}

.fc-tbx .tr{
	background: url('/images/tr.gif') no-repeat;
}

.fc-tbx .l{
	background: url('/images/l.gif') repeat-y;
	width : 16px;
}

.fc-tbx .r{
	background: url('/images/r.gif') repeat-y;
	width: 16px;
}

.fc-tbx .bl{
	background: url('/images/bl.gif') no-repeat;
}

.fc-tbx .b{
	background: url('/images/b.gif') no-repeat;
	height: 25px;
}

.fc-tbx .b2{
	background: url('/images/b2.gif') no-repeat;
	height: 25px;
}

.fc-tbx .br{
	background: url('/images/br.gif') no-repeat;
}

.fc-tbx .c{
	background: url('/images/c.gif') repeat;
}

.fc-tbx a.close {
	vertical-align: top;
	float: right;
	background: url('/images/closer.gif') no-repeat;
	position: relative;
	margin-left: 5px;
	display: block;
	width: 10px;
	height: 10px;
	cursor: pointer;
}

.fc-tbx a.close img {
	float: right;
	vertical-align: top;
}

.fc-tbx .err {
	float: left;
}
.fc-tbx p {
	width : auto;
	display: block;
	font-size: 10px;
	font-family: tahoma, verdana, "sans-serif";
	margin : 0;
	padding : 0;
	border : 0;
	color : #FFF;
}

.ajax_loader {
	background : url('/images/loading.gif') no-repeat center;
	width : 200px;
	height : 150px;
}


/* FormCheck validation div */

.fc-error {
	float: left;
	margin-left: 10px;
	margin-top: -35px;
	/* width : 125px;
	height : 60px;
	background : url('/images/cloud.gif') no-repeat left; */
	background: #000000;
}
.fc-error p {
	margin: 5px;
	margin-top: 10px;
	color: #FFF;
}

/* additional CSS additions */

.moodal legend
{
	background: #ABABAB;
	color: #FFFFFF;
	padding: 7px 6px 7px;
	font-size: 12px;
	font-family: verdana, "sans-serif";
} 

form.moodal {
	font-family: verdana, "sans-serif";
	font-size: 12px;
	padding: 0px;
	margin-top: 10px;
	border: 0px solid #A5A8B8;
	background: #FFFFFF;
}

.moodal fieldset {
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #B5B8C8;
    	width: 375px;	
}


.moodal fieldset label {
	float: none;
	text-align: inherit;
	width: auto;
}

.moodal label span {
	color: #000;
}

.moodal input, .moodal textarea {
	display : block;
	vertical-align: middle;
	margin-bottom: 5px;
}

.moodal .text-input {
	width: 200px;
	color: #555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 14px;
	margin-top: 4px;
	background: #FFF url('/images/text-bg.gif') repeat-x;	
}

.moodal .infos {
	background: #FFF;
	color: #333;
	font-size: 12px;
	padding: 10px;
	margin-bottom: 10px;
}

.moodal span.checkbox, .moodal .radio, .moodal .checkbox {
	display: inline;
}

.moodal .submit {
    float: left;
	background: url('/imgages/button-bg.png') repeat-x;
	border: 1px solid #AAA;
	padding: 4px;
	margin-top: 10px;
	margin-right: 10px;
	text-decoration: none;
}

.moodal .fc-error {
	/*width: 350px;*/
	position: relative;/*fixed;*/
	color: #555;
	padding: 4px;
	/*border: 1px solid #B5B8C8;*/
	font-size: 10px;
	margin-bottom: 10px;
}

.moodal .login_status {
    position: relative;/*fixed;*/
    top: 43px;
    left: -50px;
    visibility: visible;
}

.moodal .password_status {
    position: relative;/*fixed;*/
    top: 43px;
    left: -50px;
    visibility: visible;
}

.moodal .item_status {
    position: relative;
    top: 33px;
    left: -50px;
    visibility: visible;
}


/* EDITOR PROPERTIES */

