﻿.divPagination
{
    position: relative;
    margin-bottom: 5px;
    width: 100%;
    overflow: hidden;
}

.divPages
{
    position: relative;
    left: 50%;
    margin-left: -50px;
    float: left;
}
.divGoTo
{
    position: relative;
    top: -5px;
    float: left;
    margin-left: -34px;
}

.WebPartBoxDetailAdmin .divGoTo
{
    display: none;
}

.divItemsPerPage
{
    position: relative;
    float: right;
}

.WebPartBoxDetailAdmin .divItemsPerPage
{
    display: none;
}

.divPagination ul
{
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 20px;
}

.divPagination ul li
{
    float: left;
    text-align: center;
    position: relative;
}
.divPagination ul li a
{
    float: left;
}

.lblGoto, .lblItemsPerPage, .lblTotalPages
{
    font-size: 10pt;
    color: #888;
}

.txtboxGoto
{
    font-size: 8pt;
    color: #000;
    width: 30px;
    border: 1px dashed #A6A8AB;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.txtboxGoto:hover
{
    border: 1px solid #A6A8AB;
}

.ddlistItemsPerPage
{
    border: 1px solid #A6A8AB;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 8pt;
}
.imgbtDisable
{
    /* for IE < 8 */
    filter: alpha(opacity=50); /* for IE 8 */
    -ms-filter: "alpha(opacity=50)"; /* for Mozilla */
    -moz-opacity: 0.5; /* CSS3 standard */
    opacity: 0.5;
}
.imgbtEnable
{
    /* for IE < 8 */
    filter: alpha(opacity=100); /* for IE 8 */
    -ms-filter: "alpha(opacity=100)"; /* for Mozilla */
    -moz-opacity: 1; /* CSS3 standard */
    opacity: 1;
}

.imgbtPage
{
    position: relative;
    top: -2px;
}

.imgbtGoto
{
    position: relative;
    top: 3px;
}

.lnkPageDisable
{
    color: #AAA;
}

.lnkPage
{
    font-size: 8pt;
    color: #189bd7;
    padding: 1px 2px 1px 2px;
    margin: 0px 2px 0px 2px;
    border: 1px solid #DDD;
}

.divTotalPages
{
    position: relative;
    margin-left: 35px;
    float: none; /* for IE6 */
    _margin-top: -7px;
}
.divTotalPages span
{
    font-size: 7pt;
}
/* *************** Pagination intégrée au PictureViewer ************* */
/* ****************************************************************** */
/* ****************************************************************** */

.divPicturesMinis .divPages
{
    width: 200px;
    margin-top: 8px;
    margin-left: -70px;
}
.divPicturesMinis .divTotalPages
{
    float: left;
    margin-left: -50px;
    margin-top: 20px; /* for IE6 */
    _margin-top: 14px;
}
.divPicturesMinis .divPagination ul
{
    height: auto;
}
.divPicturesMinis .lnkPage
{
    color: #FFF;
}
.divPicturesMinis .lnkPage:hover
{
    color: #444;
}

/* ********************** Boutons de pagination ********************* */
/* ****************************************************************** */
/* ****************************************************************** */
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>> FIRST <<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
.lnkFirst
{
    width: 10px;
    height: 9px;
    margin-top: 4px;
    background: url('/App_Themes/Default/Images/Pagination/Icon-FirstBlue.png') no-repeat center center; /* for IE6 */
    _margin-top: 0px;
}
.lnkFirst:hover
{
    background: url('/App_Themes/Default/Images/Pagination/Icon-FirstHover.png') no-repeat center center;
}
.divPicturesMinis .lnkFirst
{
    background: url('/App_Themes/Default/Images/Pagination/Icon-FirstWhite.png') no-repeat center center;
}
.divPicturesMinis .lnkFirst:hover
{
    background: url('/App_Themes/Default/Images/Pagination/Icon-FirstHover.png') no-repeat center center;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>> PREVIOUS <<<<<<<<<<<<<<<<<<<<<<<<<<<< */
.lnkPrevious
{
    width: 6px;
    height: 9px;
    margin-top: 4px;
    background: url('/App_Themes/Default/Images/Pagination/Icon-PreviousBlue.png') no-repeat center center; /* for IE6 */
    _margin-top: 0px;
}
.lnkPrevious:hover
{
    background: url('/App_Themes/Default/Images/Pagination/Icon-PreviousHover.png') no-repeat center center;
}
.divPicturesMinis .lnkPrevious
{
    background: url('/App_Themes/Default/Images/Pagination/Icon-PreviousWhite.png') no-repeat center center;
}
.divPicturesMinis .lnkPrevious:hover
{
    background: url('/App_Themes/Default/Images/Pagination/Icon-PreviousHover.png') no-repeat center center;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> NEXT <<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
.lnkNext
{
    width: 6px;
    height: 9px;
    margin-top: 4px;
    background: url('/App_Themes/Default/Images/Pagination/Icon-NextBlue.png') no-repeat center center; /* for IE6 */
    _margin-top: 0px;
}
.lnkNext:hover
{
    background: url('/App_Themes/Default/Images/Pagination/Icon-NextHover.png') no-repeat center center;
}
.divPicturesMinis .lnkNext
{
    background: url('/App_Themes/Default/Images/Pagination/Icon-NextWhite.png') no-repeat center center;
}
.divPicturesMinis .lnkNext:hover
{
    background: url('/App_Themes/Default/Images/Pagination/Icon-NextHover.png') no-repeat center center;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> LAST <<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
.lnkLast
{
    width: 10px;
    height: 9px;
    margin-top: 4px;
    background: url('/App_Themes/Default/Images/Pagination/Icon-LastBlue.png') no-repeat center center; /* for IE6 */
    _margin-top: 0px;
}
.lnkLast:hover
{
    background: url('/App_Themes/Default/Images/Pagination/Icon-LastHover.png') no-repeat center center;
}
.divPicturesMinis .lnkLast
{
    background: url('/App_Themes/Default/Images/Pagination/Icon-LastWhite.png') no-repeat center center;
}
.divPicturesMinis .lnkLast:hover
{
    background: url('/App_Themes/Default/Images/Pagination/Icon-LastHover.png') no-repeat center center;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>> DISABLE <<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
.lnkDisable
{
    /* for IE < 8 */
    filter: alpha(opacity=50); /* for IE 8 */
    -ms-filter: "alpha(opacity=50)"; /* for Mozilla */
    -moz-opacity: 0.5; /* CSS3 standard */
    opacity: 0.5;
}
