/* link list style - used for menu */

ul#linklist {
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    text-indent: 0;
    list-style-position: inside;
    list-style-type: none;
    padding: 0 0 0 0;
    margin: 0 0;
}

/* button style - wide_blue1 */

a.wide_blue1, a.wide_blue1d, a.wide_blue1a {
    display: block;
    background-color: transparent;
    background-image: url("../buttons/btnwide_blue_dkmatte.png");
    background-repeat: no-repeat;
    width: 205px;
    height: 19px;
    margin: 0 auto;
    padding: 13px 0 0 0;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif;
}
a.wide_blue1:link, a.wide_blue1:visited {
    color: #999933;
}
a.wide_blue1:hover {
    background-position: 0 -64px;
    color: #F4F4A8;
}
a.wide_blue1:active {
    background-position: 0 -32px;
    color: #F4F4A8;
}
a.wide_blue1d:link, a.wide_blue1d:visited, a.wide_blue1d:hover, a.wide_blue1d:active {
    background-position: 0 -96px;
    color: #CCCC66;
    cursor: default;
}

a.wide_blue1a, a.wide_blue1a:link, a.wide_blue1a:visited, a.wide_blue1a:hover, a.wide_blue1a:active {
    background-position: 0 -32px;
    color: #CCCC66;
    cursor: default;
}

/* button style - short_wball1 */

a.short_wball1, a.short_wball1d, a.short_wball1a {
    display: block;
    background-color: transparent;
    background-image: url("../buttons/btnshort_wball.png");
    background-repeat: no-repeat;
    width: 97px;
    height: 26px;
    margin: 0 auto;
    padding: 62px 0 0 0;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif;
}
a.short_wball1:link, a.short_wball1:visited {
    color: #999933;
}
a.short_wball1:hover {
    background-position: 0 -176px;
    color: #F4F4A8;
}
a.short_wball1:active {
    background-position: 0 -88px;
    color: #F4F4A8;
}
a.short_wball1d:link, a.short_wball1d:visited, a.short_wball1d:hover, a.short_wball1d:active {
    background-position: 0 -264px;
    color: #CCCC66;
    cursor: default;
}

a.short_wball1a, a.short_wball1a:link, a.short_wball1a:visited, a.short_wball1a:hover, a.short_wball1a:active {
    background-position: 0 -88px;
    color: #CCCC66;
    cursor: default;
}




.icon {
    background-repeat: no-repeat;
    padding: 0 0 5px 18px;
}
    a.teal_cutedge1:hover .icon, a.teal_cutedge1:active .icon {
    background-position: 0 -28px;
}
    a.teal_cutedge1:link .icon, a.teal_cutedge1:visited .icon, a.teal_cutedge1:hover .icon, a.teal_cutedge1:active .icon {
    background-position: 0 -56px;
}


div#sidebar {
    position: absolute;
    top: 74px;
    left: 8px;
    width: 205px;
    padding: 0;
}

div.purp {
/*    background: url("images/bg3.png") 0 0 fixed;*/
    background-color: #201044;
    padding: 3px;
}

div.purp_big_hdr {
    margin: 0;
    border: 1px solid #a888fc;
    padding: 3px;
    color: #a888fc;
    font-size: x-large;
}

div.purp_big_hdr td {
    color: #a888fc;
}

div.purp_big_hdr a {
    text-decoration: none;
}

div.drkgrn {
    background-color: #0E2E04;
    padding: 3px;
}

div.drkgrn_big_hdr {
    margin: 0;
    border: 2px solid #144804;
    padding: 3px;
    color: #144804;
    font-size: x-large;
}


div#titlebar {
    top: 10px;
    margin: 0px 126px 0px 235px;
    text-align: center;
    border: 0;
    font-size: xx-large;
}

div.title {
    background: url("../pictures/gw_title_background_lq.png") no-repeat center top;
    height: 60px;
    width: 620px;
    padding: 12px;
    padding-top: 21px;
    position: absolute;
    text-align: center;
    line-height: 0;
}

div.talltitle {
    background: url("../pictures/gw_talltitle_background_lq.png") no-repeat center top;
    height: 161px;
    width: 577px;
    padding: 12px;
    padding-top: 88px;
    position: absolute;
    text-align: center;
    line-height: 37px;
}

div#page_content {
    margin: 86px 126px 6px 235px;
}

div#ads_content {
    position: absolute;
    top: 120px;
    right: 2px;
    width: 120px;
    height: 600px;
}

div#page_content_noads {
    margin: 86px 6px 6px 235px;
}

.brief_h {
    font-size: 1em;
    font-weight: bold;
    color: #BCFCFC;
}

.brief_c1 {
    font-style: italic;
    color: #F8F8F8;
}

.brief_c2 {
    font-size: 1em;
    font-weight: bold;
    color: #38D480;
}

.brief_c3 {
    color: #BCFCFC;
}

.brief_c4 {
    font-size: 1em;
    font-weight: bold;
    color: #00FCFC;
}

.brief_c5 {
    color: #FC98FC;
}

