body {
    font: normal 13px/17px Georgia, Serif;
    text-align: center;
    background: #ffffff;
}

#header {
    background: #000000 url('../graphics/layout/header.png') left top repeat-x;
    color: #ffffff;
    width: 100%;
    height: 192px;
}
#header div {
    background: #000000 url('../graphics/layout/players.jpg') left top no-repeat;
    width: 960px;
    height: 160px;
    margin: 0 auto;
}
#header div h1 {
    background: #000000 url('../graphics/layout/logo.png') left top no-repeat;
    float: right;
    width: 475px;
    height: 160px;
}
#header div span { display: none; }

#wrapper {
    width: 960px;
    margin: 0 auto;
}

#footer {
    border-top: 1px dotted #bbbbbb;
    color: #aaaaaa;
    width: 320px;
    padding: 8px 0 0 0;
    margin: 48px auto 12px auto;
}
#footer a { color: #aaaaaa; }

h2 {
    font: normal 28px Georgia, Serif;
    padding: 0 0 16px 0;
}

h3 {
    font: normal 22px Georgia, Serif;
    margin: 0 0 12px 0;
    padding: 8px 0 0 0;
}

h4 {
    font: normal 18px Georgia, Serif;
    margin: 0 0 12px 0;
}

a {
    color: #083b62;
}

/* * * * Frontpage * * * */

.right_small {
    text-align: center;
    width: 128px;
    float: right;
}
.right_small a {
    text-decoration: none;
    font-weight: bold;
    font-style: italic;
}
.right_small span {
    text-decoration: underline;
}

#frontpage {
    text-align: left;
    width: 656px;
    margin: 0 auto;
}
#frontpage .padding {
    padding: 24px 48px 0 48px;
}
#frontpage p.intro {
    text-align: justify;
    width: 410px;
    padding: 0 0 18px 0;
}
#frontpage .left {
    float: left;
    width: 250px;
}
#frontpage .right {
    float: right;
    width: 250px;
}
#feedback .right p {
    padding: 0 0 16px 0;
}

form label {
    font: 13px Georgia, Serif;
    padding: 0 10px;
}

form .input_error {
    background: transparent url('../graphics/input-red.png') center center no-repeat;
}

form .txt {
    display: block;
    background: transparent url('../graphics/input.png') center center no-repeat;
    margin: 0 4px 8px 0px;
    width: 244px;
    height: 24px;
}

form .txt input {
    margin: 3px 8px 0 8px;
    font-size: 14px;
    background: transparent;
    width: 228px;
    border: none;
}

form .txt_s {
    display: block;
    background: transparent url('../graphics/input-s.png') center center no-repeat;
    margin: 0 4px 8px 4px;
    width: 119px;
    height: 24px;
}

form .txt_s input {
    margin: 3px 8px 0 8px;
    font-size: 14px;
    background: transparent;
    width: 103px;
    border: none;
}

form .txt_area {
    display: block;
    background: transparent url('../graphics/textarea.png') center center no-repeat;
    margin: 0 4px 8px 0px;
    width: 244px;
    height: 128px;
}

form .txt_area textarea {
    margin: 3px 8px 0 8px;
    font-size: 12px;
    background: transparent;
    width: 228px;
    border: none;
}

form select {
    margin: 0 0 8px 8px;
    width: 240px;
}

form select.small {
    width: 110px;
}

form p.left {
    width: 123px;
    float: left;
}
form p.right {
    width: 123px;
    float: right;
}

form .link {
    font: 13px Georgia, Serif;
    width: 160px;
    float: left;
    text-align: left;
    margin: 4px 0 0 8px;
}

form .submit {
    width: 64px;
    float: right;
    text-align: right;
    margin: 0 4px 0 0;
}

form .submit input {
    background: transparent url('../graphics/submit.png') center center no-repeat;
    height: 24px;
    width: 57px;
    border: none;
    font: 13px Georgia, Serif;
}

p.error {
    text-align: center;
    color: #7A000A;
    margin: 0 8px 12px 8px;
    font-weight: bold;
}

p.success {
    text-align: center;
    color: #04814D;
    margin: 0 8px 12px 8px;
    font-weight: bold;
}

.prompt_loader {
    height: 28px;
    width: 100%;
    background: #ffffff url('../graphics/bar-loader.gif') center top no-repeat;
}

/* * * * Account * * * */

#account {
    background: transparent url('../graphics/layout/online.png') center top no-repeat;
    text-align: left;
    width: 770px;
    float: left;
}

#account .padding {
    padding: 24px 48px 0 48px;
}

#menu {
    width: 148px;
    float: right;
    text-align: left;
}

#menu ul li {
    padding: 0 0 0 16px;
}

#menu ul li.active {
    padding: 0 0 0 32px;
    background: transparent url('../graphics/layout/menu-pointer.png') 18px center no-repeat;
}
#menu ul li.active a { color: #000000; text-decoration: none; }

#menu ul li em {
    display: block;
    font: normal 18px Georgia, Serif;
    padding: 24px 0 4px 0;
    font-style: normal;
}
#menu ul li.logout {
    padding: 16px 0 0 16px;
}
#menu ul li.logout a {
    color: #8c1717;
}
#menu ul li.feedback {
    margin: 16px 0 0 0;
    padding: 0 0 0 16px;
}
#menu ul li.feedback_active {
    margin: 16px 0 0 0;
    padding: 0 0 0 32px;
    background: transparent url('../graphics/layout/menu-pointer.png') 18px center no-repeat;
}
#menu ul li.new a {
    color: #186800;
}

.pager {
    margin-top: -32px;
    margin-bottom: 16px;
    text-align: right;
    border-bottom: 1px solid #B8B8B8;
    font-size: 90%;
}

table { 
    width: 100%;
}

table tr .mk-center { text-align: center; }
table tr .mk-right { text-align: right; }

table tr.odd {
    background: #ECECEC url('../graphics/grey.png');
}
table tr.even {
    background: #ffffff;
}


table tr.tfooter {
    font-weight: bold;
}


#filter {
    display: none;
    border: 1px solid #A1A1A1;
    background: #F5F5F5;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 6px 16px 16px 16px;
}

#filter .left {
    width: 250px;
    float: left;
}

#filter .right {
    width: 250px;
    float: right;
}

.clear { clear: both; }

#preferences .left {
    float: left;
    width: 250px;
}
#preferences .right {
    float: right;
    width: 380px;
}

#feedback .left {
    float: left;
    width: 250px;
}
#feedback form select {
    margin: 0 0 8px 0;
}
#feedback .right {
    float: right;
    width: 380px;
}

#rb_signup .left {
    float: left;
    width: 250px;
}
#rb_signup .right {
    float: right;
    width: 380px;
}
#rb_signup form select {
    margin: 0 0 8px 0;
}

.account_stat {
    margin: 0 24px 16px 24px;
    width: 644px;
}

#rb_signup .right ol {
    list-style: lower-roman;
    margin: 12px 6px 12px 32px;
}
#rb_signup .right p {
    text-align: justify;
    margin: 12px 0;
}

#default_currencies li {
    float: left;
    width: 83px;
}

/****************** IMPROMPTU *****************/

.wide_promptfade{
      position: absolute; 
      background-color: #aaaaaa; 
}
div.wide_prompt .splitter {
    margin-right: 20px;
    width: 250px;
    float: left;
} 
div.wide_prompt{ 
      width: 560px; 
      font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
      position: absolute; 
      background-color: #ffffff;
      font-size: 11px; 
      text-align: left; 
      border: solid 1px #eeeeee;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
}
div.wide_prompt .wide_promptcontainer{ 

}
div.wide_prompt .wide_promptclose{ 
      position: absolute;
      top: 4px; right: -2px; 
      width: 18px; 
      cursor: default; 
      color: #bbbbbb; 
      font-weight: bold; 
}
div.wide_prompt .wide_promptmessage{ 
      padding: 20px 0 20px 20px; 
      line-height: 20px; 
      color: #000000; 
}
div.wide_prompt .wide_promptbuttons{ 
      text-align: right; 
      padding: 5px 0 5px 0; 
}
div.wide_prompt button{ 
    background: transparent url('../graphics/submit.png') center center no-repeat;
    height: 24px;
    width: 57px;
    border: none;
    font: 13px Georgia, Serif;
    margin: 0 10px;
}
div.wide_prompt button:hover{ 
      background-color: #728A8C;
}
div.wide_prompt button.wide_promptdefaultbutton{ 
    background: transparent url('../graphics/submit-faded.png') center center no-repeat;
}
.wide_promptwarning .wide_prompt .wide_promptbuttons{ 
      background-color: #BF5E26;
}

table tr.even .stat_note {
    background: #ECECEC url('../graphics/grey.png');
    width: 602px;
    margin: 0 12px 6px 12px;
}
table tr.even .stat_note .head {
    background: transparent url('../graphics/white-note-top.png') center top no-repeat;
}
table tr.even .stat_note .foot {
    background: transparent url('../graphics/white-note-bottom.png') center bottom no-repeat;
}
table tr.even .stat_note .padder {
    padding: 12px;
}
table tr.odd .stat_note {
    background: #ffffff url('../graphics/grey-note-top.png') center top no-repeat;
    width: 602px;
    margin: 0 12px 6px 12px;
}
table tr.odd .stat_note .foot {
    background: transparent url('../graphics/grey-note-bottom.png') center bottom no-repeat;
}
table tr.odd .stat_note .padder {
    padding: 12px;
}

/** DEFAULT **/

.jqifade{
      position: absolute; 
      background-color: #aaaaaa; 
}
div.jqi{ 
      width: 290px; 
      font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
      position: absolute; 
      background-color: #ffffff;
      font-size: 11px; 
      text-align: left; 
      border: solid 1px #eeeeee;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
}
div.jqi .jqicontainer{ 

}
div.jqi .jqiclose{ 
      position: absolute;
      top: 4px; right: -2px; 
      width: 18px; 
      cursor: default; 
      color: #bbbbbb; 
      font-weight: bold; 
}
div.jqi .jqimessage{ 
      padding: 20px; 
      line-height: 20px; 
      color: #000000; 
}
div.jqi .jqibuttons{ 
      text-align: right; 
      padding: 5px 0 5px 0; 
}
div.jqi button{ 
    background: transparent url('../graphics/submit.png') center center no-repeat;
    height: 24px;
    width: 57px;
    border: none;
    font: 13px Georgia, Serif;
    margin: 0 10px;
}
div.jqi button:hover{ 
      background-color: #728A8C;
}
div.jqi button.jqidefaultbutton{ 
    background: transparent url('../graphics/submit-faded.png') center center no-repeat;
}
.jqiwarning .jqi .jqibuttons{ 
      background-color: #BF5E26;
}

