img
{
    border: none;
    vertical-align: middle;
}
input
{
    vertical-align: middle;
}
table
{
    border-collapse: separate;
    border-spacing: 0px;
}
        .floatleft {
            float: left;margin-right:10px;
        }
        .centered-text {
            text-align: center;
        }
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=80);
    opacity: 0.8;
    z-index: 10000;
}
#screenshot
{
    position: absolute;
    border: 1px solid #ccc;
    background: #333;
    padding: 5px;
    display: none;
    color: #fff;
	z-index:10000 !important;
}

/* sayfalama v2 */

.pagination {
    clear: both;
    margin: 15px 0;
    padding-bottom: 10px;
    background: url("images/dot.gif") 0 100% repeat-x;
	width:100%;
}

    .pagination.bottom {
        margin-bottom: 0;
        padding-top: 10px;
        background: url("images/dot.gif") 0 0 repeat-x;
    }

    .pagination p {
        margin: 0;
    }

    .pagination .f-right a {
        padding: 2px 4px;
        text-decoration: none;
    }

        .pagination .f-right a.pagination-active {
            padding: 2px 6px;
            font-weight: bold;
        }

    .pagination .f-right a {
        padding: 2px 4px;
        text-decoration: none;
    }

        .pagination .f-right a.pagination-active {
            padding: 2px 6px;
            font-weight: bold;
        }

.f-right {
    position: relative;
    top: -3px;
}

.pagination-active2 {
    background: #FF0000 !important;
    color: #fff !important;
    padding: 2px 6px !important;
    font-weight: bold !important;
}

.pagination.bottom {
    margin-bottom: 0;
    padding-top: 10px;
    background: url("images/dot.gif") 0 0 repeat-x;
}

.pagination a {
    color: #333333;
}

    .pagination a:hover {
        color: #FF0000;
    }