/* CSS stuff for the backend only.  Please do not modify this directly */

div#preload { display: none; } 

.button_add_new {
   display:block;
   background:url(../common/images/add_new.png) no-repeat;
   width:150px;
   height:20px;
   border:none;
}
.button_add_new:hover {
   background:url(../common/images/add_new_mo.png) no-repeat;
}


.button_publish_content {
   background:url(../common/images/publish_content.png) no-repeat;
   width:150px;
   height:20px;
   border:none;
}
.button_publish_content:hover {
   background:url(../common/images/publish_content_mo.png) no-repeat;
}

.button_view {
   background:url(../common/images/button_view.png) no-repeat;
   width:100px;
   height:20px;
   border:none;
}
.button_view:hover {
   background:url(../common/images/button_view_mo.png) no-repeat;
}

.button_rename {
   background:url(../common/images/button_rename.png) no-repeat;
   width:100px;
   height:20px;
   border:none;
}
.button_rename:hover {
   background:url(../common/images/button_rename_mo.png) no-repeat;
}

.button_delete {
   background:url(../common/images/button_delete.png) no-repeat;
   width:100px;
   height:20px;
   border:none;
}
.button_delete:hover {
   background:url(../common/images/button_delete_mo.png) no-repeat;
}

.button_crop {
   background:url(../common/images/button_crop.png) no-repeat;
   width:100px;
   height:20px;
   border:none;
}
.button_crop:hover {
   background:url(../common/images/button_crop_mo.png) no-repeat;
}

.button_resize {
   background:url(../common/images/button_resize.png) no-repeat;
   width:100px;
   height:20px;
   border:none;
}
.button_resize:hover {
   background:url(../common/images/button_resize_mo.png) no-repeat;
}
.pagination{ margin:10px 0}
.pagination a{ color:#fff; font-size:16px; text-decoration:none; display:inline-block; background:#666; margin-right:10px; padding:5px; text-align:center}
.pagination span{ color:#fff; font-size:16px; text-decoration:none; display:inline-block; background:#666; margin-right:10px; padding:5px; text-align:center}
.pagination .current{ background:#BA0001}