body {
    margin: 0;
    padding: 0;
    overflow-y: scroll;
    background-repeat: repeat-x;
    background-position: 50% 5px;
}

.bodyDefault {
    background-image: url(/image/back-repeat.png);
}

.bodySandbox {
    background-image: url(/image/back-repeat-sandbox.png);
}

.content {
    position: relative;
    top: 5px;
    width: 960px;
    height: 598px;
    margin-left: auto;
    margin-right: auto;
    z-index: 80;
}

#backLeft,
#backRight {
    position: absolute;
    top: 5px;
    width: 93px;
    height: 598px;
    z-index: 1;
    background-position: 0 0;
    background-repeat: no-repeat;
}

#backLeft {
    left: 0;
    background-image: url(/image/back-left.png);
}

#backRight {
    right: 0;
    background-image: url(/image/back-right.png);
}

#logo {
    position: absolute;
    top: 60px;
    left: 398px;
    width: 165px;
    height: 165px;
    z-index: 30;
    margin-top: 0;
    padding-top: 0;
}

a {
    color: #33a;
}

.caption,
.captionBack,
.captionShadow {
    position: absolute;
    left: 0;
    top: 197px;
    color: #000;
    font-weight: bold;
    font-size: 80%;
    width: 388px;
    height: 31px;
    overflow: auto;
    text-align: center;
    line-height: 1em;
    padding: 3px;
}

.captionBack {
    background-color: #eee;
}

.captionVote,
#addComment {
    color: #888;
}

.formLabel {
    font-size: 80%;
    font-weight: bold;
    color: #888;
}

.submitButton {
    font-size: 75%;
    padding: 2px;
    padding-top: 0px;
}

.captionInput {
    width: 280px;
    height: 28px;
    font-size: 80%;
    overflow: auto;
}

.image,
.caption,
#userCaption,
#terms,
#dialog {
    display: none;
}

#userCaption {
    z-index: 60;
}

.chair {
    height: 310px;
}

#dialog {
    position: absolute;
    left: 230px;
    top: 195px;
    width: 500px;
    background-color: #fff;
    border: 1px solid #777;
    -moz-border-radius: 9px 9px 9px 9px;
    font-size: 90%;
    padding: 10px;
    z-index: 650;
    text-align: center;
}

a.termsLink {
    color: #777;
}

#terms {
    color: #555;
    border-top: 1px solid #888;
    padding-top: 4px;
    margin-top: 4px;
    font-size: 90%;
}

#countdown,
#countdownShadow,
#countdownShadow2 {
    position: absolute;
    left: 200px;
    width: 550px;
    top: 11px;
    display: block;
    font-size: 170%;
    font-weight: bold;
    color: #fff;
    text-align: center;
    z-index: 400;
}

#countdownShadow,
#countdownShadow2 {
    color: #000;
    margin-left: -2px;
    top: 8px;
    z-index: 398;
    filter: alpha(opacity=50);
    opacity: .5;
}

#countdownShadow2 {
    margin-left: 2px;
    top: 14px;
    z-index: 399;
}

#debug {
    position: absolute;
    display: none;
    background-color: #eee;
    right: 20px;
    top: 20px;
    border: 1px solid #888;
    padding: 5px;
    font-size: 70%;
    font-family: 'courier new', monospace;
    z-index: 250;
    width: 270px;
    height: 500px;
    overflow: auto;
    filter: alpha(opacity=70);
    opacity: .7;
    -moz-border-radius: 8px 8px 8px 8px;
}

#credits {
    position: absolute;
    right: 50px;
    top: 600px;
    width: 390px;
    text-align: right;
    font-size: 80%;
}

.voteSprite,
.voteSpriteNonHuman {
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 2px;
    display: block;
    z-index: 400;
    background-image: url(../../image/star.png);
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
}

.voteSpriteNonHuman {
    background-image: url(../../image/star-gray.png);
}

.voteSpriteText,
.voteSpriteTextShadow {
    width: 160px;
    height: 38px;
    font-size: 14px;
    position: absolute;
    color: #fff;
    font-weight: bold;
    z-index: 402;
    overflow: hidden;
    padding-left: 3px;
    padding-right: 8px;
}

.voteSpriteTextShadow {
    background-color: #000;
    padding: 2px;
    padding-right: 6px;
    z-index: 401;
    filter: alpha(opacity=20);
    opacity: .2;
    -moz-border-radius: 5px 5px 5px 5px;
}

.imageWrapper,
.progress {
    position: absolute;
    display: none;
    top: 0;
    width: 390px;
    height: 230px;
    padding: 2px;
    text-align: center;
    background-color: rgb(238,238,238);
    border: 3px solid rgb(170,170,170);
    -moz-border-radius: 5px 5px 5px 5px;
    overflow: hide;
}

.progress {
    padding-top: 116px;
    height: 116px;
    padding-bottom: 0;
}

#imageWrapper1,
#progress1 {
    left: 75px;
    top: 0;
    z-index: 50;
}

#progress1 {
    z-index: 49;
}

#imageWrapper2,
#progress2 {
    left: 485px;
    top: 0;
    z-index: 48;
}

#progress2 {
    z-index: 47;
}

#imageWrapper3,
#progress3 {
    left: 75px;
    top: 357px;
    z-index: 22;
}

#progress3 {
    z-index: 21;
}

#imageWrapper4,
#progress4 {
    left: 485px;
    top: 357px;
    z-index: 20;
}

#progress4 {
    z-index: 19;
}

#imageWrapper5,
#progress5 {
    left: -10px;
    top: 183px;
    z-index: 46;
}

#progress5 {
    z-index: 45;
}

#imageWrapper6,
#progress6 {
    right: -10px;
    top: 183px;
    z-index: 44;
}

#progress6 {
    z-index: 43;
}

.imageWrapper img {
    border: 0;
}

.progress {
    padding-top: 116px;
    height: 116px;
    display: none;
}

.avatar {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 58px;
    text-align: center;
    z-index: 300;
    font-size: 70%;
    font-weight: bold;
    color: rgb(107,107,107);
    overflow: hidden;
}

#avatar1 {
    left: 395px;
    top: 232px;
}

#avatar2 {
    left: 516px;
    top: 232px;
}

#avatar3 {
    left: 425px;
    top: 345px;
}

#avatar4 {
    left: 482px;
    top: 345px;
}

#avatar5 {
    left: 374px;
    top: 296px;
}

#avatar6 {
    left: 536px;
    top: 296px;
}

#glow {
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    width: 137px;
    height: 134px;
    z-index: 400;
    filter: alpha(opacity=75);
    opacity: .75;
}

.avatar a {
    color: rgb(107,107,107);
}

.avatar a:hover {
    color: #33a;
}

.avatarImage {
    border: 1px solid rgb(122,122,122);
    width: 32px;
    height: 32px;
    background-color: #fff;
}

.avatarRank {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 32px;
    height: 6px;
    background-color: #666;
    padding: 1px;
    line-height: 0;
    text-align: left;
}

.rankbar {
    width: 40%;
    height: 6px;
}

.avatarName {
    margin-top: 1px;
    background-color: rgb(248,248,248);
    filter: alpha(opacity=70);
    opacity: .7;
    -moz-border-radius: 4px 4px 4px 4px;
}

.avatarName,
.avatarName a,
.avatarName a:hover {
    color: #333;
}

#userInfo {
    position: absolute;
    left: 50px;
    top: 600px;
    font-size: 90%;
    width: 555px;
    z-index: 600;
}

#userInfo a {
    color: #000;
}

.captionVote,
#addComment {
    font-size: 11px;
}

.captionVote a img,
#soundToggler a img,
#entertainment a img {
    border: 0;
}

#avatarSelection,
#comment,
#quickDialog {
    position: absolute;
    display: none;
    left: 270px;
    top: 150px;
    width: 400px;
    height: 300px;
    border: 1px solid #777;
    -moz-border-radius: 8px 8px 8px 8px;
    padding: 10px;
    background-color: #fff;
    z-index: 550;
    font-size: 90%;
}

#quickDialog {
    height: 120px;
    text-align: center;
}

#quickDialogContent {
    margin-top: 40px;
}

img.abuseAvatar {
    width: 12px;
    height: 12px;
    border: 1px solid #444;
}

.dialogClose {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 21px;
    height: 20px;
    z-index: 560;
}

#comment {
    top: 70px;
    left: 370px;
    width: 200px;
    height: 100px;
}

#comment .dialogClose {
    left: 190px;
}

#commentInput {
    width: 194px;
    height: 20px;
    font-size: 90%;
}

.dialogClose img {
    border: 0;
}

a.avatarLink img {
    border: 2px solid #ccc;
}

a.avatarLinkSelf:link img {
    border: 2px solid red;
}

a.avatarLink:hover img {
    border: 2px solid #000;
}

.pager {
    text-align: center;
}

.pickAvatarLabel,
.commentLabel {
    color: #777;
    font-weight: bold;
    text-align: center;
}

#userInfo a img {
    border: 0;
}

#userCaption {
    position: absolute;
    left: 90px;
    top: 201px;
    height: 200px;
    width: 460px;
}

#userCaption .submitButton {
    position: absolute;
    left: 290px;
    top: 4px;
    width: 55px;
    height: 22px;
}

.karma {
    font-size: 90%;
}

#credits,
#credits a,
.lessImportant,
.lessImportant a,
a.lessImportant,
#userInfo a.lessImportant,
#instructions a {
    color: rgb(110,71,47);
}

.imageWrapper .lessImportant {
    color: #777;
}

a#mail img {
    border: 0;
    width: 16px;
    height: 11px;
}

#entertainment {
    position: absolute;
    display: none;
    left: 310px;
    top: 314px;
    width: 287px;
    height: 272px;
    padding-left: 27px;
    padding-right: 27px;
    padding-top: 10px;
    background-image: url(/image/entertainment-back.png);
    background-repeat: no-repeat;
    z-index: 1000;
    font-size: 90%;
}

#entertainmentShade {
    position: absolute;
    display: none;
    left: 277px;
    top: 289px;
    width: 409px;
    height: 333px;
    background-image: url(/image/entertainment-shade.png);
    background-repeat: no-repeat;
    z-index: 999;
}

/* \ */
* html #entertainment
{
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/image/entertainment-back.png', sizingMethod='scale');
}
/* */

/* \ */
* html #entertainmentShade
{
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/image/entertainment-shade.png', sizingMethod='scale');
}
/* */

#entertainmentPlay {
    position: absolute;
    left: 135px;
    top: 105px;
}

#entertainmentLabel {
    position: absolute;
    top: 164px;
    left: 70px;
    width: 200px;
    height: 20px;
    background-color: #fff;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    padding: 2px;
    filter: alpha(opacity=85);
    opacity: .85;
    -moz-border-radius: 3px 3px 3px 3px;
}

#entertainment .dialogClose {
    top: 9px;
    left: 315px;
}

img.playButton {
    width: 69px;
    height: 49px;
}

#entertainmentVideo {
    position: relative;
    top: 17px;
}

#funny15_volumeControlMainImage {
    position: absolute;
    left: 280px;
    top: 237px;
    font-size: 11px;
    width: 30px;
    height: 18px;
    background-repeat: no-repeat;
    border: 1px solid rgb(167,167,167);
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    background-position: 3px 3px;
    background-color: rgb(167,167,167);
}

#entertainment .on {
    background-image: url(/image/sound-is-on.png);
}

#entertainment .off {
    background-image: url(/image/sound-is-off.png);
}

#previewLink {
    display: none;
    position: absolute;
    top: 400px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 85%;
}

#previewLink a,
#previewLink a:visited {
    color: rgb(123,76,48);
}

.new {
    background-color: rgb(242,235,98);
}

#status {
    display: none;
    position: absolute;
    right: 20px;
    top: 40px;
    width: 270px;
    text-align: center;
    background-color: rgb(255,243,168);
    color: #000;
    font-size: 13px;
    padding: 7px;
    border: 1px solid #aa4;
    -moz-border-radius: 5px 5px 5px 5px;
    z-index: 1000;
    opacity: .9;
}

#instructions {
    position: absolute;
    left: 178px;
    top: 270px;
    width: 625px;
    height: 290px;
    z-index: 50;
    display: none;
    text-align: center;
}

#instructions a img {
    border: 0;
}

#instructions p {
    margin-top: 15px;
    font-size: 90%;
}

.particle {
    position: absolute;
    width: 8px;
    height: 12px;
    overflow: hidden;
    z-index: 5000;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
}

#actionDialog {
    position: absolute;
    left: 340px;
    top: 195px;
    width: 250px;
    height: 220px;
    background-color: #fff;
    border: 1px solid #777;
    -moz-border-radius: 9px 9px 9px 9px;
    font-size: 12px;
    padding: 10px;
    z-index: 750;
}

#actionDialog table {
    width: 220px;
    border-collapse: collapse;
    margin-top: 12px;
    margin-bottom: 8px;
}

.actionDialogTableWrapper {
    width: 245px;
    height: 200px;
    overflow: auto;
    margin-top: 5px;
}

#actionDialog td {
    border-bottom: 1px solid #888;
    height: 18px;
    vertical-align: middle;
    padding-top: 4px;
    padding-bottom: 3px;
}

#actionDialog tr.alternate td {
    background-color: #eee;
}

.actionIcon img {
    border: 1px solid #888;
    width: 16px;
    height: 16px;
}

.actionInfo {
    margin-top: 4px;
}

.actionInfo strong {
    color: #666;
}

#actionDialog th {
    text-align: left;
    font-size: 11px;
    background-color: #aaa;
    color: #fff;
}

#actionDialog th,
#actionDialog td {
    padding-left: 4px;
}

#actionDialog td.actionName {
    width: 130px;
    padding-left: 8px;
}

a.closeDialog img {
    border: 0;
}

td.actionKarma {
    text-align: right;
    padding-right: 6px;
    color: #888;
    font-weight: bold;
    font-size: 11px;
}

th.actionKarma {
    text-align: right;
}

.actionName a:hover {
    background-color: yellow;
}

.actionName em {
    color: #666;
}

#profile {
    position: absolute;
    left: 365px;
    top: 195px;
    width: 200px;
    height: 320px;
    background-color: #fff;
    border: 1px solid #777;
    -moz-border-radius: 9px 9px 9px 9px;
    font-size: 13px;
    padding: 10px;
    z-index: 800;
}

#profile .avatarImage {
    width: 64px;
    height: 64px;
}

#profile .avatarRank {
    position: static;
    margin-left: 0;
    margin-right: 0;
    top: 20px;
    left: 20px;
    width: 64px;
    height: 12px;
    background-color: #666;
    padding: 1px;
    line-height: 0;
    text-align: left;
}

#profile .rankbar {
    height: 12px;
}

#profile .avatarName {
    font-size: 120%;
    margin-bottom: 10px;
    border-bottom: 1px solid #888;
    padding-bottom: 2px;
}

#profile .avatarNameYou {
    font-size: 80%;
    color: #888;
    font-weight: bold;
}

.profileAvatarWrapper {
    height: 90px;
    width: 80px;
    float: left;
}

.profileInfo {
    margin-bottom: 4px;
}

.profileInfo strong {
    color: rgb(191,146,51);
}

.moreInfo {
    color: #777;
    clear: both;
    padding-top: 4px;
    height: 190px;
    width: 100%;
    overflow: auto;
}

#profileComment {
    width: 95%;
    height: 40px;
    font-size: 12px;
    color: #333;
    overflow: auto;
}

.profileCommentSubmit {
    font-size: 90%;
    border-width: 1px;
}

.profileComment {
    padding-bottom: 4px;
}

.profileCommentAvatar {
    border: 1px solid #777;
    width: 16px;
    height: 16px;
}

.profileCommentUser {
    padding-bottom: 2px;
    color: #888;
    font-size: 11px;
}

.profileCommentWrapper {
    border-bottom: 1px dotted #888;
    margin-bottom: 24px;
    padding-top: 4px;
}

.profileCommentArea {
    margin-top: 14px;
    width: 98%;
}

.profileCommentArea {
    margin-bottom: 8px;
}

#profile .alternate {
    background-color: #eee;
}

.profileCommentDelete {
    text-align: right;
}

.profileCommentDelete a {
    color: #555;
}

.instructionPart {
    display: block;
    font-weight: bold;
    color: rgb(87,87,87);
    font-size: 13px;
    width: 186px;
    height: 79px;
    top: 210px;
    text-align: left;
    position: absolute;
    z-index: 1000;
}

#instructionPart1 {
    left: 15px;
}

#instructionPart2 {
    left: 222px;
}

#instructionPart3 {
    left: 435px;
}

#instructions a,
#instructions a:link,
#instructions a:visited {
    color: rgb(82,97,168);
}

.aboutLink {
    position: absolute;
    left: 0;
    top: 293px;
    width: 625px;
    text-align: center;
    font-size: 90%;
    z-index: 1050;
}

.aboutLink a,
.aboutLink a:link,
.aboutLink a:visited {
    color: rgb(110,71,47) !important;
}

.mergeAccountsLink {
    margin-top: 4px;
}

.mergeAccountsLink a,
.mergeAccountsLink a:visited {
    color: #666;
}

.avatarOtherRoom {
    width: 20px;
    height: 20px;
    border: 1px solid #555;
}

.currentlyPlayingLabel {
    margin-top: 18px;
    margin-bottom: 6px;
}
