hr {
    border: 0;
    width: 100%;
    color: #898989;
    background-color: #898989;
    height: 1px;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 18px;
    margin-bottom: 5px;
}

h3 {
    font-size: 18px;
    margin-bottom: 2px;
}

button {
    background-color: #3B5998;
    border-color: #D9DFEA #0E1F5B #0E1F5B #D9DFEA;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    padding: 2px 15px 3px;
    text-align: center;

    cursor: pointer;
    cursor: hand;
    cursor: -o-pointer;
    cursor: -moz-pointer;
    cursor: -webkit-pointer;
}

button:active {
    border-color: #0E1F5B #D9DFEA #D9DFEA #0E1F5B;
}

button:disabled {
    border-color: #D9DFEA #0E1F5B #0E1F5B #D9DFEA;
    background-color: #eaeaea;
    color: #808080;

    cursor: auto;
    cursor: -o-auto;
    cursor: -moz-auto;
    cursor: -webkit-auto;
}

.buttonLarge {
    width: 200px;
    padding: 3px 9px 3px 12px;
    font-size: 20px;
    font-weight: bold;
    border-width: 2px;
}

.clickable {
    cursor: pointer;
    cursor: hand;
    cursor: -o-pointer;
    cursor: -moz-pointer;
    cursor: -webkit-pointer;
}

.centerDiv {
    margin: 0 auto;
}

.textCenter {
    text-align: center;
}

.textRight {
    text-align: right;
}

.displayAsNone {
    display: none;
}

.bold {
    font-weight: bold;
}

#loading_screen {
    width: 100%;
    height: 100%;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    background-color: white;
    font-size: 60px;
    color: #3b5998;
    font-family: Impact, 'lucida grande', tahoma, verdana, arial, sans-serif;
    display: table-cell;
    vertical-align: middle;
    padding-top: 250px;
}

#page_content {
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    font-size: 11px;
    color: #333333;
    width: 760px;
    margin: 0 auto;
    position: relative;
    /*background-color: #eee;*/
}

#tabs {
    padding: 0;
    width: 100%;
}

#tabs .tab {
    float: left;
    background-color: #3b5998;
    border-left: 1px solid black;
    border-top: 1px solid black;
    border-right: 1px solid black;
    padding: 4px 10px 2px;
    margin-left: 6px;
}

#tabs .tab a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

#tabs .right {
    float: right;
    margin-right: 10px;
}

#tabs .selected {
    background-color: #D9DFEA;
}

#tabs .selected a {
    color: #3b5998;
}

#statusBox {
    border: 0;
    background-color: #3B5998;
    padding: 2px 0;
    width: 100%;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#statusBox td {
    width: 33%;
    white-space: nowrap;
}

.pup_holder {
    display: none;
}

.pup {
    position: relative;
    background-color: #FFFFFF;
    border: 2px solid #3B5998;
    width: 500px;
    padding: 10px 10px 10px 10px;
    font-size: 14px;
}

.pup a {
    font-weight: bold;
    color: black;
    text-decoration: none;
}

.pup a:hover {
    color: #3B5998;
}

.infoBox {
    border: 1px solid #3B5998;
    background: #B3C8F2 url(/images/bg_box_top.gif) repeat-x top left;
    padding: 10px 10px 10px 10px;
}

/* ---------------------------------- */
/* ----- Advisor -------------------- */
/* ---------------------------------- */

#advisor_blanket {
    background-image: url(/images/bomb_bg.png);
    position: absolute;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    cursor: not-allowed;
}

#advisor {
    z-index: 201;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 150px;
    display: none;
}

#advisor .icon {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 150px;
    height: 150px;
    background: url(/images/advisor.gif) no-repeat top left;
}

#advisor .chatbox {
    position: absolute;
    left: 0;
    bottom: 150px;
    width: 352px; /* -8px for 4px padding left and right */
    border: 3px solid black;
    border-right-width: 4px;
    border-bottom-width: 4px;
    background-color: #FFFFFF;
    padding: 6px;
    text-align: center;
    font-family: "arial", sans-serif;
    font-size: 12px;
    line-height: 16px;
}

#advisor .chatspike {
    position: absolute;
    left: 10px;
    bottom: 119px;
    width: 50px;
    height: 35px;
    background: url(/images/chat_spike.png);
}

.advisorList {
    font-style: normal;
    line-height: 1.5em;
    list-style-position: outside;
    text-indent: 0.5em;
    margin-top: 0;
    padding-top: 0;
}

.advisorList li {
    list-style-type: disc;
    margin-bottom: 10px;
}

.advisorList li a {
    text-decoration: none;
    color: #3B5998;
}

.advisorList li a:active {
    color: #3B5998;
}

.advisorList li a:hover {
    color: blue;
}

.advisorReplies {
    width: 85%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

#arrow {
    width: 64px;
    height: 64px;
    position: absolute;
    z-index: 202;
    background-image: url(/images/arrow.gif);
}

.arrow_up {
}

.arrow_down {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

.arrow_left {
    -ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
    transform: rotate(270deg);
}

.arrow_right {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

#nextComplete.blink {
    animation: nextComplete_blink 1s linear 0s infinite normal;
    -webkit-animation: nextComplete_blink 1s linear 0s infinite normal;
}

@keyframes nextComplete_blink {
    0%, 100% {
        color: white;
    }
    37% {
        color: #ffb119;
    }
}

@-webkit-keyframes nextComplete_blink {
    0%, 100% {
        color: white;
    }
    37% {
        color: #ffb119;
    }
}


