/* alert */
div.alert {
	font-weight: normal;
	color: #FFFFFF;
	background-color: #FF0000;
	font-size: 11px;
	text-align: center;
	padding: 3px 0px;
	margin: 2px 0px;
}
div.right_alert {
	float: right;
	width: 25%;
}

/*------------------*/
/*  Mulette module  */
/*------------------*/
.editor_field {
	border: 1px solid #666666;
	font-size: 12px;
	background-color: #FAF3DE; 
	padding: 2px;
}
/* ComplexInplaceEditor */
.in_action {
	color:#FF0000;
	font-weight: bold;
}
.lf {
	float: left;
}
.rf {
	float: right;
}

/* Select free */
.select-free {
	overflow:hidden;/*must have*/
}
.select-free iframe.sf {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:3000px;/*must have for any big value*/
	height:3000px;/*must have for any big value*/
}

/* ComplexInplaceEditor, ListTable */
div.float_btn, div.right_btn, div.left_btn {
	font-size: 9px;
	background-color: #000000;
	border: 2px outset #666666;
	color: #FFFFFF;
	cursor: pointer;
	line-height: 12px;
	padding: 0px 5px;
}
div.float_btn {
	position: absolute;
}
div.left_btn {
	float:left;
	margin: 0px 3px;
}
div.right_btn {
	float:right;
	margin: 0px 3px;
}
div.btn_in_action {
	float: right;
	padding-left: 10px;
	font-size: 10px;
	color: #FF0000;
	font-weight: bold;
}
div.btn_mouseover {
	color: #FF0000;
}
div.btn_mousedown {
	border: 2px groove #666666;	
}

/* Blocker */
div.blocker {
	background-color: #CCCCCC;
}
div.blocker_white {
	background-color: #FFFFFF;
}

/* Dialog */
div.dialog_box {
	font-size: 11px;
	background-color: #FFFFFF;
	border: 2px outset #F6F6F6;
	padding: 5px;
}
div.dialog_header {
	background-color: #000000;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	cursor: pointer;
	padding: 1px 5px;
	margin: 0px 0px 5px;
	border: 2px groove #666666;
}
div.dialog_body {
	padding: 5px;
	color: #FF0000;
}
div.dialog_footer {
	padding: 5px;
	text-align: center;
}

/* list */

ol.list {
	font-size: 12px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ol.list li {
	height: 18px;
	padding: 5px 10px;
	text-align:left;
/* border-bottom: 1px solid #666666;
	background-image:url(../images/list_bg_01.jpg);
	background-repeat:repeat-x;		*/
	background-image: url(../images/line_dot.gif);
 background-repeat: repeat-x;
	background-position:bottom;
}

ol.list li.first {
/*	border-top: 1px solid #CCCCCC;
	background-image:url(../images/list_bg_01.jpg);
	background-repeat:repeat-x;	*/
}

ol.list li.even {
	/* background-color: #E8E8E8;
	background-image:url(../images/list_bg_02.jpg); 
	background-repeat:repeat-x;		*/
}


/* right show in list items */

div.right_show {
	color: #666666;
	font-size: 10px;
	float: right;
	margin-top: 3px;
	padding-right: 5px;
}