
.admin_item_line {
	margin-bottom: 3px;
	padding: 2px;
	border-right: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
}
.admin_item_line .textblock_description {
	float: left;	
}
.admin_item_line .action{
	float: right;
}



/* ADMIN INDEX */

#user_stats {
	padding: 0px 20px;	
}
#user_stats span {
	padding: 2px;
	color: #000;
	display: block;
/* will wreck chaos in IE, sorry
	font-size: 11px;
	_font-size: 10px;
*/	
	
}
#user_stats .bar {
	margin: 1px;
	height: 50px;
	border: 1px solid #aaa;
	border-right-color: #777;
	border-bottom-color: #777;
	
}




/* TEXT BLOCK AREA */

.textblock_preview {
	margin: 3px 20px;
	padding: 3px 10px;
	background-color: #c7d8dd;
	border-right: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
}
.admin_item_line .action .edit {
	float: left;
	display: block;
	height: 22px;
	width: 22px;
	background: url(../images/button_edit.gif);
}
.admin_item_line .action .edit span {
	display: none;	
}



.hidden {
	display: none;
}


/* IMAGE LIBRARY */

#tag_box {
	width: 155px;
	float: left;
	border-right: 1px dotted #000;
}
#tag_box .selected {
	color: red;	
}
#images {
	margin-left: 160px;	
}
#images #paginator {
	text-align: right;	
	padding: 3px 10px;
}
#images #paginator .pagination {
  display: inline;
}
#images .image {
	width: 100px;
	height: 100px;
	padding: 1px;
	float: left;
	border: 1px solid #c4c4c4;
	background: #fff;
	text-align: center;
}
#images .selected {
	background: #fcf1ae;
	padding: 1px;
	border: 1px solid #994708;
}

/* Image library front-end */

.image_library .scroller{
	height: 110px;
	overflow: auto;
}
.image_library .image{
	width: 100px;
	height: 100px;
	padding: 1px;
	border: 1px solid #c4c4c4;
	margin: 0px 5px 5px 0px;
	background: #fff;
	float:  left;
	text-align:  center;
}
.image_library .image a {
	background:  none;
}
