a {
    text-decoration: none;
    border-bottom: 1px solid #780001;
    color: yellow;
}

body {
    background: #000000 url(../images/mainbg.jpg) no-repeat scroll center top;
    color: #fff;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    width: 1100px;
}

.centered {
    text-align: center;
}

#char_form {
    padding-top: .1em;
    float: right;
    padding-right: .25em;
}

#char_name {
    text-align: center;
}

#char_name h3 {
    clear: both;
    background: #780001;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    padding: .25em;
}

#char_play_time {
    clear: both;
    text-align: center;
    padding-top: 1em;
}

#content {
    clear: both;
    padding-top: 1em;
    padding-left: 3em;
    padding-right: 3em;
    margin: 0px;
}

#footer {
    font-size: 8pt;
    clear: both;
    text-align: center;
}

#gear_div {
    background-image: url(../images/Armor_Equip_Screen.png);
    width: 368px;
    height: 594px;
    float: left;
    position: relative;
}

#gear_div_gender {
    position: absolute;
    height: 15px;
    top: 19px;
    left: 127px;
    width: 119px;
    font-size: 10pt;
    text-align: center;
}

#gear_div_gold {
    width: 126px;
    height: 20px;
    position: absolute;
    top: 569px; 
    left: 233px;
    text-align: right;
    color: yellow;
}

.gear_div_tooltip {
    background-color: #000000;
    color: #ccc;
    border: none;
    padding: .25em;
    border: 1px solid #780001;
    width: 393px;
    display: none;
}

#gear_div_primary_slot {
    position: absolute;
    top: 37px;
    left: 29px;
    width: 64px;
    height: 156px;
    -x-background-x-position: center;
    -x-background-y-position: center;
    background-repeat: no-repeat;
    background-position: center;
}

#gear_div_neck_slot {
    position: absolute;
    top: 191px;
    left: 275px;
    width: 64px;
    height: 64px;
    -x-background-x-position: center;
    -x-background-y-position: center;
    background-repeat: no-repeat;
    background-position: center;
}

#gear_div_head_slot {
    position: absolute;
    top: 54px;
    left: 112px;
    width: 64px;
    height: 64px;
    -x-background-x-position: center;
    -x-background-y-position: center;
    background-repeat: no-repeat;
    background-position: center;
}

#gear_div_armor_slot {
    position: absolute;
    top: 118px;
    left: 112px;
    width: 64px;
    height: 156px;
    -x-background-x-position: center;
    -x-background-y-position: center;
    background-repeat: no-repeat;
    background-position: center;
}
#gear_div_shoulders_slot {
    position: absolute;
    top: 52px;
    left: 273px;
    width: 64px;
    height: 64px;
    -x-background-x-position: center;
    -x-background-y-position: center;
    background-repeat: no-repeat;
    background-position: center;
}

#gear_div_feet_slot {
    position: absolute;
    top: 191px;
    left: 193px;
    width: 64px;
    height: 64px;
    -x-background-x-position: center;
    -x-background-y-position: center;
    background-repeat: no-repeat;
    background-position: center;
}

#gear_div_hands_slot {
    position: absolute;
    top: 191px;
    left: 29px;
    width: 64px;
    height: 64px;
    -x-background-x-position: center;
    -x-background-y-position: center;
    background-repeat: no-repeat;
    background-position: center;
}

#gear_div_offhand_slot {
    position: absolute;
    top: 37px;
    left: 194px;
    width: 64px;
    height: 156px;
    -x-background-x-position: center;
    -x-background-y-position: center;
    background-repeat: no-repeat;
    background-position: center;
}

#gear_div_left_ring_slot {
    position: absolute;
    top: 141px;
    left: 272px;
    width: 32px;
    height: 32px;
    -x-background-x-position: center;
    -x-background-y-position: center;
    background-repeat: no-repeat;
    background-position: center;
}

#gear_div_right_ring_slot {
    position: absolute;
    top: 141px;
    left: 305px;
    width: 32px;
    height: 32px;
    -x-background-x-position: center;
    -x-background-y-position: center;
    background-repeat: no-repeat;
    background-position: center;
}

#header {
    background-color: #780001;
    height: 2em;
}

#header h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: .25px;
    padding-left: .5em;
    color: #fff;
}

hr {
    background-color: #fff;
    border: 1px solid #fff;
}

#index {
    background-color: #780001;
    color: #fff;
    width: 100%;
    padding: 1em;
    border: 1px solid #fff;
}

.pvp_select_class {
    text-align: center;
    font-size: 10pt;
    background-color: black;
    border: 1px solid #780001;
    padding: .25em;
}

#pvp_table {
    background-color: #780001;
    padding: .25em;
    border: 1px solid white;
    font-size: 10pt;
    width: 286px;
}

.q1 {
    font-weight: bold;
    font-size: larger;
    color: gray;
}

.q2 {
    font-weight: bold;
    font-size: larger;
    color: green;
}

.q3 {
    font-weight: bold;
    font-size: larger;
    color: #0033cc;
}

.q4 {
    font-weight: bold;
    font-size: larger;
    color: #ffcc00;
}

.q5 {
    font-weight: bold;
    font-size: larger;
    color: purple;
}

.q6 {
    font-weight: bold;
    font-size: larger;
    color: white;
}

.q7 {
    font-weight: bold;
    font-size: larger;
}

.righted {
    text-align: right;
}

#site_title {
    color: #fff;
    float: left;
}

#site_title a {
    color: #fff;
    text-decoration: none;
}

#site_title a:hover {
    color: yellow;
}

#stat_div {
    float: right;
    width: 465px;
    height: 500px;
}

#stat_div_panel {
    background-color: #780001;
    border: 1px solid #fff;
    height: 100%;
    color: #fff;
    padding: 0px;
}

.stat_div_panel_header {
    color: yellow;
    text-align: center;
}

.stat_div_panel_name {
    color: yellow;
}


#stat_div_panel p {
    padding: 1em;
    padding-top: 0em;
}

#stat_div_panel_left {
    float: left;
    width: 50%;
    padding: 0px;
    height: 100%;
    border-right: 1px solid #fff;
}

#stat_div_panel_right {
    float: right;
    width: 49%;
    padding: 0px;
    height: 100%;
    border-left: 1px solid #fff;
}

#stat_div_panel td {
    width: 30%;
}

#spell_div {
    background-image: url('../images/Skill_Bar.png');
    width: 465px;
    height: 72px;
    position: relative;
}

.spell_div_img {
    width: 32px;
    height: 32px;
}

#spell_div_100_slot {
    position: absolute;
    top: 33px;
    left: 84px;
    width: 32px;
    height: 32px;
    -x-background-x-position: center;
    -x-background-y-position: center;
    background-repeat: no-repeat;
    background-position: center;
}

#spell_div_101_slot {
    position: absolute;
    top: 33px;
    left: 122px;
    width: 32px;
    height: 32px;
    -x-background-x-position: center;
    -x-background-y-position: center;
    background-repeat: no-repeat;
    background-position: center;
}

#spell_div_102_slot {
    position: absolute;
    top: 33px;
    left: 160px;
    width: 32px;
    height: 32px;
    -x-background-x-position: center;
    -x-background-y-position: center;
    background-repeat: no-repeat;
    background-position: center;
}

#spell_div_103_slot {
    position: absolute;
    top: 33px;
    left: 198px;
    width: 32px;
    height: 32px;
    -x-background-x-position: center;
    -x-background-y-position: center;
    background-repeat: no-repeat;
    background-position: center;
}

#spell_div_104_slot {
    position: absolute;
    top: 33px;
    left: 237px;
    width: 32px;
    height: 32px;
    -x-background-x-position: center;
    -x-background-y-position: center;
    background-repeat: no-repeat;
    background-position: center;
}

#spell_div_105_slot {
    position: absolute;
    top: 25px;
    left: 37px;
    width: 32px;
    height: 32px;
    -x-background-x-position: center;
    -x-background-y-position: center;
    background-repeat: no-repeat;
    background-position: center;
}

#spell_div_106_slot {
    position: absolute;
    top: 25px;
    left: 398px;
    width: 32px;
    height: 32px;
    -x-background-x-position: center;
    -x-background-y-position: center;
    background-repeat: no-repeat;
    background-position: center;
}

#spell_div_107_slot {
    position: absolute;
    top: 33px;
    left: 275px;
    width: 32px;
    height: 32px;
    -x-background-x-position: center;
    -x-background-y-position: center;
    background-repeat: no-repeat;
    background-position: center;
}

#spell_div_108_slot {
    position: absolute;
    top: 33px;
    left: 313px;
    width: 32px;
    height: 32px;
    -x-background-x-position: center;
    -x-background-y-position: center;
    background-repeat: no-repeat;
    background-position: center;
}

#spell_div_109_slot {
    position: absolute;
    top: 33px;
    left: 351px;
    width: 32px;
    height: 32px;
    -x-background-x-position: center;
    -x-background-y-position: center;
    background-repeat: no-repeat;
    background-position: center;
}

#spell_div_health {
    position: absolute;
    top: 4px;
    left: 82px;
    text-align: right;
    color: #fff;
    height: 21px;
    border: 1px solid #fff;
    background-color: #780001;
    padding-left: 5px;
    padding-right: 5px;
}

#spell_div_mana {
    position: absolute;
    top: 4px;
    right: 80px;
    text-align: left;
    color: #fff;
    height: 21px;
    border: 1px solid #fff;
    background-color: #03c;
    padding-left: 5px;
    padding-right: 5px;
}

.spell_div_tooltip {
    background-color: #000000;
    color: #ccc;
    border: none;
    padding: .25em;
    border: 1px solid #780001;
    display: none;
}

.spell_div_tooltip_title {
    color: green;
    margin-top: 0px;
    text-align: center;
    font-size: larger;
}
