.push { float:right;position:relative;
 margin: 0 -20px 1em 20px; }
.append  { padding-right: 30px;}

.center { text-align: center; }
.right { text-align: right; }
.left { text-align: left; }

input.inline,.inline { display: inline; } 

div.lborder{padding-left:9px;border-left:1px solid #eee;} 
 
/* 
The following items are used to style the starting form and
 ajax result container.
*/
/*
    #ajaxSearch_form - id of the search form
    #ajaxSearch_input - id of the input box on the form
    #ajaxSearch_submit - id of the submit button
    #ajaxSearch_output - id of the div that the ajax results are returned in
  */  
/*    The following items are used to style the reults when the user does not have javascript or they have clicked the more results link
*/
/*
    #ajaxSearch_resultListContainer - id of the results container
    .ajaxSearch_paging - class for span of result pages listing
    .ajaxSearch_pagination - class for pagination paragraph
    .ajaxSearch_result - class for result container div
    .ajaxSearch_resultLink - class for result link
    .ajaxSearch_resultDescription - class for result description span
    .ajaxSearch_extract - class for content extract div (for highlighting)
    .ajaxSearch_highlight1,2,3 - classes for result highlighting.  You need to
        create as many classes as terms you think a user will search for.
    .ajaxSearch_resultsIntroFailure - class for no results paragraph
    .ajaxSearch_intro - class for intro paragraph
*/
/*
    The following items are used to style the results returned by the ajax request.
*/
/*
    .AS_ajax_result - class for the result container div
    .AS_ajax_resultLink - class for the result link
    .AS_ajax_resultDescription - class for the result description span
    .AS_ajax_extract - class for the content extract div (for highlighting)
    .AS_ajax_hightlight1,2,3 - classes for result highlighting.  You need to create as many classes as terms you think a user will search for.
    .AS_ajax_more - class for more search results div
    .AS_ajax_resultsIntroFailure - class for no results paragraph
*/

.ajaxSearch_highlight1 {background-color: #fcff98;}
.ajaxSearch_highlight2 {background-color: #ffc732;}
.ajaxSearch_highlight3 {background-color: #fcff3b;}
.ajaxSearch_highlight4 {background-color: #d8ff3b;}
.ajaxSearch_highlight5 {background-color: #ff7752;}
.ajaxSearch_highlight6 {background-color: #ffbcfa;}
.ajaxSearch_highlight7 {background-color: #d2fff3;}

ul.fdmSortableList li.fdmSortHandle { list-style-type: none; list-style-image: url(../img/fdmsortlist_handle.png); }


div.unpublished,
ul.fdmSortableList li.unpublished a { border: solid 1px #dedede; background: #efefef url(./../../../snippets/FDM/blueprint/plugins/buttons/icons/page_unpublish.png) 2px 1px no-repeat; padding-left: 20px !important;  }


div.fdmSortControl a { display: block; padding: 1px 3px; text-align: center; clear: both; border: solid 1px #cc0000; background-color: #ffffff; width: 7em; font-size: 0.75em; }

div.fdmSortControl a:hover { background-color: #ffcc99; }

ul.fdmSortableList li.unpublished a:hover { background-color: #dafae9; }

.button.mini { font-size: 0.75em; }

div.fdm-bar { padding: 0.2em; margin: 0.2em 0.2em 0.2em 0; }
div.fdm-new { float: left; }
div.fdm-mod {width: 70px; float: right; }
div.fdm-mod a { margin: 0 2px; }


div.fdmActiveUsers { font-size: 0.8em; }
div.fdmActiveUsers span { font-weight: bold; }

#breadcrumbs .unpublished { border: solid 1px #dedede; background-color: #efefef }

h1.pagetitle.unpublished { border: solid 1px #dedede; background: #efefef url(./../../../snippets/FDM/blueprint/plugins/buttons/icons/page_unpublish.png) 7px 9px no-repeat; padding-left: 30px; }
