﻿.filmlist
{
    clear:both;
    padding:10px;
    width:560px;
    clear:both;
    float:left;
}
.filmlistHeader
{
    background-color:#000;
    background-image: url(../img/portal/vgrad1.gif);
    background-position:0px 0px;
    background-repeat:repeat-x; 
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;    
    text-align:left;
    float:left;
    width:560px;
}
.filmlistHeaderText
{
    float:left;
    color:#fef2fa;
    padding:5px 5px 10px 15px;
}
.filmItemContainer
{
    float:left;
    margin: 5px 5px 0px 5px;
}
.filmImgContainer
{
    height:142px;
}
.filmImgContainer img
{
    border: 1px solid white;
    outline:none;
}
.filmImgContainer img:hover
{
    border: 1px solid #989898;
}
.filmItemTitle
{
    width:102px;
    clear:both;
    color:Black;
    text-align:center;
    padding-top: 3px;
    /*height: 2em;*/
    font-size:small;
}
.filmItemDesc
{
    font-size:x-small;
    width:102px;
    clear:both;
    color:Black;
    text-align:center;
    margin-top: 5px;
}
.filmItemTitle a
{
    color:Black;
    font-weight:bold;
}
.filmItemTitle a:hover
{
    text-decoration:underline;
}
.filmItemContainer img
{
    vertical-align:top;
    clear:both;
}
.filmlistContainer
{
    background-color:White;
    height:220px;
    min-height:220px;
    width:560px;
    overflow:hidden;
    float:left;
    padding-bottom:20px;
}
.ppage
{
    padding:2px 4px 2px 4px;
    margin: 0px 1px 0px 1px;
    float:left;
    cursor:pointer;
    border: 1px solid gray;
}
.ppage:hover
{
    text-decoration:underline;
}
.ppage_sel
{
    font-weight:bold;
    background-color:#555666;
}
.pager
{
    clear:both;
    display:inline;
}
.pagerContainer
{
    /*margin: 5px 0px 5px 2px;*/
    float: right;
    display:inline;
    padding: 3px 5px 0px 0px;
    color:White;
    /*clear: both;*/
    /*background-color: #efefef;*/
}
