@CHARSET "UTF-8";

.records_list{
	list-style-type:none;
	margin:0px;
	padding:0px;
	white-space:normal;
}
.records_list li{
	margin:1px;
	display:block;
	border:none;
}
#records_list li.handle { float: left; margin-right: 10px; cursor: move; border:1px solid red; }

.records_list li a{
	font-size:11px;
}
.records_list li a.small{
	font-size:9px;
	color:#555;
}
.records_list li a img.readmore{
	float:right;
	border:none;
	margin: -2px -1px 0px 4px;
	border: 1px solid #D9E1F8;
}
.record_user_time{
	line-height:10px;
}
.record_title{
	float:left;

}
.record_actions{
	clear:left;
}
img.add_content{
	border:none;
}
.imageMenuBar{
	border-top:1px solid #333;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	border-left:none;
	background:url(../../images/top_bar_bg.png) repeat-x;
	padding:0px;
	z-index:100;
	position:absolute;
	margin-top:5px;
}
.imageMenuBar img{
	margin:7px 7px 0px 7px	;
}
div.record_bar{
	border:1px solid #d9e1f8;
	padding:2px;
	background:url('../../images/pages/toolbar.bg.png') repeat-x #dee5f8;
}
#mods_to_add{
	margin-top:64px;
}
#ModsListContainer{
	display:none;
}
#mods_list{
	display:block;
	padding:10px;
	margin:0px 0px 0px 10px;
	position:absolute;
	border:1px solid #000055;
	background-color:#fff;
}
#mods_list li{
	display:block;
	padding:0px;
	margin:0px 1px 0px 1px;
}
.mod_extend{
	/*
	background-color:#fff;
	clear:both;
	font-family:Arial,Verdana,sans-serif;
	font-size:12px;
	*/
}
.mod_extend dd{
	margin:0px;
}
.mod_extend dd textarea{
	width:99%;
}
.record_actions img{
	border:none;
	float:left;
	margin:2px 4px;
}
.to_delete{
	border:1px solid red;
}
#ToggleAll{
	float:right;
}

.record_list_element{
	clear:both;
}

.droppablePageNumHover {
    background: #e0f0ff;
}

.sortablePlaceholder {
    border: 2px dashed #80ff80;
    height: 50px;
    background: #e0f0ff;
}


