/*----------------------------------------------------------------------------

     * Filename:          site_mod_Paging.css

  * Description:          Site Paging Module Stylesheet

      * Version:          1.0.0 (01-19-2010) MM-DD-YYYY

      * Website:          http://www.thebelleisle.com/

       * Author:          Mike Baldwin

  == STRUCTURE: ==============================================================

   * Content area width:  945px

   # of columns:          1-3 (Left/Center/Right) [Automatic through database]

        Anchors:          $__main      Main Definitions

  ----------------------------------------------------------------------------*/


/*   __main
--------------------------------------------*/

.pagingCount form input#mod_PagingCountSubmit{
 background-color:#357ba6;
 border:1px solid;
 border-top-color:#ebebeb;
 border-right-color:#aaa;
 border-bottom-color:#666;
 border-left-color:#ebebeb;
 color:#fff;
 font-size:1.2em}
.pagingCount form input#mod_PagingCountSubmit:hover{
 background-color:#72abc6;
 color:#333}
.pagingCount form input#mod_PagingCountSubmit:active{}