@charset "utf-8";
/* PROGRAMING */

div#all-next-videos{
        width:650px;
        margin:20px 0 0 20px;
        /*border:1px solid #CCC;*/
}

div#all-next-videos h2{
        font-size:12px;
        font-weight:bold;
        text-transform:uppercase;
        margin:0 0 10px 2px;
        color:#000;
        padding:0;
}

div#all-next-videos table{
        width:100%;
}

div#all-next-videos table td{
        background-color:#EBEBE9;
        padding:2px;
}

div#all-next-videos .data{
        width:13%;
        text-align:center;
}

div#box-filter{
        float:right;
        margin:0 36px 10px 0;
        width:228px;
        height:58px;
        background-color:#787878;
        color:#FFF;
        padding:10px 5px 5px 15px;
}

div#box-filter h3{
        color:#FFF;
        font-weight:normal;
        text-transform:uppercase;
        margin:0 0 10px 0;

}

#box-filter table tr td{
	background-image:none;
}

#box-filter button{
        background-image:url(../images/backgrounds/bt-send-search.jpg);
                border:0;
                color:#FFF;
                font-size:10px;
                text-transform:uppercase;
                width:62px;
                height:26px;
                padding:0;
                margin:0 10px 0;
}


.pagination{
        width:300px;
        margin:10px auto;
        text-align:center;
        /* border:1px solid #CCC; */
}

.pagination a{
        color:#000;
        text-decoration:none;
}

.pagination a:hover{
        font-weight:bold;
}

#page-selected{
        font-size:14px;
        font-weight:bold;
}
