/*Base.css*/html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}body,html{min-height:100%}body{font:13px/1.231 sans-serif;*font-size:small}select,input,textarea,button{font:99% sans-serif}pre,code,kbd,samp{font-family:monospace,sans-serif}body,select,input,textarea{color:#444}h1,h2,h3,h4,h5,h6{font-weight:bold}html{overflow-y:scroll}a:hover,a:active{outline:none}a,a:active,a:visited{color:#107abe;text-decoration:none}a:visited{color:#145875}a:hover{color:#036}ul,ol{margin-left:1.8em}ol{list-style-type:decimal}nav ul,nav li{margin:0}small{font-size:85%}strong,th{font-weight:bold}td,td img{vertical-align:top}sub{vertical-align:sub;font-size:smaller}sup{vertical-align:super;font-size:smaller}pre{padding:15px;white-space:pre;white-space:pre-wrap;white-space:pre-line;word-wrap:break-word}textarea{overflow:auto}input[type="radio"]{vertical-align:text-bottom}input[type="checkbox"]{vertical-align:bottom}label,input[type=button],input[type=submit],button{cursor:pointer}button,input,select,textarea{margin:0}input:invalid,textarea:invalid{border-radius:1px;-moz-box-shadow:0 0 5px red;-webkit-box-shadow:0 0 5px red;box-shadow:0 0 5px red}.no-boxshadow input:invalid,.no-boxshadow textarea:invalid{background-color:#f0dddd}a:link{-webkit-tap-highlight-color:#3287d6}button{width:auto;overflow:visible}.ir{display:block;text-indent:-999em;overflow:hidden;background-repeat:no-repeat;text-align:left;direction:ltr}.hidden{display:none;visibility:hidden}.visuallyhidden{position:absolute!important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px)}.invisible{visibility:hidden}.clearfix:before,.clearfix:after{content:" ";display:block;height:0;visibility:hidden}.clearfix:after{clear:both}.clearfix{zoom:1}h1{font-size:1.5em;margin-bottom:1em}.unselectable{-moz-user-select:-moz-none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}
/*Effects.css*/.particle{position:absolute;z-index:200;width:20px;height:20px;top:-200px;left:-200px}.animated-burst{position:absolute;z-index:100;-webkit-animation:burst-animation 1s forwards;-moz-animation:burst-animation 1s forwards;-ms-animation:burst-animation 1s forwards}@-webkit-keyframes burst-animation{from{-webkit-transform:scale(1);}to{-webkit-transform:scale(2);opacity:0;}}@-moz-keyframes burst-animation{from{transform:scale(1);}to{transform:scale(2);opacity:0;}}@-ms-keyframes burst-animation{from{transform:scale(1);}to{transform:scale(2);opacity:0;}}.bounce-in{-webkit-animation:bounce-in-animation .5s;-moz-animation:bounce-in-animation .5s;-ms-animation:bounce-in-animation .5s;display:block!important}@-webkit-keyframes bounce-in-animation{0%{-webkit-transform:scale(0);}70%{-webkit-transform:scale(1.2);}100%{-webkit-transform:scale(1);}}@-moz-keyframes bounce-in-animation{0%{transform:scale(0);}70%{transform:scale(1.2);}100%{transform:scale(1);}}@-ms-keyframes bounce-in-animation{0%{transform:scale(0);}70%{transform:scale(1.2);}100%{transform:scale(1);}}.bounce-out{-webkit-animation:bounce-out-animation .5s forwards;-moz-animation:bounce-out-animation .5s forwards;-ms-animation:bounce-out-animation .5s forwards;display:block!important}@-webkit-keyframes bounce-out-animation{0%{-webkit-transform:scale(1);}30%{-webkit-transform:scale(1.2);}100%{-webkit-transform:scale(0);}}@-moz-keyframes bounce-out-animation{0%{transform:scale(1);}30%{transform:scale(1.2);}100%{transform:scale(0);}}@-ms-keyframes bounce-out-animation{0%{transform:scale(1);}30%{transform:scale(1.2);}100%{transform:scale(0);}}@-webkit-keyframes rotate{from{-webkit-transform:rotate(0)scale(2);}to{-webkit-transform:rotate(360deg)scale(2);}}@-webkit-keyframes wobble{0%{-webkit-transform:rotate(0);}33%{-webkit-transform:rotate(-6deg);}66%{-webkit-transform:rotate(6deg);}100%{-webkit-transform:rotate(0);}}@-moz-keyframes wobble{0%{-moz-transform:rotate(0);}33%{-moz-transform:rotate(-6deg);}66%{-moz-transform:rotate(6deg);}100%{-moz-transform:rotate(0);}}@-o-keyframes wobble{0%{-o-transform:rotate(0);}33%{-o-transform:rotate(-6deg);}66%{-o-transform:rotate(6deg);}100%{-o-transform:rotate(0);}}@-ms-keyframes wobble{0%{-ms-transform:rotate(0);}33%{-ms-transform:rotate(-6deg);}66%{-ms-transform:rotate(6deg);}100%{-ms-transform:rotate(0);}}@keyframes wobble{0%{transform:rotate(0);}33%{transform:rotate(-6deg);}66%{transform:rotate(6deg);}100%{transform:rotate(0);}}.wobble{-webkit-animation:wobble 1s infinite;-moz-animation:wobble 1s infinite;-o-animation:wobble 1s infinite;-ms-animation:wobble 1s infinite;animation:wobble 1s infinite}.flip-animation{-webkit-animation:flip-animation .5s;-moz-animation:flip-animation .5s;-o-animation:flip-animation .5s;-ms-animation:flip-animation .5s;animation:flip-animation .5s}@-webkit-keyframes flip-animation{0%{-webkit-transform:scaleX(0);}100%{-webkit-transform:scaleX(1);}}@-moz-keyframes flip-animation{0%{-webkit-transform:scaleX(0);}100%{-webkit-transform:scaleX(1);}}@-ms-keyframes flip-animation{0%{-webkit-transform:scaleX(0);}100%{-webkit-transform:scaleX(1);}}
/*Purchasable.css*/.purchasable-catalog{margin:-2em}.purchasable-catalog .purchasable-tags{background-color:#f0f1f6;border-right:1px solid #dcdde1}.purchasable-catalog .purchasable-tag{min-width:70px;color:#444;background-color:#f0f1f6;border-color:#dcdde1;text-shadow:0 -1px #fff;box-shadow:0 1px 0 #ccc,0 -1px 0 #ccc}.purchasable-catalog .purchasable-tag:hover,.purchasable-catalog .purchasable-tag.selected{background-color:#3287d6;color:#fff}.purchasable-catalog .gold-only{color:#999;background:url(/content/images/icons/profile-upgrade.png) no-repeat;padding-left:19px;height:19px}@media all and (max-width:500px){#purchasable-dialog{margin:-1em}#badge-dialog{margin:-1em -2em}.purchasable-catalog{margin:0}.purchasable-catalog .purchasable-tags{padding:1em .75em 1em .75em;background:#fff;text-align:center;border:none}.purchasable-catalog .purchasable-tag{display:inline-block;min-width:0;margin-bottom:.5em;padding:.25em 1em;vertical-align:middle;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px 5px 5px 5px;font-size:1em;color:#444;background-color:#f0f1f6;border-color:#fff;text-shadow:0 -1px #fff;-moz-box-shadow:0 1px 0 #ccc,0 -1px 0 #ccc;-webkit-box-shadow:0 1px 0 #ccc,0 -1px 0 #ccc;box-shadow:0 1px 0 #ccc,0 -1px 0 #ccc}.purchasable-catalog .purchasable-tag:hover{background-color:#ddd;color:#000}.purchasable-catalog .purchasable-tag:active{background-color:#ccc;border-color:#aaa;color:#333;text-shadow:-1px -1px #ddd}.purchasable-catalog .purchasable-action{display:inline-block;width:37.5%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 .25em}.purchasable-catalog .purchasable-info{display:inline-block;width:62.5%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:1em}}
/*Card.css*/.card-entity{margin:-2em}.card-entity .close{position:absolute;top:.1em;right:-.5em}.card-entity .font a{font-family:inherit;color:inherit;text-decoration:underline}.card-entity .background{border-radius:8px 8px 8px 8px}.card-entity .title,.card-entity .body{-ms-word-wrap:break-word;word-wrap:break-word;width:355px;-webkit-font-smoothing:antialiased;margin:5px}.card-entity .title{margin-right:20px;margin-top:20px}.card-entity .body{margin-right:20px}.card-entity input,.card-entity textarea,.card-entity [contenteditable]{background-color:transparent;border-width:2px;border-style:dashed;resize:none;overflow:hidden}.card-entity input:focus,.card-entity textarea:focus,.card-entity [contenteditable]:focus{outline:0!important;box-shadow:none!important}.card-wrap-edit .background{border-radius:0 0 0 0}.card-wrap-confirm .card-wrap-type{border:1px solid #dcdde1;background:#f0f1f6;border-radius:8px 8px 8px 8px}.card-wrap-message{padding-right:80px}.card-wrap-message .card-entity{width:650px;border-radius:8px 8px 8px 8px;border:solid 1px #666;box-shadow:rgba(0,0,0,.6);margin:0 auto 1em auto}.card-wrap-user{position:relative}.card-wrap-user .close{display:inline-block}@media all and (max-width:500px){.card-entity .title,.card-entity .body{text-align:center;width:320px;padding:0;margin:0 auto .25em auto}.card-entity .background{border-radius:0 0 0 0}.card-wrap-message{padding-right:0}.card-wrap-message .card-entity{margin:0;width:100%;border-radius:0 0 0 0;border:none}}
/*Forms.css*/.form-table th,.form-table td{vertical-align:top}.form-table th{text-align:right;color:#616161;font-size:1.1em;padding:1em 0 1em 1em;padding:1rem 0 1rem 1rem}.form-table td{padding:1em;padding:1rem}.form-table th em{font-size:.9em;font-style:normal;font-weight:normal;color:#9e9e9e;display:block}.form-table .form-field-help{padding:0}.form-table .field-validation-error{display:block;color:#f44336;margin-top:1em;margin-top:1rem}.form-table.form-compact th{padding:.5em 0 .5em .5em;padding:.5rem 0 .5rem .5rem}.form-table.form-compact td{padding:.5em;padding:.5rem}.form-link{display:block}.form-link input[type="button"],.form-link input[type="submit"]{border:0;outline:0;margin:0;padding:0;cursor:pointer;background:none;text-align:left}.form-link input[type="button"],.form-link input[type="button"]:active,.form-link input[type="button"]:visited,.form-link input[type="submit"],.form-link input[type="submit"]:active,.form-link input[type="submit"]:visited{color:#107abe;text-decoration:none;background:none}.form-link input[type="button"]:visited,.form-link input[type="submit"]:visited{color:#145875;background:none}.form-link input[type="button"]:hover,.form-link input[type="submit"]:hover{color:#036;background:none}input[type="button"],input[type="submit"]{-webkit-appearance:none}.form-token{background:#eee;display:inline-block;padding:.25em}.form-token a{padding:0 .5em 0 1em;color:#222;text-decoration:none}.form-token a:hover{color:#555}form .loading{margin:0 1em;vertical-align:middle}input[type=radio]{vertical-align:top}.button,.button:visited{padding:.25em 1em;vertical-align:middle;background:#088fee;color:#fff;text-shadow:-1px -1px #2764b0;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px 5px 5px 5px;border:solid 1px #76c7ff;border-left:none;border-right:none;-moz-box-shadow:0 1px 0 #0e619c,0 -1px 0 #0e619c;-webkit-box-shadow:0 1px 0 #0e619c,0 -1px 0 #0e619c;box-shadow:0 1px 0 #0e619c,0 -1px 0 #0e619c}.button:hover,.button:visited:hover{color:#fff;background-color:#037ad0}.button:active,.button:visited:active{color:#eee;background-color:#035a99;border-color:#458ec2;text-shadow:-1px -1px #000}.button[disabled]{background:#ddd!important;color:#aaa;text-shadow:1px 1px #fff;border-color:#eee;-moz-box-shadow:0 1px 0 #aaa,0 -1px 0 #aaa;-webkit-box-shadow:0 1px 0 #aaa,0 -1px 0 #aaa;box-shadow:0 1px 0 #aaa,0 -1px 0 #aaa;cursor:default}.buttons .button{min-width:100px}.small,.small:visited{padding:0 .5em;font-size:1em}.big,.big:visited{padding:.5em 1em}.huge,.huge:visited{padding:.75em 2em;border-radius:10px 10px 10px 10px}.toolbar,.toolbar:visited{font-size:1em;color:#444;background-color:#f0f1f6;border-color:#fff;text-shadow:0 -1px #fff;-moz-box-shadow:0 1px 0 #ccc,0 -1px 0 #ccc;-webkit-box-shadow:0 1px 0 #ccc,0 -1px 0 #ccc;box-shadow:0 1px 0 #ccc,0 -1px 0 #ccc}.toolbar:hover,.toolbar:visited:hover{background-color:#ddd;color:#000}.toolbar:active,.toolbar:visited:active{background-color:#ccc;border-color:#aaa;color:#333;text-shadow:-1px -1px #ddd}.feature-button,.feature-button:visited{background-color:#f04458;border-color:#ffb2bb;-moz-box-shadow:0 1px 0 #0e619c,0 -1px 0 #69020e;-webkit-box-shadow:0 1px 0 #0e619c,0 -1px 0 #69020e;box-shadow:0 1px 0 #0e619c,0 -1px 0 #69020e}.feature-button:hover,.feature-button:visited:hover{background-color:#dc2f44}.feature-button:active,.feature-button:visited:active{background-color:#b91c2f;border-color:#b55561}.color-pallet{border:solid 1px #aaa;background:#fff;display:inline-block;padding:2px;line-height:0}.color-pallet-inner{display:inline-block}.color-pallet .swatch{width:19px;height:19px;float:left}.color-pallet .swatch:hover{cursor:pointer}.color-pallet .SelectedLight{background:url(/content/images/UI/CheckLight.gif) no-repeat}.color-pallet .SelectedDark{background:url(/content/images/UI/CheckDark.gif) no-repeat}textarea{resize:vertical}.large-input{width:300px;height:90px}.captcha-image{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px 5px 5px 5px}.captcha-hint{font-size:.9em;color:#777;margin:.5em 0}#captcha-text{width:300px}.file-input-button{width:88px;display:block;overflow:hidden;cursor:pointer;position:relative}.file-input-button span{text-align:center;margin-left:.1em;display:inline-block;position:relative;top:0;left:0}.file-input-button input{z-index:10;position:absolute;right:0;height:100%;width:auto;opacity:0;cursor:pointer}.uploadable-image-container.loading{background:url(/content/images/Loader.gif) no-repeat center center}.inline-upload .spinner{display:none}.inline-upload.loading .spinner{display:block;margin-bottom:3em}.inline-upload.loading .UploadControls{display:none}.uploadable-image-container.loading input{visibility:hidden}.uploadable-image-container.loading img{visibility:hidden}.position-editor{position:relative;overflow:hidden;width:100px;height:100px;border:solid 1px #222;cursor:move}.position-editor img{display:block;position:absolute}.position-editor .drag-hint{font-size:.9em;color:#aaa;padding-top:2px}.ac_results{padding:0;border:1px solid #000;background-color:#fff;overflow:visible;z-index:99999}.ac_results ul{list-style-position:outside;list-style:none;padding:0;margin:0}.ac_results li{margin:0;padding:.2em .4em;cursor:default;display:block;line-height:16px;overflow:hidden;color:#107abe}.ac_results .ac_over{color:#fff;background-color:#107abe}@media all and (max-width:800px){.form-table tr,.form-table th,.form-table td{display:block;padding:0}.form-table th{text-align:left}}
/*Navigation.css*/body{padding-top:34px}#header-wrap{background:#222 url(/content/images/ui-backgrounds/spriteMK2.png);position:fixed;top:0;z-index:200;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#navigation-shadow{background:url(/content/images/ui-backgrounds/spriteMK2.png) repeat-x 0 -36px;height:4px;position:fixed;width:100%;top:34px;z-index:1}.header{padding:0 3%}.header .nav-tabs{float:left;display:inline-block;list-style:none;padding:0;margin:3px 0 0 0}.header .nav-tabs>li{float:left;display:inline-block;position:relative;text-align:center;cursor:default}.header .nav-tabs>li .sub .count,.header .nav-tabs>li .popup .count{position:static;width:30px;margin:.5em 10px;height:12px;text-align:center;display:inline-block;color:#fff;border-radius:6px 6px 6px 6px}.header .tab{display:inline-block;font-size:14px;padding:7px 10px;color:#ccc;text-decoration:none;text-shadow:-1px -1px #000;border-right:1px solid Transparent;border-left:1px solid Transparent;outline:none}.header .tab.selected{background-color:#000;text-shadow:1px 1px #003146;border-right:1px solid #000;border-left:1px solid #000}.header .tab:hover{background-color:#333;background-color:rgba(255,255,255,.1);border-right:solid 1px #000;border-left:solid 1px #000}.header .tab.open,.header .tab.open:hover{background-color:#fff;color:#000;text-shadow:none;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0;border-color:transparent}.header .tab.open .count,.header .tab.open:hover .count{border:solid 1px #578e2a}.header .tab .count{background-color:#bfea9d;text-shadow:none;font-weight:bold;color:#222;border:solid 1px Transparent;box-shadow:inset 0 0 4px #fff}.header .nav-icon{padding-left:18px;padding-right:5px;background-repeat:no-repeat;background-position:5px 5px;opacity:1;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity;-webkit-transition-duration:.5s;-moz-transition-duration:.5s;-o-transition-duration:.5s;transition-duration:.5s}#left{float:left;display:inline-block;width:70%}#right{float:right;display:inline-block}#navigation-logo{float:left;display:inline-block;margin:0 0 -1px 0;padding:0;height:35px;width:111px}#logo{display:inline-block;background:url(/content/images/ui/layoutSpriteMK2.png) no-repeat;margin:0;padding:0;height:35px;width:111px}#logo:hover{background-position:0 -35px}#navigation-more,#navigation-presence,#navigation-search{display:none}#navigation-friends{background-image:url(/content/images/ui/nav-friends.png)}#navigation-friends.open{background-image:url(/content/images/ui/nav-friends-open.png)}#navigation-messages{background-image:url(/content/images/ui/nav-messages.png)}#navigation-messages.open{background-image:url(/content/images/ui/nav-messages-open.png)}#navigation-alerts{background-image:url(/content/images/ui/nav-notifications.png)}#navigation-alerts.open{background-image:url(/content/images/ui/nav-notifications-open.png)}#navigation-justice{background-image:url(/content/images/ui/nav-justice.png)}#navigation-justice.open{background-image:url(/content/images/ui/nav-justice-open.png)}#navigation-presence{background-image:url(/content/images/ui/nav-chatrooms.png?v=2)}#navigation-presence.open{background-image:url(/content/images/ui/nav-chatrooms-open.png?v=2)}#navigation-more{background-image:url(/content/images/ui/nav-more.png)}#navigation-more.open{background-image:url(/content/images/ui/nav-more-open.png)}#navigation-search{background-image:url(/content/images/ui/nav-search.png)}#navigation-user{padding-top:0;padding-bottom:0}#navigation-user div{display:inline-block;background-repeat:no-repeat;background-position:right center;padding:7px 25px 7px 0}#navigation-alerts-panel{width:380px}#navigation-alerts-panel .empty-content{margin:1em}#search{background:url(/content/images/ui/layoutSpriteMK2.png) no-repeat right -105px}#q{background:url(/content/images/ui/layoutSpriteMK2.png) no-repeat 0 -105px;border:none;padding:6px 0 6px 8px;width:60px;color:#ddd;-webkit-transition-property:width;-moz-transition-property:width;-o-transition-property:width;transition-property:width;-webkit-transition-duration:.5s;-moz-transition-duration:.5s;-o-transition-duration:.5s;transition-duration:.5s}#q:focus{outline:none}#q.default-text{color:#777}#search-go{width:18px;height:18px;background:url(/content/images/ui/layoutSpriteMK2.png) no-repeat -200px 0;border:none;margin-right:6px}.authenticated #navigation-home{display:block}.not-authenticated #navigation-home{display:none}.search-expanded #navigation-friends,.search-expanded #navigation-messages,.search-expanded #navigation-alerts,.search-expanded #navigation-search,.search-expanded #navigation-justice{opacity:0;-webkit-transition-duration:.2s;-moz-transition-duration:.2s;-o-transition-duration:.2s;transition-duration:.2s}.search-expanded #q{width:160px}body.handset{padding-top:48px}body.handset #header-wrap{background-image:url(/content/images/ui-backgrounds/mdpi/header.png);background-image:-webkit-image-set(url(/content/images/ui-backgrounds/mdpi/header.png) 1x,url(/content/images/ui-backgrounds/xhdpi/header.png) 2x);background-image:-moz-image-set(url(/content/images/ui-backgrounds/mdpi/header.png) 1x,url(/content/images/ui-backgrounds/xhdpi/header.png) 2x);background-image:-o-image-set(url(/content/images/ui-backgrounds/mdpi/header.png) 1x,url(/content/images/ui-backgrounds/xhdpi/header.png) 2x);background-image:-ms-image-set(url(/content/images/ui-backgrounds/mdpi/header.png) 1x,url(/content/images/ui-backgrounds/xhdpi/header.png) 2x);background-image:image-set(url(/content/images/ui-backgrounds/mdpi/header.png) 1x,url(/content/images/ui-backgrounds/xhdpi/header.png) 2x)}body.handset #navigation-mobile,body.handset #navigation-mobile-public{width:100%;width:100vw;padding:0;margin:0}body.handset #navigation-menu-item,body.handset #navigation-home-item,body.handset #navigation-friends-item,body.handset #navigation-messages-item,body.handset #navigation-alerts-item,body.handset #navigation-presence-item{width:16.66%;width:16.66vw}body.handset #navigation-menu,body.handset #navigation-home,body.handset #navigation-friends,body.handset #navigation-messages,body.handset #navigation-alerts,body.handset #navigation-presence,body.handset #navigation-signup,body.handset #navigation-login{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;width:16.5vw;height:48px;padding:0;margin:0;background-position:center center;background-repeat:no-repeat;border-radius:0 0 0 0}body.handset #navigation-signup,body.handset #navigation-login{padding-top:1em;font-size:.85em;padding-top:1rem;font-size:.85rem}body.handset #navigation-login-item{width:18%;width:18vw}body.handset #navigation-login{width:100%;width:18vw}body.handset #navigation-signup-item{width:26%;width:26vw}body.handset #navigation-signup{width:100%;width:26vw}body.handset #navigation-logo-item{width:39.33%;width:39.33vw}body.handset #navigation-logo{width:100%;width:39.33vw;height:48px;text-align:right}body.handset #logo{width:119px;height:48px;margin-right:1vw;margin-right:1%;background-repeat:no-repeat;background-image:url(/content/images/ui/mdpi/logo.png);background-image:webkitimage-set(url(/content/images/ui/mdpi/logo.png) 1x,url(/content/images/ui/xhdpi/logo.png) 2x);background-image:mozimage-set(url(/content/images/ui/mdpi/logo.png) 1x,url(/content/images/ui/xhdpi/logo.png) 2x);background-image:oimage-set(url(/content/images/ui/mdpi/logo.png) 1x,url(/content/images/ui/xhdpi/logo.png) 2x);background-image:msimage-set(url(/content/images/ui/mdpi/logo.png) 1x,url(/content/images/ui/xhdpi/logo.png) 2x);background-image:image-set(url(/content/images/ui/mdpi/logo.png) 1x,url(/content/images/ui/xhdpi/logo.png) 2x)}body.handset #logo:hover{background-position:0 0;background-image:url(/content/images/ui/mdpi/logo-over.png);background-image:webkitimage-set(url(/content/images/ui/mdpi/logo-over.png) 1x,url(/content/images/ui/xhdpi/logo-over.png) 2x);background-image:mozimage-set(url(/content/images/ui/mdpi/logo-over.png) 1x,url(/content/images/ui/xhdpi/logo-over.png) 2x);background-image:oimage-set(url(/content/images/ui/mdpi/logo-over.png) 1x,url(/content/images/ui/xhdpi/logo-over.png) 2x);background-image:msimage-set(url(/content/images/ui/mdpi/logo-over.png) 1x,url(/content/images/ui/xhdpi/logo-over.png) 2x);background-image:image-set(url(/content/images/ui/mdpi/logo-over.png) 1x,url(/content/images/ui/xhdpi/logo-over.png) 2x)}body.handset #navigation-menu{background-image:url(/uiResources/icons/xhdpi/menu/grey-50.png?width=24px);background-image:-webkit-image-set(url(/uiResources/icons/xhdpi/menu/grey-50.png?width=24px) 1x,url(/uiResources/icons/xhdpi/menu/grey-50.png?width=48px) 2x);background-image:-moz-image-set(url(/uiResources/icons/xhdpi/menu/grey-50.png?width=24px) 1x,url(/uiResources/icons/xhdpi/menu/grey-50.png?width=48px) 2x);background-image:-o-image-set(url(/uiResources/icons/xhdpi/menu/grey-50.png?width=24px) 1x,url(/uiResources/icons/xhdpi/menu/grey-50.png?width=48px) 2x);background-image:-ms-image-set(url(/uiResources/icons/xhdpi/menu/grey-50.png?width=24px) 1x,url(/uiResources/icons/xhdpi/menu/grey-50.png?width=48px) 2x);background-image:image-set(url(/uiResources/icons/xhdpi/menu/grey-50.png?width=24px) 1x,url(/uiResources/icons/xhdpi/menu/grey-50.png?width=48px) 2x)}body.handset #navigation-home{background-image:url(/uiResources/icons/xhdpi/home/grey-50.png?width=24px);background-image:-webkit-image-set(url(/uiResources/icons/xhdpi/home/grey-50.png?width=24px) 1x,url(/uiResources/icons/xhdpi/home/grey-50.png?width=48px) 2x);background-image:-moz-image-set(url(/uiResources/icons/xhdpi/home/grey-50.png?width=24px) 1x,url(/uiResources/icons/xhdpi/home/grey-50.png?width=48px) 2x);background-image:-o-image-set(url(/uiResources/icons/xhdpi/home/grey-50.png?width=24px) 1x,url(/uiResources/icons/xhdpi/home/grey-50.png?width=48px) 2x);background-image:-ms-image-set(url(/uiResources/icons/xhdpi/home/grey-50.png?width=24px) 1x,url(/uiResources/icons/xhdpi/home/grey-50.png?width=48px) 2x);background-image:image-set(url(/uiResources/icons/xhdpi/home/grey-50.png?width=24px) 1x,url(/uiResources/icons/xhdpi/home/grey-50.png?width=48px) 2x)}body.handset #navigation-friends{background-image:url(/uiResources/icons/xhdpi/people/grey-50.png?width=24px);background-image:-webkit-image-set(url(/uiResources/icons/xhdpi/people/grey-50.png?width=24px) 1x,url(/uiResources/icons/xhdpi/people/grey-50.png?width=48px) 2x);background-image:-moz-image-set(url(/uiResources/icons/xhdpi/people/grey-50.png?width=24px) 1x,url(/uiResources/icons/xhdpi/people/grey-50.png?width=48px) 2x);background-image:-o-image-set(url(/uiResources/icons/xhdpi/people/grey-50.png?width=24px) 1x,url(/uiResources/icons/xhdpi/people/grey-50.png?width=48px) 2x);background-image:-ms-image-set(url(/uiResources/icons/xhdpi/people/grey-50.png?width=24px) 1x,url(/uiResources/icons/xhdpi/people/grey-50.png?width=48px) 2x);background-image:image-set(url(/uiResources/icons/xhdpi/people/grey-50.png?width=24px) 1x,url(/uiResources/icons/xhdpi/people/grey-50.png?width=48px) 2x)}body.handset #navigation-messages{background-image:url(/uiResources/icons/xhdpi/message/grey-50.png?width=24px);background-image:-webkit-image-set(url(/uiResources/icons/xhdpi/message/grey-50.png?width=24px) 1x,url(/uiResources/icons/xhdpi/message/grey-50.png?width=48px) 2x);background-image:-moz-image-set(url(/uiResources/icons/xhdpi/message/grey-50.png?width=24px) 1x,url(/uiResources/icons/xhdpi/message/grey-50.png?width=48px) 2x);background-image:-o-image-set(url(/uiResources/icons/xhdpi/message/grey-50.png?width=24px) 1x,url(/uiResources/icons/xhdpi/message/grey-50.png?width=48px) 2x);background-image:-ms-image-set(url(/uiResources/icons/xhdpi/message/grey-50.png?width=24px) 1x,url(/uiResources/icons/xhdpi/message/grey-50.png?width=48px) 2x);background-image:image-set(url(/uiResources/icons/xhdpi/message/grey-50.png?width=24px) 1x,url(/uiResources/icons/xhdpi/message/grey-50.png?width=48px) 2x)}body.handset #navigation-alerts{background-image:url(/uiResources/icons/xhdpi/alert/grey-50.png?width=24px);background-image:-webkit-image-set(url(/uiResources/icons/xhdpi/alert/grey-50.png?width=24px) 1x,url(/uiResources/icons/xhdpi/alert/grey-50.png?width=48px) 2x);background-image:-moz-image-set(url(/uiResources/icons/xhdpi/alert/grey-50.png?width=24px) 1x,url(/uiResources/icons/xhdpi/alert/grey-50.png?width=48px) 2x);background-image:-o-image-set(url(/uiResources/icons/xhdpi/alert/grey-50.png?width=24px) 1x,url(/uiResources/icons/xhdpi/alert/grey-50.png?width=48px) 2x);background-image:-ms-image-set(url(/uiResources/icons/xhdpi/alert/grey-50.png?width=24px) 1x,url(/uiResources/icons/xhdpi/alert/grey-50.png?width=48px) 2x);background-image:image-set(url(/uiResources/icons/xhdpi/alert/grey-50.png?width=24px) 1x,url(/uiResources/icons/xhdpi/alert/grey-50.png?width=48px) 2x)}body.handset #navigation-presence{background-image:url(/uiResources/icons/xhdpi/chat-bubble/grey-50.png?width=24px);background-image:-webkit-image-set(url(/uiResources/icons/xhdpi/chat-bubble/grey-50.png?width=24px) 1x,url(/uiResources/icons/xhdpi/chat-bubble/grey-50.png?width=48px) 2x);background-image:-moz-image-set(url(/uiResources/icons/xhdpi/chat-bubble/grey-50.png?width=24px) 1x,url(/uiResources/icons/xhdpi/chat-bubble/grey-50.png?width=48px) 2x);background-image:-o-image-set(url(/uiResources/icons/xhdpi/chat-bubble/grey-50.png?width=24px) 1x,url(/uiResources/icons/xhdpi/chat-bubble/grey-50.png?width=48px) 2x);background-image:-ms-image-set(url(/uiResources/icons/xhdpi/chat-bubble/grey-50.png?width=24px) 1x,url(/uiResources/icons/xhdpi/chat-bubble/grey-50.png?width=48px) 2x);background-image:image-set(url(/uiResources/icons/xhdpi/chat-bubble/grey-50.png?width=24px) 1x,url(/uiResources/icons/xhdpi/chat-bubble/grey-50.png?width=48px) 2x)}body.handset #navigation-shadow{top:48px}.sub,.popup{margin-left:-1px;padding-bottom:5px;padding-top:1em;border:1px solid #000;border-top:none;-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px;background:#fff;-moz-box-shadow:5px 5px 5px rgba(0,0,0,.3);-webkit-box-shadow:5px 5px 5px rgba(0,0,0,.3);box-shadow:5px 5px 5px rgba(0,0,0,.3);list-style:none;display:none;position:absolute;top:100%;left:0;z-index:10;min-width:100%;width:150px;overflow:hidden}.sub.left,.popup.left{left:auto;right:0;margin-left:0;margin-right:-1px}.sub.wide,.popup.wide{width:170px}.sub li,.popup li{display:block;float:none;border:0;text-align:left;background-color:#fff;position:relative}.sub .break,.popup .break{border-top:solid 1px #ccc;margin-top:3px;line-height:3px;height:3px}.sub [data-accessory],.popup [data-accessory]{position:absolute;top:0;right:8px;bottom:0;width:auto;display:inline-block;border-radius:4px 4px 4px 4px;color:#9e9e9e;background-color:#fff;background-image:none!important}.sub li:hover [data-accessory],.popup li:hover [data-accessory]{color:#fff;background-color:#388cdb;border-color:transparent}.popup{min-height:30px;width:300px;text-align:left}.popup a{text-shadow:none}.popup .loader{margin-left:1em}.sub a,.sub input,.sub .form-link input,.block-link a,.block-link input,.block-link .form-link input{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:#333;display:block;width:100%;padding:3px 10px;text-shadow:none;font-size:14px;background:none}.sub a:hover,.sub input:hover,.sub .form-link input:hover,.block-link a:hover,.block-link input:hover,.block-link .form-link input:hover{color:#fff;background:#388cdb;border-color:transparent}.sidebar-navigation{width:170px}.sidebar-navigation h1,.sidebar-navigation h2{font-size:1.25em;padding:1em 1em .5em 1em}.sidebar-navigation a,.sidebar-navigation a:link,.sidebar-navigation a:visited{display:block;color:#777;text-decoration:none;padding:.25em 1em;-webkit-border-radius:2px 2px 2px 2px;border-radius:2px 2px 2px 2px}.sidebar-navigation a.selected{-webkit-border-radius:0;border-radius:0;background:#ddd;color:#000}.sidebar-navigation a:hover{background:#18a3f3;color:#fff}.sidebar-navigation .break{border-top:solid 1px #eee;margin:.5em 0}.sidebar-navigation .sub-navigation{background:#fff;border-top:solid 1px #aaa;border-bottom:solid 1px #aaa;padding:0;padding-bottom:.5em}.sidebar-navigation .sub-navigation a{color:#333}.sidebar-navigation .sub-navigation a:hover{color:#000}.sidebar-navigation .sub-navigation .additional{color:#999;font-style:italic}.sidebar-navigation .count{margin-left:0;background-color:#61aa4c;color:#fff;text-shadow:none}.sidebar-navigation a:hover .gradient-right,.sidebar-navigation .selected .gradient-right{display:none}@media all and (max-width:500px),all and (orientation:landscape)and (max-width:700px){.sidebar-navigation{padding-top:.75em!important;width:100%!important}.sidebar-navigation a,.sidebar-navigation .sub-navigation a{padding:0!important;margin:.75em 0 .75em 9%!important;width:40%!important;display:inline-block!important}.sidebar-navigation a:hover,.sidebar-navigation a:active,.sidebar-navigation a:visited,.sidebar-navigation .sub-navigation a:hover,.sidebar-navigation .sub-navigation a:active,.sidebar-navigation .sub-navigation a:visited{color:#777;background-color:#fff}.sidebar-navigation hr{display:none!important}}.tabs{margin-bottom:-1px}.tabs a{display:inline-block;padding:.25em 1em}.tabs .tab{border:solid 1px #aaa;border-left:solid 1px #ddd;float:left;background:#f0f1f6;-moz-box-shadow:inset 0 2px 4px #fff;-webkit-box-shadow:inset 0 2px 4px #fff;box-shadow:inset 0 2px 4px #fff;color:#444}.tabs .tab:hover{background:#dcdde1}.tabs .tab:first-child{border-left:solid 1px #aaa;border-radius:3px 0 0 0}.tabs .tab:last-child{border-radius:0 3px 0 0}.tabs .selected,.tabs .selected:hover{font-weight:bold;background:#fff;border-bottom-color:#fff;filter:none}@media all and (max-width:700px){.tabs .tab{padding:.5em 1em}}.breadcrumb-path-wrap{background:#eee url(/content/images/Backgrounds/Dots.png);margin-bottom:1em;border:solid 1px #aaa}.breadcrumb-path-wrap .path-part{padding:.5em 2em .5em .5em;float:left;display:inline-block;background:url(/content/images/UI/BreadcrumbSeperator.png) no-repeat right center}.breadcrumb-path-wrap .path-part:last-child,.breadcrumb-path-wrap .leaf-path{background-image:url(/content/images/UI/BreadcrumbSeperator-Last.png)}.breadcrumb-path-wrap .toolbar,.breadcrumb-path-wrap select{float:right;margin:5px 0 0 .5em;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.breadcrumb-path-wrap .toolbar.active,.breadcrumb-path-wrap select.active{background:#088fee;color:#fff;text-shadow:-1px -1px #2764b0;border:solid 1px #76c7ff;border-left:none;border-right:none;box-shadow:0 1px 0 #0e619c,0 -1px 0 #0e619c}@media all and (max-width:500px),all and (orientation:landscape)and (max-width:700px){.breadcrumb-path-wrap{background:#fff}.breadcrumb-path-wrap .path-part{padding:.5em 1.25em .5em .75em;background:url(/content/images/UI/forward-tiny.png) no-repeat right center}.breadcrumb-path-wrap .path-part:last-child,.breadcrumb-path-wrap .leaf-path{background:none}.breadcrumb-path-wrap .toolbar,.breadcrumb-path-wrap select{width:48%;padding:.5em 0;margin:.25em 1%;text-align:center;font-size:1em}}@media all and (max-width:1020px){.header{padding-left:0;padding-right:0}}@media all and (max-width:850px){#search{display:none}#navigation-search{display:inline-block}#navigation-user{padding:7px 7px 7px 0}#navigation-user span{display:none}.header #navigation-logo,.header #logo{width:32px}.header .tab.tab,.header .tab:active,.header .tab:link,.header .tab:visited{padding:7px 7px}}@media all and (max-width:550px),all and (orientation:landscape)and (max-width:700px){.header #navigation-chatrooms,.header #navigation-topics,.header #navigation-people,.header #navigation-places,.header #navigation-justice,.header #navigation-search,.header #search{display:none}.header #navigation-menu,.header #navigation-more,.header #navigation-user,.header #navigation-home,.header #navigation-friends,.header #navigation-alerts,.header #navigation-messages,.header #navigation-presence{display:inline-block;background-position:center 5px;background-repeat:no-repeat;opacity:1;border-radius:0 0 0 0;padding:7px 5px 7px 18px}.header #navigation-user{background-image:url(/content/images/ui/nav-more.png)}.header #navigation-user.open{background-image:url(/content/images/ui/nav-more-open.png)}.header #navigation-user div{display:none}.header #navigation-home{background-image:url(/content/images/ui/nav-home.png)}.header #navigation-home.open{background-image:url(/content/images/ui/nav-home-open.png)}.header #navigation-home .label{display:none}.header.authenticated #navigation-home{display:block}.header.authenticated #navigation-logo{display:none}.header.authenticated #left{width:33.33%}.header.authenticated #navigation-root,.header.authenticated #navigation-sections{width:50%}.header.authenticated #navigation-root>li,.header.authenticated #navigation-sections>li{width:100%}.header.authenticated #navigation-root .tab,.header.authenticated #navigation-sections .tab{width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.header.authenticated #right{width:66.66%}.header.authenticated #navigation-notifications{width:100%}.header.authenticated #navigation-notifications>li{width:25%}.header.authenticated #navigation-notifications .tab{width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.header.not-authenticated #navigation-home{display:none}.header.not-authenticated #navigation-logo{display:inline-block;float:right;margin-right:.5em}.header.not-authenticated #left{width:100%}.header.not-authenticated #navigation-logo,.header.not-authenticated #logo{width:111px}.header #navigation-more-panel,.header #navigation-user-panel,.header #navigation-messages-panel,.header #navigation-friends-panel,.header #navigation-alerts-panel,.header #navigation-justice-panel{position:fixed;top:34px;right:0;bottom:0;left:0;margin:0;z-index:200;display:none;background:#fff;width:auto;height:auto;max-width:none;min-width:0;max-height:none;min-height:0;border:0;border-radius:0 0 0 0;overflow:auto;overflow-x:hidden;overflow-y:auto}.header #navigation-menu-panel li:last-child,.header #navigation-more-panel li:last-child,.header #navigation-user-panel li:last-child{border-bottom:none}.header #navigation-menu-panel a,.header #navigation-more-panel a,.header #navigation-user-panel a{background-image:url(/content/images/UI/forward-tiny.png);background-repeat:no-repeat;background-position:right 20px center}.header .nav-tabs li .count{height:12px;min-width:12px;padding:0;font-size:.75em;border-radius:6px 6px 6px 6px;position:absolute;right:1em;bottom:.25em}.header .nav-tabs li .tab:after{content:" "}.header .nav-tabs li ul.left,.header .nav-tabs li .popup.left{right:0;left:auto}.header .nav-tabs li .sub,.header .nav-tabs li .popup{padding-top:.25em;max-height:410px}.header .nav-tabs li .sub li,.header .nav-tabs li .popup li{margin:.5em}}@media all and (max-width:600px)and (max-height:400px){.header .nav-tabs li .sub,.header .nav-tabs li .popup{max-height:250px}}.embed{padding:0}.embed #header-wrap{display:none}.embed #navigation-shadow{display:none}.embed #content{padding:0}.embed #slim-footer-wrap{display:none}.embed #presence-bar{display:none}
/*Wireclub.css*/.internal-user-link{background:url(/content/images/icons/link-user.gif) no-repeat left center;padding-left:14px}.internal-picture-link{background:url(/content/images/icons/link-picture.png) no-repeat left center;padding-left:14px}.internal-video-link{background:url(/content/images/icons/link-video.png) no-repeat left center;padding-left:14px}#content,#special,#main-footer,#slim-footer-wrap,#flash-message-wrap{width:980px;margin:auto}body{font-family:"Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;background:#e9eaef}#footer-wrap{background-color:#181818;-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorStr=#212121, EndColorStr=#181818 )";background-image:-webkit-linear-gradient(top,#2f2f2f,#272727);background-image:-moz-linear-gradient(top,#2f2f2f,#272727);background-image:-o-linear-gradient(top,#2f2f2f,#272727);background-image:linear-gradient(to bottom,#2f2f2f,#272727);-webkit-box-shadow:inset 0 50px 25px -50px rgba(0,0,0,.75);-moz-box-shadow:inset 0 50px 25px -50px rgba(0,0,0,.75);-o-box-shadow:inset 0 50px 25px -50px rgba(0,0,0,.75);-ms-box-shadow:inset 0 50px 25px -50px rgba(0,0,0,.75);box-shadow:inset 0 50px 25px -50px rgba(0,0,0,.75)}#footer-wrap a,#footer-wrap a:active,#footer-wrap a:visited,#footer-wrap a:hover{display:block;color:#d6e7f2}#footer-wrap a:hover{color:#1096ef}#footer-wrap ul{list-style-type:none;margin-left:0}#footer-wrap li{padding-bottom:.25em}#main-footer{text-shadow:-1px -1px #000;padding:2em 0;color:#aaa}#footer-panel-about{width:50%;float:left}#footer-panel-about p{padding-right:4em}#footer-panel-links{width:50%;float:right}#footer-panel-nav-links,#footer-panel-about-links{width:50%;max-width:150px;float:left}#footer-copyright{clear:both;padding-top:1em}#slim-footer-wrap{padding-bottom:3em}#slim-footer{font-size:.9em;margin-top:1em;padding:1em;border-top:solid 1px #ccc;color:#777}#slim-footer a{padding:0 .5em}#slim-footer a,#slim-footer a:active,#slim-footer a:visited{color:#555}#slim-footer a:hover{color:#000}body.dark #slim-footer{border-radius:8px 8px 8px 8px;background:#000;border-top:none}body.dark #slim-footer a,body.dark #slim-footer a:active,body.dark #slim-footer a:visited{color:#d6e7f2}body.dark #slim-footer a:hover{color:#1096ef}body.light #slim-footer{border-radius:8px 8px 8px 8px;background:#fff;border-top:none}.breadcrumb{border:solid 1px #aaa;background:#ddd;padding:1em}#content-wrap{position:relative}#content{min-height:300px;padding:2em 0}body.special #content{display:none}body.special #special{display:block;width:100%}.flash{margin:1em;padding:1em}.flash.success,.flash-message{background:#c1dc78;color:#fff;font-weight:bold;border:solid 1px #94ca02;font-size:1.2em}.flash-message .remove-parent-container{margin-left:1em}.flash-message+.advertisment{margin-top:0!important}.flash-message{width:980px;margin:1em auto 1em auto}.flash-message div{margin:1em}.error-dialog img{margin-right:1em;margin-bottom:1em;margin-top:-1em;vertical-align:middle}.flash-message-error{background:#f8edda;color:#410b07;border:solid 1px red}.vote-message-error,.vote-message-success{text-align:center;font-size:1.2em;color:#fff;padding:1em;margin:1em auto 0 auto;width:60%;border-radius:4px 4px 4px 4px}.vote-message-error{background-color:#dc2f44;border:1px solid #ffb2bb}.vote-message-success{background-color:#c1dc78;border:1px solid #94ca02}.paging{text-align:right;color:gray;font-style:normal;font-size:11px;margin-bottom:0;margin-top:10px}.paging a,.paging .selected{font-size:11px;font-weight:bold;padding:2px 5px 2px 5px;margin:1px;border:solid 1px #388cdb;display:inline-block;background:#fff}.paging a:hover{text-decoration:none;color:#fff;background-color:#388cdb}.paging .selected{color:#fff;background-color:#388cdb}.paging.mobile{height:45px;width:100%;margin:0 0 2rem 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:table;border-collapse:collapse}.paging.mobile a,.paging.mobile b{height:45px;display:table-cell;vertical-align:middle;text-align:center;border-radius:0;border:solid 1px #ddd;color:#ddd;font-size:1rem}.paging.mobile a[href],.paging.mobile b{color:gray}.content-ratings{padding:.25em;display:inline-block;background:url(/content/images/Flag.png) no-repeat left center;font-size:.9em}.content-ratings span{border-radius:5px 5px 5px 5px;background:#fff;padding:0 .25em;display:inline-block;vertical-align:middle}.content-ratings a{display:inline-block;width:16px;height:16px;vertical-align:middle}.content-ratings.rich{padding:0 .25em;background:#fff;-moz-box-shadow:inset 0 0 3px #ccc;-webkit-box-shadow:inset 0 0 3px #ccc;box-shadow:inset 0 0 3px #ccc;border:1px solid #ccc}.content-ratings.rich span a,.content-ratings.rich span span{width:auto;padding:0 .85em}.content-ratings.rich span:hover{background-color:#eee}.content-ratings.rich i{font-style:normal;padding:.25em .6em .25em .9em;display:inline-block;vertical-align:middle;background:url(/content/images/ui/mini-sep.png) no-repeat left center}.content-ratings.rich i:hover{background-color:#eee}.content-ratings.rich.zero span{display:none}.content-ratings.rich.zero i.first{padding-left:.75em;background:none}.content-ratings.rich .entity-invite{width:auto}.content-ratings.zero span{visibility:hidden}.content-ratings .rate-up{background:url(/content/images/ui/layoutSpriteMK2.png) no-repeat -218px 0}.content-ratings .rate-down{background:url(/content/images/ui/layoutSpriteMK2.png) no-repeat -218px -16px}.content-ratings.given-up .rate-up{background:url(/content/images/ui/layoutSpriteMK2.png) no-repeat -218px -64px}.content-ratings.given-down .rate-down{background:url(/content/images/ui/layoutSpriteMK2.png) no-repeat -218px -80px}.content-ratings-inset .content-ratings{padding:.25em .4em;border:1px solid #ddd;-moz-box-shadow:inset 0 0 3px #ddd;-webkit-box-shadow:inset 0 0 3px #ddd;box-shadow:inset 0 0 3px #ddd;background:#fff}.content-ratings-inset .content-ratings.zero span{display:none}.content-ratings-inset .content-ratings span{background-color:#fff}.flagged .thread-item-flag{display:none}.subscribed .entity-subscribe{display:none}.non-subscribed .entity-unsubscribe{display:none}.unblocked .user-unblock-link{display:none}.blocked .user-block-link{display:none}.blocked .user-add-friend-link{display:none}.blocked .user-send-message-link{display:none}.blocked .user-chat-link{display:none}.blocked .buy-drink{display:none}.blocked .use-superpowers{display:none}.blocked .user-transfer-link{display:none}.blocked .user-badge-link{display:none}.friend .user-add-friend-link{display:none}.non-friend .user-remove-friend-link{display:none}.flagged .user-report-link{display:none}.friend .hide-if-friends{display:none}.friend-suggestion{margin-bottom:.5em}.friend-suggestion .add-friend{float:right}.friend-suggestion .avatar-link{float:left;margin-right:.5em}.friend-suggestion .friends-description{color:#aaa;font-size:.8em}.featurebox{border:solid 1px #000;padding:.25em;margin:.25em}#searchresults{border:solid 1px #000;padding:.25em;margin:.25em}.avatar-link,.avatar-link-inline{display:inline-block;position:relative}.avatar-overlay,.avatar-link .avatar-overlay,.avatar-link:hover .avatar-overlay{position:absolute;left:0;top:0;background:none;border:none}.avatar-large{position:relative}.avatar-large .avatar-overlay{left:auto;right:-12px}.avatar-overlay-gold{position:absolute;display:block;left:auto;top:-1px;right:7px;width:19px;height:19px;background:url(/content/images/Badges/GoldOverlay-50x50.png) no-repeat}.avatar-large .avatar-overlay-gold{top:-5px;right:-4px;width:50px;height:50px;background:url(/content/images/Badges/GoldOverlay.png) no-repeat}.card .avatar-overlay-gold{display:block;left:auto;top:-5px;right:-4px;width:50px;height:50px;background:url(/content/images/Badges/GoldOverlay.png) no-repeat}.online-status{display:none;font-weight:normal;font-family:Arial,Sans-Serif;padding:0 .3em .1em .3em;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;font-size:12px;margin:.35em 0 0 0;vertical-align:top}.online .online-status{display:inline-block;background-color:#61aa4c;color:#fff}.offline .online-status{background-color:#777}.online-state-visible .online-status{display:inline-block;background-color:#61aa4c;color:#fff}.online-state-idle .online-status{display:inline-block;background-color:#ffae00;color:#483600}.online-state-mobile .online-status{display:inline-block;background-color:#b9e3f2;color:#003548}.detailed-user-link .avatar-link{display:block;font-weight:bold}.detailed-user-link img{float:left;margin-right:1em}.detailed-user-link .unblock-user{display:none}.detailed-user-link.blocked .unblock-user{display:inline}.detailed-user-link.blocked .block-user{display:none}.avatar-link.nano img,.avatar-link.micro img{display:inline;vertical-align:middle}.avatar-link.icon,.entity-link.icon{background-repeat:no-repeat;padding:3px 0;padding-left:25px}.avatar-link.nano{display:inline;vertical-align:middle}.counter-frame{margin:.5em 0}.counter-frame div{color:#aaa;font-size:.8em;padding-top:.25em}.counter{display:inline-block;vertical-align:middle;padding:2px;background:url(/content/images/UI-Backgrounds/Counter.png) repeat-x}.counter .digit{border:solid 1px #055791;display:inline-block;width:14px;height:18px;background-image:url(/content/images/ui/digits.png);background-repeat:no-repeat;float:left}.d0{background-position:-14px 0}.d1{background-position:-28px 0}.d2{background-position:-42px 0}.d3{background-position:-56px 0}.d4{background-position:-70px 0}.d5{background-position:-84px 0}.d6{background-position:-98px 0}.d7{background-position:-112px 0}.d8{background-position:-126px 0}.d9{background-position:-140px 0}.progress-bar{overflow:hidden;margin:auto;width:600px;height:40px;background:url(/content/images/UI/LargeProgress.png) repeat-x;border:solid 1px #aaa}.progress-bar-fill{display:inline-block;height:38px;background:url(/content/images/UI/LargeProgressFill.png) repeat-x;border:solid 1px #033151}.empty-content{border:dashed 1px #aaa;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px 10px 10px 10px;padding:2em;margin:2em 0;color:#888}.count{font-family:Arial,Sans-Serif;background:#18a3f3;color:#000;text-shadow:1px 1px #91dcff;padding:0 .25em 0 .4em;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;font-size:12px}#hover-preview{position:absolute;left:0;top:0;background:#000;color:#999;padding:.5em;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px 4px 4px 4px;min-width:250px;z-index:100}#hover-preview .online-status{font-size:.7em;padding:0 .3em}#hover-preview .close{position:absolute;top:-.15em;right:-.15em;display:inline-block;background:url(/content/images/ui/x.png) no-repeat center center;height:24px;width:24px}#hover-preview a,#hover-preview a:hover,#hover-preview a:active,#hover-preview a:visited{color:#eee}#hover-preview img{float:left;margin-right:.5em}#hover-preview-arrow{position:absolute;bottom:-10px;left:10px}#hover-preview-arrow-up{position:absolute;top:-10px;left:10px}.default-text{color:#aaa}i.loader{display:inline-block;background:url(/content/images/loader.gif) no-repeat;width:16px;height:16px}.entity-list .thread,.entity-list .entity.thread{margin:0;padding:1em;cursor:pointer;position:relative}.entity-list .thread:first-child{border-top:none}.entity-list .thread:last-child{border-bottom:none}.entity-list .thread .title{font-size:1.25em}.entity-list .thread .unread-count{margin-left:.5em;background-color:#61aa4c;color:#fff;text-shadow:none}.entity-list .thread .page-preview{color:#aaa;display:inline-block;margin-left:1em}.entity-list .thread .page-preview a{padding:0 2px;font-weight:bold}.entity-list .thread .entity-image{position:absolute;left:.5em}.entity-list .thread .entity-content{max-width:905px}@media all and (max-width:500px){.entity-list .thread .entity-content{max-width:245px}}.entity-list .thread.micro .entity-content{margin-left:45px}.entity-list .thread .entity-unsubscribe{visibility:hidden}.entity-list .thread .page-preview{visibility:hidden}.entity-list .thread:hover .page-preview{visibility:visible}.entity-list .thread:hover .entity-unsubscribe{visibility:visible}a.deleted{color:#aaa}body.loading.slow #content{background:url(/content/images/Loader.gif) no-repeat center center}.emoticon{vertical-align:middle}.emoji{background:url(/uiResources/emojis/all.png?v=1) no-repeat;display:inline-block;width:20px;height:20px;vertical-align:middle}.flag{background:url(/content/images/flags/sprite.png?v=2) no-repeat;display:inline-block;width:16px;height:11px}.troll{background:url(/content/images/emoji/troll-sprite.png?v=2) no-repeat;display:inline-block;width:30px;height:30px;vertical-align:middle}.te416{background-position:0 0}.te413{background-position:0 -30px}.te403{background-position:0 -90px}.te405{background-position:0 -120px}.te414{background-position:0 -150px}.te410{background-position:0 -180px}.te404{background-position:0 -210px}.te057{background-position:0 -240px}.te105{background-position:0 -270px}.te40d{background-position:0 -300px}.video-preview{position:relative;display:inline-block;padding:2px;border-radius:5px 5px 5px 5px}.video-preview img{border-radius:4px 4px 4px 4px}.video-preview:hover{background-color:#088fee}.video-preview .play{position:absolute;top:5px;left:5px}.clip-container{position:relative;overflow:hidden;width:250px}.clip-container .gradient-right{position:absolute;right:0;width:16px;height:30px;background:url(/content/images/UI/Clip0xfff.png) repeat-y}.clip-container div{width:1000px;padding:2px}.clip-container a{display:block}#profile .clip-container{width:150px}.hr{border-top:1px solid #fff;border-bottom:1px solid #aaa;margin:1em 0}#search-form-wrap{border:solid 1px #fff;margin:auto;width:600px}#search-form{background:#fff;border:solid 1px #aaa}#search-text{width:530px;height:42px;font-size:2em;border:0}#search-text:focus{outline:none}#search-text.default{background:#fff url(/content/images/UI/ChatDefaultText.png) left center no-repeat}#search-submit{border:0;background:url(/content/images/UI/SearchGo.png) no-repeat center center;font-size:2em;height:45px;width:50px;float:right;text-shadow:1px 1px #f2f8ca;color:#000}#search-submit:hover{background:url(/content/images/UI/SearchGo.png) no-repeat center center}.user-online,.user-offline{font-weight:bold;font-size:1em}.user-online{color:green}.user-idle{color:#ffa500}.user-offline{color:#ccc}body.search-page #search{visibility:hidden}.alert-list .alert{color:#222;display:block;padding:.5em .25em;border-top:solid 1px #fff;border-bottom:solid 1px #ddd;padding-left:50px;position:relative;min-height:35px}.alert-list .alert .clip-container{width:auto;color:#999}.alert-list .alert:hover .gradient-right,.alert-list .alert.selected .gradient-right{display:none}.alert-list .alert strong{color:#107abe}.alert-list .alert em{font-weight:bold;font-style:normal}.alert-list .alert em.tiny{font-weight:normal;font-size:.8em}.alert-list .alert:hover{background:#f0f1f6;color:#000}.alert-list .alert:first-child{border-top:none}.alert-list .alert:last-child{border-bottom:none}.alert-list .alert .alert-image{display:block;height:35px;width:35px;position:absolute;left:3px;top:2px}.alert-list .alert .alert-image img{border-radius:3px 3px 3px 3px}.alert-list .alert .icon{position:absolute;right:-3px;bottom:-3px}.alert-list .alert.selected{background:#e7ffda}.alert-list .alert.selected:hover{background:#f0f1f6}.alert-list.popup .alert-login-reward,.alert-list.toast-popup .alert-login-reward{height:50px;background:url(/content/images/ui-backgrounds/reward.png) no-repeat;position:absolute;left:0;top:0;width:100%}.alert-list.popup .alert-login-reward strong,.alert-list.toast-popup .alert-login-reward strong{position:absolute;top:25px;left:50px}.advertisment{margin:-1em auto 1em auto;text-align:center}.marketing-bottom .advertisment{margin:1.5em auto -1.5em auto}.i21{width:21px;height:21px}.i35{width:35px;height:35px}.i50{width:50px;height:50px}.i100{width:100px;height:100px}.i130{width:130px;height:130px}.i180{width:180px;height:180px}.blogpost{border:solid 1px #ddd;background:#fff;margin:0 2em 1em 0;padding:1em}@media all and (max-width:800px){.blogpost{margin:0 0 1em 0;border-left:none;border-right:none}}.entity-list .blogpost{background:none;border:none}.blogpost h3{margin-bottom:1em;font-size:1.25em}#invite-dialog .invite-well{background:url(/content/images/Backgrounds/Dots.png);border:solid 1px #fff}#invite-dialog .invite-well .inner{border:solid 1px #999;padding:1em;border-radius:6px 6px 6px 6px}#invite-dialog .invite{display:inline-block;background:#fff;border:solid 1px #777;border-top-color:#aaa;border-left-color:#aaa;margin:0 .25em .25em .25em;padding:0 2px 2px .5em;color:#888;border-radius:4px 4px 4px 4px}#invite-dialog .invite a,#invite-dialog .invite a:visited,#invite-dialog .invite a:active{color:#222}#invite-dialog .invite:hover{background:#eee}#invite-dialog .invite:hover .remove{background-image:url(/content/images/UI/X.png)}#invite-dialog .invite .remove{display:inline-block;width:13px;height:13px;background:url(/content/images/UI/X-light.png) no-repeat center center;margin:2px 2px 0 0;vertical-align:top;color:#555;cursor:pointer}#invite-dialog .invite .remove:hover{background-color:#aaa}#invite-dialog .recipient-suggestion a{float:left;margin:.1em}#invite-dialog .more{display:inline-block;padding:.5em 0}#invite-dialog .entry{width:200px}#invite-dialog .form-field-help{color:#dc2f44}#login-dialog .signup-wrap,#login-dialog .login-wrap,#signup-dialog .signup-wrap,#signup-dialog .login-wrap{width:43%;padding:0 6% 0 0;border-right:solid 1px #ddd}#login-dialog .signup-wrap .form-label,#login-dialog .login-wrap .form-label,#signup-dialog .signup-wrap .form-label,#signup-dialog .login-wrap .form-label{margin-bottom:.55em;font-weight:bold}#login-dialog .signup-wrap .form-field-help,#login-dialog .login-wrap .form-field-help,#signup-dialog .signup-wrap .form-field-help,#signup-dialog .login-wrap .form-field-help{margin-bottom:.85em;padding:.55em 0 0 .85em;font-size:.85em;color:#dc2f44}#login-dialog .signup-wrap .options,#login-dialog .login-wrap .options,#signup-dialog .signup-wrap .options,#signup-dialog .login-wrap .options{text-align:center}#login-dialog .signup-wrap .options .terms,#login-dialog .login-wrap .options .terms,#signup-dialog .signup-wrap .options .terms,#signup-dialog .login-wrap .options .terms{margin:.35em;text-align:center}#login-dialog .signup-wrap .options .terms a,#login-dialog .login-wrap .options .terms a,#signup-dialog .signup-wrap .options .terms a,#signup-dialog .login-wrap .options .terms a{color:#aaa;text-decoration:underline}#login-dialog .signup-wrap .options .signup-button,#login-dialog .login-wrap .options .signup-button,#signup-dialog .signup-wrap .options .signup-button,#signup-dialog .login-wrap .options .signup-button{margin:.85em 0}#login-dialog .signup-wrap .options .facebook-login-complete .button,#login-dialog .login-wrap .options .facebook-login-complete .button,#signup-dialog .signup-wrap .options .facebook-login-complete .button,#signup-dialog .login-wrap .options .facebook-login-complete .button{width:150px;margin-bottom:.85em}#login-dialog .signup-wrap .options .facebook-login-connect .button,#login-dialog .login-wrap .options .facebook-login-connect .button,#signup-dialog .signup-wrap .options .facebook-login-connect .button,#signup-dialog .login-wrap .options .facebook-login-connect .button{width:150px;margin-bottom:.85em}#login-dialog .login-wrap .facebook-wrap,#signup-dialog .login-wrap .facebook-wrap{border-radius:8px 8px 8px 8px;border:1px solid #ddd;padding:.5em}#login-dialog .signup-button,#signup-dialog .signup-button{display:inline-block}#login-dialog .info-wrap,#signup-dialog .info-wrap{width:46%;padding:0 0 0 4%;float:right;text-align:center}#login-dialog .existing-user,#signup-dialog .existing-user{display:none}@media all and (max-width:600px){#login-dialog .signup-wrap,#login-dialog .login-wrap,#signup-dialog .signup-wrap,#signup-dialog .login-wrap{width:100%;border-right:none}#login-dialog .info-wrap,#signup-dialog .info-wrap{display:none}#login-dialog .existing-user,#signup-dialog .existing-user{display:inline-block}}#login-dialog .captcha-image,#signup-dialog .captcha-image{border-radius:5px 5px 5px 5px;width:100%}#login-dialog #captcha-text,#signup-dialog #captcha-text{padding:.35em 2%;font-size:1em;width:95%}#welcome-splash{border:solid 1px #ccc;background-color:#fff;border-radius:4px 4px 4px 4px;-webkit-transition-property:box-shadow;-moz-transition-property:box-shadow;-o-transition-property:box-shadow;transition-property:box-shadow;-webkit-transition-duration:.2s;-moz-transition-duration:.2s;-o-transition-duration:.2s;transition-duration:.2s;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);margin:0 auto 2em auto;padding:1.5em;position:relative}#welcome-splash:hover{-webkit-transition-duration:.1s;-moz-transition-duration:.1s;-o-transition-duration:.1s;transition-duration:.1s;box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23)}#welcome-splash h1 span{font-size:.7em;color:#aaa;font-weight:normal}#welcome-splash .primary,#welcome-splash .secondary{min-height:60px}#welcome-splash .summary td{text-align:center}#welcome-splash .summary a{border-radius:16px 16px 16px 16px;margin:0 auto;padding:.5em 1em;background:#e7ffda;color:#547543;display:block;text-align:center}#welcome-splash .summary a strong{display:block;font-size:2em;color:#9bcc80}#welcome-splash .summary a:hover{background:#c3dcb5}#welcome-splash .summary a:hover strong{color:#547543}#welcome-splash .file-input-button{margin:0 auto}#welcome-splash .position-editor{width:64px;height:64px;margin:0 auto}#welcome-splash [data-splash-hide="top"]{position:absolute;top:.5em;right:.75em}#welcome-splash [data-splash-hide="bottom"]{position:absolute;right:.75em;bottom:.5em}.credits-amount,.credits-amount:visited,.timespan-amount,.tickets-amount,.spins-amount,.chips-amount,.tiles-amount,.bingo-currency,.slots-currency,.blackjack-currency,.wordy-currency,.poker-currency,.wireslots-currency,.bonus-currency,.keno-currency{display:inline-block;padding-left:15px;background:url(/content/images/icons/currency/credit.png) no-repeat left center;color:#000;font-weight:Bold}.bingo-currency{background-image:url(/content/images/icons/currency/bingo.png)}.blackjack-currency{background-image:url(/content/images/icons/currency/blackjack.png)}.bonus-currency{background-image:url(/content/images/icons/currency/bonus.png)}.credit-currency{background-image:url(/content/images/icons/currency/credit.png)}.keno-currency{background-image:url(/content/images/icons/currency/keno.png)}.poker-currency{background-image:url(/content/images/icons/currency/poker.png)}.slots-currency{background-image:url(/content/images/icons/currency/slots.png)}.time-currency{background-image:url(/content/images/icons/currency/time.png)}.wireslots-currency{background-image:url(/content/images/icons/currency/wireslots.png)}.wordy-currency{background-image:url(/content/images/icons/currency/wordy.png)}.credits-amount{background-image:url(/content/images/icons/currency/credit.png)}.timespan-amount{background-image:url(/content/images/icons/currency/time.png)}.tickets-amount{background-image:url(/content/images/icons/currency/bingo.png)}.tiles-amount{background-image:url(/content/images/icons/currency/wordy.png)}.spins-amount{background-image:url(/content/images/icons/currency/wireslots.png)}.chips-amount{background-image:url(/content/images/icons/currency/blackjack.png)}.toast-popup{position:fixed;bottom:50px;right:30px;width:350px;background:#fff;border:solid 1px #aaa;border-radius:3px 3px 3px 3px;-moz-box-shadow:0 1px 7px rgba(0,0,0,.6);-webkit-box-shadow:0 1px 7px rgba(0,0,0,.6);box-shadow:0 1px 7px rgba(0,0,0,.6);z-index:1000}.toast-popup a a{display:inline}.video-embed{display:block}@media all and (max-width:500px){.toast-popup{max-width:95%;right:auto;left:2.5%}.video-embed{max-width:250px;max-height:190px}#welcome-splash{margin:1em .75em .75em .75em}#welcome-splash .summary a{max-width:50%}}
/*Dialog.css*/.dialog-dynamic{position:fixed;top:0;left:0;z-index:900;height:100%;width:100%;overflow-x:auto;overflow-y:scroll;background:url(/content/images/UI/LightOverlay.png?v=4)}#dialog #dialog-content{margin:6em auto;width:600px;min-height:100px;border:solid 1px #666;background:#fff;padding:2em;-moz-box-shadow:0 1px 7px rgba(0,0,0,.6);-webkit-box-shadow:0 1px 7px rgba(0,0,0,.6);box-shadow:0 1px 7px rgba(0,0,0,.6);border-radius:8px 8px 8px 8px}#dialog .header{margin:-2em -2em 2em -2em;padding:1em;border-radius:8px 8px 0 0;background:#f0f1f6;-moz-box-shadow:inset 0 2px 4px white;-webkit-box-shadow:inset 0 2px 4px white;box-shadow:inset 0 2px 4px white;border-bottom:solid 1px #bbb}#dialog h1{font-size:1.4em;font-weight:normal;margin:0}#dialog .buttons{display:block;margin:2em -2em -2em -2em;padding:1em;text-align:right;color:#999;background:#e9eaef;border-radius:0 0 8px 8px;border-top:solid 1px #aaa;-moz-box-shadow:inset 0 2px 3px #f0f1f6;-webkit-box-shadow:inset 0 2px 3px #f0f1f6;box-shadow:inset 0 2px 3px #f0f1f6}#dialog .buttons a{padding:0 1em}#dialog .buttons .button{margin-top:-5px;margin-bottom:-3px}#dialog .buttons a.button{color:#fff;padding:.25em 1em}#dialog .buttons a.button:hover{color:#fff}#dialog .loader{display:block;margin:4em auto}#dialog .banner{margin:0 -1.5em 1em -1.5em;padding:.5em 0;font-size:1.6em;-moz-box-shadow:0 1px 5px rgba(0,0,0,.5);-webkit-box-shadow:0 1px 5px rgba(0,0,0,.5);box-shadow:0 1px 5px rgba(0,0,0,.5);text-align:center;background:#f5f5f5;color:#999;border:solid 1px #ddd;border-top:solid 1px #aaa;border-bottom:solid 1px #aaa}#dialog .header a,#dialog .buttons a{color:#222}#dialog .header a:hover,#dialog .buttons a:hover{color:#666}#dialog.wide #dialog-content{width:900px}#dialog.thin #dialog-content{width:400px}@media all and (max-width:500px){#dialog #dialog-content{margin:0;width:auto;border-right:none;border-left:none;border-top:none;border-radius:0;box-shadow:none}#dialog #dialog-content .header,#dialog #dialog-content .buttons{border-radius:0}#dialog #dialog-content .banner{margin:1em;padding:1em}#dialog.wide #dialog-content{width:auto}#dialog.thin #dialog-content{width:auto}}#dialog.flexible #dialog-content{width:auto;max-width:600px;margin:3%}#dialog.flexible.wide #dialog-content{max-width:900px}#dialog.flexible.thin #dialog-content{max-width:400px}@media all and (max-width:600px){#dialog.flexible #dialog-content{margin:0;padding:2em 1em}#dialog.flexible .buttons{margin:2em -1em -2em -1em}#dialog.flexible .header{margin:-2em -1em 2em -1em}}@media all and (min-width:1000px){#dialog.flexible #dialog-content{margin:3% auto}}.dim{overflow:hidden}#dialog.dialog-static #dialog-content{margin:2em auto 4em auto}#dialog.dialog-static .close{visibility:hidden}@media all and (max-width:600px){#dialog.dialog-static #dialog-content{margin:0}}#dialog .sidebar{background:#efefef;border:solid 1px #aaa;padding:1em;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px 8px 8px 8px}#dialog.dialog-mobile #dialog-content{padding:48px 0 0 0;margin:0;width:100%;min-height:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:0;border-radius:0 0 0 0}#dialog.dialog-mobile.dialog-static #dialog-content{padding:0}#dialog-mobile-header{background-image:url(/content/images/ui-backgrounds/mdpi/header.png);background-image:-webkit-image-set(url(/content/images/ui-backgrounds/mdpi/header.png) 1x,url(/content/images/ui-backgrounds/xhdpi/header.png) 2x);background-image:-moz-image-set(url(/content/images/ui-backgrounds/mdpi/header.png) 1x,url(/content/images/ui-backgrounds/xhdpi/header.png) 2x);background-image:-o-image-set(url(/content/images/ui-backgrounds/mdpi/header.png) 1x,url(/content/images/ui-backgrounds/xhdpi/header.png) 2x);background-image:-ms-image-set(url(/content/images/ui-backgrounds/mdpi/header.png) 1x,url(/content/images/ui-backgrounds/xhdpi/header.png) 2x);background-image:image-set(url(/content/images/ui-backgrounds/mdpi/header.png) 1x,url(/content/images/ui-backgrounds/xhdpi/header.png) 2x);position:fixed;top:0;z-index:290;width:100%;width:100vw;height:48px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#dialog-mobile-header>a{display:inline-block;width:16.5%;width:16.5vw;height:48px;line-height:48px;padding:0;margin:0;float:left;background-position:center center;background-repeat:no-repeat;border-radius:0 0 0 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;vertical-align:middle;position:relative}#dialog-mobile-header h2{display:inline-block;width:66%;width:66vw;height:48px;line-height:48px;padding:0;margin:0;float:left;font-size:1.25em;font-size:1.25rem;vertical-align:middle;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:#fff;white-space:nowrap;text-align:center;-ms-text-overflow:ellipsis;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden}#dialog-mobile-header h2 a,#dialog-mobile-header h2 a:active,#dialog-mobile-header h2 a:visited,#dialog-mobile-header h2 a:hover{color:#fafafa}#dialog-mobile-header .count{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;right:1em;bottom:.25em;height:14px;min-width:14px;padding:0;border-radius:6px 6px 6px 6px;border:solid 1px Transparent;box-shadow:inset 0 0 4px #fff;background:#bfea9d;color:#222;font-size:.75em;font-size:.75rem;font-weight:bold;text-shadow:none;line-height:normal;text-align:center;vertical-align:baseline}#dialog-mobile-header .dialog-mobile-back{background-image:url(/uiResources/icons/xhdpi/arrow-left/grey-50.png?width=36px);background-image:-webkit-image-set(url(/uiResources/icons/xhdpi/arrow-left/grey-50.png?width=36px) 1x,url(/uiResources/icons/xhdpi/arrow-left/grey-50.png?width=72px) 2x);background-image:-moz-image-set(url(/uiResources/icons/xhdpi/arrow-left/grey-50.png?width=36px) 1x,url(/uiResources/icons/xhdpi/arrow-left/grey-50.png?width=72px) 2x);background-image:-o-image-set(url(/uiResources/icons/xhdpi/arrow-left/grey-50.png?width=36px) 1x,url(/uiResources/icons/xhdpi/arrow-left/grey-50.png?width=72px) 2x);background-image:-ms-image-set(url(/uiResources/icons/xhdpi/arrow-left/grey-50.png?width=36px) 1x,url(/uiResources/icons/xhdpi/arrow-left/grey-50.png?width=72px) 2x);background-image:image-set(url(/uiResources/icons/xhdpi/arrow-left/grey-50.png?width=36px) 1x,url(/uiResources/icons/xhdpi/arrow-left/grey-50.png?width=72px) 2x)}#dialog-mobile-header .dialog-mobile-fullscreen{background-image:url(/uiResources/icons/xhdpi/fullscreen/grey-50.png?width=36px);background-image:-webkit-image-set(url(/uiResources/icons/xhdpi/fullscreen/grey-50.png?width=36px) 1x,url(/uiResources/icons/xhdpi/fullscreen/grey-50.png?width=72px) 2x);background-image:-moz-image-set(url(/uiResources/icons/xhdpi/fullscreen/grey-50.png?width=36px) 1x,url(/uiResources/icons/xhdpi/fullscreen/grey-50.png?width=72px) 2x);background-image:-o-image-set(url(/uiResources/icons/xhdpi/fullscreen/grey-50.png?width=36px) 1x,url(/uiResources/icons/xhdpi/fullscreen/grey-50.png?width=72px) 2x);background-image:-ms-image-set(url(/uiResources/icons/xhdpi/fullscreen/grey-50.png?width=36px) 1x,url(/uiResources/icons/xhdpi/fullscreen/grey-50.png?width=72px) 2x);background-image:image-set(url(/uiResources/icons/xhdpi/fullscreen/grey-50.png?width=36px) 1x,url(/uiResources/icons/xhdpi/fullscreen/grey-50.png?width=72px) 2x)}.fullscreen #dialog-mobile-header .dialog-mobile-fullscreen{background-image:url(/uiResources/icons/xhdpi/fullscreen-exit/grey-50.png?width=36px);background-image:-webkit-image-set(url(/uiResources/icons/xhdpi/fullscreen-exit/grey-50.png?width=36px) 1x,url(/uiResources/icons/xhdpi/fullscreen-exit/grey-50.png?width=72px) 2x);background-image:-moz-image-set(url(/uiResources/icons/xhdpi/fullscreen-exit/grey-50.png?width=36px) 1x,url(/uiResources/icons/xhdpi/fullscreen-exit/grey-50.png?width=72px) 2x);background-image:-o-image-set(url(/uiResources/icons/xhdpi/fullscreen-exit/grey-50.png?width=36px) 1x,url(/uiResources/icons/xhdpi/fullscreen-exit/grey-50.png?width=72px) 2x);background-image:-ms-image-set(url(/uiResources/icons/xhdpi/fullscreen-exit/grey-50.png?width=36px) 1x,url(/uiResources/icons/xhdpi/fullscreen-exit/grey-50.png?width=72px) 2x);background-image:image-set(url(/uiResources/icons/xhdpi/fullscreen-exit/grey-50.png?width=36px) 1x,url(/uiResources/icons/xhdpi/fullscreen-exit/grey-50.png?width=72px) 2x)}#dialog-mobile-header-shadow{background:url(/content/images/ui-backgrounds/spriteMK2.png) repeat-x 0 -36px;height:4px;position:fixed;width:100%;top:48px;z-index:1}
/*Drawer.css*/#drawer{position:fixed;top:0;right:0;bottom:0;left:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background-color:rgba(255,255,255,.5);height:100%;overflow:hidden;z-index:300}#drawer #drawer-content{background-color:#fafafa;position:absolute;top:0;bottom:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:306px;max-width:85%;overflow:hidden;overflow-x:hidden;overflow-y:auto}#drawer[data-drawer-side="left"] #drawer-content,#drawer #drawer-content{border-right:1px solid #e0e0e0;border-left:none}#drawer[data-drawer-side="right"] #drawer-content{border-left:1px solid #e0e0e0;border-right:none}
/*Thread.css*/.deleted,.deleted a,.deleted a:visited,.deleted a:link{color:#aaa}.post-children-truncated{display:block;padding:.5em 0;border-bottom:solid 1px #ccc;margin-left:60px;margin-right:80px;text-align:center;border-radius:3px 3px 0 0}.post-children-truncated.loading{background:url(/content/images/loader.gif) no-repeat right center}.post-children-truncated:hover{background-color:#fff;border-right:solid 1px #ddd;border-left:solid 1px #ddd}.post-form{margin-left:60px;margin-right:80px;position:relative;border:solid 1px #aaa;border-left:none;border-right:none}.post-form .composer-controls{display:none;padding:1em 0}.post-form .composer-controls a{margin-right:1em}.post-form.open .composer-controls{display:block}.post-form .post-form-attachment-preview{float:left;padding:1em}.post-form .post-form-buttons{text-align:right;float:right;width:200px}.post-form-attachment-preview .image-attachment{position:relative}.post-form-attachment-preview .remove{position:absolute;left:-5px;top:-5px;display:inline-block;width:13px;height:13px;background:red url(/content/images/UI/X-0xfff.png) no-repeat center center;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px 10px 10px 10px}.post-form-avatar{position:absolute;left:-58px;top:0}.post-form-body,.post-form-body-collapsed{background:#fff;border:solid 1px #aaa;cursor:text}.post-form-body{display:none;width:100%;outline:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.post-form-body-collapsed{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:1em;height:50px;display:block}.post-form-body-collapsed:link,.post-form-body-collapsed:hover,.post-form-body-collapsed:visited{color:#999}.reply{padding:.5em 0 0 0}.reply .post-form-body-collapsed{padding:.25em;height:auto}.reply.post-form{margin-bottom:2em}.post-form.open .post-form-body{display:block}.post-form.open .post-form-body-collapsed{display:none}.thread[data-sort-descending="true"] .post-form{border-top:none;padding-bottom:1em}.thread[data-sort-descending="false"] .post-form{border-bottom:none;padding-top:1em}.thread[data-sort-descending="false"] .post-form-avatar{top:1em}.post-form.reply{border:none;padding-bottom:0}.thread-load-more{margin:2em 0;margin-left:60px;margin-right:80px;padding:1em;display:block;background:#fff;border:solid 1px #eee;text-align:center;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px 20px 20px 20px}.thread-load-more.loading{background:#fff url(/content/images/loader.gif) no-repeat 10px center}.item-body{position:relative}.item-body .article{margin-left:60px;margin-right:80px}.clip{display:block;width:100%;max-width:100%;overflow:hidden;-ms-text-overflow:ellipsis;-o-text-overflow:ellipsis;text-overflow:ellipsis;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;word-break:break-word;-moz-hyphens:auto}.clip-inline{display:inline-block;max-width:100%;overflow:hidden;-ms-text-overflow:ellipsis;-o-text-overflow:ellipsis;text-overflow:ellipsis;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;word-break:break-word;-moz-hyphens:auto}.item.root{margin:1em 0}.root>.item-body .article{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:4px;border:solid 1px #ddd;background-color:#fff;display:block;padding:.5em}.image-cell{width:60px;text-align:right;position:absolute;left:0;top:1px}.image-cell .image-pair{display:inline-block;width:50px;height:50px;position:relative;margin-right:8px}.image-cell .image-pair img{position:absolute;margin:0}.image-cell .image-pair img.circle{border-radius:50% 50% 50% 50%}.image-cell .image-pair .first{z-index:1;left:0;top:0}.image-cell .image-pair .second{z-index:2;right:0;bottom:0}.image-cell img,.post-form-avatar{margin-right:8px;border-radius:3px 3px 3px 3px}.root .footer{display:block}.leaf .footer{display:inline}.avatar-link.deleted img{visibility:hidden}.item.root .actions-cell{position:absolute;right:0;top:2px}.item{margin:1em 0}.item .actions-cell{position:absolute;top:0;right:0;width:75px;padding-left:5px}.item .actions-cell .content-ratings{float:left;margin-right:.5em}.item .action-links{white-space:nowrap}.item .action-links a{padding-right:.25em}.item .visibility-links{display:inline-block;float:right;text-align:right}.item .footer{font-size:.8em;padding-top:.5em}.item .timestamp{color:#999;white-space:nowrap}.item .edited{color:#999;font-size:.8em;display:inline-block;white-space:nowrap}.item.leaf{margin:0}.item.leaf .article{padding:.75em .5em;border-bottom:solid 1px #ccc;border-top:solid 1px #fff}.item.leaf .image-cell,.item.leaf .actions-cell{padding-top:.5em}.item.leaf .avatar-link.nano{position:absolute;left:0;top:0;bottom:0;border-radius:2px 2px 2px 2px}.item.leaf .clip,.item.leaf .footer{padding-left:27px}.item.leaf .content{position:relative}.actions-cell{width:80px}.item .action-links,.item .visibility-links,.item .content-ratings.zero{visibility:hidden}.item-body:hover .action-links,.item-body:hover .visibility-links,.item-body:hover .zero{visibility:visible}.item .content-ratings.given-up,.item .content-ratings.given-down{visibility:visible}.item .content-ratings .rate-down{visibility:hidden}.item .content-ratings.given-down .rate-down{visibility:visible}.item-body:hover .content-ratings .rate-down{visibility:visible}.thread-item-expand{display:none}.collapsed .thread-item-collapse{display:none}.collapsed .thread-item-expand{display:inline}.collapsed .thread-children{display:none}.item.leaf:first-child .article{border-top:none}.item.leaf:last-child .article{border-bottom:none}.thread .open .item-body .article{background:#eee}.new-post .article{background-color:#e5f3fb!important}.compact-thread .thread .actions-cell{display:none}.compact-thread .thread .image-cell{top:6px;left:3px}.compact-thread .thread .post-children-truncated,.compact-thread .thread .post-form,.compact-thread .thread .thread-load-more{margin-right:0}.compact-thread .thread .thread-load-more{margin:0;border-radius:0 0 0 0}.compact-thread .thread .post-form{border:none;padding:.5em .5em 1em 0}.compact-thread .thread .post-form .composer-controls{padding:1em 0 0 0}.compact-thread .thread .post-form .post-form-avatar{left:-55px;top:.5em}.compact-thread .thread .root{margin:0;padding:0;border-top:solid 1px #ddd}.compact-thread .thread .root>.item-body{margin:0;padding:.5em .35em;background-color:#fff}.compact-thread .thread .root>.item-body .article{border-radius:0 0 0 0;border:none;background:none;display:block;margin:0 0 0 60px;padding:0;min-height:50px;max-width:540px}.compact-thread .thread .root>.thread-children .image-cell{width:27px}.compact-thread .thread .root>.thread-children .post-children-truncated{margin-left:27px;border-radius:0}.compact-thread .thread .root>.thread-children .post-children-truncated:hover{border-right:none;border-left:none}.compact-thread .thread .root>.thread-children .reply.post-form{padding:0 .5em 0 0;margin:1em 0 1em 27px}.compact-thread .thread .root>.thread-children .reply.post-form .composer-controls{padding:1em 0 0 0}.compact-thread .thread .root>.thread-children .article{margin:0 0 0 27px}.compact-thread .thread .root .footer{padding:.5em 0 0 0;display:block}.compact-thread .thread .root .footer .visibility-links{width:auto;float:none;text-align:left}.compact-thread .thread .root .footer .thread-item-link{display:none}.compact-thread .thread .leaf .footer{padding:.5em 0 0 27px}.compact-thread .new-post{background-color:#e5f3fb!important}@media all and (max-width:500px){.mobile-enabled .thread .actions-cell{display:none}.mobile-enabled .thread .image-cell{top:6px;left:3px}.mobile-enabled .thread .post-children-truncated,.mobile-enabled .thread .post-form,.mobile-enabled .thread .thread-load-more{margin-right:0}.mobile-enabled .thread .thread-load-more{margin:0;border-radius:0 0 0 0}.mobile-enabled .thread .post-form{border:none;padding:.5em .5em 1em 0}.mobile-enabled .thread .post-form .composer-controls{padding:1em 0 0 0}.mobile-enabled .thread .post-form .post-form-avatar{left:-55px;top:.5em}.mobile-enabled .thread .root{margin:0;padding:0;border-top:solid 1px #ddd}.mobile-enabled .thread .root>.item-body{margin:0;padding:.5em .35em;background-color:#fff}.mobile-enabled .thread .root>.item-body .article{border-radius:0 0 0 0;border:none;background:none;display:block;margin:0 0 0 60px;padding:0;min-height:50px;max-width:540px}.mobile-enabled .thread .root>.thread-children .image-cell{width:27px}.mobile-enabled .thread .root>.thread-children .post-children-truncated{margin-left:27px;border-radius:0}.mobile-enabled .thread .root>.thread-children .post-children-truncated:hover{border-right:none;border-left:none}.mobile-enabled .thread .root>.thread-children .reply.post-form{padding:0 .5em 0 0;margin:1em 0 1em 27px}.mobile-enabled .thread .root>.thread-children .reply.post-form .composer-controls{padding:1em 0 0 0}.mobile-enabled .thread .root>.thread-children .article{margin:0 0 0 27px}.mobile-enabled .thread .root .footer{padding:.5em 0 0 0;display:block}.mobile-enabled .thread .root .footer .visibility-links{width:auto;float:none;text-align:left}.mobile-enabled .thread .root .footer .thread-item-link{display:none}.mobile-enabled .thread .leaf .footer{padding:.5em 0 0 27px}.mobile-enabled .new-post{background-color:#e5f3fb!important}.mobile-enabled .thread .root .footer .action-links,.mobile-enabled .thread .root .footer .visibility-links{visibility:visible}}
/*PresenceBar.css*/#presence-bar-wrap{position:fixed;bottom:0;left:0;z-index:101;width:100%;color:#888}#presence-channels{text-align:right;font-size:0}#presence-channels .channel{display:inline-block;border-left:solid 1px #666;border-top:solid 1px #666;position:relative;text-align:left;font-size:12px;height:27px;background:#f0f1f6;-moz-box-shadow:inset 0 2px 2px #fff;-webkit-box-shadow:inset 0 2px 2px #fff;box-shadow:inset 0 2px 2px #fff}#presence-channels .channel .toggle{display:inline-block;padding:.5em 5px;width:100px;overflow:hidden;color:#333}#presence-channels .channel .toggle,#presence-channels .channel .close{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}#presence-channels .channel .close{display:inline-block;width:13px;height:13px;background:url(/content/images/UI/X.png) no-repeat center center;margin:6px 4px 0 0;vertical-align:top;color:#555;visibility:hidden}#presence-channels .channel .close:hover{background-color:#ddd}#presence-channels .channel .toggle span{display:inline-block;width:1000px}#presence-channels .channel.notification{background:#088fee;filter:none;-moz-box-shadow:inset 0 2px 2px #62bbfa;-webkit-box-shadow:inset 0 2px 2px #62bbfa;box-shadow:inset 0 2px 2px #62bbfa;border-top-color:#0e619c;border-left-color:#0e619c}#presence-channels .channel.notification .toggle{color:#000}#presence-channels .channel.notification:hover{background:#0777c5}#presence-channels .channel.selected,#presence-channels .channel .channel.selected:hover{background:#e9eaef;border-top-color:#e9eaef;filter:none;box-shadow:none}#presence-channels .channel:hover{background:#ddd}#presence-channels .channel.open,#presence-channels .channel.open:hover{background:#fff;border-left-color:#777;border-top-color:#fff;filter:none}#presence-channels .channel:hover .close,#presence-channels .channel.open .close,#presence-channels .channel.selected .close{visibility:visible}#presence-channels .channel.open .top-border{background:#fff}#presence-channels .top-border{position:relative;height:1px;margin-top:-1px;width:100%;z-index:100}body.chat #presence-bar{background:#dcdde1}@media all and (max-width:500px),all and (orientation:landscape)and (max-width:700px){#presence-bar-wrap{height:0}#presence-bar{background:none}#presence-chat-channels,#chat-list{display:none}#presence-private-chat-channels .top-border,#presence-private-chat-channels .toggle,#presence-private-chat-channels .close{display:none}}
/*Chat.css*/body.chat #content{display:none}body.chat #special{display:block;width:100%}body.chat #slim-footer-wrap{display:none}body.chat #navigation-shadow{display:none}.room.loading{padding:4em;border:none!important}.room.loading .loader{display:block;margin:4em auto}.room .entity-star,.room .entity-unstar{width:18px;height:17px;vertical-align:middle}.room .entity-star{display:inline-block;background:url(/content/images/UI/StarSmall.png) center center no-repeat}.room .entity-unstar{display:none;background:url(/content/images/UI/StarSmall-On.png) center center no-repeat}.room.starred .entity-star{display:none}.room.starred .entity-unstar{display:inline-block}.chat-header-wrap{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;border-top:solid 1px #aaa;border-bottom:solid 1px #bbb}.chat-header-wrap .chat-header{border-bottom:solid 1px #555}.chat-header-wrap .header-content{background:#f0f1f6;position:relative;height:1.6em;padding:.5em 1em}.chat-header-wrap .header-title{height:1.6em;position:absolute;top:.5em;left:.5em}.chat-header-wrap .header-title h1{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;display:inline-block;vertical-align:middle;overflow:hidden;font-size:1.2em;-ms-text-overflow:ellipsis;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.chat-header-wrap .header-title h1 .i21{display:inline-block;vertical-align:middle;border-radius:4px 4px 4px 4px}.chat-header-wrap .header-actions{height:1.6em;position:absolute;top:.5em;right:1em}.chat-header-wrap .room-content-ratings,.chat-header-wrap .room-disposable-options{display:inline-block;margin:0 0 0 .5em;padding:0;vertical-align:top}.chat-header-wrap .room-content-ratings{margin-top:-.08em}.chat-header-wrap .room-disposable-options{margin-top:.16em}.chat-header-wrap .room-more,.chat-header-wrap .room-members,.chat-header-wrap .room-game{display:inline-block;margin:-.33em 0 0 .5em;padding:0;height:28px;width:28px;position:relative}.chat-header-wrap .room-more>a,.chat-header-wrap .room-members>a,.chat-header-wrap .room-game>a{display:block;position:absolute;top:0;right:0;bottom:0;left:0;margin:0;padding:0;height:100%;width:100%;z-index:100;border:solid 1px transparent;background-size:100%;background-position:center center;background-repeat:no-repeat}.chat-header-wrap .room-more .sub,.chat-header-wrap .room-members .sub,.chat-header-wrap .room-game .sub{margin:0;padding:.25em 0;top:29px;right:-2px;z-index:50;border-top:solid 1px #000;border-radius:6px 0 6px 6px}.chat-header-wrap .room-more.open>a,.chat-header-wrap .room-members.open>a,.chat-header-wrap .room-game.open>a{background-color:#fff;border:solid 1px #000;border-bottom-color:#fff;border-radius:3px 3px 0 0}.chat-header-wrap .room-more.open .sub,.chat-header-wrap .room-members.open .sub,.chat-header-wrap .room-game.open .sub{display:block}.chat-header-wrap .room-game>a{background-image:url(/uiResources/icons/xhdpi/game/blue-500.png?width=48px);background-image:-webkit-image-set(url(/uiResources/icons/xhdpi/game/blue-500.png?width=48px) 1x,url(/uiResources/icons/xhdpi/game/blue-500.png?width=96px) 2x);background-image:-moz-image-set(url(/uiResources/icons/xhdpi/game/blue-500.png?width=48px) 1x,url(/uiResources/icons/xhdpi/game/blue-500.png?width=96px) 2x);background-image:-o-image-set(url(/uiResources/icons/xhdpi/game/blue-500.png?width=48px) 1x,url(/uiResources/icons/xhdpi/game/blue-500.png?width=96px) 2x);background-image:-ms-image-set(url(/uiResources/icons/xhdpi/game/blue-500.png?width=48px) 1x,url(/uiResources/icons/xhdpi/game/blue-500.png?width=96px) 2x);background-image:image-set(url(/uiResources/icons/xhdpi/game/blue-500.png?width=48px) 1x,url(/uiResources/icons/xhdpi/game/blue-500.png?width=96px) 2x)}.chat-header-wrap .room-members>a{background-image:url(/uiResources/icons/xhdpi/people/blue-500.png?width=48px);background-image:-webkit-image-set(url(/uiResources/icons/xhdpi/people/blue-500.png?width=48px) 1x,url(/uiResources/icons/xhdpi/people/blue-500.png?width=96px) 2x);background-image:-moz-image-set(url(/uiResources/icons/xhdpi/people/blue-500.png?width=48px) 1x,url(/uiResources/icons/xhdpi/people/blue-500.png?width=96px) 2x);background-image:-o-image-set(url(/uiResources/icons/xhdpi/people/blue-500.png?width=48px) 1x,url(/uiResources/icons/xhdpi/people/blue-500.png?width=96px) 2x);background-image:-ms-image-set(url(/uiResources/icons/xhdpi/people/blue-500.png?width=48px) 1x,url(/uiResources/icons/xhdpi/people/blue-500.png?width=96px) 2x);background-image:image-set(url(/uiResources/icons/xhdpi/people/blue-500.png?width=48px) 1x,url(/uiResources/icons/xhdpi/people/blue-500.png?width=96px) 2x)}.chat-header-wrap .room-more>a{background-image:url(/uiResources/icons/xhdpi/kebab/blue-500.png?width=48px);background-image:-webkit-image-set(url(/uiResources/icons/xhdpi/kebab/blue-500.png?width=48px) 1x,url(/uiResources/icons/xhdpi/kebab/blue-500.png?width=96px) 2x);background-image:-moz-image-set(url(/uiResources/icons/xhdpi/kebab/blue-500.png?width=48px) 1x,url(/uiResources/icons/xhdpi/kebab/blue-500.png?width=96px) 2x);background-image:-o-image-set(url(/uiResources/icons/xhdpi/kebab/blue-500.png?width=48px) 1x,url(/uiResources/icons/xhdpi/kebab/blue-500.png?width=96px) 2x);background-image:-ms-image-set(url(/uiResources/icons/xhdpi/kebab/blue-500.png?width=48px) 1x,url(/uiResources/icons/xhdpi/kebab/blue-500.png?width=96px) 2x);background-image:image-set(url(/uiResources/icons/xhdpi/kebab/blue-500.png?width=48px) 1x,url(/uiResources/icons/xhdpi/kebab/blue-500.png?width=96px) 2x)}.chat-header-wrap .room-game{display:none}.chat-header-wrap .sound-toggle .sound-on{display:inline-block;float:right}.chat-header-wrap .sound-toggle .sound-off{display:none;float:right}.chat-header-wrap .sound-toggle.muted .sound-on{display:none}.chat-header-wrap .sound-toggle.muted .sound-off{display:inline-block}.new .chat-header-wrap .room-game{-webkit-animation-duration:500ms;-webkit-animation-iteration-count:infinite;-webkit-animation-direction:alternate;-webkit-animation-name:wobble;-moz-animation-duration:500ms;-moz-animation-iteration-count:infinite;-moz-animation-direction:alternate;-moz-animation-name:wobble;-o-animation-duration:500ms;-o-animation-iteration-count:infinite;-o-animation-direction:alternate;-o-animation-name:wobble;-ms-animation-duration:500ms;-ms-animation-iteration-count:infinite;-ms-animation-direction:alternate;-ms-animation-name:wobble;animation-duration:500ms;animation-iteration-count:infinite;animation-direction:alternate;animation-name:wobble}.chat-footer-wrap{border-top:solid 1px #bbb}.chat-footer-wrap .chat-footer{border-top:solid 1px #555}.chat-footer-wrap .chat-input-wrap{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative}.chat-footer-wrap .chat-input{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:0;padding:.25em;border:solid 1px #aaa;border-top:0;border-left:0;outline:0;max-height:38px}.chat-footer-wrap .chat-input.loading{background:#fff url(/content/images/loader.gif) no-repeat 99%}.chat-footer-wrap .chat-input:focus{outline:0}.chat-footer-wrap .chat-send-button{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;top:0;right:0;bottom:0;margin:.5em .25em;width:4.5em}.chat-footer-wrap .actions{display:inline-block;padding:5px;color:#aaa}.chat-footer-wrap .actions .button{margin-right:.5em}.chat-footer-wrap .modifier-status{display:inline-block;color:#999}.chat-footer-wrap .modifier-status strong{color:#555}.chat-footer-wrap .emoticons{padding:.25em .25em .5em 1em}.chat-footer-wrap .emoticons a{display:inline-block;padding:.25em .5em;border:solid 1px Transparent;text-decoration:none}.chat-footer-wrap .emoticons a:hover{background:#fff;border-color:blue}.chat-footer-wrap .connection-problem{color:red;font-weight:bold}.room-main{margin:auto;width:100%;position:relative}.room .chat-body{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow:scroll;overflow-x:hidden;overflow-y:auto;background:#ddd url(/content/images/Backgrounds/Dots.png);border-right:solid 1px #aaa}.room .chat-body .advertisment{margin:-6px 0 -4px -30px;padding:.5em 30px;text-align:left;background:#f6fbd2}.room .chat-body .seperator{height:3px;background-color:#aaa}.room .chat-body .tear{background:#fff url(/Content/Images/UI/TearComplete.png) repeat-x center center;height:40px}.room .chat-body .message{background:#fff;border-top:1px solid #eee;position:relative;padding-left:30px;padding-top:6px;padding-bottom:4px}.room .chat-body .message:hover{background:#f0f1f6}.room .chat-body .message:hover .actions{visibility:visible}.room .chat-body .message .badge-award{vertical-align:middle}.room .chat-body .message .badge-award a,.room .chat-body .message .badge-award img{vertical-align:middle;display:inline-block}.room .chat-body .message .card-award{vertical-align:middle}.room .chat-body .message .card-award a,.room .chat-body .message .card-award img{vertical-align:middle;display:inline-block}.room .chat-body .highlight{background:#fffdd1}.room .chat-body .actions{position:absolute;right:0;top:0;display:inline-block;width:95px;text-align:right;visibility:hidden}.room .chat-body .actions a{padding:0}.room .chat-body .avatar{border-radius:3px 3px 3px 3px;margin-left:-24px;margin-top:-2px;margin-right:4px;vertical-align:middle}.room .chat-body .nameplate{padding-right:.5em;font-weight:bold}.room .chat-body .nameplate.moderator{color:#000}.room .chat-body .empty-content{margin:2em 2em}.room .chat-body .empty-content h2{margin-bottom:1em}.chat-sidebar-wrap{width:180px;position:relative}.chat-sidebar{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:180px;overflow:scroll;overflow-x:hidden;overflow-y:auto}.chat-sidebar-top,.chat-sidebar-bottom{position:absolute;z-index:10;left:0;height:14px;width:100%}.chat-sidebar-top{top:0;background:url(/content/images/UI/Clip0xeee.png) repeat-x}.chat-sidebar-bottom{bottom:0;background:url(/content/images/UI/Clip0xeee-bottom.png) repeat-x}.chat-users{padding:1em 0}.chat-users img{margin-right:.5em;width:20px;height:20px}.chat-users .user{padding:.25em;padding-left:1em;display:block;width:500px}.chat-users .user:hover{background:#fff}.chat-users .moderator{font-weight:bold}.chat-users .admin{font-weight:bold}.chat-users .friend{color:#3d9f01}.chat-users .blocked img{opacity:.1}.chat-users .blocked a{color:#ddd}.chat-users .blocked a:hover{color:#aaa}#chat-user-preview{position:absolute;background:#000;color:#aaa;font-weight:bold;width:200px;padding:.25em;padding-right:1em;text-align:right;z-index:100;-webkit-border-radius:6px 0 0 6px;-moz-border-radius:6px 0 0 6px;border-radius:6px 0 0 6px}#chat-user-preview-arrow{position:absolute;top:-1px;right:-12px}.chat-contentbar-wrap{width:310px;position:relative}.chat-contentbar{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:310px;overflow:scroll;overflow-x:hidden;overflow-y:auto;background:#fff;border-right:solid 1px #555}.chat-contentbar .demote-moderator,.chat-content-dialog .demote-moderator{display:none}.chat-contentbar .moderator .promote-moderator,.chat-content-dialog .moderator .promote-moderator{display:none}.chat-contentbar .moderator .demote-moderator,.chat-content-dialog .moderator .demote-moderator{display:list-item}.chat-contentbar .loading,.chat-content-dialog .loading{text-align:center;padding:4em}.contentbar-open .chat-users{width:100px}.chat-contentbar-header{position:relative}.chat-contentbar-close{position:absolute;left:-23px;top:0;z-index:100;display:inline-block;background:url(/content/images/ui/x.png) no-repeat center center;background-color:#666;background-color:rgba(220,220,220,.9);border-radius:0 0 0 6px;height:22px;width:22px}.chat-contentbar-close:hover{background-color:#444}.chat-users-dialog .chat-users{padding:0}.chat-users-dialog .user{width:auto;background-image:url(/content/images/UI/forward-tiny.png);background-repeat:no-repeat;background-position:92.5% center;background-position:right 20px center;border-bottom:1px solid #ddd;padding:.75em 1em}.chat-users-dialog .user img{width:35px;height:35px;float:left}.chat-users-dialog .friend{color:#107abe}.chat-users-dialog .friend:visited{color:#145875}.chat-users-dialog .blocked{color:#107abe}.chat-users-dialog .blocked:visited{color:#145875}.chat-users-dialog .display-name{font-weight:bold;font-size:1.1em}.chat-users-dialog .display-details{font-weight:normal;font-size:.9em}.chat-users-dialog .status-friend{color:#3d9f01}.chat-users-dialog .status-blocked{color:#aaa}#error{position:absolute;top:0}.featured-rooms{margin:0 0 1em 0;margin:0 0 1rem 0}.featured-room{display:block;height:130px;background-image:url(/content/images/ChatRoomImages/Local.png);background-position:top center;background-size:cover;background-repeat:no-repeat;width:31.33%;margin:0 3% 1em 0;margin:0 3% 1rem 0;position:relative;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:solid 1px #ccc;background-color:#fff;border-radius:4px 4px 4px 4px;-webkit-transition-property:box-shadow;-moz-transition-property:box-shadow;-o-transition-property:box-shadow;transition-property:box-shadow;-webkit-transition-duration:.2s;-moz-transition-duration:.2s;-o-transition-duration:.2s;transition-duration:.2s;box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23)}.featured-room:hover{-webkit-transition-duration:.1s;-moz-transition-duration:.1s;-o-transition-duration:.1s;transition-duration:.1s;box-shadow:0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23)}.featured-room .details{background:url(/content/images/backgrounds/largeGloss150.png) repeat-x left top;color:#222;width:100%;height:130px;font-size:1em;text-shadow:none;border-radius:0 0 4px 4px}.featured-room .details-inner{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:1em;position:absolute;bottom:0;width:100%;overflow:hidden;-ms-text-overflow:ellipsis;-o-text-overflow:ellipsis;text-overflow:ellipsis}.featured-room em{font-size:1.8em;font-weight:bold;display:block;margin-bottom:.5em;text-shadow:1px 1px #fff;font-style:normal;-webkit-transition-property:color;-moz-transition-property:color;-o-transition-property:color;transition-property:color;-webkit-transition-duration:.2s;-moz-transition-duration:.2s;-o-transition-duration:.2s;transition-duration:.2s;color:#0090f4}.featured-room.feature-image{background-position:center center}.featured-room .feature-badge{position:absolute;top:-10px;right:-10px;width:75px;height:75px;text-align:center;padding:10px 10px;background:#fff;color:#890443;font-weight:bold;border:solid 3px red;border-radius:50% 50% 50% 50%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.featured-room.last{margin-right:0}.featured-room:hover em{-webkit-transition-duration:.1s;-moz-transition-duration:.1s;-o-transition-duration:.1s;transition-duration:.1s;color:#015989}.featured-room.wireslots .details-inner,.featured-room.poker .details-inner,.featured-room.wordy .details-inner{color:#fff}.chat-rooms{width:100%;margin:0 0 1em 0;margin:0 0 1rem 0}.chat-rooms .column{width:50%}.chat-rooms .column.left{padding:0 .5em 0 0;padding:0 .5rem 0 0}.chat-rooms .column.right{padding:0 0 0 .5em;padding:0 0 0 .5rem}.chat-room{position:relative;margin:0 0 1em 0;margin:0 0 1rem 0;text-shadow:1px 1px #fff;border:solid 1px #ccc;background-color:#fff;border-radius:4px 4px 4px 4px;-webkit-transition-property:box-shadow;-moz-transition-property:box-shadow;-o-transition-property:box-shadow;transition-property:box-shadow;-webkit-transition-duration:.2s;-moz-transition-duration:.2s;-o-transition-duration:.2s;transition-duration:.2s;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)}.chat-room:hover{-webkit-transition-duration:.1s;-moz-transition-duration:.1s;-o-transition-duration:.1s;transition-duration:.1s;box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23)}.chat-room .body{border-bottom:solid 1px #ccc}.chat-room .image-cell,.chat-room .chat-count,.chat-room .friends-count{position:absolute;top:5px}.chat-room .image-cell strong,.chat-room .chat-count strong,.chat-room .friends-count strong{display:block}.chat-room .image-cell{left:5px;width:50px}.chat-room .image-cell img{margin:0}.chat-room .chat-count{right:5px;width:50px;text-align:center;font-size:.8em}.chat-room .chat-count strong{font-size:2em}.chat-room .friends-count{right:60px}.chat-room .description{padding:.5em 110px .5em 65px;min-height:50px;max-width:410px;-ms-word-break:break-word;word-break:break-word;-ms-word-wrap:break-word;word-wrap:break-word;-moz-hyphens:auto;-ms-hyphens:auto;-webkit-hyphens:auto;hyphens:auto}.chat-room a,.chat-room a:link,.chat-room a:active,.chat-room a:hover{color:#222}.chat-room h2{color:#333;font-size:1.2em;margin-bottom:.25em}.chat-room .star{position:absolute;left:-8px;top:-10px;width:26px;height:24px;background:url(/content/images/UI/Star.png) no-repeat;display:none;z-index:10}.chat-room.starred:hover .star{display:block}.chat-room.starred .star{display:block;background:url(/content/images/UI/Star-On.png) no-repeat}.chat-room .image{float:left;margin-right:1em}.chat-room .chat-room-friends{background:#f0f1f6;text-align:right;padding:.5em;border-top:solid 1px #fff;color:#aaa;font-size:.9em}.chat-room .chat-room-footer{background:#f0f1f6;padding:.5em;border-top:solid 1px #fff;color:#777;font-size:.9em;border-radius:0 0 2px 2px}.chat-room .chat-room-footer .rating{display:inline-block;background-color:#fff;border:solid 1px #aaa;font-size:.9em;padding:0 2px}.room-group .small-room{display:none}.room-group{margin:0 0 2em 0}.room-group-header{margin:10px 0 2em 0;border-top:solid 1px #aaa;border-bottom:solid 1px #fff;height:0}.room-group-header h2{float:left;background:#e9eaef;margin-top:-10px;margin-left:1em;padding:0 .5em;color:#666;font-size:1.2em;text-shadow:1px 1px 1px #fff}.chat-room-badge{background:#fff url(nothing) no-repeat 8px center;padding:.5em;padding-left:40px;display:block;border-radius:8px 8px 8px 8px;border:solid 1px #ccc;margin-bottom:1em;-moz-box-shadow:0 1px 3px #ddd;-webkit-box-shadow:0 1px 3px #ddd;box-shadow:0 1px 3px #ddd;-webkit-transition-property:background border-color;-moz-transition-property:background border-color;-o-transition-property:background border-color;transition-property:background border-color;-webkit-transition-duration:.2s;-moz-transition-duration:.2s;-o-transition-duration:.2s;transition-duration:.2s}.chat-room-badge span{font-size:.8em;display:inline-block}.chat-room-badge:hover{-webkit-transition-duration:.1s;-moz-transition-duration:.1s;-o-transition-duration:.1s;transition-duration:.1s;background-color:#dde8f0;border-color:#aaa}.room.guest .entity-star,.room.guest .entity-unstar,.room.guest .open-powers,.room.guest .open-drinks{display:none}@media all and (max-width:500px),all and (orientation:landscape)and (max-width:700px){#chat-directory .chat-sidebar-wrap{display:none}#chat-directory .header-actions .content-ratings{display:none}#chat-directory .room-group{margin-top:1px}#chat-directory .room-group .room-group-footer{padding:1em 0}.room .entity-star,.room .entity-unstar{display:none!important}.room .chat-body{border-right:none}.chat-rooms{padding:0}.chat-rooms .column.left{padding:0}.chat-rooms .column.right{padding:0}.chat-room .description{padding-right:60px;font-size:.8rem}.chat-room .chat-room-footer{font-size:.66rem}.featured-room{width:100%}}.chat-pretty-vertical-scroll{overflow:scroll;overflow-x:hidden;overflow-y:auto}.room .video-player{position:absolute;top:0;left:0;width:100%;background:#000;background:rgba(0,0,0,.8);border-bottom:solid 1px #aaa}.room .video-player .container{margin:auto}.room .video-player .footer{background:rgba(255,255,255,.1);text-align:center;padding:2px}.room .video-player .footer a,.room .video-player .footer a:link,.room .video-player .footer a:visited,.room .video-player .footer a:hover{color:#fff}#buy-modifier-dialog .banner{padding:.75em .5em;font-size:1em;margin:2em -2.75em}#buy-modifier-dialog .selector{text-align:left}#buy-modifier-dialog .selector .target-label{vertical-align:middle;display:inline-block;float:left;margin:.5em .5em 0 0;font-size:1.4em;color:#107abe}#buy-modifier-dialog .selector .target-image,#buy-modifier-dialog .selector .target-button{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:44px;height:40px;padding:.1em;vertical-align:middle;display:inline-block;float:left;margin:0 .25em .5em 0;font-size:.85em;text-align:center;color:#444;background-color:#eee;text-shadow:-1px -1px #ccc;border-radius:4px 4px 4px 4px;border:solid 1px #fff;border-left:none;border-right:none;-moz-box-shadow:0 1px 0 #ccc,0 -1px 0 #ccc;-webkit-box-shadow:0 1px 0 #ccc,0 -1px 0 #ccc;box-shadow:0 1px 0 #ccc,0 -1px 0 #ccc}#buy-modifier-dialog .selector .target-image.selected,#buy-modifier-dialog .selector .target-image:hover,#buy-modifier-dialog .selector .target-button.selected,#buy-modifier-dialog .selector .target-button:hover{color:#fff;background-color:#088fee;text-shadow:-1px -1px #2764b0;border:solid 1px #76c7ff;border-left:none;border-right:none;-moz-box-shadow:0 1px 0 #0e619c,0 -1px 0 #0e619c;-webkit-box-shadow:0 1px 0 #0e619c,0 -1px 0 #0e619c;box-shadow:0 1px 0 #0e619c,0 -1px 0 #0e619c}#buy-modifier-dialog .selector .target-image img,#buy-modifier-dialog .selector .target-button img{border-radius:4px 4px 4px 4px}#buy-modifier-dialog .selector .target-button{padding:.5em .25em}.embed .room .open-powers{display:none}.embed .room .open-drinks{display:none}.embed .room .entity-star,.embed .room entity-unstar{display:none}.embed .room .room-close{display:none}@media all and (max-width:500px){.app-body .chat-users,.app-body .chat-sidebar-top,.app-body .chat-sidebar-bottom{display:none}#buy-modifier-dialog .banner{margin:2em 0}#buy-modifier-dialog .selector .target-label{display:block;float:none;margin:0 0 .5em 0}}.room .game-app{background:#e9eaef url(/content/images/Loader.gif) no-repeat center center;position:absolute;top:0;left:0;width:100%;height:270px}.room .game-app *{visibility:hidden!important}.app-Bingo .game-app{height:280px}.app-Wordy.room .game-app{width:420px;visibility:hidden!important}.app-Poker.room .game-app{height:320px}.app-Popularity .game-app{height:45px}
/*Chat.Games.css*/.room .game-header{display:inline-block;margin-left:2em;background:#fff;padding:.25em 1em;border-radius:5px 5px 5px 5px;border:solid 1px #ccc;color:#999}.room .game-header .button{display:block;text-align:center;width:110px;float:right}.room .game-header .chips-amount{display:inline-block;font-weight:bold;color:#000}.room .game-header .credits-amount,.room .game-header .chips-amount{margin-right:1em}.room .game-header .credits-amount:last-child{margin-right:0}.game-level-badge{background:#ffd800;border:solid 1px #cf9a0b;border-radius:8px 8px 8px 8px;font-size:.8em;padding:0 2px;color:#000}.game-level-0{display:none}.progressive-jackpot-prize{display:inline-block;background:#f0c;border:solid 1px blue;color:#fff!important;border-radius:3px 3px 3px 3px;padding:2px 5px;margin-left:.5em;font-weight:normal;font-size:.85em}.progressive-jackpot-prize .credits-amount{color:#fff}.race-payout-message{height:100px;overflow:hidden}.race-payout-message h2{font-size:1.5em}.race-payout-message h2 span{font-size:.6em;color:#999}.race-payout-message table{width:480px}.race-payout-message table td{padding:.25em;text-align:center;vertical-align:middle}.race-payout-message table td img,.race-payout-message table td span{display:inline-block;text-align:left;vertical-align:middle}.race-payout-message table td span a{display:inline-block;max-width:100px;max-height:18px;overflow:hidden}.room.isolated .game-app{border-right:0!important;border-left:0!important}.room.isolated .header-content{position:static;padding:0 .25em;height:auto;text-align:center}.room.isolated .credits-amount{margin-right:.25em}.room.isolated .header-title{padding-top:.15em;position:static;height:auto}.room.isolated .game-header{margin-left:0;padding:.25em}.room.isolated .mobile-hidden{display:block!important}.room.isolated .progressive-jackpot-prize{display:none}.app-body .game-app,.app-content .game-app{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
/*PrivateChat.css*/#presence-channels .chat-body{position:absolute;bottom:27px;border:solid 1px #666;background:#fff;display:none;-moz-box-shadow:-3px -2px 3px rgba(0,0,0,.2),3px -2px 3px rgba(0,0,0,.2);-webkit-box-shadow:-3px -2px 3px rgba(0,0,0,.2),3px -2px 3px rgba(0,0,0,.2);box-shadow:-3px -2px 3px rgba(0,0,0,.2),3px -2px 3px rgba(0,0,0,.2)}#presence-channels .right .chat-body{right:-1px}#presence-channels .left .chat-body{left:-1px}#presence-channels .open .chat-body{display:block}#presence-channels .channel.expanded{position:static}#presence-channels .expanded .chat-body{margin-left:50px;position:absolute;left:0}#presence-private-chat-channels .channel .toggle span,.dialog-session .channel .toggle span{position:relative;padding-left:2.1em}#presence-private-chat-channels .channel .toggle span img,.dialog-session .channel .toggle span img{position:absolute;left:0;top:-3px}#presence-private-chat-channels .chat-body,.dialog-session .chat-body{border-radius:5px 5px 0 0}#presence-private-chat-channels .chat-body .header,.dialog-session .chat-body .header{-moz-box-shadow:inset 0 -2px 2px #fff;-webkit-box-shadow:inset 0 -2px 2px #fff;box-shadow:inset 0 -2px 2px #fff;color:#666;text-shadow:1px 1px #fff;background:#f0f1f6;padding:.5em;border-bottom:solid 1px #aaa;border-radius:5px 5px 0 0;position:relative}#presence-private-chat-channels .chat-body .header .online-status,.dialog-session .chat-body .header .online-status{margin-right:.5em;margin-top:2px;text-shadow:none}#presence-private-chat-channels .chat-body .header .i35,.dialog-session .chat-body .header .i35{float:left;margin-right:5px}#presence-private-chat-channels .chat-body .header strong,.dialog-session .chat-body .header strong{font-weight:normal;font-size:1.4em;margin-right:.5em}#presence-private-chat-channels .chat-body .header strong a,.dialog-session .chat-body .header strong a{color:#333}#presence-private-chat-channels .chat-body .header .buttons,.dialog-session .chat-body .header .buttons{position:absolute;right:0;top:0;padding-top:6px}#presence-private-chat-channels .chat-body .header .chat-actions .button,.dialog-session .chat-body .header .chat-actions .button{margin-right:.25em;color:#777}#presence-private-chat-channels .chat-body .header .chat-actions .menu-button,.dialog-session .chat-body .header .chat-actions .menu-button{padding:0 .5em;font-size:1em;float:right;color:#eee}#presence-private-chat-channels .chat-body .header .chat-actions .menu-button ul,.dialog-session .chat-body .header .chat-actions .menu-button ul{top:100%;background:#fff}#presence-private-chat-channels .chat-body .header .chat-actions .menu-button a,.dialog-session .chat-body .header .chat-actions .menu-button a{margin:.2em .5em;display:block}#presence-private-chat-channels .chat-body .header .sound,.dialog-session .chat-body .header .sound{float:right;display:inline-block;padding-right:10px;margin-left:.5em}#presence-private-chat-channels .chat-body .header .sound a,.dialog-session .chat-body .header .sound a{margin:0!important;background:0 0 no-repeat;height:21px;width:21px;z-index:101;display:inline-block;outline:0}#presence-private-chat-channels .chat-body .header .sound a:hover,.dialog-session .chat-body .header .sound a:hover{background-color:#fff;border-radius:6px 6px 6px 6px}#presence-private-chat-channels .chat-body .header .sound.muted a,.dialog-session .chat-body .header .sound.muted a{background-image:url(/content/images/ui/chat-sound-off.png)}#presence-private-chat-channels .chat-body .content,.dialog-session .chat-body .content{overflow:scroll;overflow-x:hidden;overflow-y:auto}#presence-private-chat-channels .chat-body .content div,.dialog-session .chat-body .content div{margin:0 .5em;padding:.5em 1em .5em 2.5em;background-position:.25em center;background-repeat:no-repeat;color:#222;border-bottom:solid 1px #eee}#presence-private-chat-channels .chat-body .content div:last-child,.dialog-session .chat-body .content div:last-child{border-bottom:none}#presence-private-chat-channels .chat-body .content div.self,.dialog-session .chat-body .content div.self{color:#555}#presence-private-chat-channels .chat-body .content div.timestamp,.dialog-session .chat-body .content div.timestamp{text-align:right;color:#999;font-size:.85em}#presence-private-chat-channels .chat-body .content .game-challenge,.dialog-session .chat-body .content .game-challenge{color:#999}#presence-private-chat-channels .chat-body .content .game-challenge img,.dialog-session .chat-body .content .game-challenge img{vertical-align:middle}#presence-private-chat-channels .chat-body .content .game-challenge div,.dialog-session .chat-body .content .game-challenge div{padding:.5em 0}#presence-private-chat-channels .chat-body .content .self-game-challenge,.dialog-session .chat-body .content .self-game-challenge{color:#999}#presence-private-chat-channels .chat-body .input,.dialog-session .chat-body .input{border-top:solid 1px #aaa}#presence-private-chat-channels .chat-body .input input,.dialog-session .chat-body .input input{display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;padding:.5em;border:none;-moz-box-shadow:inset 2px 2px 2px #eee;-webkit-box-shadow:inset 2px 2px 2px #eee;box-shadow:inset 2px 2px 2px #eee}#presence-private-chat-channels .chat-body .input input .loading,.dialog-session .chat-body .input input.loading{background:#fff url(/content/images/loader.gif) no-repeat 99%}#presence-private-chat-channels .shrink-link,#presence-private-chat-channels .expand-link,#presence-private-chat-channels .close-link,#presence-private-chat-channels .toggle-link,#presence-private-chat-channels .sound-link,.dialog-session .shrink-link,.dialog-session .expand-link,.dialog-session .close-link,.dialog-session .toggle-link,.dialog-session .sound-link{display:inline-block;background:url(/content/images/ui/x.png) no-repeat center center;width:13px;height:13px;padding:4px;margin-top:-4px}#presence-private-chat-channels .shrink-link:hover,#presence-private-chat-channels .expand-link:hover,#presence-private-chat-channels .close-link:hover,#presence-private-chat-channels .toggle-link:hover,#presence-private-chat-channels .sound-link:hover,.dialog-session .shrink-link:hover,.dialog-session .expand-link:hover,.dialog-session .close-link:hover,.dialog-session .toggle-link:hover,.dialog-session .sound-link:hover{background-color:#fff;border-radius:3px 3px 3px 3px}#presence-private-chat-channels .shrink-link,.dialog-session .shrink-link{display:none;background-image:url(/content/images/ui/minimize.png)}#presence-private-chat-channels .expand-link,.dialog-session .expand-link{background-image:url(/content/images/ui/maximize.png)}#presence-private-chat-channels .toggle-link,.dialog-session .toggle-link{background-image:url(/content/images/ui/hide.png)}#presence-private-chat-channels .sound-link,.dialog-session .sound-link{background-image:url(/content/images/ui/chat-sound-on.png)}#presence-private-chat-channels .sound-link.muted,.dialog-session .sound-link.muted{background-image:url(/content/images/ui/chat-sound-off.png)}#presence-private-chat-channels .expanded .expand-link,.dialog-session .expanded .expand-link{display:none}#presence-private-chat-channels .expanded .shrink-link,.dialog-session .expanded .shrink-link{display:inline-block}#presence-private-chat-channels .partner-avatar,.dialog-session .partner-avatar{vertical-align:middle;border-radius:3px 3px 3px 3px}#presence-private-chat-channels .partner-avatar.i35,.dialog-session .partner-avatar.i35{border:solid 1px #333}#presence-private-chat-channels .app-content,.dialog-session .app-content{width:50%;position:absolute;right:0;display:none}#presence-private-chat-channels [data-content-show],.dialog-session [data-content-show]{display:none}#presence-private-chat-channels .has-app .content,.dialog-session .has-app .content{width:50%}#presence-private-chat-channels .has-app .expand-link,#presence-private-chat-channels .has-app .shrink-link,.dialog-session .has-app .expand-link,.dialog-session .has-app .shrink-link{display:none}#presence-private-chat-channels .has-app .app-content,.dialog-session .has-app .app-content{display:block}#presence-private-chat-channels .has-app.has-app-xsmall .content,.dialog-session .has-app.has-app-xsmall .content{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#presence-private-chat-channels .has-app.has-app-xsmall .app-content,.dialog-session .has-app.has-app-xsmall .app-content{position:relative;display:none;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#presence-private-chat-channels .has-app [data-player],#presence-private-chat-channels .has-app .player-time,.dialog-session .has-app [data-player],.dialog-session .has-app .player-time{width:auto;text-align:center;margin-left:auto}#presence-private-chat-channels .has-app [data-content-show],.dialog-session .has-app [data-content-show]{display:inline}.dialog-session .header{margin:0}.dialog-session .buttons{margin:0;padding:0;border:0;background:0}#dialog-mobile-header #navigation-session-header{text-align:center;width:50.5%;width:50.5vw}#dialog-mobile-header #navigation-session-header img{vertical-align:text-bottom}#dialog-mobile-header.has-app-xsmall #navigation-session-header{width:33.5%;width:33.5vw}#dialog-mobile-header #navigation-session-content{display:none;background-image:url(/uiResources/icons/xhdpi/chat/grey-50.png?width=24px);background-image:-webkit-image-set(url(/uiResources/icons/xhdpi/chat/grey-50.png?width=24px) 1x,url(/uiResources/icons/xhdpi/chat/grey-50.png?width=48px) 2x);background-image:-moz-image-set(url(/uiResources/icons/xhdpi/chat/grey-50.png?width=24px) 1x,url(/uiResources/icons/xhdpi/chat/grey-50.png?width=48px) 2x);background-image:-o-image-set(url(/uiResources/icons/xhdpi/chat/grey-50.png?width=24px) 1x,url(/uiResources/icons/xhdpi/chat/grey-50.png?width=48px) 2x);background-image:-ms-image-set(url(/uiResources/icons/xhdpi/chat/grey-50.png?width=24px) 1x,url(/uiResources/icons/xhdpi/chat/grey-50.png?width=48px) 2x);background-image:image-set(url(/uiResources/icons/xhdpi/chat/grey-50.png?width=24px) 1x,url(/uiResources/icons/xhdpi/chat/grey-50.png?width=48px) 2x)}#dialog-mobile-header #navigation-session-app-content{display:none;background-image:url(/uiResources/icons/xhdpi/game/grey-50.png?width=24px);background-image:-webkit-image-set(url(/uiResources/icons/xhdpi/game/grey-50.png?width=24px) 1x,url(/uiResources/icons/xhdpi/game/grey-50.png?width=48px) 2x);background-image:-moz-image-set(url(/uiResources/icons/xhdpi/game/grey-50.png?width=24px) 1x,url(/uiResources/icons/xhdpi/game/grey-50.png?width=48px) 2x);background-image:-o-image-set(url(/uiResources/icons/xhdpi/game/grey-50.png?width=24px) 1x,url(/uiResources/icons/xhdpi/game/grey-50.png?width=48px) 2x);background-image:-ms-image-set(url(/uiResources/icons/xhdpi/game/grey-50.png?width=24px) 1x,url(/uiResources/icons/xhdpi/game/grey-50.png?width=48px) 2x);background-image:image-set(url(/uiResources/icons/xhdpi/game/grey-50.png?width=24px) 1x,url(/uiResources/icons/xhdpi/game/grey-50.png?width=48px) 2x)}#dialog-mobile-header #navigation-session-options{background-image:url(/uiResources/icons/xhdpi/kebab/grey-50.png?width=36px);background-image:-webkit-image-set(url(/uiResources/icons/xhdpi/kebab/grey-50.png?width=36px) 1x,url(/uiResources/icons/xhdpi/kebab/grey-50.png?width=72px) 2x);background-image:-moz-image-set(url(/uiResources/icons/xhdpi/kebab/grey-50.png?width=36px) 1x,url(/uiResources/icons/xhdpi/kebab/grey-50.png?width=72px) 2x);background-image:-o-image-set(url(/uiResources/icons/xhdpi/kebab/grey-50.png?width=36px) 1x,url(/uiResources/icons/xhdpi/kebab/grey-50.png?width=72px) 2x);background-image:-ms-image-set(url(/uiResources/icons/xhdpi/kebab/grey-50.png?width=36px) 1x,url(/uiResources/icons/xhdpi/kebab/grey-50.png?width=72px) 2x);background-image:image-set(url(/uiResources/icons/xhdpi/kebab/grey-50.png?width=36px) 1x,url(/uiResources/icons/xhdpi/kebab/grey-50.png?width=72px) 2x)}#dialog-mobile-header #navigation-session-presence{background-image:url(/uiResources/icons/xhdpi/chat-bubble/grey-50.png?width=24px);background-image:-webkit-image-set(url(/uiResources/icons/xhdpi/chat-bubble/grey-50.png?width=24px) 1x,url(/uiResources/icons/xhdpi/chat-bubble/grey-50.png?width=48px) 2x);background-image:-moz-image-set(url(/uiResources/icons/xhdpi/chat-bubble/grey-50.png?width=24px) 1x,url(/uiResources/icons/xhdpi/chat-bubble/grey-50.png?width=48px) 2x);background-image:-o-image-set(url(/uiResources/icons/xhdpi/chat-bubble/grey-50.png?width=24px) 1x,url(/uiResources/icons/xhdpi/chat-bubble/grey-50.png?width=48px) 2x);background-image:-ms-image-set(url(/uiResources/icons/xhdpi/chat-bubble/grey-50.png?width=24px) 1x,url(/uiResources/icons/xhdpi/chat-bubble/grey-50.png?width=48px) 2x);background-image:image-set(url(/uiResources/icons/xhdpi/chat-bubble/grey-50.png?width=24px) 1x,url(/uiResources/icons/xhdpi/chat-bubble/grey-50.png?width=48px) 2x)}#navigation-session-options-panel a[data-accessory-icon="people-add"]{background-image:url(/uiResources/icons/xhdpi/people-add/grey-500.png?width=24px);background-image:-webkit-image-set(url(/uiResources/icons/xhdpi/people-add/grey-500.png?width=24px) 1x,url(/uiResources/icons/xhdpi/people-add/grey-500.png?width=48px) 2x);background-image:-moz-image-set(url(/uiResources/icons/xhdpi/people-add/grey-500.png?width=24px) 1x,url(/uiResources/icons/xhdpi/people-add/grey-500.png?width=48px) 2x);background-image:-o-image-set(url(/uiResources/icons/xhdpi/people-add/grey-500.png?width=24px) 1x,url(/uiResources/icons/xhdpi/people-add/grey-500.png?width=48px) 2x);background-image:-ms-image-set(url(/uiResources/icons/xhdpi/people-add/grey-500.png?width=24px) 1x,url(/uiResources/icons/xhdpi/people-add/grey-500.png?width=48px) 2x);background-image:image-set(url(/uiResources/icons/xhdpi/people-add/grey-500.png?width=24px) 1x,url(/uiResources/icons/xhdpi/people-add/grey-500.png?width=48px) 2x)}#navigation-session-options-panel a[data-accessory-icon="close"]{background-image:url(/uiResources/icons/xhdpi/close/grey-500.png?width=24px);background-image:-webkit-image-set(url(/uiResources/icons/xhdpi/close/grey-500.png?width=24px) 1x,url(/uiResources/icons/xhdpi/close/grey-500.png?width=48px) 2x);background-image:-moz-image-set(url(/uiResources/icons/xhdpi/close/grey-500.png?width=24px) 1x,url(/uiResources/icons/xhdpi/close/grey-500.png?width=48px) 2x);background-image:-o-image-set(url(/uiResources/icons/xhdpi/close/grey-500.png?width=24px) 1x,url(/uiResources/icons/xhdpi/close/grey-500.png?width=48px) 2x);background-image:-ms-image-set(url(/uiResources/icons/xhdpi/close/grey-500.png?width=24px) 1x,url(/uiResources/icons/xhdpi/close/grey-500.png?width=48px) 2x);background-image:image-set(url(/uiResources/icons/xhdpi/close/grey-500.png?width=24px) 1x,url(/uiResources/icons/xhdpi/close/grey-500.png?width=48px) 2x)}#navigation-session-options-panel a[data-accessory-icon="block"]{background-image:url(/uiResources/icons/xhdpi/block/grey-500.png?width=24px);background-image:-webkit-image-set(url(/uiResources/icons/xhdpi/block/grey-500.png?width=24px) 1x,url(/uiResources/icons/xhdpi/block/grey-500.png?width=48px) 2x);background-image:-moz-image-set(url(/uiResources/icons/xhdpi/block/grey-500.png?width=24px) 1x,url(/uiResources/icons/xhdpi/block/grey-500.png?width=48px) 2x);background-image:-o-image-set(url(/uiResources/icons/xhdpi/block/grey-500.png?width=24px) 1x,url(/uiResources/icons/xhdpi/block/grey-500.png?width=48px) 2x);background-image:-ms-image-set(url(/uiResources/icons/xhdpi/block/grey-500.png?width=24px) 1x,url(/uiResources/icons/xhdpi/block/grey-500.png?width=48px) 2x);background-image:image-set(url(/uiResources/icons/xhdpi/block/grey-500.png?width=24px) 1x,url(/uiResources/icons/xhdpi/block/grey-500.png?width=48px) 2x)}#navigation-session-options-panel a[data-accessory-icon="badge"]{background-image:url(/uiResources/icons/xhdpi/badge/grey-500.png?width=24px);background-image:-webkit-image-set(url(/uiResources/icons/xhdpi/badge/grey-500.png?width=24px) 1x,url(/uiResources/icons/xhdpi/badge/grey-500.png?width=48px) 2x);background-image:-moz-image-set(url(/uiResources/icons/xhdpi/badge/grey-500.png?width=24px) 1x,url(/uiResources/icons/xhdpi/badge/grey-500.png?width=48px) 2x);background-image:-o-image-set(url(/uiResources/icons/xhdpi/badge/grey-500.png?width=24px) 1x,url(/uiResources/icons/xhdpi/badge/grey-500.png?width=48px) 2x);background-image:-ms-image-set(url(/uiResources/icons/xhdpi/badge/grey-500.png?width=24px) 1x,url(/uiResources/icons/xhdpi/badge/grey-500.png?width=48px) 2x);background-image:image-set(url(/uiResources/icons/xhdpi/badge/grey-500.png?width=24px) 1x,url(/uiResources/icons/xhdpi/badge/grey-500.png?width=48px) 2x)}.unblock-user{display:none}.blocked .block-user{display:none}.blocked .unblock-user{display:inline-block}.friend .add-friend{display:none}.status-disconnected{font-weight:bold;color:#f33;padding:1em 2em;display:none}.disconnected .status-disconnected{display:block}.user-offline{color:#666;padding:1em 2em}.user-offline .user-send-message-link a{display:block;margin-top:1em;padding:.25em .5em .25em 25px;background-position:5px center;background-repeat:no-repeat}#presence-private-chat-channels .channel:last-child,#presence-chat-channels .channel:last-child{border-right:solid 2px #666}#chat-list #offline-info,#chat-list #no-chats-info,#chat-list-home #offline-info,#chat-list-home #no-chats-info,#navigation-presence-panel-drawer #offline-info,#navigation-presence-panel-drawer #no-chats-info{display:none}#chat-list .empty-content,#chat-list-home .empty-content,#navigation-presence-panel-drawer .empty-content{margin:1em}#chat-list.status-offline .chat-list-users,#chat-list.status-invisible .chat-list-users,#chat-list-home.status-offline .chat-list-users,#chat-list-home.status-invisible .chat-list-users,#navigation-presence-panel-drawer.status-offline .chat-list-users,#navigation-presence-panel-drawer.status-invisible .chat-list-users{display:none}#chat-list.status-offline #offline-info,#chat-list.status-invisible #offline-info,#chat-list-home.status-offline #offline-info,#chat-list-home.status-invisible #offline-info,#navigation-presence-panel-drawer.status-offline #offline-info,#navigation-presence-panel-drawer.status-invisible #offline-info{display:block}#chat-list .user,#chat-list .user:hover,#chat-list .chat-room-link,#chat-list .chat-room-link:hover,#chat-list-home .user,#chat-list-home .user:hover,#chat-list-home .chat-room-link,#chat-list-home .chat-room-link:hover,#navigation-presence-panel-drawer .user,#navigation-presence-panel-drawer .user:hover,#navigation-presence-panel-drawer .chat-room-link,#navigation-presence-panel-drawer .chat-room-link:hover{display:block;width:auto;padding:.5em 1em .5em 2.5em;background-position:.25em center;background-repeat:no-repeat}#chat-list .user:visited,#chat-list-home .user:visited,#navigation-presence-panel-drawer .user:visited{color:#107abe}#chat-list .online-status,#chat-list-home .online-status,#navigation-presence-panel-drawer .online-status{border-radius:50% 50% 50% 50%;display:inline-block;width:10px;height:10px;padding:0;margin:0;margin-left:.5em;margin-top:3px;vertical-align:top}#chat-list .change-online-status,#chat-list-home .change-online-status,#navigation-presence-panel-drawer .change-online-status{border-radius:3px 3px 3px 3px;padding:0 .5em;color:#333}#chat-list .change-online-status:hover,#chat-list-home .change-online-status:hover,#navigation-presence-panel-drawer .change-online-status:hover{background:#ddd}#chat-list.status-invisible .change-status-invisible,#chat-list.status-offline .change-status-invisible,#chat-list.status-idle .change-status-idle,#chat-list.status-visible .change-status-visible,#chat-list-home.status-invisible .change-status-invisible,#chat-list-home.status-offline .change-status-invisible,#chat-list-home.status-idle .change-status-idle,#chat-list-home.status-visible .change-status-visible,#navigation-presence-panel-drawer.status-invisible .change-status-invisible,#navigation-presence-panel-drawer.status-offline .change-status-invisible,#navigation-presence-panel-drawer.status-idle .change-status-idle,#navigation-presence-panel-drawer.status-visible .change-status-visible{background:#3287d6;color:#fff}#chat-list.status-invisible .online-status,#chat-list-home.status-invisible .online-status,#navigation-presence-panel-drawer.status-invisible .online-status{background-color:#ddd}#chat-list.status-offline .online-status,#chat-list-home.status-offline .online-status,#navigation-presence-panel-drawer.status-offline .online-status{background-color:#ddd}#chat-list.status-visible .online-status,#chat-list-home.status-visible .online-status,#navigation-presence-panel-drawer.status-visible .online-status{background-color:#61aa4c}#chat-list.status-idle .online-status,#chat-list-home.status-idle .online-status,#navigation-presence-panel-drawer.status-idle .online-status{background-color:#ffae00}#chat-list.status-mobile .online-status,#chat-list-home.status-mobile .online-status,#navigation-presence-panel-drawer.status-mobile .online-status{background-color:#b9e3f2}#chat-list .status-invisible,#chat-list .status-offline a,#chat-list-home .status-invisible,#chat-list-home .status-offline a,#navigation-presence-panel-drawer .status-invisible,#navigation-presence-panel-drawer .status-offline a{color:#999}#chat-list .status-invisible:visited,#chat-list .status-offline a:visited,#chat-list-home .status-invisible:visited,#chat-list-home .status-offline a:visited,#navigation-presence-panel-drawer .status-invisible:visited,#navigation-presence-panel-drawer .status-offline a:visited{color:#999}#chat-list .rooms,#chat-list-home .rooms,#navigation-presence-panel-drawer .rooms{width:1000px;font-size:.9em;padding-left:40px;padding-bottom:.5em}#chat-list .rooms a,#chat-list-home .rooms a,#navigation-presence-panel-drawer .rooms a{margin-right:1em}#chat-list .chat-list-rooms .chat-room-link,#chat-list-home .chat-list-rooms .chat-room-link,#navigation-presence-panel-drawer .chat-list-rooms .chat-room-link{margin-right:1em}#chat-list .chat-list-rooms .user-count,#chat-list-home .chat-list-rooms .user-count,#navigation-presence-panel-drawer .chat-list-rooms .user-count{font-size:.9em;margin-left:1em;font-weight:normal;background:#eee;border-radius:3px 3px 3px 3px;padding:2px .5em}#chat-list .chat-list-rooms .user-count img,#chat-list-home .chat-list-rooms .user-count img,#navigation-presence-panel-drawer .chat-list-rooms .user-count img{vertical-align:bottom}#chat-list .chat-body,#chat-list-home .chat-body,#navigation-presence-panel-drawer .chat-body{overflow:scroll;overflow-x:hidden;overflow-y:auto}#chat-list .chat-body .header,#chat-list-home .chat-body .header,#navigation-presence-panel-drawer .chat-body .header{border-radius:7px 0 0 0;padding:.5em;text-align:right;background:#f0f1f6;border-bottom:solid 1px #999;-moz-box-shadow:inset 0 2px 2px #fff;-webkit-box-shadow:inset 0 2px 2px #fff;box-shadow:inset 0 2px 2px #fff}#chat-list .chat-body .chat-list-users .status-invisible .online-status,#chat-list-home .chat-body .chat-list-users .status-invisible .online-status,#navigation-presence-panel-drawer .chat-body .chat-list-users .status-invisible .online-status{background-color:#ddd}#chat-list .chat-body .chat-list-users .status-offline .online-status,#chat-list-home .chat-body .chat-list-users .status-offline .online-status,#navigation-presence-panel-drawer .chat-body .chat-list-users .status-offline .online-status{background-color:#ddd}#chat-list .chat-body .chat-list-users .status-visible .online-status,#chat-list-home .chat-body .chat-list-users .status-visible .online-status,#navigation-presence-panel-drawer .chat-body .chat-list-users .status-visible .online-status{background-color:#61aa4c}#chat-list .chat-body .chat-list-users .status-idle .online-status,#chat-list-home .chat-body .chat-list-users .status-idle .online-status,#navigation-presence-panel-drawer .chat-body .chat-list-users .status-idle .online-status{background-color:#ffae00}#chat-list .chat-body .chat-list-users .status-mobile .online-status,#chat-list-home .chat-body .chat-list-users .status-mobile .online-status,#navigation-presence-panel-drawer .chat-body .chat-list-users .status-mobile .online-status{background-color:#b9e3f2}#chat-list .chat-body .chat-contact .gradient-right,#chat-list-home .chat-body .chat-contact .gradient-right,#navigation-presence-panel-drawer .chat-body .chat-contact .gradient-right{position:absolute;right:0;width:16px;height:30px;background:url(/content/images/UI/Clip0xfff.png) repeat-y}#chat-list .chat-body .chat-contact .user-send-message-link a,#chat-list-home .chat-body .chat-contact .user-send-message-link a,#navigation-presence-panel-drawer .chat-body .chat-contact .user-send-message-link a{display:none;margin-top:5px;padding:.25em .5em .25em 25px;background-position:5px center;background-repeat:no-repeat;float:right}#chat-list .chat-body .chat-contact :hover .user-send-message-link a,#chat-list-home .chat-body .chat-contact :hover .user-send-message-link a,#navigation-presence-panel-drawer .chat-body .chat-contact:hover .user-send-message-link a{display:inline}#chat-list .chat-body .chat-contact .online-status,#chat-list-home .chat-body .chat-contact .online-status,#navigation-presence-panel-drawer .chat-body .chat-contact .online-status{width:5px;height:5px;margin-top:5px;margin-left:.25em}#chat-list .chat-body .chat-contact .status-mobile .online-status,#chat-list-home .chat-body .chat-contact .status-mobile .online-status,#navigation-presence-panel-drawer .chat-body .chat-contact.status-mobile .online-status{height:6px;border:solid 1px #003548;border-top-width:2px;border-bottom-width:2px;border-radius:2px;margin-top:2px}#chat-list .chat-body .chat-contact .chat-history-link:visited,#chat-list-home .chat-body .chat-contact .chat-history-link:visited,#navigation-presence-panel-drawer .chat-body .chat-contact .chat-history-link:visited{color:#107abe}#chat-list .chat-body .contacts-header,#chat-list-home .chat-body .contacts-header,#navigation-presence-panel-drawer .chat-body .contacts-header{color:#999;padding:.5em .5em;font-weight:bold}#chat-list .chat-body .contacts-header a,#chat-list-home .chat-body .contacts-header a,#navigation-presence-panel-drawer .chat-body .contacts-header a{float:right;font-weight:normal}#chat-list #chat-list-channels,#chat-list-home #chat-list-channels,#navigation-presence-panel-drawer #chat-list-channels{display:none}#chat-list.status-offline,#chat-list.status-invisible{background:#aaa}#chat-list .chat-contact:hover,#chat-list .chat-room-link:hover{background-color:#eee}#chat-list .chat-list-rooms .chat-room-link{border-bottom:solid 1px #eee}#chat-list .chat-list-rooms .chat-room-link.last{border-bottom:none}#chat-list .all-rooms-link{padding:.5em;display:block;text-align:right}#chat-list .chat-body{border-radius:6px 0 0 0;min-height:300px;width:250px}#chat-list .chat-body .chat-contact{border-bottom:solid 1px #eee}#chat-list .chat-body .chat-contact.last{border-bottom:none}#chat-list .chat-body .chat-contact:hover .gradient-right{display:none}#chat-list-home .chat-body{background:none;width:302px;max-width:302px}#chat-list-home .chat-body .header{padding-left:2em;text-align:left}#chat-list-home .chat-body .chat-contact{width:100%;overflow:hidden;position:relative}#chat-list-home .chat-body .chat-contact .rooms{font-size:.8em}#chat-list-home .chat-body .contacts-header{font-size:1em;font-weight:bold;color:#444;margin:0 0 .5em -.5em}#chat-list-home .chat-body #chat-list-users-recent{display:none}#chat-list-home .chat-body .chat-list-users,#chat-list-home .chat-body .chat-list-rooms{padding:1em 0 2em 0;margin:0 1em;border-bottom:solid 1px #ddd}#chat-list-home .chat-body .chat-list-users .empty-content{margin:0}#chat-list-home .chat-body #offline-info{margin:1em 1.5em 0 1.5em}#navigation-presence-panel-drawer{padding:8px 0}#navigation-presence-panel-drawer #chat-list-channels{display:block}#navigation-presence-panel-drawer .chat-body .header{background:none;height:48px;line-height:48px;padding:0 16px;margin:0;border-radius:0 0 0 0;font-size:14px;border-bottom:0;box-shadow:none}#navigation-presence-panel-drawer .chat-body .header .change-online-status{padding:8px}#navigation-presence-panel-drawer .chat-body .chat-contact{position:relative}#navigation-presence-panel-drawer .chat-body .chat-contact .online-status{margin-top:20px;width:8px;height:8px}#navigation-presence-panel-drawer .chat-body .chat-contact .gradient-right{display:none}#navigation-presence-panel-drawer .chat-body .user{height:48px;line-height:48px;padding:0 0 0 54px;margin:0;background-position:16px center;font-size:14px}#navigation-presence-panel-drawer .chat-body .rooms{padding:0;margin:0 0 0 54px;font-size:12px}#navigation-presence-panel-drawer .chat-body .rooms a{display:inline-block;padding:0;margin:0 12px 0 0;height:24px;line-height:24px}#navigation-presence-panel-drawer .chat-body .contacts-header{height:48px;line-height:48px;padding:0 16px;margin:8px 0 0 0;border-top:1px solid #e0e0e0;font-size:14px;color:#9e9e9e}#navigation-presence-panel-drawer .empty-content{padding:12px 16px;margin:12px 16px}#navigation-presence-panel-drawer .notification{background:#088fee}#navigation-presence-panel-drawer .notification .user,#navigation-presence-panel-drawer .notification .user:visited{color:#fff!important}#navigation-presence-panel-drawer .close-room,#navigation-presence-panel-drawer .close-session,#navigation-presence-panel-drawer .user-send-message-link,#navigation-presence-panel-drawer .notification-count{display:block;padding:0;margin:0;width:24px;height:24px;position:absolute;top:12px;right:12px;bottom:12px}#navigation-presence-panel-drawer .notification-count{line-height:24px;vertical-align:middle;text-align:center;font-weight:bold;right:48px;background:#088fee;color:#fff!important;border-radius:2px 2px 2px 2px}#navigation-presence-panel-drawer .close-room,#navigation-presence-panel-drawer .close-session{background-image:url(/uiResources/icons/xhdpi/close/grey-500.png?width=24px);background-image:-webkit-image-set(url(/uiResources/icons/xhdpi/close/grey-500.png?width=24px) 1x,url(/uiResources/icons/xhdpi/close/grey-500.png?width=48px) 2x);background-image:-moz-image-set(url(/uiResources/icons/xhdpi/close/grey-500.png?width=24px) 1x,url(/uiResources/icons/xhdpi/close/grey-500.png?width=48px) 2x);background-image:-o-image-set(url(/uiResources/icons/xhdpi/close/grey-500.png?width=24px) 1x,url(/uiResources/icons/xhdpi/close/grey-500.png?width=48px) 2x);background-image:-ms-image-set(url(/uiResources/icons/xhdpi/close/grey-500.png?width=24px) 1x,url(/uiResources/icons/xhdpi/close/grey-500.png?width=48px) 2x);background-image:image-set(url(/uiResources/icons/xhdpi/close/grey-500.png?width=24px) 1x,url(/uiResources/icons/xhdpi/close/grey-500.png?width=48px) 2x)}#navigation-presence-panel-drawer .user-send-message-link{background-image:url(/uiResources/icons/xhdpi/message/grey-500.png?width=24px);background-image:-webkit-image-set(url(/uiResources/icons/xhdpi/message/grey-500.png?width=24px) 1x,url(/uiResources/icons/xhdpi/message/grey-500.png?width=48px) 2x);background-image:-moz-image-set(url(/uiResources/icons/xhdpi/message/grey-500.png?width=24px) 1x,url(/uiResources/icons/xhdpi/message/grey-500.png?width=48px) 2x);background-image:-o-image-set(url(/uiResources/icons/xhdpi/message/grey-500.png?width=24px) 1x,url(/uiResources/icons/xhdpi/message/grey-500.png?width=48px) 2x);background-image:-ms-image-set(url(/uiResources/icons/xhdpi/message/grey-500.png?width=24px) 1x,url(/uiResources/icons/xhdpi/message/grey-500.png?width=48px) 2x);background-image:image-set(url(/uiResources/icons/xhdpi/message/grey-500.png?width=24px) 1x,url(/uiResources/icons/xhdpi/message/grey-500.png?width=48px) 2x)}#navigation-presence-panel-drawer .user-send-message-link a{display:block!important;background:none!important;width:24px!important;height:24px!important;padding:0!important;margin:0!important;float:none!important}@media all and (min-width:1080px){#presence-channels .expanded .chat-body{margin-left:100px}}@media all and (max-width:800px){#presence-private-chat-channels .chat-body,#presence-private-chat-channels .left .chat-body{position:fixed;left:0;right:0}#presence-private-chat-channels .chat-body .expand-link,#presence-private-chat-channels .chat-body .shrink-link,#presence-private-chat-channels .left .chat-body .expand-link,#presence-private-chat-channels .left .chat-body .shrink-link{display:none}#presence-channels .expanded .chat-body{margin:0}#chat-list .chat-body{position:fixed;left:0;width:auto}}@media all and (max-width:500px){#presence-private-chat-channels .chat-body,#presence-private-chat-channels .left .chat-body{bottom:0}}
/*Profile.css*/.profile-navigation{padding:0 1em;background:#fff;border:solid 1px #aaa;border-left:none;border-right:none}.profile-navigation a,.profile-navigation a:active,.profile-navigation a:visited,.profile-navigation a:hover{float:left;display:inline-block;padding:.5em;color:#000}.profile-navigation a:hover{background:#ccc}.profile-navigation a.selected{background:#eee}@media all and (max-width:500px){.profile-navigation{padding:0 .25em}.profile-navigation a,.profile-navigation a:active,.profile-navigation a:visited,.profile-navigation a:hover{padding:.5em .45em}}.profile-content{padding:2em}@media all and (max-width:500px){.profile-content{padding:.5em}}.comment-content .thread-item-link,.comment-content .visibility-links{display:none}span.sep{color:#aaa}.preview-images{top:1em;right:1em}.preview-images img{border-radius:3px 3px 3px 3px}#profile .profile-header{background:#fff;border-radius:0 8px 0 0}#profile #content-area{padding-left:0;border-radius:0 8px 8px 0}#profile.wide .sidebar{display:none}#profile.wide #content-area{border-radius:8px 8px 8px 8px}#profile.wide .profile-header{border-radius:8px 8px 0 0}#profile .avatar-large .change-avatar{position:absolute;display:none;left:0;top:0;background:#999;background:rgba(255,255,255,.6);color:#000;padding:4px;font-size:.8em}#profile .avatar-large .change-avatar:hover{background:#fff}#profile .avatar-large:hover .change-avatar{display:inline-block}#profile .view-options{text-align:right;font-size:.8em;margin:1em 80px 1em 60px}#profile .modifier-statistic{border-radius:8px 8px 8px 8px;border:solid 1px #aaa;background-color:#dde8f0;padding:.5em 1%;margin:0 1%;-mox-box-shadow:0 5px 5px #ddd;-webkit-box-shadow:0 5px 5px #ddd;box-shadow:0 5px 5px #ddd;color:#1289df}#profile .modifier-statistic .statistic{width:49%;display:inline-block}#profile .modifier-statistic .statistic span{display:inline-block;text-align:center;font-size:.8em}#profile .modifier-statistic .statistic span img{display:inline-block}#profile .modifier-statistic .statistic span span{text-align:center;width:49%;display:inline-block;font-size:1em;color:#333}#profile .modifier-statistic .statistic span span strong{font-size:1.8em;display:inline-block;color:#333}#profile #content-area{background:#e9eaef;border-left:1px solid #999}#profile.private .header.top{position:relative;padding-left:135px}#profile.private .header.bottom{padding:.25em 1em;margin-bottom:.5em;padding-left:135px}#profile.private .content{margin:1em 0 0 110px}@media all and (max-width:500px){#profile.private .content{margin:3em -.5em 0 -.5em}}.profile-timeline .view-options .profile-timeline,.profile-recent .view-options .profile-recent{text-decoration:underline}#profile .actions ul{margin:0}#profile .actions ul li{list-style-type:none}#profile .actions ul li a{display:block;padding:.25em .5em .25em 25px;background-position:5px center;background-repeat:no-repeat}#profile .actions ul li a:hover{background-color:#dcdde1}#profile .actions ul li a .sep{border-top:solid 1px #ddd;margin-top:.5em;padding-bottom:.5em}#profile .actions ul li.empty-action{color:#666;border-top:1px dashed #ccc;margin:.5em 0;padding:.5em}#profile .actions ul li.empty-action a{background:none;display:inline;padding:0}#profile .actions ul li.empty-action a:hover{background:none}#profile .actions ul .action-button{border-radius:4px 4px 4px 4px;display:inline-block;font-size:.9em;cursor:pointer;padding:.25em;margin:.75em 0 .5em 5px}#profile .actions ul .action-button a{display:inline-block;padding:.25em .5em;color:#444;background:none}#profile .actions li.sep{border-top:solid 1px #ddd;margin-top:.5em;padding-bottom:.5em;display:block;padding-left:0}.chat #profile .actions .empty-action .action-hint{display:inline;padding-left:0}.user-remove-friend-link a{background-image:url(/content/images/icons/profile-remove-friend.png)}.user-add-friend-link a{background-image:url(/content/images/icons/profile-add-friend.png)}.user-unblock-link a{background-image:url(/content/images/icons/profile-unblock.png)}.user-block-link a{background-image:url(/content/images/icons/profile-block.png)}.user-report-link a{background-image:url(/content/images/icons/profile-report.png)}.user-chat-link a{background-image:url(/content/images/icons/profile-chat.png)}.user-send-message-link a{background-image:url(/content/images/icons/profile-mail.png)}.user-edit-profile-link a{background-image:url(/content/images/icons/profile-edit.png)}.user-transfer-link a{background-image:url(/content/images/icons/profile-gift.png)}.user-badge-link a{background-image:url(/content/images/icons/profile-give-badge.png)}.user-card-link a{background-image:url(/content/images/icons/profile-send-card.png)}.user-upgrade-link a{background-image:url(/content/images/icons/profile-upgrade.png)}.buy-bingo-ticket-link a{background-image:url(/content/images/icons/bingo-card.png)}.buy-slots-ticket-link a{background-image:url(/content/images/icons/bingo-card.png)}.buy-blackjack-ticket-link a{background-image:url(/content/images/icons/bingo-card.png)}.buy-keno-ticket-link a{background-image:url(/content/images/icons/bingo-card.png)}.use-superpowers a{background-image:url(/content/images/icons/profile-superpowers.png)}.buy-drink a{background-image:url(/content/images/icons/profile-drink.png)}.promote-moderator a{background-image:url(/content/images/icons/profile-promote.png)}.demote-moderator a{background-image:url(/content/images/icons/profile-demote.png)}.suspend-user-room a{background-image:url(/content/images/icons/profile-suspend.png)}.suspend-user-global a{background-image:url(/content/images/icons/suspend-global.png)}.warn-user-global a{background-image:url(/content/images/icons/warn-global.png)}.underage .buy-drink{display:none}.can-not-transfer .user-transfer-link{display:none}.can-not-gift .buy-bingo-ticket-link{display:none}.can-not-gift .buy-slots-ticket-link{display:none}.can-not-gift .buy-blackjack-ticket-link{display:none}.join-club a{background-image:url(/content/images/icons/club-join.png)}.leave-club a{background-image:url(/content/images/icons/club-leave.png)}.edit-club a{background-image:url(/content/images/icons/club-edit.png)}.delete-club a{background-image:url(/content/images/icons/club-delete.png)}.invite-to-club a{background-image:url(/content/images/icons/club-invite.png)}.friend-list .friend,.user-list .friend{padding:1em;border-bottom:dashed 1px #ccc;border-top:dashed 1px #fff}.friend-list .friend:first-child,.user-list .friend:first-child{border-top:none}.friend-list .friend:last-child,.user-list .friend:last-child{border-bottom:none}.club-list .club{padding:1em;border-bottom:dashed 1px #ccc;border-top:dashed 1px #fff}.club-list .club:first-child{border-top:none}.club-list .club:last-child{border-bottom:none}.gallery-image,.gallery-image:visited{border-radius:5px 5px 5px 5px;display:inline-block;padding:4px;background:#fff;border:solid 1px #aaa;margin:.4em;vertical-align:top;color:#999;position:relative;-moz-box-shadow:0 1px 3px #ccc;-webkit-box-shadow:0 1px 3px #ccc;box-shadow:0 1px 3px #ccc}.gallery-image:hover,.gallery-image:visited:hover{border:solid 1px #888;background:#f0f1f6}.gallery-image .meta,.gallery-image:visited .meta{display:inline-block;color:#999;font-size:.9em;padding:2px 0 0 2px}.gallery-image .meta img,.gallery-image:visited .meta img{margin-top:0}.gallery-image .icon{margin-top:2px}.gallery-full-image .subject{border-radius:5px 5px 5px 5px;-moz-box-shadow:0 1px 3px #666;-webkit-box-shadow:0 1px 3px #666;box-shadow:0 1px 3px #666}.gallery-full-image .gallery-next,.gallery-full-image .gallery-previous{opacity:0;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;z-index:100;-webkit-transition-property:opacity;-webkit-transition-duration:.2s}.gallery-full-image:hover .gallery-next,.gallery-full-image:hover .gallery-previous{display:inline;opacity:1}.gallery-full-image .image-meta{border-radius:5px 5px 5px 5px;background:#eee}.image-carousel .preview-image{border-radius:5px 5px 5px 5px;opacity:.7}.image-carousel .preview-image:hover,.image-carousel .preview-image.selected{opacity:1}#profile-editor .form-table th{width:100px;font-weight:normal;color:#222}#profile-editor .main-section{margin-top:1em}#profile-editor #optional-fields-toggle a{background-image:url(/uiResources/icons/xhdpi/add-circle/blue-800.png?width=18px);background-image:-webkit-image-set(url(/uiResources/icons/xhdpi/add-circle/blue-800.png?width=18px) 1x,url(/uiResources/icons/xhdpi/add-circle/blue-800.png?width=36px) 2x);background-image:-moz-image-set(url(/uiResources/icons/xhdpi/add-circle/blue-800.png?width=18px) 1x,url(/uiResources/icons/xhdpi/add-circle/blue-800.png?width=36px) 2x);background-image:-o-image-set(url(/uiResources/icons/xhdpi/add-circle/blue-800.png?width=18px) 1x,url(/uiResources/icons/xhdpi/add-circle/blue-800.png?width=36px) 2x);background-image:-ms-image-set(url(/uiResources/icons/xhdpi/add-circle/blue-800.png?width=18px) 1x,url(/uiResources/icons/xhdpi/add-circle/blue-800.png?width=36px) 2x);background-image:image-set(url(/uiResources/icons/xhdpi/add-circle/blue-800.png?width=18px) 1x,url(/uiResources/icons/xhdpi/add-circle/blue-800.png?width=36px) 2x);background-size:18px;background-position:left center;background-repeat:no-repeat}#profile-editor #optional-fields.expanded{margin-left:0;margin-right:0}#profile-editor #optional-fields.collapsed .form-table{display:none}#avatar-editor{background:#ebf1f2;border:solid 1px #ccc;border-top:none;border-radius:0 0 3px 3px}#avatar-editor .position-editor{margin:0 auto}#avatar-editor .file-input-button{text-align:center;margin:0 auto}@media all and (max-width:800px){#profile-editor .form-table th{width:auto}#profile-editor #username-message{display:block}}.step-frame .step{padding-left:40px;color:#bbb;white-space:nowrap;line-height:2.5em;background-repeat:no-repeat;background-position:left center}.step-frame .step.current{color:#000}.step-frame #step-1{background-image:url(/content/images/ui/step-1-off.png)}.step-frame #step-1.current{background-image:url(/content/images/ui/step-1-on.png)}.step-frame #step-2{background-image:url(/content/images/ui/step-2-off.png)}.step-frame #step-2.current{background-image:url(/content/images/ui/step-2-on.png)}@media all and (max-width:500px){#signup-dialog .signup-wrap{padding-top:1em}}.badge-panel{min-height:150px;border:solid 1px transparent;position:relative;text-shadow:1px 1px #fff;color:#444}.badge-panel:hover{background-color:#ddd;border-radius:15px 15px 15px 15px;border:solid 1px #ccc;border-bottom-color:#fff}.badge-panel span{bottom:35px;right:10px;background:#fff;color:#999;position:absolute}.badge-placeholder-image{margin-top:10px;width:85px;height:85px;border:Dashed 1px #aaa;background:#eee;box-shadow:inset 0 2px 5px #ddd}.badge-placeholder .dummy-text{visibility:hidden}.badge-placeholder:hover .dummy-text{visibility:visible}.badges-compact .badge-panel{width:85px;height:95px;min-height:95px}.badges-compact .badge-panel .badge-image{margin-top:5px}.badges-compact .badge-placeholder-image{width:40px;height:40px}.profile-preview{border:none;border-bottom:solid 1px #333;padding:.75em;background-color:#eee}.profile-preview .card{position:relative;margin-bottom:0;background-color:#eee;background-color:rgba(255,255,255,.9);border-radius:6px 4px 4px 6px;padding-right:.5em}.profile-preview .card .change-avatar{position:absolute;display:none;left:0;bottom:0;background:#999;background:rgba(255,255,255,.6);color:#000;padding:4px;font-size:.8em}.profile-preview .card .change-avatar:hover{background:#fff}.profile-preview .card:hover .change-avatar{display:inline-block}.profile-preview .card .details{font-size:.85em}.profile-gifts-bar{margin:.5em 0}.profile-gifts-bar td{width:50%}.profile-gifts-bar .action{display:block;background-repeat:no-repeat;background-position:15px center;padding:4px 0 4px 35px}.profile-gifts-bar .action:hover{background-color:#eee}.profile-sidebar-heading{background:#dae9f1;font-size:.9em;padding:.25em .5em .25em .25em;color:#0d5074;text-align:right}.sidebar-friends .preview{display:inline-block;float:left;border:solid 1px #fff;border-radius:3px 3px 3px 3px}.sidebar-friends .preview img{border-radius:3px 3px 3px 3px}.sidebar-friends .preview:hover{border-color:#000}
/*Entity.css*/.entity-list .entity{padding:1em;border-bottom:solid 1px #ccc;border-top:solid 1px #fff}.entity-list .entity:hover{background:#fff}.entity-list .entity:first-child{border-top:none}.entity-list .entity:last-child{border-bottom:none}.entity-list .entity-details{margin-top:.5em;font-size:.8em;color:#888}.entity-list .entity-details a,.entity-list .entity-details a:link,.entity-list .entity-details a:visited{color:#888;font-weight:bold}.entity-list .entity-details a:hover{text-decoration:underline}.entity-list .tag{background:#fff;border:solid 1px #ddd;padding:0 2px}.entity-list .tag:hover{background:#ddd;text-decoration:none}.entity-list .entity-type{background:#fff;border:solid 1px #ddd;padding:0 2px;font-size:.8em;font-style:normal;font-weight:bold;color:#888;margin:1px 0 0 .5em}.entity-list .entity-image{position:relative}.entity-list .entity-image .avatar-overlay-gold{top:-1px;right:-1px}.entity-list .entity-image img,.entity-list .avatar-link img{border-radius:3px 3px 3px 3px}.entity-list .micro .entity-image{float:left}.entity-list .micro .entity-content{margin-left:70px}.entity-list .nano .entity-image{float:left}.entity-list .nano .entity-content{margin-left:40px}.entity-list .small .entity-image{float:left}.entity-list .small .entity-content{margin-left:60px}.entity-list .small .entity-type{display:none}.entity-list .online-status{margin:1px 0 0 .5em}.entity-list .user .bio{color:#888;font-style:italic}@media all and (max-width:500px){.entity-list .user .bio{max-width:350px;overflow:hidden}}@media all and (max-width:400px){.entity-list .user .bio{max-width:200px;overflow:hidden}}.friend-list .avatar-link img{border-radius:3px 3px 3px 3px}
/*Topics.css*/.topic-header h1{display:inline-block;margin-left:1em}.topic-header .breadcrumb-path a,.topic-header .breadcrumb-path .leaf-path span{padding:.5em .5em .5em 2.5em;background:url(/content/images/Topics/431-thumbnail.png) no-repeat 5px center}.topic-buttons a{display:inline-block;background:#fff;margin:.25em .5em .25em 0;padding:.25em .5em;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px 4px 4px 4px}.topics-body{border:solid 1px #aaa;border-left:none;border-top:none;padding:1em 2em;border-radius:0 0 8px 0}.topics-toolbar{background:#fff;border:solid 1px #aaa;padding:.5em;border-radius:0 8px 0 0}.topics-toolbar a{float:right;margin-right:1em}.topics-navigation{width:170px;overflow:hidden;background:#fff;border-right:solid 1px #aaa;border-radius:8px 0 0 8px}.topics-navigation .sidebar-navigation a{padding:.5em 1em}.topics-navigation .sidebar-navigation a img{border-radius:3px 3px 3px 3px}.topics-follow-wrap{border-left:solid 1px #aaa}.topics-follow-wrap .topics-follow{border-left:solid 1px #fff;padding:1em;margin-top:2em}.topics-body-thread{padding-right:2em}.topics-body-thread .topics-body-pager{padding-right:80px;padding-left:60px;padding-top:2em}.topics-body-thread-header-wrap{margin-top:1em;padding-left:60px}.topics-body-thread-header{margin-bottom:1em;display:inline-block}@media all and (max-width:500px){.topics-body-thread-header-wrap{margin:1em;padding:0}}.topics-list-header{font-size:1.2em;margin-bottom:1em}topics-following-wrap{margin-bottom:3em}.subscription-list .non-subscribed{display:none}@media all and (max-width:500px){.topics-body{padding:0;border-radius:0 0 0 0;border:0}.topics-body h2{padding:.5em;margin:0}.topics-navigation{border:0;border-radius:0 0 0 0}.topics-header .tabs .preview{padding:.5em 1em}.topics-header .tabs .preview img{display:none}.topics-toolbar{border-bottom:none;padding:.5em;margin:0}.topics-toolbar a{margin:0}.topics-follow-wrap{border:none}.topics-follow-wrap .topics-follow{border:none;padding:.5em}.topics-body-thread{padding-right:0}.topics-body-thread .topics-body-pager{padding:1em .5em}}
/*Unminified.css*/::-moz-selection {
  background: #a6d9ff;
  color: #000;
  text-shadow: none; }

::selection {
  background: #a6d9ff;
  color: #000;
  text-shadow: none; }

.chat-body::-webkit-scrollbar,
.chat-sidebar::-webkit-scrollbar,
.chat-contentbar::-webkit-scrollbar,
.chat-pretty-vertical-scroll::-webkit-scrollbar {
  width: 12px; }

.chat-body::-webkit-scrollbar {
  background: #fff; }

.chat-body.hover::-webkit-scrollbar-thumb,
.chat-sidebar.hover::-webkit-scrollbar-thumb,
.chat-contentbar.hover::-webkit-scrollbar-thumb {
  background: #aaa; }

.chat-body::-webkit-scrollbar-thumb,
.chat-sidebar::-webkit-scrollbar-thumb,
.chat-contentbar::-webkit-scrollbar-thumb,
.chat-pretty-vertical-scroll::-webkit-scrollbar-thumb {
  /*    background: #ccc -webkit-gradient(linear, left top, right top, from(rgb(240, 240, 240)), to(rgb(210, 210, 210)));  
    -webkit-border-radius: 1ex;  
    border: solid 1px #333;*/
  background: Transparent;
  -webkit-border-radius: 1ex; }

.chat-pretty-vertical-scroll::-webkit-scrollbar,
.chat-contentbar::-webkit-scrollbar {
  background: #eee; }

.chat-pretty-vertical-scroll::-webkit-scrollbar-thumb,
.chat-contentbar::-webkit-scrollbar-thumb {
  background: #aaa; }

@media print {
  * {
    background: transparent !important;
    color: #444 !important;
    text-shadow: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
  a:after {
    content: " (" attr(href) ")"; }
  abbr:after {
    content: " (" attr(title) ")"; }
  .ir a:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }

/*Facebook.css*/.facebook-login-connect,.facebook-login-complete{display:inline-block}.facebook-login-connect .button,.facebook-login-connect .button:link,.facebook-login-connect .button:active,.facebook-login-connect .button:hover,.facebook-login-complete .button,.facebook-login-complete .button:link,.facebook-login-complete .button:active,.facebook-login-complete .button:hover{display:inline-block;font-size:.9em}.facebook-login-connect .button span,.facebook-login-connect .button:link span,.facebook-login-connect .button:active span,.facebook-login-connect .button:hover span,.facebook-login-complete .button span,.facebook-login-complete .button:link span,.facebook-login-complete .button:active span,.facebook-login-complete .button:hover span{white-space:nowrap;display:inline-block;padding:1px 0 0 20px;min-height:16px;background:transparent url(/content/images/icons/external-fb-connect.png) no-repeat}.facebook-login-connect .button,.facebook-login-connect .button:link,.facebook-login-connect .button:active,.facebook-login-connect .button:hover{cursor:pointer;background-color:#5f78ab;-moz-box-shadow:0 1px 0 #1a356e,0 -1px 0 #1a356e;-webkit-box-shadow:0 1px 0 #1a356e,0 -1px 0 #1a356e;box-shadow:0 1px 0 #1a356e,0 -1px 0 #1a356e;border-color:#879ac0}.facebook-login-complete .button,.facebook-login-complete .button:link,.facebook-login-complete .button:active,.facebook-login-complete .button:hover{color:#444;background-color:#eee;border-color:#fff;text-shadow:0 -1px #fff;-moz-box-shadow:0 1px 0 #ccc,0 -1px 0 #ccc;-webkit-box-shadow:0 1px 0 #ccc,0 -1px 0 #ccc;box-shadow:0 1px 0 #ccc,0 -1px 0 #ccc}.facebook-button,.facebook-button:link,.facebook-button:active{cursor:pointer;background-color:#5f78ab;-moz-box-shadow:0 1px 0 #1a356e,0 -1px 0 #1a356e;-webkit-box-shadow:0 1px 0 #1a356e,0 -1px 0 #1a356e;box-shadow:0 1px 0 #1a356e,0 -1px 0 #1a356e;border-color:#879ac0}.facebook-button:hover{background-color:#5f78ab}.facebook-login-connect,.facebook-login-complete{display:none}.facebook-connected .facebook-login-connect{display:none}.facebook-connected .facebook-login-complete{display:inline-block}.facebook-connecting .facebook-login-connect,.facebook-unknown .facebook-login-connect,.facebook-not-connected .facebook-login-connect{display:inline-block}.facebook-connecting .facebook-login-complete,.facebook-unknown .facebook-login-complete,.facebook-not-connected .facebook-login-complete{display:none}.facebook-description{padding:1em 0 0 0;color:#999;font-size:.9em;text-align:center}
/*InterfaceElements.css*/.paging a,.paging .selected{border-radius:4px 4px 4px 4px}.content-ratings{border-radius:3px 3px 3px 3px}.content-ratings .rate-up,.content-ratings .rate-down{border-radius:3px 3px 3px 3px}
/*Settings.css*/#settings .sidebar-navigation a{display:block;padding:.25em .5em .25em 25px;background-position:5px center;background-repeat:no-repeat}#settings .sidebar-navigation a.settings-profile{background-image:url(/content/images/icons/profile-edit.png)}#settings .sidebar-navigation a.settings-avatar{background-image:url(/content/images/icons/profile-avatar.png)}#settings .sidebar-navigation a.settings-username{background-image:url(/content/images/icons/profile-username.png)}#settings .sidebar-navigation a.settings-profile-details{background-image:url(/content/images/icons/settings-details.png)}#settings .sidebar-navigation a.settings-interests{background-image:url(/content/images/icons/settings-interests.png)}#settings .sidebar-navigation a.settings-customize{background-image:url(/content/images/icons/settings-customize.png)}#settings .sidebar-navigation a.settings-email{background-image:url(/content/images/icons/settings-mail.png)}#settings .sidebar-navigation a.settings-password{background-image:url(/content/images/icons/settings-password.png)}#settings .sidebar-navigation a.settings-privacy{background-image:url(/content/images/icons/settings-privacy.png)}#settings .sidebar-navigation a.settings-messaging{background-image:url(/content/images/icons/AlertTypes/AlertMessage.png)}#settings .sidebar-navigation a.settings-notifications{background-image:url(/content/images/icons/settings-notifications.png)}#settings .sidebar-navigation a.settings-blocked-users{background-image:url(/content/images/icons/settings-blocks.png)}#settings .sidebar-navigation a.settings-chat{background-image:url(/content/images/icons/settings-chat.png)}#settings .sidebar-navigation a.settings-link{background-image:url(/content/images/icons/settings-link.png)}#settings .sidebar-navigation a.settings-upgrade{background-image:url(/content/images/icons/settings-upgrade.png)}@media all and (max-width:500px){#settings .sidebar-navigation a{font-size:1.2em;background-position:1em center;padding:.75em 3em}#settings .sidebar-navigation a:hover{background-color:#fff;color:#777}}#settings .section{background:#fff;margin-bottom:2em;padding:1em;border-radius:8px 8px 8px 8px}#settings .section h2{margin-bottom:1em}
/*Landing.css*/.signup-button{font-weight:bold;font-size:1.5em;padding:.5em 1.75em;display:inline-block;margin:1em 0 .5em 0;max-width:250px;min-width:150px}.landing-page #content-wrap{background:#0384ce url(/content/images/ui-backgrounds/large-blue-grad.png) repeat-x}.landing-page .splash h1{margin-top:10px;font-size:2.5em;color:#fff;margin-bottom:0;text-shadow:1px 1px #0384ce;min-width:600px;letter-spacing:-1px;font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,sans-serif;font-weight:normal}.landing-page .splash h1 span{font-size:.6em}.landing-page .splash h1.topic{min-width:0;padding-right:.25em;display:inline-block}.landing-page .splash .description{margin:1em 0 0 0;color:#04273b;font-size:1.1em;text-shadow:1px 1px #5ac2ff;font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,sans-serif}.landing-page .splash .button-hint{color:#eee}@media all and (max-width:500px){.landing-page .splash h1{min-width:0}}.landing-wrap{background-color:#fff;border-radius:8px 8px 8px 8px;-moz-box-shadow:5px 5px 5px rgba(0,0,0,.3),-3px 5px 20px rgba(0,0,0,.3);-webkit-box-shadow:5px 5px 5px rgba(0,0,0,.3),-3px 5px 20px rgba(0,0,0,.3);box-shadow:3px 5px 20px rgba(0,0,0,.3),-3px 5px 20px rgba(0,0,0,.3)}
/*UI.css*/.menu-button{border-radius:4px 4px 4px 4px;background-repeat:no-repeat;background-position:5px center;cursor:pointer;margin-right:5px}.menu-button a{background:none}.menu-button ul{display:none;position:absolute;background:#ddd;width:140px;top:23px;left:0;margin:0;z-index:100;border-radius:0 6px 6px 6px;padding:6px 0;-moz-box-shadow:5px 5px 5px rgba(0,0,0,.3);-webkit-box-shadow:5px 5px 5px rgba(0,0,0,.3);box-shadow:5px 5px 5px rgba(0,0,0,.3)}.menu-button ul.small{width:100px}.menu-button ul.right{left:auto;right:0;border-radius:6px 0 6px 6px}.menu-button li{list-style-type:none;margin:0}.menu-button:hover ul{display:block}.menu-button.user-chat-link{background-image:url(/content/images/icons/menu-button-chat.png);padding-left:25px}.menu-button.user-send-message-link{background-image:url(/content/images/icons/menu-button-message.png);padding-left:20px}.menu-button.status-friends{background-image:url(/content/images/icons/menu-button-friends.png);padding-left:25px}.menu-button.user-add-friend-link{background-image:url(/content/images/icons/menu-button-add-friend.png);padding-left:25px}.menu-button.user-remove-friend-link{background-image:url(/content/images/icons/menu-button-friends.png);padding-left:25px}.menu-button.user-block-link{background-image:url(/content/images/icons/menu-button-blocked.png);padding-left:25px}.menu-button.user-unblock-link{background-image:url(/content/images/icons/menu-button-blocked.png);padding-left:25px}@media all and (max-width:500px),all and (orientation:landscape)and (max-width:700px){.menu-button.user-chat-link{background-image:url(/uiResources/icons/xhdpi/chat-bubble/grey-500.png?width=16px);background-image:-webkit-image-set(url(/uiResources/icons/xhdpi/chat-bubble/grey-500.png?width=16px) 1x,url(/uiResources/icons/xhdpi/chat-bubble/grey-500.png?width=32px) 2x);background-image:-moz-image-set(url(/uiResources/icons/xhdpi/chat-bubble/grey-500.png?width=16px) 1x,url(/uiResources/icons/xhdpi/chat-bubble/grey-500.png?width=32px) 2x);background-image:-o-image-set(url(/uiResources/icons/xhdpi/chat-bubble/grey-500.png?width=16px) 1x,url(/uiResources/icons/xhdpi/chat-bubble/grey-500.png?width=32px) 2x);background-image:-ms-image-set(url(/uiResources/icons/xhdpi/chat-bubble/grey-500.png?width=16px) 1x,url(/uiResources/icons/xhdpi/chat-bubble/grey-500.png?width=32px) 2x);background-image:image-set(url(/uiResources/icons/xhdpi/chat-bubble/grey-500.png?width=16px) 1x,url(/uiResources/icons/xhdpi/chat-bubble/grey-500.png?width=32px) 2x)}.menu-button.user-send-message-link{background-image:url(/uiResources/icons/xhdpi/message/grey-500.png?width=16px);background-image:-webkit-image-set(url(/uiResources/icons/xhdpi/message/grey-500.png?width=16px) 1x,url(/uiResources/icons/xhdpi/message/grey-500.png?width=32px) 2x);background-image:-moz-image-set(url(/uiResources/icons/xhdpi/message/grey-500.png?width=16px) 1x,url(/uiResources/icons/xhdpi/message/grey-500.png?width=32px) 2x);background-image:-o-image-set(url(/uiResources/icons/xhdpi/message/grey-500.png?width=16px) 1x,url(/uiResources/icons/xhdpi/message/grey-500.png?width=32px) 2x);background-image:-ms-image-set(url(/uiResources/icons/xhdpi/message/grey-500.png?width=16px) 1x,url(/uiResources/icons/xhdpi/message/grey-500.png?width=32px) 2x);background-image:image-set(url(/uiResources/icons/xhdpi/message/grey-500.png?width=16px) 1x,url(/uiResources/icons/xhdpi/message/grey-500.png?width=32px) 2x)}.menu-button.status-friends{background-image:url(/uiResources/icons/xhdpi/people/grey-500.png?width=16px);background-image:-webkit-image-set(url(/uiResources/icons/xhdpi/people/grey-500.png?width=16px) 1x,url(/uiResources/icons/xhdpi/people/grey-500.png?width=32px) 2x);background-image:-moz-image-set(url(/uiResources/icons/xhdpi/people/grey-500.png?width=16px) 1x,url(/uiResources/icons/xhdpi/people/grey-500.png?width=32px) 2x);background-image:-o-image-set(url(/uiResources/icons/xhdpi/people/grey-500.png?width=16px) 1x,url(/uiResources/icons/xhdpi/people/grey-500.png?width=32px) 2x);background-image:-ms-image-set(url(/uiResources/icons/xhdpi/people/grey-500.png?width=16px) 1x,url(/uiResources/icons/xhdpi/people/grey-500.png?width=32px) 2x);background-image:image-set(url(/uiResources/icons/xhdpi/people/grey-500.png?width=16px) 1x,url(/uiResources/icons/xhdpi/people/grey-500.png?width=32px) 2x)}.menu-button.user-add-friend-link{background-image:url(/uiResources/icons/xhdpi/people-add/grey-500.png?width=16px);background-image:-webkit-image-set(url(/uiResources/icons/xhdpi/people-add/grey-500.png?width=16px) 1x,url(/uiResources/icons/xhdpi/people-add/grey-500.png?width=32px) 2x);background-image:-moz-image-set(url(/uiResources/icons/xhdpi/people-add/grey-500.png?width=16px) 1x,url(/uiResources/icons/xhdpi/people-add/grey-500.png?width=32px) 2x);background-image:-o-image-set(url(/uiResources/icons/xhdpi/people-add/grey-500.png?width=16px) 1x,url(/uiResources/icons/xhdpi/people-add/grey-500.png?width=32px) 2x);background-image:-ms-image-set(url(/uiResources/icons/xhdpi/people-add/grey-500.png?width=16px) 1x,url(/uiResources/icons/xhdpi/people-add/grey-500.png?width=32px) 2x);background-image:image-set(url(/uiResources/icons/xhdpi/people-add/grey-500.png?width=16px) 1x,url(/uiResources/icons/xhdpi/people-add/grey-500.png?width=32px) 2x)}.menu-button.user-remove-friend-link{background-image:url(/uiResources/icons/xhdpi/people/grey-500.png?width=16px);background-image:-webkit-image-set(url(/uiResources/icons/xhdpi/people/grey-500.png?width=16px) 1x,url(/uiResources/icons/xhdpi/people/grey-500.png?width=32px) 2x);background-image:-moz-image-set(url(/uiResources/icons/xhdpi/people/grey-500.png?width=16px) 1x,url(/uiResources/icons/xhdpi/people/grey-500.png?width=32px) 2x);background-image:-o-image-set(url(/uiResources/icons/xhdpi/people/grey-500.png?width=16px) 1x,url(/uiResources/icons/xhdpi/people/grey-500.png?width=32px) 2x);background-image:-ms-image-set(url(/uiResources/icons/xhdpi/people/grey-500.png?width=16px) 1x,url(/uiResources/icons/xhdpi/people/grey-500.png?width=32px) 2x);background-image:image-set(url(/uiResources/icons/xhdpi/people/grey-500.png?width=16px) 1x,url(/uiResources/icons/xhdpi/people/grey-500.png?width=32px) 2x)}.menu-button.user-block-link{background-image:url(/uiResources/icons/xhdpi/block/grey-500.png?width=16px);background-image:-webkit-image-set(url(/uiResources/icons/xhdpi/block/grey-500.png?width=16px) 1x,url(/uiResources/icons/xhdpi/block/grey-500.png?width=32px) 2x);background-image:-moz-image-set(url(/uiResources/icons/xhdpi/block/grey-500.png?width=16px) 1x,url(/uiResources/icons/xhdpi/block/grey-500.png?width=32px) 2x);background-image:-o-image-set(url(/uiResources/icons/xhdpi/block/grey-500.png?width=16px) 1x,url(/uiResources/icons/xhdpi/block/grey-500.png?width=32px) 2x);background-image:-ms-image-set(url(/uiResources/icons/xhdpi/block/grey-500.png?width=16px) 1x,url(/uiResources/icons/xhdpi/block/grey-500.png?width=32px) 2x);background-image:image-set(url(/uiResources/icons/xhdpi/block/grey-500.png?width=16px) 1x,url(/uiResources/icons/xhdpi/block/grey-500.png?width=32px) 2x)}.menu-button.user-unblock-link{background-image:url(/uiResources/icons/xhdpi/block/grey-500.png?width=16px);background-image:-webkit-image-set(url(/uiResources/icons/xhdpi/block/grey-500.png?width=16px) 1x,url(/uiResources/icons/xhdpi/block/grey-500.png?width=32px) 2x);background-image:-moz-image-set(url(/uiResources/icons/xhdpi/block/grey-500.png?width=16px) 1x,url(/uiResources/icons/xhdpi/block/grey-500.png?width=32px) 2x);background-image:-o-image-set(url(/uiResources/icons/xhdpi/block/grey-500.png?width=16px) 1x,url(/uiResources/icons/xhdpi/block/grey-500.png?width=32px) 2x);background-image:-ms-image-set(url(/uiResources/icons/xhdpi/block/grey-500.png?width=16px) 1x,url(/uiResources/icons/xhdpi/block/grey-500.png?width=32px) 2x);background-image:image-set(url(/uiResources/icons/xhdpi/block/grey-500.png?width=16px) 1x,url(/uiResources/icons/xhdpi/block/grey-500.png?width=32px) 2x)}}
/*Purchase.css*/#economy-dialog{margin:0 -1.8em -1.8em -1.8em}#economy-dialog .tabs{margin:0 2em -1px 2em}#economy-dialog .tabs-break{border-top:solid 1px #aaa;margin:0 -1px}#economy-dialog .banner{font-weight:normal;margin:0 -1em 1em -1em;font-size:1.5em}#economy-dialog .gold{background:#ffeecd;border-color:#b28735;color:#b28735}#economy-dialog .needed{background-color:#f26c4f;color:#fff;border:1px solid #bf573f}#economy-dialog .needed .credits-amount{color:#fff}#economy-dialog em{font-size:.75em;line-height:1.2em;display:inline-block}#credit-purchase{border-collapse:collapse;border-radius:0 0 6px 6px;color:#1b325f}#credit-purchase th{padding:.5em .75em;vertical-align:middle}#credit-purchase td{background:#e9f2f9;padding:.5em .75em;border-top:solid 1px #1b5d90}#credit-purchase .credit-image{width:110px;text-align:center;padding-top:.75em;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#credit-purchase .credits{padding:.75em 1em .75em 0;width:140px;line-height:1.25em;text-align:right;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#credit-purchase .credits strong{font-size:1.5em;color:#f26c4f;text-shadow:1px 1px #f6aeff}#credit-purchase .most-popular,#credit-purchase .best-value{display:inline-block;border-radius:4px 4px 4px 4px;background:#94e48c;padding:2px .25em;margin:.5em 0 0 0}#credit-purchase .bonus-column{padding:.75em 1em .75em 0;width:120px;line-height:1.25em;text-align:right;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background-color:#c7dcec}#credit-purchase .bonus-column .credits-amount,#credit-purchase .bonus-column .bonus-currency{font-weight:normal;font-size:1.4em;color:#f26c4f;text-shadow:1px 1px #f6aeff}#credit-purchase .bonus-column .bonus-currency{margin-top:.25em}#credit-purchase th.bonus-column{padding:.5em;text-align:center;font-size:.8em;border-radius:12px 12px 0 0}#credit-purchase .price{padding:.75em 1em .75em 0;width:80px;line-height:1.25em;text-align:right;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#credit-purchase .price strong{font-size:1.4em;color:#1b325f;text-shadow:1px 1px #a0b0cf}#credit-purchase .pay-column{width:80px;text-align:center;font-size:.9em;padding-top:.75em}#credit-purchase .pay-column div{margin-top:.25em}#credit-purchase .button{display:inline-block;box-shadow:0 1px 0 #19820d,0 -1px 0 #19820d;border:solid 1px #83cd7c}#credit-purchase .button strong{padding:0 0 1px 0;text-shadow:none;margin:auto;width:50px;font-size:1.3em;font-weight:normal;color:#fff;display:block;text-align:center;text-shadow:1px 1px Green}#credit-purchase .button-credit-card{background-color:#21b412!important;background:url(/content/images/icons/button-creditcard.png) no-repeat 2px 4px;padding:.25em 0 .25em 24px}#credit-purchase .button-paypal{background-color:#21b412!important;background:url(/content/images/icons/button-paypal.png) no-repeat 5px 4px;padding:.25em 0 .25em 20px}#credit-purchase .button:hover{background-color:#4ec542!important}#credit-purchase .footer{background:#fff;text-align:center;border-radius:0 0 6px 6px;padding-top:.5em;border-top:solid 1px #1b5d90}#credit-purchase.credit-purchase-input .validation-summary-errors{color:#c33;width:300px;margin:0 auto;list-style:inside}#credit-purchase.credit-purchase-input .icon-wrap{margin:-4.76em auto 1em auto;width:100px;height:100px;border-radius:50% 50% 50% 50%;border:1px solid #ccc;padding:3px;background-color:#fff;position:relative;box-shadow:0 1px 3px rgba(0,0,0,.6)}#credit-purchase.credit-purchase-input .icon-wrap h1{position:absolute;left:-2.25em;right:-2.25em;bottom:.25em;font-size:1.25em;color:#f26c4f;text-shadow:1px 1px #f6aeff;text-align:center;background-color:#e9f2f9;border-radius:4px 4px 4px 4px;border:solid 1px #1b5d90;padding:.25em 0;box-shadow:0 1px 3px rgba(0,0,0,.6)}@media all and (max-width:500px){#credit-purchase.credit-purchase-input .icon-wrap{margin:-2.76em auto 1em auto}}#credit-purchase.credit-purchase-input .icon{width:90px;height:90px;border-radius:50% 50% 50% 50%;border:5px solid #1b5d90;background-color:#e9f2f9}#credit-purchase.credit-purchase-input .icon-center{width:90px;height:90px;display:table-cell;vertical-align:middle;text-align:center}#credit-purchase.credit-purchase-input .button-credit-card-wrap{text-align:center;background-color:#fff}#credit-purchase.credit-purchase-input .info{font-size:.75em;color:#a8a8a8;font-style:italic}#credit-purchase.credit-purchase-input .card-email{text-align:center;padding-top:1.25em;padding-bottom:.25em}#credit-purchase.credit-purchase-input .card-email input{padding-left:45px;background:url(/content/images/credits/email-small.png) no-repeat 12px 10px;box-sizing:border-box;width:300px;height:40px;border-radius:.5em .5em .5em .5em;border:1px solid #aaa;background-color:#fff}#credit-purchase.credit-purchase-input .card-number{text-align:center;padding-top:1.25em}#credit-purchase.credit-purchase-input .card-number input{padding-left:45px;background:url(/content/images/credits/cc-small.png) no-repeat 9px 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:300px;height:40px;border-radius:.5em .5em .5em .5em;border:1px solid #aaa;background-color:#fff}#credit-purchase.credit-purchase-input .card-exp{text-align:right;padding-right:0;border-top:none}#credit-purchase.credit-purchase-input .card-exp input{padding-left:45px;background:url(/content/images/credits/exp-small.png) no-repeat 13px 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:150px;height:40px;border-radius:.5em 0 0 .5em;border:1px solid #aaa;background-color:#fefefe}#credit-purchase.credit-purchase-input .card-cvv{padding-left:0;border-top:none}#credit-purchase.credit-purchase-input .card-cvv input{padding-left:45px;background:url(/content/images/credits/cvv-small.png) no-repeat 14px 7px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:150px;height:40px;border-radius:0 .5em .5em 0;border:1px solid #aaa;border-left:none;background-color:#fefefe}#credit-purchase.credit-purchase-input .card-remember{padding-bottom:1em;border-top:none;text-align:center}#credit-purchase.credit-purchase-input .card-remember label{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:inline-block;width:300px;height:40px;padding:8px;border-radius:.5em .5em .5em .5em;border:1px solid #aaa;background-color:#fefefe}#credit-purchase.credit-purchase-input .card-remember input{width:1.1em;height:1.1em}#credit-purchase.credit-purchase-input .button-credit-card{margin:.75em 0 .25em 0;background-position:.5em .65em;padding:.5em .5em .5em 2.25em;font-size:1.5em;box-shadow:0 1px 3px rgba(0,0,0,.6)}#credit-purchase.credit-purchase-input .footer{border-top:none}#credit-purchase.credit-purchase-input .success{display:none;padding:1em 0;background-color:#21b412;border:solid 1px #216412;border-left:none;border-right:none;margin-bottom:1em;color:#fff;text-align:center}#credit-purchase.credit-purchase-input .success .credits-amount{color:#fff}.streak-container .day-container .day{color:#fff;border-right:1px solid #fff}.streak-container .day-container:first-child .day{border-top-left-radius:1.5em;border-bottom-left-radius:1.5em;padding-left:.5em}.streak-container .day-container:last-child .day{border-top-right-radius:1.5em;border-bottom-right-radius:1.5em;padding-right:.5em}.streak-container .day-container .bar{position:relative;height:2em}.streak-container .day-container:first-child .bar{border-top-left-radius:1em;border-bottom-left-radius:1em}.streak-container .day-container:last-child .bar{border-top-right-radius:1em;border-bottom-right-radius:1em}.streak-container .day-container .progress{min-width:2em;height:2em}.streak-container .day-container:first-child .progress{border-top-left-radius:1em;border-bottom-left-radius:1em}.streak-container .waiting .day-container .progress{border-top-right-radius:1em;border-bottom-right-radius:1em}.streak-container .label{position:absolute;top:0;right:0;bottom:0;left:0;color:#fff;text-align:center;height:2em;font-size:1em;padding-top:.35em;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.streak-container .status{color:#222;text-align:center;font-size:.9em;padding-top:.35em}.streak-container .waiting .day{background-color:#b8dbff}.streak-container .waiting .bar{background-color:#5d98d4}.streak-container .waiting .progress,.streak-container .waiting .redeemed{background-color:#0355a6}.streak-container .redeemable .day{background-color:#b8ffdb}.streak-container .redeemable .bar{background-color:#5dd398}.streak-container .redeemable .progress,.streak-container .redeemable .redeemed{background-color:#03a655}.streak-container .expired .day{background-color:#ffbeb8}.streak-container .expired .bar{background-color:#d4675d}.streak-container .expired .progress,.streak-container .expired .redeemed{background-color:#a61103}.waiting-color{color:#0d559e!important}.redeemable-color{color:#0d9e55!important}.expired-color{color:#a61103!important}@media all and (max-width:500px){#credit-purchase .credits,#credit-purchase .price,#credit-purchase .pay-column{width:auto;padding:1em 0}#credit-purchase .credits{padding-left:.5em}#credit-purchase .credits,#credit-purchase .price{text-align:left}#credit-purchase .most-popular,#credit-purchase .best-value,#credit-purchase .normal-credits{display:none}}
/*Material-Core.css*/.material-color-red{color:#f44336}.material-color-green{color:#4caf50}.material-color-grey{color:#9e9e9e}.card.c-1{border:solid 1px #ccc;background-color:#fff;border-radius:4px 4px 4px 4px;-webkit-transition-property:box-shadow;-moz-transition-property:box-shadow;-o-transition-property:box-shadow;transition-property:box-shadow;-webkit-transition-duration:.2s;-moz-transition-duration:.2s;-o-transition-duration:.2s;transition-duration:.2s;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)}.card.c-1:hover{-webkit-transition-duration:.1s;-moz-transition-duration:.1s;-o-transition-duration:.1s;transition-duration:.1s;box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23)}.card.c-2{border:solid 1px #ccc;background-color:#fff;border-radius:4px 4px 4px 4px;-webkit-transition-property:box-shadow;-moz-transition-property:box-shadow;-o-transition-property:box-shadow;transition-property:box-shadow;-webkit-transition-duration:.2s;-moz-transition-duration:.2s;-o-transition-duration:.2s;transition-duration:.2s;box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23)}.card.c-2:hover{-webkit-transition-duration:.1s;-moz-transition-duration:.1s;-o-transition-duration:.1s;transition-duration:.1s;box-shadow:0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23)}.card.c-3{border:solid 1px #ccc;background-color:#fff;border-radius:4px 4px 4px 4px;-webkit-transition-property:box-shadow;-moz-transition-property:box-shadow;-o-transition-property:box-shadow;transition-property:box-shadow;-webkit-transition-duration:.2s;-moz-transition-duration:.2s;-o-transition-duration:.2s;transition-duration:.2s;box-shadow:0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23)}.card.c-3:hover{-webkit-transition-duration:.1s;-moz-transition-duration:.1s;-o-transition-duration:.1s;transition-duration:.1s;box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22)}.card.c-4{border:solid 1px #ccc;background-color:#fff;border-radius:4px 4px 4px 4px;-webkit-transition-property:box-shadow;-moz-transition-property:box-shadow;-o-transition-property:box-shadow;transition-property:box-shadow;-webkit-transition-duration:.2s;-moz-transition-duration:.2s;-o-transition-duration:.2s;transition-duration:.2s;box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22)}.card.c-4:hover{-webkit-transition-duration:.1s;-moz-transition-duration:.1s;-o-transition-duration:.1s;transition-duration:.1s;box-shadow:0 19px 38px rgba(0,0,0,.3),0 15px 12px rgba(0,0,0,.22)}.card.c-5{border:solid 1px #ccc;background-color:#fff;border-radius:4px 4px 4px 4px;-webkit-transition-property:box-shadow;-moz-transition-property:box-shadow;-o-transition-property:box-shadow;transition-property:box-shadow;-webkit-transition-duration:.2s;-moz-transition-duration:.2s;-o-transition-duration:.2s;transition-duration:.2s;box-shadow:0 19px 38px rgba(0,0,0,.3),0 15px 12px rgba(0,0,0,.22)}.card.c-5:hover{-webkit-transition-duration:.1s;-moz-transition-duration:.1s;-o-transition-duration:.1s;transition-duration:.1s}@media all and (max-width:500px),all and (orientation:landscape)and (max-width:700px){.material-list{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:8px 0;list-style:none}.material-list li{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;margin:0;padding:0}.material-list li.break{height:8px;border:0;border-bottom:1px solid #e0e0e0}.material-list a,.material-list .form-link input{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;display:block;height:48px;line-height:48px;vertical-align:middle;font-size:14px;padding:0 16px;color:#616161}.material-list a:hover,.material-list a:visited,.material-list a:active,.material-list .form-link input:hover,.material-list .form-link input:visited,.material-list .form-link input:active{color:#616161}.material-list a[data-accessory-icon],.material-list .form-link input[data-accessory-icon]{padding-left:56px;background-position:16px 12px;background-repeat:no-repeat}.material-list h2{height:48px;line-height:48px;padding:0 16px;margin:8px 0 0 0;font-size:14px;color:#9e9e9e;font-weight:bold}.material-list [data-accessory]{position:absolute;top:0;right:0;bottom:0;width:auto;height:48px;margin:0;padding:0 16px;background-repeat:no-repeat;background-position:center center}.material-list [data-accessory]:hover,.material-list [data-accessory]:visited,.material-list [data-accessory]:active{color:#9e9e9e}.material-form .button,.material-form .button:visited,.material-form .form-table label.button,.material-form .form-table label.button:visited{display:inline-block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:1em;font-size:1rem;line-height:1;height:36px;min-width:88px;padding:.6em 1em;padding:.6rem 1rem;outline:none;text-align:center;box-shadow:none}.material-form .button.small,.material-form .button.small:visited,.material-form .button:visited.small,.material-form .button:visited.small:visited,.material-form .form-table label.button.small,.material-form .form-table label.button.small:visited,.material-form .form-table label.button:visited.small,.material-form .form-table label.button:visited.small:visited{font-size:.8em;font-size:.8rem;height:24px;min-width:48px;padding:.3em .3em;padding:.3rem .3rem}.material-form .form-table label.file-input-button,.material-form .form-table label.file-input-button:visited{padding-left:48px;background-repeat:no-repeat;background-position:12px center;background-image:url(/uiResources/icons/xhdpi/photo-add/grey-50.png?width=24px);background-image:-webkit-image-set(url(/uiResources/icons/xhdpi/photo-add/grey-50.png?width=24px) 1x,url(/uiResources/icons/xhdpi/photo-add/grey-50.png?width=48px) 2x);background-image:-moz-image-set(url(/uiResources/icons/xhdpi/photo-add/grey-50.png?width=24px) 1x,url(/uiResources/icons/xhdpi/photo-add/grey-50.png?width=48px) 2x);background-image:-o-image-set(url(/uiResources/icons/xhdpi/photo-add/grey-50.png?width=24px) 1x,url(/uiResources/icons/xhdpi/photo-add/grey-50.png?width=48px) 2x);background-image:-ms-image-set(url(/uiResources/icons/xhdpi/photo-add/grey-50.png?width=24px) 1x,url(/uiResources/icons/xhdpi/photo-add/grey-50.png?width=48px) 2x);background-image:image-set(url(/uiResources/icons/xhdpi/photo-add/grey-50.png?width=24px) 1x,url(/uiResources/icons/xhdpi/photo-add/grey-50.png?width=48px) 2x)}.material-form .form-table th{display:block;width:auto;padding:16px 16px 0 16px;background-color:#fff}.material-form .form-table th label{font-size:12px;font-weight:bold;color:#9e9e9e;margin:0;padding:0}.material-form .form-table th em{font-size:11px;font-style:normal;font-weight:normal;color:#bdbdbd;display:inline}.material-form .form-table td{display:block;width:auto;padding:16px;background-color:#fff;border-bottom:1px solid #e0e0e0;overflow:hidden}.material-form .form-table td label{display:inline-block;font-size:12px;margin:0;padding:0}.material-form .form-table td.type-text{padding:0 16px 16px 16px}.material-form .form-table td.type-select{padding:0 16px 16px 16px}.material-form .form-table td.type-radio label,.material-form .form-table td.type-radio img,.material-form .form-table td.type-checkbox label,.material-form .form-table td.type-checkbox img{margin:12px 8px 12px 0}.material-form .form-table td.type-radio label:first-of-type,.material-form .form-table td.type-radio img:first-of-type,.material-form .form-table td.type-checkbox label:first-of-type,.material-form .form-table td.type-checkbox img:first-of-type{margin:0 8px 12px 0}.material-form .form-table td.type-radio label:last-of-type,.material-form .form-table td.type-radio img:last-of-type,.material-form .form-table td.type-checkbox label:last-of-type,.material-form .form-table td.type-checkbox img:last-of-type{margin:12px 8px 0 0}.material-form .form-table td.type-radio label:last-of-type:first-of-type,.material-form .form-table td.type-radio img:last-of-type:first-of-type,.material-form .form-table td.type-checkbox label:last-of-type:first-of-type,.material-form .form-table td.type-checkbox img:last-of-type:first-of-type{margin:12px 8px 12px 0!important}.material-form textarea,.material-form input,.material-form select{-webkit-appearance:none;-moz-appearance:none;outline:none;box-shadow:none}.material-form textarea,.material-form select,.material-form input[type="text"],.material-form input[type="email"],.material-form input[type="password"],.material-form .form-token,.material-form .input-text,.material-form #captcha-text{display:inline-block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;background:transparent;border:none;border-radius:0;height:48px;padding:16px 0 16px 0;border-bottom:1px solid #757575;font-size:16px;font-weight:normal;outline:none}.material-form textarea:focus,.material-form select:focus,.material-form input[type="text"]:focus,.material-form input[type="email"]:focus,.material-form input[type="password"]:focus,.material-form .form-token:focus,.material-form .input-text:focus,.material-form #captcha-text:focus{border-bottom:3px solid #2196f3;height:48px;padding:16px 0 14px 0}.material-form select,.material-form input[type="text"],.material-form input[type="email"],.material-form input[type="password"],.material-form .form-token,.material-form .input-text,.material-form #captcha-text{-ms-text-overflow:ellipsis;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.material-form textarea{font-size:16px}.material-form select{height:48px;padding:0}.material-form select:focus{height:48px;padding:2px 0 0 0}.material-form input[type="checkbox"],.material-form input[type="radio"]{display:inline-block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;min-width:18px;min-height:18px;margin:12px 8px 12px 0;cursor:pointer;border:2px solid #9e9e9e;background-size:100%;background-position:center center;background-repeat:no-repeat}.material-form input[type="checkbox"]:last-of-type,.material-form input[type="radio"]:last-of-type{margin:12px 8px 0 0}.material-form input[type="checkbox"]:first-of-type,.material-form input[type="radio"]:first-of-type{margin:0 8px 12px 0}.material-form input[type="checkbox"]:last-of-type:first-of-type,.material-form input[type="radio"]:last-of-type:first-of-type{margin:12px 8px 12px 0!important}.material-form input[type="checkbox"]:checked,.material-form input[type="radio"]:checked{border:2px solid #2196f3;background-color:#2196f3}.material-form input[type="checkbox"]{border-radius:2px}.material-form input[type="checkbox"]:checked{background-image:url(/uiResources/icons/xhdpi/check/grey-50.png?width=48px);background-image:-webkit-image-set(url(/uiResources/icons/xhdpi/check/grey-50.png?width=48px) 1x,url(/uiResources/icons/xhdpi/check/grey-50.png?width=96px) 2x);background-image:-moz-image-set(url(/uiResources/icons/xhdpi/check/grey-50.png?width=48px) 1x,url(/uiResources/icons/xhdpi/check/grey-50.png?width=96px) 2x);background-image:-o-image-set(url(/uiResources/icons/xhdpi/check/grey-50.png?width=48px) 1x,url(/uiResources/icons/xhdpi/check/grey-50.png?width=96px) 2x);background-image:-ms-image-set(url(/uiResources/icons/xhdpi/check/grey-50.png?width=48px) 1x,url(/uiResources/icons/xhdpi/check/grey-50.png?width=96px) 2x);background-image:image-set(url(/uiResources/icons/xhdpi/check/grey-50.png?width=48px) 1x,url(/uiResources/icons/xhdpi/check/grey-50.png?width=96px) 2x)}.material-form input[type="radio"]{border-radius:50%}.material-form input[type="radio"]:checked{box-shadow:inset 0 0 0 3px #fff}.material-form .form-token{max-width:100%;min-width:100%;width:0;padding-right:32px;position:relative}.material-form .form-token a{position:absolute;top:16px;right:0}.material-form .color-pallet{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:1px solid #9e9e9e}.material-form .color-pallet .color-pallet-inner{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:245px;width:77vw}.material-form .color-pallet .swatch{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:35px;width:11vw;height:35px;height:11vw;background-repeat:no-repeat;background-position:95% 95%;background-size:50%}.material-form .color-pallet .SelectedLight{background-image:url(/uiResources/icons/xhdpi/check/grey-50.png?width=48px);background-image:-webkit-image-set(url(/uiResources/icons/xhdpi/check/grey-50.png?width=48px) 1x,url(/uiResources/icons/xhdpi/check/grey-50.png?width=96px) 2x);background-image:-moz-image-set(url(/uiResources/icons/xhdpi/check/grey-50.png?width=48px) 1x,url(/uiResources/icons/xhdpi/check/grey-50.png?width=96px) 2x);background-image:-o-image-set(url(/uiResources/icons/xhdpi/check/grey-50.png?width=48px) 1x,url(/uiResources/icons/xhdpi/check/grey-50.png?width=96px) 2x);background-image:-ms-image-set(url(/uiResources/icons/xhdpi/check/grey-50.png?width=48px) 1x,url(/uiResources/icons/xhdpi/check/grey-50.png?width=96px) 2x);background-image:image-set(url(/uiResources/icons/xhdpi/check/grey-50.png?width=48px) 1x,url(/uiResources/icons/xhdpi/check/grey-50.png?width=96px) 2x)}.material-form .color-pallet .SelectedDark{background-image:url(/uiResources/icons/xhdpi/check/grey-900.png?width=48px);background-image:-webkit-image-set(url(/uiResources/icons/xhdpi/check/grey-900.png?width=48px) 1x,url(/uiResources/icons/xhdpi/check/grey-900.png?width=96px) 2x);background-image:-moz-image-set(url(/uiResources/icons/xhdpi/check/grey-900.png?width=48px) 1x,url(/uiResources/icons/xhdpi/check/grey-900.png?width=96px) 2x);background-image:-o-image-set(url(/uiResources/icons/xhdpi/check/grey-900.png?width=48px) 1x,url(/uiResources/icons/xhdpi/check/grey-900.png?width=96px) 2x);background-image:-ms-image-set(url(/uiResources/icons/xhdpi/check/grey-900.png?width=48px) 1x,url(/uiResources/icons/xhdpi/check/grey-900.png?width=96px) 2x);background-image:image-set(url(/uiResources/icons/xhdpi/check/grey-900.png?width=48px) 1x,url(/uiResources/icons/xhdpi/check/grey-900.png?width=96px) 2x)}.material-form .file-input-button{font-size:1em;font-size:1rem;padding:1em;padding:1rem;width:auto;height:auto}.material-form .position-editor{width:256px;width:80vw;height:256px;height:80vw;margin:0 auto}.material-form .captcha-image{max-width:80vw;margin:0 auto;display:block}.material-form #captcha-text{max-width:80vw;margin:0 auto;display:block}.material-form .field-validation-error{padding:0;font-size:10pt}}
/*Common.css*/.fle{float:left}.fri{float:right}.vat{vertical-align:top}.vam{vertical-align:middle}.vab{vertical-align:bottom}.tal{text-align:left}.tac{text-align:center}.tar{text-align:right}.justify-content{text-align:justify;text-align-last:justify}.justify-content:after{content:".";display:inline-block;width:100%;height:0;visibility:hidden}.fs08{font-size:.8em}.fs09{font-size:.9em}.fs10{font-size:1em}.fs11{font-size:1.1em}.fs12{font-size:1.2em}.fs13{font-size:1.3em}.fs14{font-size:1.4em}.fs15{font-size:1.5em}.fs16{font-size:1.6em}.fs18{font-size:1.8em}.fs20{font-size:2em}.fwno{font-weight:normal}.fwbo{font-weight:bold}.w100{width:100%!important}.w90{width:90%!important}.w75{width:75%!important}.w70{width:70%!important}.w50{width:50%!important}.w45{width:45%!important}.w30{width:30%!important}.w25{width:25%!important}.w20{width:20%!important}.w15{width:15%!important}.w10{width:10%!important}.w33{width:33%!important}.w66{width:66%!important}.w16{width:16%!important}.maze{margin:0}.paze{padding:0}.mami{margin:.125em}.pami{padding:.125em}.mati{margin:.25em}.pati{padding:.25em}.masm{margin:.5em}.pasm{padding:.5em}.mame{margin:.75em}.pame{padding:.75em}.mala{margin:1em}.pala{padding:1em}.magi{margin:1.5em}.pagi{padding:1.5em}.mahu{margin:2em}.pahu{padding:2em}.mtze{margin-top:0}.ptze{padding-top:0}.mtmi{margin-top:.125em}.ptmi{padding-top:.125em}.mtti{margin-top:.25em}.ptti{padding-top:.25em}.mtsm{margin-top:.5em}.ptsm{padding-top:.5em}.mtme{margin-top:.75em}.ptme{padding-top:.75em}.mtla{margin-top:1em}.ptla{padding-top:1em}.mtgi{margin-top:1.5em}.ptgi{padding-top:1.5em}.mthu{margin-top:2em}.pthu{padding-top:2em}.mrze{margin-right:0}.prze{padding-right:0}.mrmi{margin-right:.125em}.prmi{padding-right:.125em}.mrti{margin-right:.25em}.prti{padding-right:.25em}.mrsm{margin-right:.5em}.prsm{padding-right:.5em}.mrme{margin-right:.75em}.prme{padding-right:.75em}.mrla{margin-right:1em}.prla{padding-right:1em}.mrgi{margin-right:1.5em}.prgi{padding-right:1.5em}.mrhu{margin-right:2em}.prhu{padding-right:2em}.mbze{margin-bottom:0}.pbze{padding-bottom:0}.mbmi{margin-bottom:.125em}.pbmi{padding-bottom:.125em}.mbti{margin-bottom:.25em}.pbti{padding-bottom:.25em}.mbsm{margin-bottom:.5em}.pbsm{padding-bottom:.5em}.mbme{margin-bottom:.75em}.pbme{padding-bottom:.75em}.mbla{margin-bottom:1em}.pbla{padding-bottom:1em}.mbgi{margin-bottom:1.5em}.pbgi{padding-bottom:1.5em}.mbhu{margin-bottom:2em}.pbhu{padding-bottom:2em}.mlze{margin-left:0}.plze{padding-left:0}.mlmi{margin-left:.125em}.plmi{padding-left:.125em}.mlti{margin-left:.25em}.plti{padding-left:.25em}.mlsm{margin-left:.5em}.plsm{padding-left:.5em}.mlme{margin-left:.75em}.plme{padding-left:.75em}.mlla{margin-left:1em}.plla{padding-left:1em}.mlgi{margin-left:1.5em}.plgi{padding-left:1.5em}.mlhu{margin-left:2em}.plhu{padding-left:2em}.mact{margin-left:auto;margin-right:auto}.brci{border-radius:50% 50% 50% 50%}.brno{border-radius:0 0 0 0}.bono{border:0}.olno{outline:none}.bbox{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.dino{display:none}.diin{display:inline}.diib{display:inline-block}.dibl{display:block}.pabs{position:absolute}.prel{position:relative}
/*Responsive.css*/.responsive #content,.responsive #main-footer,.responsive #slim-footer-wrap{width:auto}.responsive #main-footer,.responsive #slim-footer-wrap,.responsive .constrained-content,.responsive .full-content{max-width:1200px;margin:auto;padding-left:3%;padding-right:3%}.responsive .constrained-content{max-width:980px}@media all and (max-width:800px){.responsive h1{font-size:1.2em}.responsive.not-authenticated #search{display:none}.responsive .full-content,.responsive .constrained-content{padding-left:0;padding-right:0}.responsive .full-content.r-padded-small,.responsive .constrained-content.r-padded-small{padding-left:3%;padding-right:3%}.responsive #main-footer #footer-panel-about{width:100%;margin-bottom:1em}.responsive #main-footer #footer-panel-links{width:100%}}@media all and (max-width:500px),all and (orientation:landscape)and (max-width:700px){.responsive #content{padding:0}.responsive.landing-page .splash h1{font-size:1.8em;min-width:300px}.responsive .stack-columns .column{display:block;width:auto!important}.responsive .mobile-hidden{display:none!important}.responsive #main-footer #footer-panel-links a{margin:.25em .75em}}.force-orientation{display:none;position:absolute;top:0;right:0;bottom:0;left:0;z-index:200;width:100%;height:100%;background:#eee;text-align:center;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.force-orientation img,.force-orientation p,.force-orientation .force-close{margin:1em 0}.force-orientation img{margin-top:6em}@media all and (orientation:landscape)and (max-width:700px){.force-portrait{max-height:100%;overflow:hidden}.force-portrait .force-orientation{display:block}}@media all and (orientation:portrait)and (max-width:500px){.force-landscape{max-height:100%;overflow:hidden}.force-landscape .force-orientation{display:block}}.col50{width:50%;float:left}.r-hide-xsmall{display:block!important}.r-hide-ib-xsmall{display:inline-block!important}.r-show-xsmall{display:none!important}.r-show-ib-xsmall{display:none!important}@media all and (max-width:500px),all and (orientation:landscape)and (max-width:700px){.r-center-xsmall{text-align:center!important;text-align-last:center!important}.r-left-xsmall{text-align:left!important;text-align-last:left!important}.r-fle-xsmall{float:left!important}.r-fri-xsmall{float:right!important}.r-fno-xsmall{float:none!important}.r-hide-xsmall{display:none!important}.r-hide-ib-xsmall{display:none!important}.r-show-xsmall{display:block!important}.r-show-ib-xsmall{display:inline-block!important}.r-w100-xsmall{width:100%!important}.r-w90-xsmall{width:90%!important}.r-w75-xsmall{width:75%!important}.r-w70-xsmall{width:70%!important}.r-w50-xsmall{width:50%!important}.r-w45-xsmall{width:45%!important}.r-w30-xsmall{width:30%!important}.r-w25-xsmall{width:25%!important}.r-w20-xsmall{width:20%!important}.r-w15-xsmall{width:15%!important}.r-w10-xsmall{width:10%!important}.r-w33-xsmall{width:33%!important}.r-w66-xsmall{width:66%!important}.r-w16-xsmall{width:16%!important}.r-wauto-xsmall{width:auto!important}}.r-hide-small{display:block!important}.r-hide-ib-small{display:inline-block!important}.r-show-small{display:none!important}.r-show-ib-small{display:none!important}@media all and (max-width:800px),all and (orientation:landscape)and (max-width:1100px){.r-center-small{text-align:center!important;text-align-last:center!important}.r-left-small{text-align:left!important;text-align-last:left!important}.r-fle-small{float:left!important}.r-fri-small{float:right!important}.r-fno-small{float:none!important}.r-hide-small{display:none!important}.r-hide-ib-small{display:none!important}.r-show-small{display:block!important}.r-show-ib-small{display:inline-block!important}.r-w100-small{width:100%!important}.r-w90-small{width:90%!important}.r-w75-small{width:75%!important}.r-w70-small{width:70%!important}.r-w50-small{width:50%!important}.r-w45-small{width:45%!important}.r-w30-small{width:30%!important}.r-w25-small{width:25%!important}.r-w20-small{width:20%!important}.r-w15-small{width:15%!important}.r-w10-small{width:10%!important}.r-w33-small{width:33%!important}.r-w66-small{width:66%!important}.r-w16-small{width:16%!important}.r-wauto-small{width:auto!important}}.r-thin-show{display:none!important}@media all and (max-width:500px),all and (orientation:landscape)and (max-width:700px){.r-thin-center{text-align:center;text-align-last:center}.r-thin-hide{display:none!important}.r-thin-show{display:block!important}.r-thin-w25{width:25%}.r-thin-w33{width:33.33%}}.gallery-image-responsive{display:block;text-align:center;padding:0}.gallery-image-responsive div{margin:5px}.gallery-image-responsive img{max-width:100%;border-radius:3px 3px 3px 3px}.gallery-image-responsive span{display:inline-block;width:100%;overflow:hidden;text-align:center;padding-bottom:3px;white-space:nowrap}
/*/Pages/Root.css*/.root-page-content{background:#fff;border-top:solid 1px #000}#places-panel-wrap{background:#e9eaef;border-top:solid 1px #aaa}#places-panel-wrap .places b{color:#aaa}#places-panel-wrap .places a,#places-panel-wrap .places a:visited,#places-panel-wrap .places a:link{color:#888}#places-panel-wrap .places a:hover{color:#555}#places-panel-wrap .places span{white-space:nowrap;padding-left:20px}#places-panel-wrap .flag{top:6px;left:0}.root-page #content{padding:1em 0 0 0}.root-page #slim-footer-wrap{max-width:960px}@media all and (max-width:500px){.root-page .splash{padding-bottom:.5em}}
/*/Apps/PeopleFinder.css*/body.people-finder-open{padding-top:80px}body.people-finder-open #navigation-shadow{top:80px}#people-finder-frame{padding:1em 3%;color:#ccc}#people-finder-close-button{color:#fff;background:#444;border-radius:6px 6px 6px 6px}#people-finder-close-button:hover{background:#555}@media all and (max-width:500px){body.people-finder-open{padding-top:98px}body.people-finder-open #navigation-shadow{top:98px}#people-finder-close-button{height:21px;width:21px;background:#444 url(/content/images/ui/chat-close.png) no-repeat}}

.e001{background-position:-0px -0px;}
.e002{background-position:-20px -0px;}
.e003{background-position:-40px -0px;}
.e005{background-position:-60px -0px;}
.e006{background-position:-80px -0px;}
.e007{background-position:-100px -0px;}
.e008{background-position:-120px -0px;}
.e009{background-position:-140px -0px;}
.e00a{background-position:-160px -0px;}
.e00b{background-position:-180px -0px;}
.e00c{background-position:-200px -0px;}
.e00d{background-position:-220px -0px;}
.e00e{background-position:-240px -0px;}
.e00f{background-position:-260px -0px;}
.e010{background-position:-280px -0px;}
.e011{background-position:-300px -0px;}
.e012{background-position:-320px -0px;}
.e013{background-position:-340px -0px;}
.e014{background-position:-360px -0px;}
.e015{background-position:-380px -0px;}
.e016{background-position:-0px -20px;}
.e017{background-position:-20px -20px;}
.e018{background-position:-40px -20px;}
.e019{background-position:-60px -20px;}
.e01a{background-position:-80px -20px;}
.e01b{background-position:-100px -20px;}
.e01c{background-position:-120px -20px;}
.e01d{background-position:-140px -20px;}
.e01e{background-position:-160px -20px;}
.e022{background-position:-180px -20px;}
.e023{background-position:-200px -20px;}
.e02d{background-position:-220px -20px;}
.e030{background-position:-240px -20px;}
.e031{background-position:-260px -20px;}
.e032{background-position:-280px -20px;}
.e033{background-position:-300px -20px;}
.e034{background-position:-320px -20px;}
.e035{background-position:-340px -20px;}
.e036{background-position:-360px -20px;}
.e037{background-position:-380px -20px;}
.e038{background-position:-0px -40px;}
.e039{background-position:-20px -40px;}
.e03a{background-position:-40px -40px;}
.e03c{background-position:-60px -40px;}
.e03d{background-position:-80px -40px;}
.e03e{background-position:-100px -40px;}
.e03f{background-position:-120px -40px;}
.e040{background-position:-140px -40px;}
.e041{background-position:-160px -40px;}
.e042{background-position:-180px -40px;}
.e043{background-position:-200px -40px;}
.e044{background-position:-220px -40px;}
.e045{background-position:-240px -40px;}
.e046{background-position:-260px -40px;}
.e047{background-position:-280px -40px;}
.e048{background-position:-300px -40px;}
.e049{background-position:-320px -40px;}
.e04a{background-position:-340px -40px;}
.e04b{background-position:-360px -40px;}
.e04c{background-position:-380px -40px;}
.e04d{background-position:-0px -60px;}
.e04e{background-position:-20px -60px;}
.e04f{background-position:-40px -60px;}
.e050{background-position:-60px -60px;}
.e051{background-position:-80px -60px;}
.e052{background-position:-100px -60px;}
.e053{background-position:-120px -60px;}
.e054{background-position:-140px -60px;}
.e055{background-position:-160px -60px;}
.e056{background-position:-180px -60px;}
.e057{background-position:-200px -60px;}
.e058{background-position:-220px -60px;}
.e059{background-position:-240px -60px;}
.e05a{background-position:-260px -60px;}
.e101{background-position:-280px -60px;}
.e102{background-position:-300px -60px;}
.e103{background-position:-320px -60px;}
.e105{background-position:-340px -60px;}
.e106{background-position:-360px -60px;}
.e107{background-position:-380px -60px;}
.e108{background-position:-0px -80px;}
.e109{background-position:-20px -80px;}
.e10a{background-position:-40px -80px;}
.e10b{background-position:-60px -80px;}
.e10c{background-position:-80px -80px;}
.e10d{background-position:-100px -80px;}
.e10e{background-position:-120px -80px;}
.e10f{background-position:-140px -80px;}
.e110{background-position:-160px -80px;}
.e111{background-position:-180px -80px;}
.e112{background-position:-200px -80px;}
.e113{background-position:-220px -80px;}
.e114{background-position:-240px -80px;}
.e115{background-position:-260px -80px;}
.e116{background-position:-280px -80px;}
.e117{background-position:-300px -80px;}
.e118{background-position:-320px -80px;}
.e119{background-position:-340px -80px;}
.e11a{background-position:-360px -80px;}
.e11b{background-position:-380px -80px;}
.e11c{background-position:-0px -100px;}
.e11d{background-position:-20px -100px;}
.e11e{background-position:-40px -100px;}
.e11f{background-position:-60px -100px;}
.e120{background-position:-80px -100px;}
.e121{background-position:-100px -100px;}
.e122{background-position:-120px -100px;}
.e123{background-position:-140px -100px;}
.e124{background-position:-160px -100px;}
.e125{background-position:-180px -100px;}
.e126{background-position:-200px -100px;}
.e127{background-position:-220px -100px;}
.e128{background-position:-240px -100px;}
.e129{background-position:-260px -100px;}
.e12a{background-position:-280px -100px;}
.e12b{background-position:-300px -100px;}
.e12d{background-position:-320px -100px;}
.e12e{background-position:-340px -100px;}
.e12f{background-position:-360px -100px;}
.e130{background-position:-380px -100px;}
.e131{background-position:-0px -120px;}
.e132{background-position:-20px -120px;}
.e133{background-position:-40px -120px;}
.e134{background-position:-60px -120px;}
.e135{background-position:-80px -120px;}
.e136{background-position:-100px -120px;}
.e137{background-position:-120px -120px;}
.e138{background-position:-140px -120px;}
.e139{background-position:-160px -120px;}
.e13a{background-position:-180px -120px;}
.e13b{background-position:-200px -120px;}
.e13c{background-position:-220px -120px;}
.e13d{background-position:-240px -120px;}
.e13e{background-position:-260px -120px;}
.e13f{background-position:-280px -120px;}
.e140{background-position:-300px -120px;}
.e141{background-position:-320px -120px;}
.e142{background-position:-340px -120px;}
.e144{background-position:-360px -120px;}
.e145{background-position:-380px -120px;}
.e146{background-position:-0px -140px;}
.e147{background-position:-20px -140px;}
.e148{background-position:-40px -140px;}
.e14b{background-position:-60px -140px;}
.e14c{background-position:-80px -140px;}
.e14d{background-position:-100px -140px;}
.e14e{background-position:-120px -140px;}
.e150{background-position:-140px -140px;}
.e151{background-position:-160px -140px;}
.e152{background-position:-180px -140px;}
.e153{background-position:-200px -140px;}
.e154{background-position:-220px -140px;}
.e155{background-position:-240px -140px;}
.e156{background-position:-260px -140px;}
.e157{background-position:-280px -140px;}
.e158{background-position:-300px -140px;}
.e159{background-position:-320px -140px;}
.e15a{background-position:-340px -140px;}
.e201{background-position:-360px -140px;}
.e202{background-position:-380px -140px;}
.e204{background-position:-0px -160px;}
.e207{background-position:-20px -160px;}
.e209{background-position:-40px -160px;}
.e20c{background-position:-60px -160px;}
.e20d{background-position:-80px -160px;}
.e20e{background-position:-100px -160px;}
.e20f{background-position:-120px -160px;}
.e210{background-position:-140px -160px;}
.e212{background-position:-160px -160px;}
.e213{background-position:-180px -160px;}
.e214{background-position:-200px -160px;}
.e21c{background-position:-220px -160px;}
.e21d{background-position:-240px -160px;}
.e21e{background-position:-260px -160px;}
.e21f{background-position:-280px -160px;}
.e220{background-position:-300px -160px;}
.e221{background-position:-320px -160px;}
.e222{background-position:-340px -160px;}
.e223{background-position:-360px -160px;}
.e224{background-position:-380px -160px;}
.e225{background-position:-0px -180px;}
.e229{background-position:-20px -180px;}
.e22e{background-position:-40px -180px;}
.e22f{background-position:-60px -180px;}
.e230{background-position:-80px -180px;}
.e231{background-position:-100px -180px;}
.e23f{background-position:-120px -180px;}
.e240{background-position:-140px -180px;}
.e241{background-position:-160px -180px;}
.e242{background-position:-180px -180px;}
.e243{background-position:-200px -180px;}
.e244{background-position:-220px -180px;}
.e245{background-position:-240px -180px;}
.e246{background-position:-260px -180px;}
.e247{background-position:-280px -180px;}
.e248{background-position:-300px -180px;}
.e249{background-position:-320px -180px;}
.e24a{background-position:-340px -180px;}
.e24b{background-position:-360px -180px;}
.e24c{background-position:-380px -180px;}
.e24d{background-position:-0px -200px;}
.e24e{background-position:-20px -200px;}
.e24f{background-position:-40px -200px;}
.e252{background-position:-60px -200px;}
.e253{background-position:-80px -200px;}
.e301{background-position:-100px -200px;}
.e302{background-position:-120px -200px;}
.e303{background-position:-140px -200px;}
.e304{background-position:-160px -200px;}
.e305{background-position:-180px -200px;}
.e306{background-position:-200px -200px;}
.e307{background-position:-220px -200px;}
.e308{background-position:-240px -200px;}
.e30a{background-position:-260px -200px;}
.e30b{background-position:-280px -200px;}
.e30c{background-position:-300px -200px;}
.e30e{background-position:-320px -200px;}
.e30f{background-position:-340px -200px;}
.e310{background-position:-360px -200px;}
.e311{background-position:-380px -200px;}
.e312{background-position:-0px -220px;}
.e313{background-position:-20px -220px;}
.e314{background-position:-40px -220px;}
.e316{background-position:-60px -220px;}
.e317{background-position:-80px -220px;}
.e318{background-position:-100px -220px;}
.e319{background-position:-120px -220px;}
.e31a{background-position:-140px -220px;}
.e31b{background-position:-160px -220px;}
.e31c{background-position:-180px -220px;}
.e31d{background-position:-200px -220px;}
.e31e{background-position:-220px -220px;}
.e31f{background-position:-240px -220px;}
.e320{background-position:-260px -220px;}
.e321{background-position:-280px -220px;}
.e322{background-position:-300px -220px;}
.e323{background-position:-320px -220px;}
.e324{background-position:-340px -220px;}
.e325{background-position:-360px -220px;}
.e326{background-position:-380px -220px;}
.e327{background-position:-0px -240px;}
.e328{background-position:-20px -240px;}
.e329{background-position:-40px -240px;}
.e32a{background-position:-60px -240px;}
.e32b{background-position:-80px -240px;}
.e32c{background-position:-100px -240px;}
.e32d{background-position:-120px -240px;}
.e32e{background-position:-140px -240px;}
.e330{background-position:-160px -240px;}
.e331{background-position:-180px -240px;}
.e332{background-position:-200px -240px;}
.e333{background-position:-220px -240px;}
.e335{background-position:-240px -240px;}
.e338{background-position:-260px -240px;}
.e339{background-position:-280px -240px;}
.e33a{background-position:-300px -240px;}
.e33b{background-position:-320px -240px;}
.e33c{background-position:-340px -240px;}
.e33d{background-position:-360px -240px;}
.e33e{background-position:-380px -240px;}
.e33f{background-position:-0px -260px;}
.e340{background-position:-20px -260px;}
.e341{background-position:-40px -260px;}
.e342{background-position:-60px -260px;}
.e343{background-position:-80px -260px;}
.e344{background-position:-100px -260px;}
.e345{background-position:-120px -260px;}
.e346{background-position:-140px -260px;}
.e347{background-position:-160px -260px;}
.e348{background-position:-180px -260px;}
.e349{background-position:-200px -260px;}
.e34a{background-position:-220px -260px;}
.e34b{background-position:-240px -260px;}
.e34c{background-position:-260px -260px;}
.e34d{background-position:-280px -260px;}
.e401{background-position:-300px -260px;}
.e402{background-position:-320px -260px;}
.e403{background-position:-340px -260px;}
.e404{background-position:-360px -260px;}
.e405{background-position:-380px -260px;}
.e406{background-position:-0px -280px;}
.e407{background-position:-20px -280px;}
.e408{background-position:-40px -280px;}
.e409{background-position:-60px -280px;}
.e40a{background-position:-80px -280px;}
.e40b{background-position:-100px -280px;}
.e40c{background-position:-120px -280px;}
.e40d{background-position:-140px -280px;}
.e40e{background-position:-160px -280px;}
.e40f{background-position:-180px -280px;}
.e410{background-position:-200px -280px;}
.e411{background-position:-220px -280px;}
.e412{background-position:-240px -280px;}
.e413{background-position:-260px -280px;}
.e414{background-position:-280px -280px;}
.e415{background-position:-300px -280px;}
.e416{background-position:-320px -280px;}
.e417{background-position:-340px -280px;}
.e418{background-position:-360px -280px;}
.e419{background-position:-380px -280px;}
.e41a{background-position:-0px -300px;}
.e41b{background-position:-20px -300px;}
.e41c{background-position:-40px -300px;}
.e41e{background-position:-60px -300px;}
.e420{background-position:-80px -300px;}
.e421{background-position:-100px -300px;}
.e422{background-position:-120px -300px;}
.e423{background-position:-140px -300px;}
.e424{background-position:-160px -300px;}
.e425{background-position:-180px -300px;}
.e426{background-position:-200px -300px;}
.e427{background-position:-220px -300px;}
.e428{background-position:-240px -300px;}
.e429{background-position:-260px -300px;}
.e42a{background-position:-280px -300px;}
.e42b{background-position:-300px -300px;}
.e42c{background-position:-320px -300px;}
.e42d{background-position:-340px -300px;}
.e42e{background-position:-360px -300px;}
.e42f{background-position:-380px -300px;}
.e430{background-position:-0px -320px;}
.e431{background-position:-20px -320px;}
.e432{background-position:-40px -320px;}
.e433{background-position:-60px -320px;}
.e434{background-position:-80px -320px;}
.e436{background-position:-100px -320px;}
.e437{background-position:-120px -320px;}
.e43a{background-position:-140px -320px;}
.e43b{background-position:-160px -320px;}
.e43c{background-position:-180px -320px;}
.e43d{background-position:-200px -320px;}
.e43e{background-position:-220px -320px;}
.e43f{background-position:-240px -320px;}
.e440{background-position:-260px -320px;}
.e441{background-position:-280px -320px;}
.e442{background-position:-300px -320px;}
.e443{background-position:-320px -320px;}
.e444{background-position:-340px -320px;}
.e445{background-position:-360px -320px;}
.e447{background-position:-380px -320px;}
.e448{background-position:-0px -340px;}
.e449{background-position:-20px -340px;}
.e44a{background-position:-40px -340px;}
.e44b{background-position:-60px -340px;}
.e44c{background-position:-80px -340px;}
.e501{background-position:-100px -340px;}
.e502{background-position:-120px -340px;}
.e503{background-position:-140px -340px;}
.e504{background-position:-160px -340px;}
.e505{background-position:-180px -340px;}
.e506{background-position:-200px -340px;}
.e507{background-position:-220px -340px;}
.e508{background-position:-240px -340px;}
.e515{background-position:-260px -340px;}
.e516{background-position:-280px -340px;}
.e517{background-position:-300px -340px;}
.e518{background-position:-320px -340px;}
.e519{background-position:-340px -340px;}
.e51b{background-position:-360px -340px;}
.e51c{background-position:-380px -340px;}
.e51e{background-position:-0px -360px;}
.e51f{background-position:-20px -360px;}
.e520{background-position:-40px -360px;}
.e521{background-position:-60px -360px;}
.e522{background-position:-80px -360px;}
.e523{background-position:-100px -360px;}
.e524{background-position:-120px -360px;}
.e525{background-position:-140px -360px;}
.e526{background-position:-160px -360px;}
.e527{background-position:-180px -360px;}
.e528{background-position:-200px -360px;}
.e529{background-position:-220px -360px;}
.e52a{background-position:-240px -360px;}
.e52b{background-position:-260px -360px;}
.e52c{background-position:-280px -360px;}
.e52d{background-position:-300px -360px;}
.e52e{background-position:-320px -360px;}
.e52f{background-position:-340px -360px;}
.e530{background-position:-360px -360px;}
.e531{background-position:-380px -360px;}
.e536{background-position:-0px -380px;}
.e537{background-position:-20px -380px;}

.fad{background-position:0 0px;}.fae{background-position:0 -11px;}.faf{background-position:0 -22px;}.fag{background-position:0 -33px;}.fai{background-position:0 -44px;}.fal{background-position:0 -55px;}.fam{background-position:0 -66px;}.fan{background-position:0 -77px;}.fao{background-position:0 -88px;}.far{background-position:0 -99px;}.fas{background-position:0 -110px;}.fat{background-position:0 -121px;}.fau{background-position:0 -132px;}.faw{background-position:0 -143px;}.fax{background-position:0 -154px;}.faz{background-position:0 -165px;}.fba{background-position:0 -176px;}.fbb{background-position:0 -187px;}.fbd{background-position:0 -198px;}.fbe{background-position:0 -209px;}.fbf{background-position:0 -220px;}.fbg{background-position:0 -231px;}.fbh{background-position:0 -242px;}.fbi{background-position:0 -253px;}.fbj{background-position:0 -264px;}.fbm{background-position:0 -275px;}.fbn{background-position:0 -286px;}.fbo{background-position:0 -297px;}.fbr{background-position:0 -308px;}.fbs{background-position:0 -319px;}.fbt{background-position:0 -330px;}.fbv{background-position:0 -341px;}.fbw{background-position:0 -352px;}.fby{background-position:0 -363px;}.fbz{background-position:0 -374px;}.fca{background-position:0 -385px;}.fcc{background-position:0 -396px;}.fcd{background-position:0 -407px;}.fcf{background-position:0 -418px;}.fcg{background-position:0 -429px;}.fch{background-position:0 -440px;}.fci{background-position:0 -451px;}.fck{background-position:0 -462px;}.fcl{background-position:0 -473px;}.fcm{background-position:0 -484px;}.fcn{background-position:0 -495px;}.fco{background-position:0 -506px;}.fcr{background-position:0 -517px;}.fcu{background-position:0 -528px;}.fcv{background-position:0 -539px;}.fcx{background-position:0 -550px;}.fcy{background-position:0 -561px;}.fcz{background-position:0 -572px;}.fde{background-position:0 -583px;}.fdj{background-position:0 -594px;}.fdk{background-position:0 -605px;}.fdm{background-position:0 -616px;}.fdo{background-position:0 -627px;}.fdz{background-position:0 -638px;}.fec{background-position:0 -649px;}.fee{background-position:0 -660px;}.feg{background-position:0 -671px;}.feh{background-position:0 -682px;}.fer{background-position:0 -693px;}.fes{background-position:0 -704px;}.fet{background-position:0 -715px;}.ffi{background-position:0 -726px;}.ffj{background-position:0 -737px;}.ffk{background-position:0 -748px;}.ffm{background-position:0 -759px;}.ffo{background-position:0 -770px;}.ffr{background-position:0 -781px;}.fga{background-position:0 -792px;}.fgb{background-position:0 -803px;}.fgd{background-position:0 -814px;}.fge{background-position:0 -825px;}.fgf{background-position:0 -836px;}.fgh{background-position:0 -847px;}.fgi{background-position:0 -858px;}.fgl{background-position:0 -869px;}.fgm{background-position:0 -880px;}.fgn{background-position:0 -891px;}.fgp{background-position:0 -902px;}.fgq{background-position:0 -913px;}.fgr{background-position:0 -924px;}.fgs{background-position:0 -935px;}.fgt{background-position:0 -946px;}.fgu{background-position:0 -957px;}.fgw{background-position:0 -968px;}.fgy{background-position:0 -979px;}.fhk{background-position:0 -990px;}.fhm{background-position:0 -1001px;}.fhn{background-position:0 -1012px;}.fhr{background-position:0 -1023px;}.fht{background-position:0 -1034px;}.fhu{background-position:0 -1045px;}.fid{background-position:0 -1056px;}.fie{background-position:0 -1067px;}.fil{background-position:0 -1078px;}.fin{background-position:0 -1089px;}.fio{background-position:0 -1100px;}.fiq{background-position:0 -1111px;}.fir{background-position:0 -1122px;}.fis{background-position:0 -1133px;}.fit{background-position:0 -1144px;}.fjm{background-position:0 -1155px;}.fjo{background-position:0 -1166px;}.fjp{background-position:0 -1177px;}.fke{background-position:0 -1188px;}.fkg{background-position:0 -1199px;}.fkh{background-position:0 -1210px;}.fki{background-position:0 -1221px;}.fkm{background-position:0 -1232px;}.fkn{background-position:0 -1243px;}.fkp{background-position:0 -1254px;}.fkr{background-position:0 -1265px;}.fkw{background-position:0 -1276px;}.fky{background-position:0 -1287px;}.fkz{background-position:0 -1298px;}.fla{background-position:0 -1309px;}.flb{background-position:0 -1320px;}.flc{background-position:0 -1331px;}.fli{background-position:0 -1342px;}.flk{background-position:0 -1353px;}.flr{background-position:0 -1364px;}.fls{background-position:0 -1375px;}.flt{background-position:0 -1386px;}.flu{background-position:0 -1397px;}.flv{background-position:0 -1408px;}.fly{background-position:0 -1419px;}.fma{background-position:0 -1430px;}.fmc{background-position:0 -1441px;}.fmd{background-position:0 -1452px;}.fme{background-position:0 -1463px;}.fmg{background-position:0 -1474px;}.fmh{background-position:0 -1485px;}.fmk{background-position:0 -1496px;}.fml{background-position:0 -1507px;}.fmm{background-position:0 -1518px;}.fmn{background-position:0 -1529px;}.fmo{background-position:0 -1540px;}.fmp{background-position:0 -1551px;}.fmq{background-position:0 -1562px;}.fmr{background-position:0 -1573px;}.fms{background-position:0 -1584px;}.fmt{background-position:0 -1595px;}.fmu{background-position:0 -1606px;}.fmv{background-position:0 -1617px;}.fmw{background-position:0 -1628px;}.fmx{background-position:0 -1639px;}.fmy{background-position:0 -1650px;}.fmz{background-position:0 -1661px;}.fna{background-position:0 -1672px;}.fnc{background-position:0 -1683px;}.fne{background-position:0 -1694px;}.fnf{background-position:0 -1705px;}.fng{background-position:0 -1716px;}.fni{background-position:0 -1727px;}.fnl{background-position:0 -1738px;}.fno{background-position:0 -1749px;}.fnp{background-position:0 -1760px;}.fnr{background-position:0 -1771px;}.fnu{background-position:0 -1782px;}.fnz{background-position:0 -1793px;}.fom{background-position:0 -1804px;}.fpa{background-position:0 -1815px;}.fpe{background-position:0 -1826px;}.fpf{background-position:0 -1837px;}.fpg{background-position:0 -1848px;}.fph{background-position:0 -1859px;}.fpk{background-position:0 -1870px;}.fpl{background-position:0 -1881px;}.fpm{background-position:0 -1892px;}.fpn{background-position:0 -1903px;}.fpr{background-position:0 -1914px;}.fps{background-position:0 -1925px;}.fpt{background-position:0 -1936px;}.fpw{background-position:0 -1947px;}.fpy{background-position:0 -1958px;}.fqa{background-position:0 -1969px;}.fre{background-position:0 -1980px;}.fro{background-position:0 -1991px;}.frs{background-position:0 -2002px;}.fru{background-position:0 -2013px;}.frw{background-position:0 -2024px;}.fsa{background-position:0 -2035px;}.fsb{background-position:0 -2046px;}.fsc{background-position:0 -2057px;}.fsd{background-position:0 -2068px;}.fse{background-position:0 -2079px;}.fsg{background-position:0 -2090px;}.fsh{background-position:0 -2101px;}.fsi{background-position:0 -2112px;}.fsj{background-position:0 -2123px;}.fsk{background-position:0 -2134px;}.fsl{background-position:0 -2145px;}.fsm{background-position:0 -2156px;}.fsn{background-position:0 -2167px;}.fso{background-position:0 -2178px;}.fsr{background-position:0 -2189px;}.fst{background-position:0 -2200px;}.fsv{background-position:0 -2211px;}.fsy{background-position:0 -2222px;}.fsz{background-position:0 -2233px;}.ftc{background-position:0 -2244px;}.ftd{background-position:0 -2255px;}.ftf{background-position:0 -2266px;}.ftg{background-position:0 -2277px;}.fth{background-position:0 -2288px;}.ftj{background-position:0 -2299px;}.ftk{background-position:0 -2310px;}.ftl{background-position:0 -2321px;}.ftm{background-position:0 -2332px;}.ftn{background-position:0 -2343px;}.fto{background-position:0 -2354px;}.ftr{background-position:0 -2365px;}.ftt{background-position:0 -2376px;}.ftv{background-position:0 -2387px;}.ftw{background-position:0 -2398px;}.ftz{background-position:0 -2409px;}.fua{background-position:0 -2420px;}.fug{background-position:0 -2431px;}.fum{background-position:0 -2442px;}.fus{background-position:0 -2453px;}.fuy{background-position:0 -2464px;}.fuz{background-position:0 -2475px;}.fva{background-position:0 -2486px;}.fvc{background-position:0 -2497px;}.fve{background-position:0 -2508px;}.fvg{background-position:0 -2519px;}.fvi{background-position:0 -2530px;}.fvn{background-position:0 -2541px;}.fvu{background-position:0 -2552px;}.fwf{background-position:0 -2563px;}.fws{background-position:0 -2574px;}.fye{background-position:0 -2585px;}.fyt{background-position:0 -2596px;}.fza{background-position:0 -2607px;}.fzm{background-position:0 -2618px;}.fzw{background-position:0 -2629px;}