div.random{
	width:16px;
	height:16px;
	background-image:url('img/arrow_refresh.png');
	cursor:pointer;
	margin:3px;
	background-repeat: no-repeat;
}
div.activate{
	width:16px;
	height:16px;
	background-image:url('img/activate.gif');
	cursor:pointer;
	margin:3px;
	background-repeat: no-repeat;
}
div.deactivate{
	width:16px;
	height:16px;
	background-image:url('img/deactivate.gif');
	cursor:pointer;
	margin:3px;
	background-repeat: no-repeat;
}
div.up{
	width:16px;
	height:16px;
	background-image:url('img/up.gif');
	cursor:pointer;
	margin:3px;
	background-repeat: no-repeat;
}
div.down{
	width:16px;
	height:16px;
	background-image:url('img/down.gif');
	cursor:pointer;
	margin:3px;
	background-repeat: no-repeat;
}
div.publish{
	width:16px;
	height:16px;
	background-image:url('img/publish.gif');
	cursor:pointer;
	margin:3px;
	background-repeat: no-repeat;
}
div.unpublish{
	width:16px;
	height:16px;
	background-image:url('img/unpublish.gif');
	cursor:pointer;
	margin:3px;
	background-repeat: no-repeat;
}
div.remove{
	width:16px;
	height:16px;
	background-image:url('img/remove.gif');
	cursor:pointer;
	margin:3px;
	background-repeat: no-repeat;
}
div.rename{
	width:16px;
	height:16px;
	background-image:url('img/rename.gif');
	cursor:pointer;
	margin:3px;
	background-repeat: no-repeat;
}
div.save{
	width:16px;
	height:16px;
	background-image:url('img/save.gif');
	cursor:pointer;
	margin:3px;
	background-repeat: no-repeat;
}
div.addpage{
	width:16px;
	height:16px;
	background-image:url('img/page_add.png');
	cursor:pointer;
	margin:3px;
	background-repeat: no-repeat;
}
div.delete{
	width:16px;
	height:16px;
	background-image:url('img/delete.gif');
	cursor:pointer;
	margin:3px;
	background-repeat: no-repeat;
}
div.error{
	width:16px;
	height:16px;
	background-image:url('img/remove.gif');
	cursor:pointer;
	margin:3px;
	background-repeat: no-repeat;
}
div.edit{
	width:16px;
	height:16px;
	background-image:url('img/edit.gif');
	cursor:pointer;
	margin:3px;
	background-repeat: no-repeat;
}
div.add{
	width:16px;
	height:16px;
	background-image:url('img/add.gif');
	cursor:pointer;
	background-position:center center;
	margin:3px;
	background-repeat: no-repeat;
}
div.copy{
	width:16px;
	height:16px;
	background-image:url('img/copy.gif');
	cursor:pointer;
	margin:3px;
	background-repeat: no-repeat;
}
div.info{
	width:16px;
	height:16px;
	background-image:url('img/info.gif');
	cursor:pointer;
	margin:3px;
	background-repeat: no-repeat;
}
div.clock{
	width:16px;
	height:16px;
	background-image:url('img/clock.gif');
	cursor:pointer;
	margin:3px;
	background-repeat: no-repeat;
}
div.blocked{
	width:16px;
	height:16px;
	background-image:url('img/locked.gif');
	cursor:pointer;
	margin:3px;
	background-repeat: no-repeat;
}
div.block{
	width:16px;
	height:16px;
	background-image:url('img/lock.gif');
	cursor:pointer;
	margin:3px;
	background-repeat: no-repeat;
}
div.files-header{
	float: left;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #ABABAB;
}
div.image{
	padding:5px;
	height:150px;
	width:152px;
	background-color:#ffffff;
	text-align:center;
}
div.image-actions{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	padding:5px;
	width:152px;
	background-color:#ffffff; 
}
div.close{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	padding:5px;
	background-color:#ffffff;
	cursor:pointer;
}
div.close:hover{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	padding:5px;
	background-color:#aaaaaa;
	cursor:pointer;
}
/* error layers */
#error{
	border:solid;
	border-width:1px;
	border-color:#CC3300;
	background-color: #FFEEEE;
	padding:8px;
	margin-bottom:10px;
}
#error-list{
	color:#993300;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 33px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.error-message{
	color:#993300;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 2px;
	float:left;
}
/* message layers */
#message{
	border:solid;
	border-width:1px;
	border-color:#00CC33;
	background-color: #EEFFEE;
	padding:8px;
	margin-bottom:10px;
}
#message-list{
	color:#009933;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 33px;
	margin-top: 3px;
	margin-bottom: 3px;
}
div.left{
	float:left;
}
div.right{
	float:right;
}