/* ----- reset ----- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
    text-align: left;
}

:focus 
{
    outline: 0;
}

body 
{
    line-height: 1;
    color: black;
    background: white;
}

ol, ul 
{
    list-style: none;
}

table 
{
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td 
{
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after 
{
    content: "";
}

blockquote, q 
{
    quotes: "" "";
}

.clear
{ 
    clear:both; 
    height:0; 
    margin:0; 
    padding:0; 
    font-size:0; 
    overflow:hidden; 
}

/* ----- global ----- */
html, body
{
    width: 100%;
    height: 100%;
}       

body
{
    text-align: center;
}

input, select, textarea, button
{
    font-family: tahoma;
    font-size: 11px;
    padding: 2px; 
}

a
{
    text-decoration: none;
}

@import url( box.css );

*, a
{
    font-family: Tahoma;
    font-size: 12px;
    color: #616161;
}

body
{
    background-color: #FFFFFF;
}


.notext
{
    text-indent: -999em;
}

.layout
{
    margin: 0 auto;
    width: 950px;
}

#header
{
    background-color: #ffffff;
    height: 108px;
}

#header .layout
{
    position: relative;
}

#logo
{
    background-image: url( ../images/logo.png );
    display: block;
    width: 198px;
    height: 63px;
    position: absolute;
    top: 19px;
    left: 3px;
}

#logo.christmas
{
    background-image: url( ../images/logo.christmas.png );
    width: 242px;
    height: 72px;
}

#userdock
{
    position: absolute;
    right: 0;
    float: right;
    width: 270px;
}

#userdock > .inner
{
    padding: 16px;
}

#userdock p
{
    text-align: right;
    padding: 4px 0;
    line-height: 1.4;
    white-space: nowrap;
}

#userdock b
{
    color: #fd8a1f;
    font-weight: bold;
}

#userdock strong
{
    color: #fd8a1f;
    font-weight: bold;
    font-size: 15px;
}

#userdock .blankbtn
{
    float: right;
}

#menu
{
    background-color: #ffffff;
    background-image: url( ../images/menu.blue.png );
    background-position: bottom;
    background-repeat: repeat-x;
    height: 60px;
    overflow: hidden;
    background-position: bottom;
}

#menu .btns
{
    background-image: url( ../images/menu.btns.png );
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 44px;
    overflow: hidden;
}

#menu .btns.noreg
{
    width: 500px;
}

#menu.start .btns
{
    background-position: 0 0;
}

#menu.account .btns
{
    background-position: 0 -44px;
}

#menu.help .btns
{
    background-position: 0 -88px;
}

#menu.rules .btns
{
    background-position: 0 -132px;
}

#menu.contact .btns
{
    background-position: 0 -176px;
}

#menu.register .btns
{
    background-position: 0 -220px;
}

#menu .btns a
{
    display: block;
    height: 44px;
    text-indent: -999em;
    float: left;
}

#menu .btns a.start
{
    width: 80px;
}

#menu .btns a.account
{
    width: 122px;
}

#menu .btns a.help
{
    width: 88px;
}

#menu .btns a.rules
{
    width: 117px;
}

#menu .btns a.contact
{
    width: 95px;
}

#menu .btns.noreg a.contact
{
    width: 90px;
}

#menu .btns a.register
{
    width: 120px;
}

#menu .sub .left
{
    background-image: url( ../images/info.png );
    background-position: 10px center;
    background-repeat: no-repeat;
    color: #FFFFFF;
    float: left;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    height: 60px;
    line-height: 58px;
    overflow: hidden;
    text-indent: 65px;
    width: 950px;
}

#menu .sub .right
{
    float: right;
    margin-top: 12px;
    height: 36px;
    border-left: 1px solid #4296b2;
}

#menu .sub .right span
{
    float: left;
    border-left: 1px solid #9dd7eb;
    padding: 0 27px;
    line-height: 36px;
    height: 36px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 1px 1px 1px #427c90;
}

#menu .sub .right .nk,
#menu .sub .right .fb,
#menu .sub .right .mail
{
    float: left;
    height: 36px;
    width: 35px;
    margin-right: 7px;
    text-indent: -999em;
}

#content
{
    background-color: #ffffff;
    background-image: url( ../images/content.png );
    background-position: top;
    background-repeat: repeat-x;
    padding-top: 12px;
}

/* ---- overlay ---- */

.blankbtn
{
    cursor: pointer;
}

.blankbtn .open,
.blankbtn .text,
.blankbtn .close
{
    background-image: url( ../images/blank.btn.png );
    height: 31px;
    float: left;
    display: block;
}

.blankbtn .text
{
    color: #ffffff;
    font-weight: bold;
    text-shadow: 1px 1px 1px #964d14;
    background-position: 0 31px;
    line-height: 30px;
    white-space: nowrap;
}

.blankbtn .open
{
    background-position: left 0;
    background-repeat: no-repeat;
    padding-left: 10px;
}

.blankbtn .close
{
    background-position: right -31px;
    background-repeat: no-repeat;
    padding-right: 10px;
}

button.blankbtn
{
    border: 0;
    padding: 0;
    margin: 0;
    background-color: transparent;
    display: inline;
}

.movieopts
{
    padding: 10px;
    text-align: right;
}

h6,
fieldset legend
{
    color: #fd8a1f;
    font-weight: bold;
    display: block;
    padding: 5px;
    margin-top: 10px;
    padding-top: 20px;
    width: 700px;
    background-image: url( ../images/pp.sep.png );
    background-repeat: no-repeat;
    background-position: top center;
}

.title_info {
    background-image: url( ../images/icon.info.png );
    cursor: pointer;
    display: block;
    float: right;
    margin: 5px 3px 0px 0px;
    width: 23px;
    height: 22px;
}

.wrapper
{
    font-size: 11px;
    overflow: hidden;
    padding: 12px 5px 13px;
    padding-bottom: 5px;
}

fieldset
{
    border: none;
    margin: 0;
    padding: 0;
}

fieldset.checkboxs
{
    line-height: 18px;
    margin-left: 162px;
    overflow: hidden;
    padding: 6px;
    margin-bottom: 9px;
}

fieldset.checkboxs .checkbox
{
    padding: 0;
}

form .buttons
{
    padding-left: 165px;
    margin-top:5px;
}

form .buttons button
{
    background-color: transparent;
    border: 0 none;
    padding: 0;
    position: relative;
    cursor: pointer;
}

form .buttons button span
{
    background-image: url( ../images/blank.btn.png );
    height: 31px;
    line-height: 31px;
    display: block;
    float: left;
}

form .buttons button .left,
form .buttons button .right
{
    width: 10px;
}

form .buttons button .left
{
    background-position: 0 0;
}

form .buttons button .right
{
    background-position: 0 -31px;
}

form .buttons button .text
{
    color: #fff;
    font-weight: bold;
    background-position: 0 31px;
}

.input,
.select,
.checkbox,
.textarea,
.date,
.captcha
{
    padding: 0 0 9px 0;
}

.checkbox label
{
    position: relative;
}

.input label,
.select label,
.textarea label,
.date label,
.captcha label,
.radiolist label
{
    font-weight: bold;
    margin-right: 10px;
    margin-top: 4px;
    padding: 1px;
    text-align: right;
    width: 150px;
    float: left;
}

.input.error label,
.select.error label,
.checkbox.error label,
.textarea.error label,
.date.error label,
.captcha.error label,
.radiolist.error label
{
    color: #DC6868;
}

.input .container,
.select .container,
.textarea .container,
.date .container,
.captcha .container,
.radiolist .container
{
    float: left;
    margin-top: 1px;
    padding: 0;
    text-align: left;
    width: 330px;
}

.input input,
.select select,
.textarea textarea,
.date select,
.captcha input,
.radiolist input
{
    padding: 3px;
    vertical-align: middle;
}

.input input,
.textarea textarea,
.captcha input,
.select select
{
    color: #767676;
    font-size: 11px;
    margin: 0;
    width: 264px;
}

.date select
{
    color: #767676;
    font-size: 11px;
    margin: 0;
}

.select select option,
.date select option
{
    color: #767676;
}

.textarea .globalFormContainer
{
    height: 160px;
}

.textarea .fieldBorder textarea
{
    height: 150px;
}

.checkbox input
{
    border: none;
    margin: 0;
    padding: 0;
    width: 15px;
    margin-right: 10px;
}

.checkbox label 
{
    cursor: pointer;
    line-height: 18px;
    margin: 0;
    padding-left: 31px;
    text-align: justify;
}

.date.field .border
{
    float: left;
    margin-right: 2px;
}

fieldset legend
{
    color:#E68300;
    display:block;
    font-size:14px;
    font-weight:bold;
    padding:10px;
    width:100%;
}

input, 
select, 
textarea
{
    border: 1px solid #b7b7b7;

    box-shadow: 2px 2px 4px #E2E2E2 inset;
    -moz-box-shadow: 2px 2px 4px #E2E2E2 inset;
    -webkit-box-shadow: 2px 2px 4px #E2E2E2 inset;

    border-radius: 5px;    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.radiolist .option
{
    font-weight: normal;
    width: auto;
    float: none;
    text-align: left;
}

.radiolist .option input
{
    width: 10px; 
}

.globalFormContainer
{
    margin-left: 160px;
}

.boxlabel
{
    height: 28px;
    overflow: hidden;
}

.boxlabel span
{
    height: 100%;
    background-position: top;
    background-repeat: repeat-x;
    float: left;
}

.boxlabel .open
{
    width: 12px;
    background-repeat: no-repeat;
    background-position: left top;
}

.boxlabel .close
{
    width: 17px;
    background-repeat: no-repeat;
    background-position: right top;
}

.boxlabel .label
{
    color: #ffffff;
    font-weight: bold;
    line-height: 28px;
    font-size: 14px;
    padding-right: 5px;
}

.boxlabel.blue .label
{
    background-image: url( ../images/box.title.cnt.blue.png );
    text-shadow: 1px 1px 1px #427c90;
}

.boxlabel.blue .open
{
    background-image: url( ../images/box.title.open.blue.png );
}

.boxlabel.blue .close
{
    background-image: url( ../images/box.title.close.blue.png );
}

.boxlabel.darkblue .label
{
    background-image: url( ../images/box.title.cnt.darkblue.png );
    text-shadow: 1px 1px 1px #427c90;
}

.boxlabel.darkblue .open
{
    background-image: url( ../images/box.title.open.darkblue.png );
}

.boxlabel.darkblue .close
{
    background-image: url( ../images/box.title.close.darkblue.png );
}

.boxlabel.orange .label
{
    background-image: url( ../images/box.title.cnt.orange.png );
    text-shadow: 1px 1px 1px #a35b15;
}

.boxlabel.orange .open
{
    background-image: url( ../images/box.title.open.orange.png );
}

.boxlabel.orange .close
{
    background-image: url( ../images/box.title.close.orange.png );
}

.boxlabel.gray .label
{
    background-image: url( ../images/box.title.cnt.gray.png );
    text-shadow: 1px 1px 1px #5e544a;
}

.boxlabel.gray .open
{
    background-image: url( ../images/box.title.open.gray.png );
}

.boxlabel.gray .close
{
    background-image: url( ../images/box.title.close.gray.png );
}

.boxlabel.left {
    float: left;
}

.boxlabel.click {
    cursor: pointer;
}

.hide {
    display: none;
}

.box
{
    margin-bottom: 12px;
}

.box > .top,
.box > .bottom
{
    height: 25px;
    margin: 0 25px;
}

.box > .top > .left,
.box > .top > .right,
.box > .bottom > .left,
.box > .bottom > .right
{
    width: 25px;
    height: 25px;
    position: relative;
}

.box > .top > .left,
.box > .bottom > .left
{
    float: left;
    position: relative;
    left: -25px;
}

.box > .top > .right,
.box > .bottom > .right
{
    float: right;
    position: relative;
    right: -25px;
}

.box > .middle
{
    background-repeat: repeat-y;
    background-position: left;
    padding-left: 25px;
}

.box > .middle > .inner
{
    background-color: #fcfcfc;
    background-repeat: repeat-y;
    background-position: right;
    padding-right: 25px;
}

.box.blue > .top
{
    background-image: url( ../images/box/blue.top.png );
}

.box.blue > .top > .left
{
    background-image: url( ../images/box/blue.top.left.png );
}

.box.blue > .top > .right
{
    background-image: url( ../images/box/blue.top.right.png );
}

.box.blue > .middle
{
    background-image: url( ../images/box/blue.middle.left.png );
}

.box.blue > .middle > .inner
{
    background-image: url( ../images/box/blue.middle.right.png );   
}

.box.blue > .bottom
{
    background-image: url( ../images/box/blue.bottom.png );
}

.box.blue > .bottom > .left
{
    background-image: url( ../images/box/blue.bottom.left.png );
}

.box.blue > .bottom > .right
{
    background-image: url( ../images/box/blue.bottom.right.png );
}

.box.darkblue > .top
{
    background-image: url( ../images/box/darkblue.top.png );
}

.box.darkblue > .top > .left
{
    background-image: url( ../images/box/darkblue.top.left.png );
}

.box.darkblue > .top > .right
{
    background-image: url( ../images/box/darkblue.top.right.png );
}

.box.darkblue > .middle
{
    background-image: url( ../images/box/darkblue.middle.left.png );
}

.box.darkblue > .middle > .inner
{
    background-image: url( ../images/box/darkblue.middle.right.png );
}

.box.darkblue > .bottom
{
    background-image: url( ../images/box/darkblue.bottom.png );
}

.box.darkblue > .bottom > .left
{
    background-image: url( ../images/box/darkblue.bottom.left.png );
}

.box.darkblue > .bottom > .right
{
    background-image: url( ../images/box/darkblue.bottom.right.png );
}

.box.orange > .top
{
    background-image: url( ../images/box/orange.top.png );
}

.box.orange > .top > .left
{
    background-image: url( ../images/box/orange.top.left.png );
}

.box.orange > .top > .right
{
    background-image: url( ../images/box/orange.top.right.png );
}

.box.orange > .middle
{
    background-image: url( ../images/box/orange.middle.left.png );
}

.box.orange > .middle > .inner
{
    background-image: url( ../images/box/orange.middle.right.png );
}

.box.orange > .bottom
{
    background-image: url( ../images/box/orange.bottom.png );
}

.box.orange > .bottom > .left
{
    background-image: url( ../images/box/orange.bottom.left.png );
}

.box.orange > .bottom > .right
{
    background-image: url( ../images/box/orange.bottom.right.png );
}

.notice,
.notice .icon,
.notice .close
{
    height: 61px;
}

.notice
{
    border: none !important;
    background-color: transparent !important;
    background-image: url( ../images/notice.png ) !important;
    background-position: top !important;
    background-repeat: repeat-x !important;
    padding: 0 !important;
    overflow: visible !important;
    margin-left: 67px;
    margin-right: 6px;
    margin-bottom: 10px;
    line-height: 61px !important;
    position: relative;
    
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
}

.notice a
{
    text-decoration: underline;
}

.notice .icon,
.notice .close
{
    position: absolute;
    top: 0;
}

.notice .icon
{
    background-image: url( ../images/notice.open.png ) !important;
    width: 67px;
    left: -66px;
}

.notice .close
{
    background-image: url( ../images/notice.close.png ) !important;
    width: 6px;
    right: -5px;
}

.notice.info .icon
{
    background-image: url( ../images/notice.open.info.png ) !important;
}

.notice.accept .icon
{
    background-image: url( ../images/notice.open.accept.png ) !important;
}

.notice.error .icon
{
    background-image: url( ../images/notice.open.error.png ) !important;
}
