xxx.tooltip
{
    display: none;
    background: #fff;
    font-size: 12px;
    padding: 25px;
    color: #000;
}

html
{
    height: 100%;
}

/* ----------CLEARFIX--------- */

.clearfix:after
{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix
{
    display: inline-block;
}

html[xmlns] .clearfix
{
    display: block;
}

* html .clearfix
{
    height: 1%;
}

/* ----------FONTS------------ */
@font-face
{
    font-family: 'Open Sans Condensed';
    src: url(/includes/styles/OpenSans-CondBold.ttf) format("truetype"), url(/includes/styles/OpenSans-CondBold.eot) format("embedded-opentype");
}

/* ----------JQUERY UI-------- */

.ui-autocomplete
{
    padding: 0px;
    padding-bottom: 1px;
    width: 354px;
    background-color: #EEEEB3;
    max-height: 190px;
    z-index: 99 !important;
    border: 1px solid #A1A16C;
    border-top: 0px;
    overflow-y: auto;
    overflow-x: hidden;
}

.ui-autocomplete-loading
{
    background: url(/images/loading.small.dark.gif) -7px center no-repeat #EEEEB3 !important;
}

.ui-autocomplete li
{
    margin-left: 1px;
    padding-left: 19px;
}

.ui-datepicker
{
    display: none;
    padding: 10px;
    width: 186px;
    background-color: #C4C493;
}

.ui-datepicker-prev, 
.ui-datepicker-next
{
    padding-top: 3px;
    color: #F4F4B7;
    font-weight: bold;
}

.ui-datepicker-prev
{
    float: left;
}

.ui-datepicker-next
{
    float: right;
}

.ui-datepicker-month, 
.ui-datepicker-year
{
    padding: 2px;
    height: 26px;
    border: 1px solid #BEBE8E;
    background-color: #F4F4B7;
    font-family: arial, helvetica;
    font-size: 17px;
    font-weight: bold;
    color: #8C8C69;
}

.ui-datepicker-month
{
    margin-left: 4px;
    width: 93px;
}

.ui-datepicker-year
{
    margin-right: 4px;
    width: 67px;
}

.ui-datepicker-calendar
{
    width: 100%;
}

.ui-datepicker td
{
    font-size: 12px;
    text-align: center;
    background-color: #F4F4B7;
}

.ui-datepicker td a
{
    color: #8C8C69;
}

.ui-sortable
{
    position: relative;
    margin-top: 0px;
    padding-left: 0px;
    list-style-type: none;
}

.ui-sortable li
{
    cursor: n-resize !important;
}

.ui-state-highlight
{
    margin: 2px;
    width: 750px;
    height: 29px;
    border: 2px dashed white;
    border-radius: 8px;
}

/* ----------BODY------------- */
body
{
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
    font-family: Arial, Helvetica;
}

body.film
{
    background: url(/images/inside/base.png) repeat-x #130303;
}

body.filmBW
{
    background: url(/images/inside.bw/base.png) repeat-x #0D0D0D;
}

body.general
{
    background: url(/images/foyer/base.png) repeat-x #420909;
}

body.home
{
    background: url(/images/daylight/base.png) repeat-x #000;
}

h1, 
h2, 
h3, 
h3, 
h4, 
h5
{
    margin: 0px;
    text-overflow: ellipsis;
}

.wrapper
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -2em;
}

a
{
    text-decoration: none;
    cursor: pointer;
    cursor: hand;
}

.footer,
.push
{
    height: 2em;
}

.footer
{
    position: relative;
    padding-top: 29px;
    padding-bottom: 9px;
    font-size: 11px;
    color: #A7A091;
    text-align: center;
    background: url(/images/chair.png) center top repeat-x;
}

.footer a
{
    color: #A7A091;
}

.footer a:hover
{
    color: #FFF;
}

.boxtext
{
    clear: both;
    position: relative;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    color: #5E5E47;
    border: 1px solid #BEBE8E;
}

.hide
{
    height: 0px;
    width: 0px;
    overflow: hidden;
}

/* ----------HOMEPAGE--------- */
.main .box .register
{
    float: right;
    padding: 8px;
    width: 226px;
    height: 133px;
    background-image: url(/images/new/join.png);
    background-repeat: no-repeat;
    background-position: center 4px;
}

.main .box .register:hover
{
    background-position: center -145px;
}

/* ----------POPUP------------ */
#popup
{
    position: fixed;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 0px;
    margin-left: -490px;
    width: 960px;
    top: -40px;
    left: 50%;
    background: url(/images/new/popup.base.png) repeat-x bottom #D9D9A3;
    border: 1px solid #141211;
    z-index: 13;
}

#popup form
{
    padding: 0px;
    margin: 0px;
}

#backgroundPopup
{
    display: none;
    opacity: 0.7;
    filter: alpha(opacity=70);
    position: fixed;
    _position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    z-index: 12;
    cursor: hand;
    cursor: pointer;
}

/* ----------HEADER----------- */
.header
{
    position: relative;
    width: 100%;
    height: 89px;
}

.header > .title
{
    position: relative;
    margin: 0px auto;
    height: 40px;
    width: 970px;
}

.header > .title > .logo
{
    position: absolute;
    left: -122px;
    top: 0px;
    width: 402px;
    height: 234px;
    background-repeat: no-repeat;
}

body.film .header > .title > .logo
{
    background: url(/images/inside/sprites.png) 0px 0px;
}

body.filmBW .header > .title > .logo
{
    background: url(/images/inside.bw/sprites.png) 0px 0px;
}

body.general .header > .title > .logo
{
    background: url(/images/foyer/sprites.png) 0px 0px;
}
body.home .header > .title > .logo
{
    background: url(/images/daylight/sprites.png) 0px 0px;
}

/* ----------WHAT FILM-------- */
#whatfilm, 
#message
{
    position: fixed;
    top: 0px;
    left: 0px;
    height: 38px;
    width: 100%;
    z-index: 11;
    display: none;
}

#whatfilm
{
    z-index: 11;
}

#message
{
    z-index: 13;
}

#whatfilm > div:first-child,
#message > div:first-child
{
    position: absolute;
    padding-top: 6px;
    top: 0px;
    left: 0px;
    height: 32px;
    width: 100%;
    opacity: .7;
    filter: alpha(opacity=70);
}

#whatfilm > .content, 
#message > .content
{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 38px;
    width: 100%;
    font-size: 22px;
}

#whatfilm > .content > .title, 
#message > .content > .title
{
    float: left;
    padding-top: 2px;
    padding-left: 80px;
    font-weight: bold;
    font-size: 24px;
    font-family: 'Open Sans Condensed' ,sans-serif;
    text-transform: uppercase;
}

#whatfilm > .content > .subtitle, 
#message > .content > .subtitle
{
    float: left;
    padding-top: 7px;
    padding-left: 13px;
    color: #FFF;
    text-shadow: 0 1px #000;
    -moz-text-shadow: 0 1px 1px #000;
    -webkit-text-shadow: 0 1px 1px #000;
}

#whatfilm > .logo, 
#message > .logo
{
    position: absolute;
    left: 0px;
    top: -4px;
    height: 49px;
    width: 70px;
}

#whatfilm > div:first-child
{
    background: #000;
}

#whatfilm > .content
{
    border-bottom: 1px solid #000;
}

#whatfilm > .content:hover
{
    background-color: #333;
}

#whatfilm > .content > .title
{
    color: #5E5E5E;
    text-shadow: 0 1px #000;
    -moz-text-shadow: 0 1px 1px #000;
    -webkit-text-shadow: 0 1px 1px #000;
}

/* ----------MESSAGES--------- */
#message.error > div:first-child
{
    background: #A00000;
}

#message.error > .content
{
    border-bottom: 1px solid #900000;
}

#message.error > .content:hover
{
    background-color: #c00000;
    cursor: pointer;
    cursor: hand;
}

#message.error > .content > .title
{
    color: #EB0000;
    text-shadow: 0 1px #6C0000;
    -moz-text-shadow: 0 1px 1px #6C0000;
    -webkit-text-shadow: 0 1px 1px #6C0000;
}

#message.ok > div:first-child
{
    background: #007513;
}

#message.ok > .content
{
    border-bottom: 1px solid #00460C;
}

#message.ok > .content:hover
{
    background-color: #006310;
    cursor: pointer;
    cursor: hand;
}

#message.ok > .content > .title
{
    color: #3CBA55;
    text-shadow: 0 1px #093600;
    -moz-text-shadow: 0 1px 1px #093600;
    -webkit-text-shadow: 0 1px 1px #093600;
}

#message.working > div:first-child
{
    background: #0000BB;
}

#message.working > .content
{
    border-bottom: 1px solid #000099;
}

#message.working > .content > .title
{
    color: #8888FF;
    text-shadow: 0 1px #000066;
    -moz-text-shadow: 0 1px 1px #000066;
    -webkit-text-shadow: 0 1px 1px #000066;
}

/* ----------WHAT FILM LOGOS------------ */
body.film #whatfilm > .logo, 
body.film #message > .logo
{
    background: url(/images/inside/sprites.png) -338px -320px;
}

body.filmBW #whatfilm > .logo, 
body.filmBW #message > .logo
{
    background: url(/images/inside.bw/sprites.png) -338px -320px;
}

body.general #whatfilm > .logo,
body.general #message > .logo
{
    background: url(/images/foyer/sprites.png) -338px -320px;
}

body.home #whatfilm > .logo, 
body.home #message > .logo
{
    background: url(/images/daylight/sprites.png) -338px -320px;
}

/* ----------ADVERTS---------- */
.header > .title > .ad
{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 238px;
    height: 121px;
    background-repeat: no-repeat;
}

body.film .header > .title > .ad
{
    background-image: url(/images/inside/sprites.png);
}

body.filmBW .header > .title > .ad
{
    background-image: url(/images/inside.bw/sprites.png);
}

body.general .header > .title > .ad
{
    background-image: url(/images/foyer/sprites.png);
}

body.home .header > .title > .ad
{
    background-image: url(/images/daylight/sprites.png);
}

.header > .title > .ad.twitter
{
    top: 14px;
    right: 5px;
    height: 86px;
    width: 170px;
    background-position: -238px -234px;
    z-index: 3;
}

.header > .title > .ad.book
{
    top: 0px;
    right: 8px;
    height: 121px;
    width: 238px;
    background-position: 0px -234px;
}

/* ----------HEADING---------- */
.main
{
    position: relative;
    margin: 0px auto -80px;
    min-height: 100%;
    width: 972px;
}
.main > .heading
{
    width: 100%;
    height: 93px;
    z-index: 2;
}

.main > .heading > .l, 
.main > .heading > .r, 
.main > .heading > .c
{
    float: left;
    background-image: url(/images/new/heading.png);
}

.main > .heading > .l, 
.main > .heading > .r
{
    height: 93px;
    width: 10px;
}

body.home .main > .heading > .l, 
body.film .main > .heading > .l, 
body.filmBW .main > .heading > .l
{
    background-position: 0px -279px;
}

body.general .main > .heading > .l
{
    background-position: -20px -279px;
}

body.home .main > .heading > .r, 
body.film .main > .heading > .r, 
body.filmBW .main > .heading > .r
{
    background-position: -10px -279px;
}

body.general .main > .heading > .r
{
    background-position: -30px -279px;
}

.main > .heading > .c
{
    width: 952px;
    height: 93px;
}

body.home .main > .heading > .c
{
    background-position: 0px -93px;
}

body.film .main > .heading > .c, 
body.filmBW .main > .heading > .c
{
    background-position: 0px 0px;
}

body.general .main > .heading > .c
{
    background-position: 0px -186px;
}

/* ----------TOP BAR---------- */
.topbar
{
    height: 26px;
}

.topbar a, 
.topbar .search
{
    float: left;
    margin-top: 3px;
    height: 23px;
    background-image: url(/images/links.png);
    background-repeat: no-repeat;
}

.topbar .myfwfr
{
    width: 68px;
    background-position: 0 -11px;
}

.topbar .myfwfr:hover
{
    background-position: 0px -46px;
}

.topbar .reviewsLeft
{
    float: left;
    margin-top: 4px;
    padding-top: 5px;
    padding-left: 2px;
    width: 83px;
    height: 17px;
    background: url(/images/links.png) -70px -12px no-repeat;
}

.topbar .reviewsLeft > div
{
    background: url(/images/reviewsleft.png);
    width: 0px;
    height: 5px;
}

.topbar .admin
{
    width: 64px;
    background-position: -179px -11px;
}

.topbar .admin:hover
{
    background-position: -179px -46px;
}

.topbar .search
{
    width: 64px;
    background-position: -243px -11px;
}

.topbar .fourum
{
    width: 84px;
    background-position: -304px -11px;
}

.topbar .fourum:hover
{
    background-position: -304px -46px;
}

.topbar .fourum_m
{
    width: 105px;
    background-position: -642px -11px;
}

.topbar .fourum_m:hover
{
    background-position: -642px -46px;
}

.topbar .faqs
{
    width: 54px;
    background-position: -382px -11px;
}

.topbar .faqs:hover
{
    background-position: -382px -46px;
}

.topbar .login
{
    width: 44px;
    background-position: -442px -11px;
}

.topbar .login:hover
{
    background-position: -442px -46px;
}

.topbar .logout
{
    float: right;
    width: 57px;
    background-position: -492px -11px;
}

.topbar .logout:hover
{
    background-position: -492px -46px;
}

.topbar .register
{
    margin-top: -8px;
    margin-left: 2px;
    height: 34px;
    width: 103px;
    background-position: -547px top;
}

.topbar .register:hover
{
    background-position: -547px -35px;
}

.main > .heading > .c > a
{
    float: left;
    height: 36px;
    margin: 0px;
    padding-top: 5px;
    padding-left: 6px;
    padding-right: 6px;
    color: #B3B386;
    font-size: 25px;
    font-weight: bold;
    border-right: 1px solid #320606;
}

.main > .heading > .c > a:hover
{
    color: #fff;
}

.main > .heading > .c h1
{
    float: left;
    padding-top: 2px;
    padding-bottom: 1px;
    padding-right: 6px;
    margin: 0px;
    height: 40px;
    font-weight: bold;
    color: #000;
    font-size: 34px;
}

.main > .heading > .c h1, 
.main > .heading > .c h1 > a
{
    text-shadow: 0 2px #96A7DE;
    -moz-text-shadow: 0 2px 2px #96A7DE;
    -webkit-text-shadow: 0 2px 2px #96A7DE;
}

.main > .heading > .c h1 a
{
    color: #000;
}

.main > .heading > .c h1 a:hover
{
    color: navy;
}

body.general .main > .heading > .c h1
{
    text-shadow: 0 2px #222;
    -moz-text-shadow: 0 2px 2px #222;
    -webkit-text-shadow: 0 2px 2px #222;
    color: #ECE72C;
}

body.general .main > .heading > .c h1 a
{
    color: #ECE72C;
}

body.general .main > .heading > .c h1 a:hover
{
    color: #FFF;
}

.main > .heading > .c > .botbar
{
    clear: both;
    position: relative;
    padding-top: 4px;
    height: 24px;
    font-size: 14px;
}

.main > .heading > .c > .botbar, 
.main > .heading > .c > .botbar a
{
    color: #B3B386;
}

.main > .heading > .c > .botbar a:hover
{
    color: #FFF;
}

h1 > p
{
    margin: 0px;
}

._s, 
._sd
{
    position: relative;
    white-space: nowrap;
    overflow: hidden !important;
}

._s > div, 
._sd > div, 
._snd > div
{
    position: absolute;
}

._sd > div
{
    padding-right: 10px;
}

.main > .heading > .c h1 sup
{
    vertical-align: top;
    font-size: 18px;
}

/* ----------SEARCH BOX------- */

.topbar > .c
{
    position: absolute;
    width: 485px;
    height: 27px;
    left: 332px;
    z-index: 9;
}

.topbar #searchForm
{
    float: left;
    padding-top: 4px;
    width: 161px;
}

.topbar #searchForm > input#search
{
    width: 137px;
    height: 17px;
    padding-right: 2px;
    background-color: #EEEEB3;
    border: 1px solid #A1A16C;
    border-bottom: 0px;
}

.c > .topbar #searchOptions
{
    display: none;
    position: absolute;
    left: 64px;
    top: 24px;
    height: 76px;
    width: 159px;
    border: 1px solid #A1A16C;
    background-color: #EEEEB3;
    border-top: 0px;
    z-index: 3;
}

.searchartist, 
.searchfilm, 
.searchreview, 
.searchreviewer
{
    height: 16px;
    width: 139px;
    padding-left: 20px !important;
    text-align: left;
    font-size: 12px;
    color: #757558;
    font-weight: normal;
    background: url(/images/search.icons.png) no-repeat;
}

.searchartist:hover, 
.searchfilm:hover, 
.searchreview:hover, 
.searchreviewer:hover
{
    background-color: #EEEEB3;
}

#searchOptions > div
{
    height: 16px;
    padding-top: 3px;
}

#searchOptions > div:hover
{
    background-color: #FFFF00;
    color: #535C28;
    cursor: pointer;
    cursor: hand;
}

.searchartist
{
    background-position: 3px -23px;
}

.main > .content .searchartist
{
    background-position: 3px -19px;
}

.searchfilm
{
    background-position: 2px -1px;
}

.main > .content .searchfilm
{
    background-position: 3px 3px;
}

.searchreview
{
    background-position: 3px -46px;
}

.searchreviewer
{
    background-position: 3px -65px;
}

/* ----------CONTENT---------- */
.main > .content
{
    position: relative;
    padding-bottom: 44px;
    width: 972px;
    background-image: url(/images/new/content.base.png);
    background-repeat: repeat-y;
}

.main > .content.withsidebar
{
    background-image: url(/images/new/content.base.sidebar.right.png);
}

.main > .content > div > .text
{
    position: relative;
    float: right;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    width: 739px;
    font-size: 14px;
    color: #5E5E47;
    z-index: 1;
}

/* ----------BOX-------------- */
.box
{
    position: relative;
    margin-left: 3px;
    margin-right: 3px;
    padding: 4px;
    padding-bottom: 10px;
    width: 958px;
    margin-bottom: 5px;
    overflow-y: hidden;
}

.main .box:first-child
{
    border-top: 1px solid #FFF;
}

.withsidebar .box
{
    float: left;
    margin-right: 0px;
    width: 757px;
}

.box.even
{
    border-bottom: 1px solid #DDDEAF;
    border-top: 1px solid #BCBD88;
    background-color: #CDCE94;
}

.box > h2 > p
{
    display: inline-block;
    vertical-align: top;
    padding-left: 5px;
    margin: 0px;
    height: 10px;
    font-size: 18px;
    color: #F6F7B2;
}

.box > p
{
    margin: 0px;
    padding-top: 2px;
    padding-bottom: 8px;
    color: #5C4F1A;
    font-size: 14px;
}

.box > hr, 
#popup hr
{
    clear: left;
    margin: 0px;
    height: 2px;
    border: 0px;
    border-bottom: 1px solid #E4E5B5;
    background-color: #C3C48D;
}

.box > .navbar
{
    clear: both;
    position: relative;
    min-height: 25px;
    background: url(/images/new/navbar.png) repeat-x 0 -25px;
}

.box > .navbar .order, 
.box > .navbar .show
{
    float: left;
    height: 24px;
    width: 374px;
}

.withsidebar .box > .navbar .order, 
.withsidebar .box > .navbar .show
{
    width: 269px;
}

.box .navbar table
{
    display: none;
    margin: 0px auto;
    border: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
    padding: 0px;
}

.box .navbar table td
{
    padding: 0px !important;
    padding-left: 1px !important;
}

.box .nb
{
    float: left;
    height: 18px;
    padding-top: 5px;
    padding-left: 4px;
    padding-right: 5px;
    font-family: arial, helvetica;
    font-size: 12px;
    color: #5c4f1a;
    cursor: pointer;
    cursor: hand;
}

.box .nb_order:hover, 
.box .nb_show:hover
{
    color: #000;
}

.box .nbdiv
{
    float: left;
    width: 2px;
    height: 23px;
    background: url(/images/new/navbar.png);
}

.box .navbar .ol, 
.box .navbar .sl
{
    float: left;
    width: 14px;
    height: 25px;
    background-image: url(/images/new/navbar.png);
}

.box .navbar .ol
{
    background-position: -2px 0px;
}

.box .navbar .sl
{
    background-position: -16px 0px;
}

.nb_show, 
.nb_order
{
    color: #5C4F1A;
}

.nb_show_highlighted, 
.nb_show_on, 
.nb_show_off, 
.nb_order_asc, 
.nb_order_desc
{
    margin-top: 1px;
    margin-left: 2px;
    margin-right: 1px;
    padding-right: 25px;
    border-left: 1px solid #D4D599;
    border-right: 1px solid #D4D599;
    background-color: #E3E4A4;
}

.nb_show_highlighted
{
    background-position: -139px 0px;
    padding-right: 6px;
}

.nb_show_on, 
.nb_show_off, 
.nb_order_asc, 
.nb_order_desc
{
    padding-right: 23px !important;
    background-image: url(/images/new/navbar.png);
    background-repeat: no-repeat;
}

.nb_show_on
{
    background-position: right -275px;
}

.nb_show_on:hover
{
    background-position: right -301px;
}

.nb_show_on.active
{
    background-position: right -327px;
}

.nb_show_off
{
    background-position: right -350px;
}

.nb_show_off:hover
{
    background-position: right -376px;
}

.nb_show_off.active
{
    background-position: right -402px;
}

.nb_order_asc
{
    background-position: right -200px;
}

.nb_order_asc:hover
{
    background-position: right -226px;
}

.nb_order_asc.active
{
    background-position: right -252px;
}

.nb_order_desc
{
    background-position: right -126px;
}

.nb_order_desc:hover
{
    background-position: right -152px;
}

.nb_order_desc.active
{
    background-position: right -178px;
}

.box .navbar > .page
{
    float: left;
    width: 210px;
    height: 25px;
}

.box .paging
{
    display: none;
    height: 25px;
}

.box .paging .rangecontainer
{
    float: left;
    position: relative;
    margin-top: 2px;
    width: 182px;
    height: 21px;
    background: url(/images/box.png) no-repeat scroll 1px -183px;
    text-align: center;
    z-index: 1;
}

.box .paging.clicked .rangecontainer
{
    background-position: 1px -202px;
}

.box .paging .range
{
    float: left;
    overflow: hidden;
    position: relative;
    width: 180px;
    height: 19px;
    border: 1px solid #7F804A;
    border-radius: 2px;
}

.box .paging .range ul
{
    position: absolute;
    margin: 0px;
    padding-left: 130px;
    padding-right: 130px;
    padding-top: 3px;
    height: 20px;
    list-style-type: none;
}

.box .paging.clicked .range ul
{
    padding-top: 4px;
}

.box .paging .range li
{
    float: left;
    padding: 0px;
    padding-left: 2px;
    padding-right: 2px;
    border-right: 1px solid #CCC;
    width: 76px;
    height: 14px;
    font-family: arial;
    font-size: 12px;
    color: #5c4f1a;
    text-align: center;
    overflow: hidden;
    cursor: hand;
    cursor: pointer;
}

.box .paging .range li sup
{
    line-height: 5px;
}

.box .paging .range li:first-child
{
    border-left: 1px solid #CCC;
}

.box .paging div.clicked .range ul
{
    padding-top: 4px;
}

.box .paging div.clicked .range li
{
    border-right: 1px solid #999;
    color: #000;
}

.box .paging div.clicked .range li:first-child
{
    border-left: 1px solid #999;
}

.box .navbar > .page > .paging .rangeselector
{
    position: relative;
    float: left;
    left: 14px;
    top: -23px;
    width: 182px;
    height: 21px;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: #CED2D3;
    text-align: center;
    cursor: pointer;
    cursor: hand;
    z-index: 10;
}

.box .navbar > .page > .paging .rangeselector option
{
    font-size: 12px;
    color: #5C4F1A;
    border-bottom: 1px solid #BFC3C4;
}

.box .paging > .prev, 
.box .paging > .next
{
    float: left;
    position: relative;
    height: 25px;
    width: 14px;
    padding: 0px;
    background-image: url(/images/new/navbar.png);
    cursor: hand;
    cursor: pointer;
}

.box .paging > .prev
{
    background-position: 0px -50px;
}

.box .paging > .prev:hover
{
    background-position: 0px -75px;
}

.box .paging > .prev.active
{
    background-position: 0px -100px;
}

.box .paging > .next
{
    background-position: -14px -50px;
}

.box .paging > .next:hover
{
    background-position: -14px -75px;
}

.box .paging > .next.active
{
    background-position: -14px -100px;
}

.box .content > .listPaging
{
    position: relative;
    width: 2870px;
    min-height: 20px;
}
.box > .content > .listPaging > div
{
    margin: 0px auto;
    padding: 0px;
    width: 958px;
    list-style: none;
}

.withsidebar .box > .content > .listPaging > div
{
    width: 757px;
}

.content .box .content
{
    position: relative;
    overflow: hidden;
    padding-bottom: 3px;
    min-height: 149px;
    margin: 0px;
    width: 958px;
}
.withsidebar .box .content
{
    width: 757px;
}

h2
{
    position: relative;
    margin: 0px;
    padding: 0px;
    line-height: 29px;
    color: #FFF;
    font-family: 'Open Sans Condensed' , sans-serif;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px #49492A;
    -moz-text-shadow: 0 0 1px #49492A;
    -webkit-text-shadow: 0 0 1px #49492A;
}

.sidebar h2
{
    padding-bottom: 3px;
    line-height: 25px;
    color: #AD3131;
    text-shadow: 0 1px #330F0F;
    -moz-text-shadow: 0 0 1px #330F0F;
    -webkit-text-shadow: 0 0 1px #330F0F;
}

h2 > a
{
    color: #EEE;
}

h2 > a:hover
{
    color: yellow;
}

h2 > sub
{
    position: relative;
    padding-left: 5px;
    line-height: 17px;
    vertical-align: text-bottom;
    bottom: 3px;
    color: #616145;
    font-family: arial, helvetica;
    font-size: 15px;
    font-weight: normal;
    white-space: nowrap;
    text-transform: none;
    text-shadow: 0 0;
    -moz-text-shadow: 0 0 0;
    -webkit-text-shadow: 0 0 0;
}

h2 > sub > a
{
    color: #616145;
}

h2 > sub > a:hover
{
    color: blue;
}

.main > .content .box .content.loading
{
    background: url(/images/loading.gif) no-repeat top center;
}

.main > .content .review.loading
{
    background: url(/images/loading.small.gif) no-repeat top right;
}

.main > .content .lr.loading
{
    background: url(/images/loading.small.gif) no-repeat scroll right 6px transparent !important;
}

.content .box .nomatch
{
    margin: 20px auto;
    padding-top: 10px;
    width: 200px;
    height: 19px;
    color: #B9B981;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 1px #616145;
    -moz-text-shadow: 0 0 1px #616145;
    -webkit-text-shadow: 0 0 1px #616145;
}

.review .comment
{
    position: relative;
    width: 180px;
    height: 119px;
    background: url(/images/new/review.png) center -476px;
}

.review .comment > div
{
    position: absolute;
    display: table;
    left: 37px;
    top: 17px;
    width: 106px;
    height: 51px;
}

.review .comment > div > p
{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
}

/* ----------LIST ROW--------- */
.lr
{
    display: block;
    position: relative;
    padding-left: 6px;
    min-height: 36px;
    left: 0px;
    height: auto;
    overflow: hidden;
    color: #616149;
    border-bottom: 1px dotted #B4B47E !important;
}

.box .lr:hover, 
.ui-autocomplete .lr:hover
{
    background: url(/images/hover.png) bottom center repeat-x transparent;
}

.box .lr.active, 
.ui-autocomplete .lr.active
{
    background: url(/images/active.png) bottom center repeat-x transparent !important;
}

.lr.ml
{
    padding-left: 45px;
    width: 913px;
}

.withsidebar .lr.ml
{
    width: 712px;
}

.lr.mli
{
    padding-left: 62px;
    width: 896px;
}

.withsidebar .lr.mli
{
    width: 695px;
}

.lr.mlii
{
    padding-left: 100px;
    width: 658px;
}

.content .sub
{
    clear: both;
    position: relative;
    padding-top: 1px;
    padding-bottom: 1px;
    left: -62px;
    min-height: 0px;
    width: 100%;
    background: url(/images/darkbase.png);
    border-top: 1px solid #B4B47E;
    border-bottom: 1px solid #EEEEA4;
}

.sidebar .lr
{
    display: block;
    position: relative;
    padding: 1px;
    border: 0px !important;
}

.sidebar .lr.ml
{
    padding-left: 44px;
    width: 148px;
}

.lr.h
{
    background: url(/images/lightbase.png);
}

.lr .index
{
    position: absolute;
    top: -5px;
    left: 0px;
    width: 62px;
    height: 34px;
    color: #FFF;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 1px #92926E;
    -moz-text-shadow: 0 1px 1px #92926E;
    -webkit-text-shadow: 0 1px 1px #92926E;
    z-index: 1;
}

.lr.sub .index
{
    top: 2px;
    font-size: 27px;
}

.lr .index.pending
{
    color: #FDFF61;
}

.lr .index.declined
{
    color: #FF2727;
}

.sidebar .lr .index
{
    width: 44px;
    line-height: 43px;
    font-size: 40px;
    color: #E2573B;
    text-shadow: 0 1px #330F0F;
    -moz-text-shadow: 0 0 1px #330F0F;
    -webkit-text-shadow: 0 0 1px #330F0F;
}

.lr .index.len3
{
    top: -2px;
    font-size: 32px;
}

.lr .index.len4
{
    top: 2px;
    font-size: 26px;
}

.lr .index.len5
{
    top: 3px;
    font-size: 22px;
}

.lr .index.len6
{
    top: 6px;
    font-size: 18px;
}

.lr .index.len7
{
    top: 9px;
    font-size: 14px;
}

.lr.sub div
{
    white-space: normal;
}

.ml, 
.mli, 
.col2
{
    padding-left: 8px;
}

.ml
{
    padding-left: 45px;
}

.mli
{
    padding-left: 62px;
}

.mlii
{
    padding-left: 99px;
}

.lr h5, 
.lr:hover h6, 
.lr h4, 
.sub h5, 
.sub:hover h6, 
.sub h4
{
    display: block;
}

.lr:hover h5, 
.lr h6, 
.sub:hover h5, 
.sub h6
{
    display: none;
}

.lr a
{
    color: #616149;
}

.accolade .lr, 
.review .lr, 
.statistic .lr
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    min-height: 33px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    z-index: 2;
}

.accolade .lr
{
    padding-left: 3px;
    padding-right: 3px;
    width: 140px;
}

.review .lr
{
    width: 135px !important;
}

.statistic .lr
{
    width: 173px;
}

.lr:hover h3, 
.lr:hover h4, 
.lr:hover h5, 
.lr:hover h6, 
.sub:hover h3, 
.sub:hover h4,
.sub:hover h5, 
.sub:hover h6
{
    height: auto;
    white-space: normal;
}

.ui-autocomplete .lr:hover h3
{
    overflow: hidden;
}

.lr h3
{
    line-height: 16px;
    padding: 2px;
    padding-bottom: 0px;
    font-size: 14px;
    font-weight: bold;
    color: #787720;
    white-space: nowrap;
    overflow: hidden;
}

.lr.sub h3
{
    font-weight: normal;
}

.lr h4,
.lr h5, 
.lr h6 
{
    margin: 0px;
    min-height: 14px;
    padding-left: 2px;
    line-height: 14px;
    font-size: 10px;
    color: #7A7925;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
}

.lr .sub h4, 
.lr .sub h5, 
.lr .sub h6
{
    white-space: normal;
}

.review .lr h3, 
.review .lr h4,
.review .lr h5, 
.review .lr h6
{
    width: 128px;
}

.sidebar .lr h3
{
    padding-top: 0px;
    font-size: 16px;
    color: #E2573B;
    white-space: normal;
}

.sidebar .lr h4,
.sidebar .lr h5, 
.sidebar .lr h6
{
    font-size: 11px;
    color: #E2573B;
    line-height: 15px;
    white-space: normal;
}

.sidebar .lr h4:hover,
.sidebar .lr h6:hover
{
    white-space: normal !important;
}

.col1, 
.col2
{
    float: left;
    position: relative;
    min-height: 34px;
    border: 1px solid transparent;
}

.lr .col1
{
    width: 332px;
}

.lr.ml .col1
{
    width: 290px;
}

.lr.mli .col1
{
    width: 307px;
}

.col2
{
    width: 577px;
}

.withsidebar .col2
{
    width: 401px;
}

.col2.ml
{
    width: 366px !important;
}

.lr sup
{
    line-height: 5px;
    font-size: 10px;
    vertical-align: text-top;
}

/* ----------CONTROLS---------- */
.controls
{
    position: absolute;
    height: 32px;
    width: auto;
    top: 0px;
    right: 0;
    z-index: 1;
}

.controls a, 
.controls div
{
    cursor: pointer;
    cursor: hand;
}

#message .controls
{
    top: 1px;
}

h2 .controls
{
    height: 20px;
    top: -2px;
    right: 0px;
}

.box .navbar .controls
{
    top: -6px;
}

.heading .controls
{
    top: 5px;
}

h1 .edit, 
.controls .edit, 
.controls .pendrev, 
.controls .accolade, 
.controls .artist, 
.controls .film, 
.controls .message, 
.controls .myfwfr, 
.controls .reportedrev, 
.controls .review, 
.controls .reviewer, 
.controls .settings, 
.controls .statistic
{
    float: left;
    margin: 0px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 3px;
    width: 32px;
    height: 31px;
    background-image: url(/images/new/controls.png);
    background-repeat: no-repeat;
}

h1 .edit
{
    float: right;
}

h1 .edit, 
.controls .edit
{
    background-position: 0px -222px;
}

h1 .edit:hover, 
.controls .edit:hover
{
    background-position: -32px -222px;
}

h1 .edit.active, 
.controls .edit.active
{
    background-position: -64px -222px;
}

.controls .pendrev, 
.controls .review
{
    background-position: 0px -127px;
}

.controls .pendrev
{
    display: none;
}

.controls .pendrev:hover, 
.controls .review:hover
{
    background-position: -32px -127px;
}

.controls .pendrev.active, 
.controls .review.active
{
    background-position: -64px -127px;
}

.controls .review.on
{
    background-position: -96px -127px;
}

.controls .reportedrev
{
    background-position: 0px -561px;
}

.controls .reportedrev:hover
{
    background-position: -32px -561px;
}

.controls .reportedrev.active
{
    background-position: -64px -561px;
}

.controls .reportedrev.on
{
    background-position: -96px -561px;
}

.controls .accolade
{
    background-position: 0px -284px;
}

.controls .accolade:hover
{
    background-position: -32px -284px;
}

.controls .accolade.active
{
    background-position: -64px -284px;
}

.controls .accolade.on
{
    background-position: -96px -284px;
}

.controls .artist
{
    background-position: 0px -470px;
}

.controls .artist:hover
{
    background-position: -32px -470px;
}

.controls .artist.active
{
    background-position: -64px -470px;
}

.controls .artist.on
{
    background-position: -96px -470px;
}

.controls .film
{
    background-position: 0px -501px;
}

.controls .film:hover
{
    background-position: -32px -501px;
}

.controls .film.active
{
    background-position: -64px -501px;
}

.controls .film.on
{
    background-position: -96px -501px;
}

.controls .message
{
    background-position: 0px -346px;
}

.controls .message:hover
{
    background-position: -32px -346px;
}

.controls .message.active
{
    background-position: -64px -346px;
}

.controls .message.on
{
    background-position: -96px -346px;
}

.controls .myfwfr
{
    background-position: 0px -408px;
}

.controls .myfwfr:hover
{
    background-position: -32px -408px;
}

.controls .myfwfr.active
{
    background-position: -64px -408px;
}

.controls .myfwfr.on
{
    background-position: -96px -408px;
}

.controls .reviewer
{
    background-position: 0px -439px;
}

.controls .reviewer:hover
{
    background-position: -32px -439px;
}

.controls .reviewer.active
{
    background-position: -64px -439px;
}

.controls .reviewer.on
{
    background-position: -96px -439px;
}

.controls .settings
{
    background-position: 0px -377px;
}

.controls .settings:hover
{
    background-position: -32px -377px;
}

.controls .settings.active
{
    background-position: -64px -377px;
}

.controls .settings.on
{
    background-position: -96px -377px;
}

.controls .statistic
{
    background-position: 0px -315px;
}

.controls .statistic:hover
{
    background-position: -32px -315px;
}

.controls .statistic.active
{
    background-position: -64px -315px;
}

.controls .statistic.on
{
    background-position: -96px -315px;
}

.controls p
{
    float: left;
    margin: 0px;
    margin-left: 5px;
    margin-right: 5px;
    width: 2px;
    height: 34px;
    background: url(/images/controls.div.png) no-repeat center center;
}

.controls .clear, 
.controls .clearall, 
.controls .close
{
    float: left;
    width: 32px;
    height: 32px;
    background-image: url(/images/buttons.png);
    background-position: 0px -157px;
}

.controls .clear:hover, 
.controls .clearall:hover, 
.controls .close:hover
{
    background-position: -31px -157px;
}

.controls .clear:active, 
.controls .clearall:active, 
.controls .close:active
{
    background-position: -63px -157px;
}

/* ----------REVIEWS---------- */
.reviewspacer .review:first-child
{
    margin-left: 192px;
}

#r0
{
    position: absolute;
    top: 59px;
    left: 7px;
    height: 124px;
    z-index: 4;
}

.review
{
    position: relative;
    float: left;
    margin-top: 16px;
    margin-bottom: 35px;
    margin-left: 5px;
    margin-right: 4px;
    width: 180px;
    height: 118px;
}

.lr.review
{
    position: relative;
    margin: 0px;
    height: auto;
    border: 0px;
}

.review table
{
    border-spacing: 0px;
}

.review .reviewtext
{
    background-color: transparent;
    border: 0px;
    font-family: arial, helvetica;
    font-size: 12px;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
    resize: none;
}

.lr.review .reviewtext
{
    position: relative;
    margin-top: 2px;
    margin-left: 1px;
    padding: 0px;
    top: 0px;
    left: 0px;
    height: 31px;
    width: 260px;
    border: 0px;
    font-family: arial, helvetica;
    font-size: 14px;
    font-weight: bold;
    color: #616149;
    text-align: left;
    background-image: none;
    background-color: #FFFFFF;
}

.editmoreinfo .reviewtext
{
    display: none;
}

.review .moreinfotext
{
    position: absolute;
    display: block;
    background-color: transparent;
    font-size: 9px;
    font-weight: normal;
    overflow: hidden;
    border: 0px;
    resize: none;
}

.lr.review .moreinfotext
{
    position: relative;
    margin-top: 2px;
    padding: 0px;
    top: 0px;
    left: 0px;
    height: 31px;
    width: 260px;
    background-image: none;
}

.editreview .moreinfotext
{
    display: none;
}

.lr.review.editreview, 
.lr.review.editmoreinfo
{
    margin: 0px;
    height: auto;
    background-image: none;
}

.editreview > .buttons, 
.editmoreinfo > .buttons
{
    position: absolute !important;
    bottom: 0px;
    width: 71px;
    left: 17px !important;
}

.lr.review.editreview > .col1, 
.lr.review.editmoreinfo > .col1
{
    border: 1px solid #BEBE92;
}

.lr.review.editreview > .col1
{
    background-color: #fff;
}

.lr.review.editmoreinfo > .col1
{
    background: url(/images/review/notepaper.png);
}

.review td, 
.addreview textarea, 
.editreview textarea, 
.editmoreinfo textarea
{
    margin-top: 0px;
    padding-top: 17px;
    padding-bottom: 51px;
    left: 5px;
    font-size: 12px;
    vertical-align: middle;
    background-image: url(/images/new/review.png);
    background-repeat: no-repeat;
}

.review td
{
    padding-left: 37px;
    padding-right: 37px;
    height: 119px;
    width: 106px;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    background-position: center -476px;
}

.addreview textarea
{
    height: 51px;
    width: 180px;
    background-position: center 0px;
    cursor: pointer;
    cursor: hand;
}

.addreview textarea:hover
{
    background-position: center -119px;
}

.addreview textarea:focus
{
    background-position: center 0px;
}

.editreview textarea
{
    padding-left: 37px;
    padding-right: 37px;
    height: 51px;
    width: 106px;
    text-align: center;
    background-position: center -238px;
}

.editmoreinfo textarea
{
    padding-top: 26px;
    padding-bottom: 42px;
    padding-left: 23px;
    padding-right: 23px;
    height: 51px;
    width: 124px;
    background-position: center -357px;
}

.addreview .buttons
{
    display: none;
}

.editreview .lr
{
    display: none;
}

.alltimerank, 
.thisweekrank, 
.filmrank, 
.userrank
{
    position: absolute;
    top: 95px;
    right: 0px;
    width: 30px;
    padding-top: 8px;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    background-image: url(/images/review/ribbon.png);
}

.lr.review .alltimerank, 
.lr.review .thisweekrank, 
.lr.review .filmrank, 
.lr.review .userrank
{
    padding: 0px;
    top: 24px;
    width: 9px;
    background-image: url(/images/review/ribbon.tiny.png);
    font-size: 0px;
    z-index: 11;
}

.alltimerank, 
.filmrank, 
.userrank
{
    cursor: pointer;
    cursor: hand;
}

.alltimerank
{
    height: 29px;
    background-position: 0px 0px;
    z-index: 7;
}

.alltimerank:hover
{
    background-position: -30px 0px;
}

.lr.review .alltimerank
{
    height: 9px;
    right: 28px;
    background-position: 0px 0px;
}

.thisweekrank
{
    height: 33px;
    background-position: 0px -37px !important;
    z-index: 6;
}

.thisweekrank:hover
{
    background-position: -30px -37px !important;
}

.lr.review .thisweekrank
{
    height: 9px;
    right: 19px;
    background-position: -9px 0px !important;
}

.filmrank
{
    height: 34px;
    background-position: 0px -77px !important;
    z-index: 5;
}

.filmrank:hover
{
    background-position: -30px -77px !important;
}

.lr.review .filmrank
{
    height: 9px;
    right: 10px;
    background-position: -18px 0px !important;
}

.userrank
{
    height: 37px;
    background-position: 0px -119px !important;
    z-index: 4;
}

.userrank:hover
{
    background-position: -30px -119px !important;
}

.lr.review .userrank
{
    height: 9px;
    right: 1px;
    background-position: -27px 0px !important;
}

u
{
    cursor: pointer;
    cursor: hand;
}

u:hover
{
    background-color: #fff;
    text-decoration: none;
}

/* ----------ACCOLADES-------- */
.box .accolade
{
    display: block;
    float: left;
    position: relative;
    margin-left: 21px;
    margin-right: 20px;
    margin-top: 12px;
    margin-bottom: 12px;
    height: 156px;
    width: 148px;
    background: url(/images/new/accolade.png) no-repeat center 0px;
    overflow: hidden;
}

.box .accolade.addaccolade
{
    background-position: center 0px;
}

.box .accolade.addaccolade:hover
{
    background-position: center -184px;
}

.main > .content .box .accolade img
{
    margin-left: 34px;
    margin-top: 8px;
    min-height: 0px;
    height: 100px;
    width: 80px;
    border: 0 none;
}

.accolade .ribbon
{
    position: absolute;
    left: 3px;
    bottom: 27px;
    height: 25px;
    width: 148px;
    background: url(/images/new/accolade.png) no-repeat 0px -159px;
    z-index: 2;
}

.earned
{
    display: none;
}

.earned.on
{
    display: block;
    position: absolute;
    left: 28px;
    top: 3px;
    width: 46px;
    height: 41px;
    background: url(/images/new/accolade.png) no-repeat 0px -201px;
    z-index: 2;
}

.accoladeContainer
{
    position: relative;
    padding-top: 10px;
    background: url(/images/accolade/accolade.big.base.png) no-repeat center 10px;
    width: 191px;
    height: 181px;
}

.accoladeContainer > img
{
    display: block;
    margin: 0px auto;
    padding-top: 9px;
    width: 109px;
    height: 141px;
}

.accoladeContainer .ribbon
{
    position: absolute;
    left: 0px;
    top: 155px;
    height: 35px;
    width: 191px;
    background: url(/images/accolade/accolade.big.base.png) center 253px;
}

.accolade .progress .bar
{
    position: absolute;
    height: 7px;
    left: 5px;
    top: 22px;
    background: url(/images/new/accolade.png) repeat-x 0px -193px;
}

.accolade .progress .border
{
    position: absolute;
    height: 9px;
    width: 102px;
    left: 4px;
    top: 21px;
    background: url(/images/new/accolade.png) no-repeat -20px -184px;
}

.accolade .progress .score
{
    position: absolute;
    margin: 0px;
    left: 108px;
    top: 18px;
    width: 40px;
    text-align: center;
}

/* ----------STATISTICS------- */
.statistic
{
}

.statistic .pie
{
    position: absolute;
    left: 63px;
    top: 2px;
    overflow: hidden;
    width: 32px;
    height: 32px;
    border-radius: 18px;
}

.statistic .pie div
{
    position: absolute;
    width: 0px;
    height: 0px;
}

.statistic .pie img
{
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 0px;
}

.statistic .pie label, 
.statistic .score label
{
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    text-align: center;
    font-family: arial;
    font-size: 9px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 0 2px blue;
    -moz-text-shadow: 0 0 2px blue;
    -webkit-text-shadow: 0 0 2px blue;
}

.statistic .total
{
    position: absolute;
    left: 63px;
    top: 2px;
    width: 32px;
    height: 32px;
    background-image: url(/images/total.png);
}

/* ----------SCORER----------- */
.scorer, 
.scorerpraise, 
.scorerslate
{
    position: relative;
    clear: both;
    float: left;
    margin-right: 38px !important;
    height: 15px;
    width: 118px;
    background-position: 0px -120px;
    cursor: pointer;
    cursor: hand;
}

.scorerFilm, 
.scorerFilmpraise, 
.scorerFilmslate
{
    position: relative;
    float: left;
    padding: 0px !important;
    margin: 0px !important;
    width: 170px;
    height: 23px !important;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    cursor: pointer;
    cursor: hand;
}

.scorer, 
.scorer > div:first-child, 
.scorer > .selected, 
.scorerFilm, 
.scorerFilm > div:first-child, 
.scorerFilm > .selected
{
    background-image: url(/images/film/score.png) !important;
}

.scorerpraise, 
.scorerpraise > div:first-child, 
.scorerpraise > .selected, 
.scorerFilmpraise, 
.scorerFilmpraise > div:first-child, 
.scorerFilmpraise > .selected
{
    background-image: url(/images/film/score.praise.png) !important;
}

.scorerslate, 
.scorerslate > div:first-child, 
.scorerslate > .selected, 
.scorerFilmslate, 
.scorerFilmslate > div:first-child, 
.scorerFilmslate > .selected
{
    background-image: url(/images/film/score.slate.png) !important;
}

.scorer.clearscore, 
.scorerpraise.clearscore, 
.scorerslate.clearscore
{
    background-position: 0px -165px;
}

.scorer > div:first-child, 
.scorerpraise > div:first-child, 
.scorerslate > div:first-child
{
    position: absolute;
    top: 0px;
    left: 0px;
    background-position: 0px -150px;
    width: 0px;
    height: 15px;
    z-index: 3;
}

.clearscore > div:first-child
{
    display: none;
}

.scorer > div.active:first-child, 
.scorerpraise > div.active:first-child, 
.scorerslate > div.active:first-child
{
    background-position: 0px -180px !important;
}

.scorer > .selected, 
.scorerpraise > .selected, 
.scorerslate > .selected
{
    position: absolute;
    top: 0px;
    left: 0px;
    background-position: 0px -135px;
    width: 80px;
    height: 15px;
    z-index: 2;
}

.clearscore > .selected
{
    display: none;
}

.scorer > .score, 
.scorerpraise > .score, 
.scorerslate > .score
{
    float: left;
    padding-left: 99px;
    text-align: center;
    width: 20px;
}

.clearscore > .score
{
    display: none;
}

.scorerFilm.clearscore, 
.scorerFilmpraise.clearscore, 
.scorerFilmslate.clearscore
{
    background-position: 0px -72px !important;
}

.scorerFilm > div:first-child, 
.scorerFilmpraise > div:first-child, 
.scorerFilmslate > div:first-child
{
    position: absolute;
    top: 0px;
    left: 0px;
    background-position: 0px -47px;
    width: 0px;
    height: 24px;
    z-index: 3;
}

.scorerFilm > div.active:first-child, 
.scorerFilmpraise > div.active:first-child, 
.scorerFilmslate > div.active:first-child
{
    background-position: 0px -96px;
}

.scorerFilm > .selected, 
.scorerFilmpraise > .selected, 
.scorerFilmslate > .selected
{
    position: absolute;
    top: 0px;
    left: 0px;
    background-position: 0px -24px;
    width: 140px;
    height: 24px;
    z-index: 2;
}

.scorerFilm > .score, 
.scorerFilmpraise > .score, 
.scorerFilmslate > .score
{
    padding-left: 140px;
    padding-top: 4px;
    text-align: center;
    width: 30px;
}

/* ----------USER STATUSES---- */
.iFilm, 
.iMoviedeityGold, 
.iMoviedeitySilver, 
.iMoviedeityBronze, 
.iMoviedeity, 
.iMovieoracle, 
.iMoviestar, 
.iMovieguru, 
.iMoviebuff, 
.iMoviemogul,
.iMoviefan, 
.iMoviegoer
{
    position: absolute;
    bottom: -2px;
    left: 0px;
    width: 46px;
    height: 37px;
    background-image: url(/images/icon.sprites.png);
    background-repeat: no-repeat;
    z-index: 3;
}

.iFilm
{
    background-position: 0px -473px;
}

.iMoviedeityGold
{
    background-position: 0px -430px;
}

.iMoviedeitySilver
{
    background-position: 0px -387px;
}

.iMoviedeityBronze
{
    background-position: 0px -344px;
}

.iMoviedeity
{
    background-position: 0px -301px;
}

.iMoviestar
{
    background-position: 0px -258px;
}

.iMovieoracle
{
    background-position: 0px -215px;
}

.iMoviemogul
{
    background-position: 0px -172px;
}

.iMovieguru
{
    background-position: 0px -129px;
}

.iMoviebuff
{
    background-position: 0px -86px;
}

.iMoviefan
{
    background-position: 0px -43px;
}

.iMoviegoer
{
    background-position: 0px 0px;
}

/* ----------INPUT FIELDS----- */
.field input[type=text], 
.field input[type=password], 
.field select
{
    height: 27px;
    width: 100%;
}

.field textarea
{
    height: 120px;
    width: 100%;
}

.field img
{
    min-height: 140px;
    max-width: 108px;
    width: 100%;
}

.map
{
    height: 240px;
    border: 1px solid #BEBE8E;
}

.map img
{
    min-height: 0px;
}

div.field
{
    display: block;
    float: left;
    padding: 5px 5px 9px 6px;
    width: 100%;
}

.main .content div.field
{
    max-width: 746px;
}

div.field > p
{
    position: relative;
    float: left;
    margin: 0px;
    height: 16px;
    color: #979F6C;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    z-index: 1;
}

div.field > input[type=text], 
div.field > input[type=password], 
div.field > select, 
div.field > textarea, 
div.field > img
{
    clear: left;
    position: relative;
    display: block;
    padding: 5px 0px 3px 4px;
    margin: 0px;
    width: -moz-available;
    background-color: #F4F4B7;
    color: #8C8C69;
    border: 1px solid #BEBE8E;
    border-radius: 3px;
    font-size: 13px;
    font-family: Arial, Helvetica;
    z-index: 1;
}

div.field > input[type=text], 
div.field > input[type=password]
{
    height: 18px;
}

div.field > img
{
    clear: both;
    padding: 4px;
    cursor: pointer;
    cursor: hand;
}

div.field.focus > input, 
div.field.focus > textarea, 
div.field.focus > select, 
div.field.focus:not(.fixed) > img
{
    background-color: #fff;
    -moz-box-shadow: 0px 0px 2px 2px #BEBE8E;
    -webkit-box-shadow: 0px 0px 2px 2px #BEBE8E;
    box-shadow: 0px 0px 2px 2px #BEBE8E;
}

div.field.error > input, 
div.field.error > textarea, 
div.field.error > select
{
    -moz-box-shadow: 0px 0px 2px 2px #FF0000;
    -webkit-box-shadow: 0px 0px 2px 2px #FF0000;
    box-shadow: 0px 0px 2px 2px #FF0000;
}

div.field > select
{
    padding-top: 3px;
    padding-left: 0px;
    padding-right: 3px;
}

div.field > select optgroup
{
    font-style: normal;
    font-weight: bold;
}

div.field > input[type=checkbox]
{
    position: relative;
    float: left;
    margin: 0px 4px 0px 1px;
    height: 15px;
}

div.field.fixed > div, 
div.field.fixed > img
{
    clear: left;
    position: relative;
    display: block;
    margin: 0px;
    color: #8C8C69;
    font-size: 17px;
    font-family: Arial, Helvetica;
    background-color: transparent;
    border: 1px dashed #ABAB81;
    cursor: default;
    z-index: 1;
}

div.field.fixed > div
{
    padding: 4px 0px 3px 4px;
    height: 19px;
}

div.field.fixed > p
{
    background: none;
}

/* ----------BUTTONS---------- */
input.cancel,
input.skip
{
    background-position: -349px 0px;
}

input.cancel:active, 
input.skip:active
{
    background-position: -349px -33px;
}

input.switch
{
    font-family: arial, helvetica;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    text-shadow: 0 1px #1F2273;
    -moz-text-shadow: 0 1px 1px #1F2273;
    -webkit-text-shadow: 0 1px 1px #1F2273;
}

input.switch.off
{
    background-position: -633px 0px;
}

.sidebar input.switch.off, 
#popup input.switch.off
{
    background-position: -366px 0px;
}

input.switch.off:active
{
    padding-top: 2px;
    background-position: -633px -33px;
}

.sidebar input.switch.off:active, 
#popup input.switch.off:active
{
    padding-top: 1px;
    background-position: -366px -42px;
}

input.switch.on
{
    background-position: -704px 0px;
}

.sidebar input.switch.on, 
#popup input.switch.on
{
    background-position: -545px 0px;
}

input.switch.on:active
{
    padding-top: 2px;
    background-position: -704px -33px;
}

.sidebar input.switch.on:active, 
#popup input.switch.on:active
{
    padding-top: 1px;
    background-position: -545px -42px;
}

div.delete, 
.deletenoprompt, 
.deleteAccFilm, 
.deleteall
{
    position: absolute;
    top: 1px;
    right: 2px;
    width: 32px;
    height: 32px;
    background-image: url(/images/buttons.png);
    background-position: 0px -188px;
    cursor: pointer;
    cursor: hand;
    z-index: 10;
}

div.delete:hover, 
.deletenoprompt:hover, 
.deleteAccFilm:hover, 
.deleteall:hover
{
    background-position: -31px -188px;
}

div.delete:active, 
.deletenoprompt:active, 
.deleteAccFilm:active, 
.deleteall:active
{
    background-position: -63px -188px;
}

.or
{
    position: absolute;
    top: 1px;
    left: 9px;
    width: 32px;
    height: 32px;
    background-image: url(/images/buttons.png);
    background-position: 0px 0px;
    cursor: pointer;
    cursor: hand;
    z-index: 2;
}

.or.on
{
    background-position: -64px 0px !important;
}

.or:hover
{
    background-position: -32px 0px;
}

.or:active
{
    background-position: -64px 0px;
}

.flag, 
.consider
{
    position: absolute;
    top: 2px;
    left: 8px;
    width: 32px;
    height: 32px;
    background-image: url(/images/buttons.png);
    background-position: 0px -32px;
    cursor: pointer;
    cursor: hand;
    z-index: 2;
}

.heading .film .flag
{
    top: 6px;
    left: 0px;
}

.flag.on, 
.consider.on
{
    background-position: -64px -32px !important;
}

.flag:hover, 
.consider:hover
{
    background-position: -32px -32px;
}

.flag:hover:active, 
.consider:active
{
    background-position: -64px -32px;
}

.vote, 
.novote
{
    position: absolute;
    padding-top: 9px;
    padding-right: 2px;
    top: 2px;
    right: 4px;
    width: 30px;
    height: 22px;
    font-size: 11px;
    font-weight: bold;
    color: #F6F6B9;
    text-align: center;
    background-image: url(/images/buttons.png);
    z-index: 1;
}

.novote,
.vote
{
    background-position: 0px -97px;
}

.vote
{
    cursor: pointer;
    cursor: hand;
}

.vote:hover
{
    color: #44439F;
    background-position: -32px -97px;
}

.vote:active
{
    padding-top: 11px;
    height: 21px;
    background-position: -64px -97px;
}

.novote.on,
.vote.on, 
.vote.on:hover, 
.vote.on:active
{
    color: #BD8B0A;
    background-position: -96px -97px;
    cursor: default;
}

.report
{
    position: absolute;
    padding-top: 10px;
    padding-right: 2px;
    top: 2px;
    left: 4px;
    width: 30px;
    height: 22px;
    font-size: 9px;
    font-weight: bold;
    color: #E4E4AB;
    text-align: center;
    background-image: url(/images/new/controls.png);
    background-position: 0px -530px;
    z-index: 1;
}

.report
{
    height: 10px;
    width: 17px;
    cursor: pointer;
    cursor: hand;
}

.report:hover
{
    color: #44439F;
    background-position: -32px -530px;
}

.report:active
{
    padding-top: 11px;
    height: 21px;
    background-position: -64px -530px;
}

.donot
{
    position: absolute;
    top: 2px;
    left: 8px;
    width: 32px;
    height: 32px;
    background-image: url(/images/buttons.png);
    background-position: 1px -65px;
    cursor: pointer;
    cursor: hand;
    z-index: 2;
}

.donot.on
{
    background-position: -63px -65px !important;
}

.donot:hover
{
    background-position: -31px -65px;
}

.donot:active
{
    background-position: -63px -65px;
}

.show
{
    display: block !important;
}

.toggle
{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 32px;
    height: 32px;
    background-image: url(/images/buttons.png);
    cursor: pointer;
    cursor: hand;
    z-index: 2;
}

.editreview .toggle
{
    background-position: -0px -252px;
}

.editreview .toggle:hover
{
    background-position: -32px -252px;
}

.editreview .toggle:active
{
    background-position: -64px -252px;
}

.editmoreinfo .toggle
{
    background-position: -0px -128px;
}

.editmoreinfo .toggle:hover
{
    background-position: -32px -128px;
}

.editmoreinfo .toggle:active
{
    background-position: -64px -128px;
}

.buttons
{
    display: table;
    position: relative !important;
    margin: 0px auto;
    padding-top: 10px;
    left: 0px !important;
    width: 72px;
    height: 31px;
}

.lr.review .buttons, 
#popup .buttons
{
    padding-top: 0px;
    width: auto;
}

.buttons.two
{
    width: 146px;
}

.buttons.three
{
    width: 219px;
}

.buttons.four
{
    width: 292px;
}

.buttons.five
{
    width: 365px;
}

div.field.three
{
    width: 216px;
}
.main input.green, 
.main input.greenplus, 
.main input[type=submit], 
.main input.cancel, 
.main input.skip, 
.main input.switch, 
.main input.red, 
.main div.red
{
    display: block;
    float: left;
    padding: 0px;
    position: relative;
    overflow: hidden;
    margin-left: 1px;
    margin-right: 1px;
    height: 33px;
    width: 71px;
    background-image: url(/images/horiz.buttons.png);
    background-color: transparent;
    border: 0px;
    cursor: pointer;
    cursor: hand;
    z-index: 2;
}

.main input.green, 
.main input[type=submit]
{
    background-position: 0px 0px;
}

.main input.green:active, 
.main input[type=submit]:active
{
    background-position: 0px -33px;
}

.main input.green.serp
{
    background-position: -420px 0px;
}

.main input.green.serp:active
{
    background-position: -420px -33px;
}

.main input.green.big, 
.main input[type=submit].big
{
    width: 136px;
    font-family: arial, helvetica;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    text-shadow: 0 1px #49492A;
    -moz-text-shadow: 0 1px 1px #49492A;
    -webkit-text-shadow: 0 1px 1px #49492A;
    background-position: -142px 0px;
}

.main input.green.big:active, 
.main input[type=submit].big:active
{
    padding-top: 2px;
    background-position: -142px -33px;
}

.main input.greenplus
{
    background-position: -71px 0px;
}

.main input.greenplus:active
{
    background-position: -71px -33px;
}

.main input.greenplus.serp
{
    background-position: -491px 0px;
}

.main input.greenplus.serp:active
{
    background-position: -491px -33px;
}

.main input.red, 
div.red
{
    background-position: -278px 0px;
}

.main input.red:active, 
.main div.red:active
{
    background-position: -278px -33px;
}

.main input.red.serp, 
.main div.red.serp
{
    background-position: -562px 0px;
}

.main input.red.serp:active, 
.main div.red.serp:active
{
    background-position: -562px -33px;
}

.main div.red select
{
    padding: 1px;
    width: 128px;
    height: 33px;
    font-family: arial, helvetica;
    font-size: 14px;
    font-weight: bold;
    color: #FAA;
    border: 0px;
    background: transparent;
    cursor: pointer;
    cursor: hand;
    -webkit-appearance: none;
}

.main div.red select option
{
    font-weight: normal;
    background-color: #FFF;
    color: #666;
    border-bottom: 1px solid #DDD;
}

.main div.red select option:first-child
{
    display: none;
    background-color: transparent;
    color: #FFF;
}

.main div.red select option[value="0"]
{
    background-color: #EEE;
    color: #000;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #bbb;
}

/* --------SIDEBAR ----------- */
.topfade
{
    display: none;
}

.withsidebar .sidebar .topfade
{
    display: block;
    position: absolute;
    right: 3px;
    top: 0px;
    width: 200px;
    height: 340px;
    background: url(/images/new/sidebar.top.jpg) no-repeat;
    z-index: 1;
}

.sidebar
{
    clear: right;
    float: right;
    position: relative;
    margin-right: 3px;
    padding: 6px;
    width: 189px;
    z-index: 2;
}

.sidebar.even
{
    background-color: #6B1B1B;
    border-top: 1px solid #551313;
    border-bottom: 1px solid #913230;
}

.sidebar a
{
    display: block;
    font-size: 14px;
    color: #E2573B;
}

.sidebar a:hover, 
.sidebar a:hover div, 
.sidebar a:hover h3, 
.sidebar a:hover h4
{
    color: #F58A6E !important;
}

.sidebar .addthis_toolbox
{
    padding-top: 6px;
    padding-bottom: 8px;
    width: 190px;
}

.sidebar .addthis_default_style > a
{
    height: 23px;
    width: 91px;
}

.sidebar p
{
    margin: 0px;
    font-size: 14px;
    color: #E2573B;
}

.sidebar hr
{
    margin: 2px auto;
    line-height: 1px;
    width: 149px;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    background-color: #AD3131;
    border-bottom: 1px solid #5C1718 !important;
}

/* --------SIDEBAR BUTTONS---- */
.sidebar .buttons
{
    width: 187px;
}

.sidebar .buttons input, 
#popup .buttons input
{
    float: left;
    margin-top: 3px;
    margin-left: 4px;
    width: 179px;
    height: 26px;
    font-family: arial, helvetica;
    font-size: 15px;
    font-weight: bold;
    color: #FF7E7E;
    text-transform: uppercase;
    text-shadow: 0 1px #000;
    -moz-text-shadow: 0 1px 1px #000;
    -webkit-text-shadow: 0 1px 1px #000;
    background-image: url(/images/new/buttons.sidebar.png) !important;
    background-position: -187px 0px;
    background-color: transparent;
    border: 0px;
    cursor: pointer;
    cursor: hand;
}

#popup .buttons input
{
    margin-top: 0px;
}

#popup input[type="submit"]
{
    color: #DDDA00;
}

.sidebar .buttons input:active, 
#popup .buttons input:active
{
    padding-top: 1px;
    background-position: -187px -42px;
}

.sidebar .buttons input.big
{
    margin-left: 0px;
    width: 187px;
    height: 35px;
    font-size: 24px;
    color: #DDDA00;
    background-position: 0px 0px;
}

.sidebar .buttons input.big:active
{
    background-position: 0px -42px;
}
