/* Main CSS */
html {
    overflow-y: scroll;
}

body {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 14px;
    background-color: #7F7D64;
    background-image: url(../media/dgren020.jpg);
    padding: 0;
    margin: 0;
}

body#login {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 14px;
    background-color: #fff;
    background-image: none;
    padding: 0;
    margin: 0;
}

h3, h4 {
    color: #993300;
}

h4 {
    margin: 0;
}

p, li {
    color: #7F7D64;
}

fieldset {
    border: 1px solid #325541;
}

fieldset.selection_fieldset {
    background-color: #FFF;
    padding: 0 0 10px 10px;
}

legend {
    color: #993300;
}

label, select, input {
    color: #325541;
}

input, select, textarea {
    border: 1px solid #325541;
}

input#submit, input#submit_new, input#submit_edit, input#reset, input#submit_reg, input#submit_login, input#exp_reset, input#tourney_reset {
    width: 100%;
    height: 1.6em;
    color: #325541;
    background-color: #D7D9A1;
}

input#submit:hover, input#submit_new:hover, input#submit_edit:hover, input#reset:hover, input#submit_reg:hover, input#submit_login:hover, input#exp_reset:hover, input#tourney_reset:hover {
    color: #FFF;
    background-color: #B6BE8E;
}

table {
    border-collapse: collapse;
}

th {
    color: #325541;
    font-size: 90%;
}

div#front_logo {
    width: 300px;
    margin: 80px auto 0 auto;
}

span#help {
    margin-left: 35px;
}

span#info_exp {
    float: right;
}

span#info_sum {
    float: right;
    margin-top: -1.77em;
}

div#header {
    background: #993300 url(../media/logo.gif) no-repeat;
    border-bottom: thin solid #6F2500;
    height: 85px;
}

div#logo h1 {
    display: none;
}

div#footer {
    height: 2em;
}

div#footer p {
    width: 430px;
    margin: 20px auto;
    padding: 2px;
    border: 3px solid #325541;
    background-color: #FFF;
    font-size: 80%;
    color: #7F7D64;
    text-align: center;
}

div#footer a {
    text-decoration: none;
    color: #7F7D64;
}

div#footer a:hover {
    text-decoration: underline;
}

div#footer img {
    border: none;
}

div#page {
    min-height: 420px;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #E8E6AB;
    border-top: thick solid #7D2A00;
    border-bottom: thick solid #325541;
}

div.innerpage {
    width: 91%;
    margin: 0 auto 10px;
}

div.tb_thickborder {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 20px 5px;
    border: 1px solid #7F7D54;
    border-top: thick solid #7F7D54;
    border-bottom: thick solid #7F7D54;
    background-color: #fff;
}

div#wrapper {
    width: 970px;
    min-height: 360px;
    margin: 0 auto 1em;
    padding-top: 10px;
} .clear {
    clear: both;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
}

div#chart_wrapper {
    width: 90%;
    margin: 20px auto 0;
    padding-top: 20px;
    border: 1px solid #7F7D54;
    border-top: thick solid #7F7D54;
    border-bottom: thick solid #7F7D54;
    background-color: #FFF;
}

div#chart_fullpage {
    width: 750px;
    margin: 0 auto 10px;
    padding: 10px;
}

div.chart_third {
    float: left;
    padding: 12px;
}

div#login_page, div#front_page, div#session_form, div#edit_form, div#search_results, div#exp_results, div#tourney_results, div#stt_tourney_results, div#cash_results, div#charts_results {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 20px 5px;
    border: 1px solid #7F7D54;
    border-top: thick solid #7F7D54;
    border-bottom: thick solid #7F7D54;
    background-color: #fff;
}

div#exp_results table, div#tourney_results table, div#stt_tourney_results table {
    width: 90%;
    margin: 0 2em;
}

div#search_results h3, div#exp_results h3, div#tourney_results h3, div#stt_tourney_results h3, div#cash_results h3, div#charts_results {
    margin: 1em 2em;
}

div#search_results p, div#exp_results p, div#tourney_results p, div#stt_tourney_results p, div#cash_results p, div#charts_results p {
    margin: 0 2em;
}

div#login_page p, div#front_page p {
    padding-right: 1em;
}

div#login_left, div#front_left {
    width: 60%;
    float: left;
    margin: 0 10px 5px;
    padding-left: 1em;
}

div#login_left img, div#front_left img {
    float: right;
    margin-left: 2em;
}

div#login_left, div#front_left ul {
    list-style: square;
}

div#login_pane, div#front_right {
    width: 30%;
    float: right;
    margin: 0 10px 5px;
    padding-right: 1em;
}

div#login_region {
    width: 180px;
    margin: 0 auto;
}

span#login_help {
    width: 20px;
    display: block;
    margin: 40px auto 0;
}

div#front_right img {
    padding: 30px 0 0 30px;
}

div#front_right a {
    color: #7F7D64;
    font-weight: bold;
}

div#front_right a:hover {
    text-decoration: none;
}

div#front_page ul#reports {
    width: 94%;
    margin: 20px auto 0;
} .report_area {
    border: 1px dashed #325541;
}

div#login_pane h3 a {
    text-decoration: none;
    border-bottom: 1px dashed #999;
}

div#login_pane h3 a:hover {
    color: #999;
    text-decoration: none;
    border: none;
}

div#admin_left {
}

div#admin_right {
    width: 80%;
    float: right;
}

div#welcome {
    height: 2em;
}

div#welcome h3 a {
    color: #325541;
}

div#member_stats{
    width: 90%;
    padding: 0.5em;
    border: 1px solid #7F7D54;
}

div#welcome_details {
    width: 90%;
    padding: 0.5em;
    border: 1px solid #7F7D54;
}

div#welcome_details h4:hover {
	cursor:hand;
}

div#member_stats table {
    width: 100%;
}

table#welcome_details_casino_table {
	width:500px;
}

div#member_stats td, div#welcome_details td {
    padding-left: 4px;
}

div#member_stats img {
    margin: 6px 0 -6px;
    padding: 0;
}

div#system_announcements {
    /*background-color:red;
     border:1px solid #7F7D54;
     padding:1em;
     color:white;
     font-weight:bold;
     display:none;*/
}

div#session_form table {
    border: none;
}

div#session_form h3 {
    font-size: 100%;
    margin-bottom: 5px;
}

div#session_form span {
    color: #325541;
    font-size: 85%;
}

div#session_form #form_left {
    width: 30%;
    float: left;
    margin-right: 10px;
}

div#session_form #form_right_top, div#session_form #form_right_middle, div#session_form #form_right_bottom {
    width: 65%;
    float: right;
    margin: 0 10px 5px;
}

div#session_form #form_bottom {
    width: 100%;
    margin: 5px auto 0;
}

div#session_form #form_bottom input {
    width: 90%;
}

div#session_form textarea {
    border: 1px solid #7F7D54;
}

div#session_form fieldset#cash input, div#session_form fieldset#tourney input, div#session_form fieldset#expenses input {
    width: 5em;
}

div#session_form input, div#search_form input, div#expenses_form input, div#tourney_form input, div#stt_tourney_form input, div#cash_game_form input {
    width: 5em;
    padding: 1px 2px;
}

div#insert_details, div#registration_help, div#insert_success {
    display: none;
}

div#insert_success, div#edit_success, div#contact_submitted {
    position: absolute;
    top: 95px;
    right: 30px;
    width: 200px;
    background-color: #FFFFFF;
    border: 4px solid #325541;
    font-size: 100%;
    color: #993300;
    font-weight: bold;
    padding: 2px;
    text-align: center;
}

div#summary_info {
    width: 500px;
}

div#search_form, div#expenses_form, div#tourney_form, div#stt_tourney_form, div#cash_game_form {
    width: 91%;
    margin: 0 auto 10px;
}

div#search_form table {
    margin: 0 auto;
}

div#exp_form table {
}

form#contact_form textarea {
    border: 1px solid #7F7D54;
}

div#search_form table td, div#expenses_form table td, div#tourney_form table td, div#stt_tourney_form table td, div#cash_game_form table td {
    padding: 0 0.5em;
}

div#search_results table {
    width: 94%;
    border: none;
    padding: 0 10px;
    margin: 0 auto;
}

td.edit_field {
    background-color: #fff;
}

td.edit_field a {
    color: #7F7D64;
    text-decoration: none;
    border-bottom: 1px dashed #7F7D64;
}

td.edit_field a:hover {
    color: #FFF;
    border-bottom: none;
    background-color: #993300;
}

div#search_results_details {
}

div#search_results #location {
    width: 10em;
}

div#search_results span#edit_row:hover {
    color: #fff;
}

div#top_stats {
    width: 300px;
    float: right;
    margin: 20px 30px 0 0;
    padding: 3px 10px;
    background-color: #325541;
}

div#top_stats span {
    color: #E8E6AB;
}

div#top_stats img {
    margin: 0 0 -4px 50px;
    border: 0;
}

table#sessions_table td, table#cashrpt_table td {
    padding: 0 .5em;
    margin: 0;
}

table#sessions_table .upper {
    text-transform: capitalize;
}

table#opening_stats_table, table#opening_expenses_table {
    width: 100%;
    font-size: 90%;
    border: 1px solid #7F7D54;
    padding: 5px;
} .even_row {
    background-color: #ABB688;
} .odd_row {
    background-color: #CACE99;
} .main_row {
    font-weight: bold;
    background-color: #325541;
    color: #FFFFCC;
} .clear_column {
    width: 50px;
    background-color: #FFF;
} .left {
    text-align: left;
} .right {
    text-align: right;
} .center_container {
    margin: 0 auto;
} .w2em {
    width: 2em;
} .w4em {
    width: 4em;
} .w8em {
    width: 8em;
} .w10em {
    width: 10em;
} .w12em {
    width: 12em;
} .w17em {
    width: 17em;
} .w30em {
    width: 30em;
}  .beta {
    width: 200px;
    margin: 0 auto;
    color: #993300;
    text-align: center;
}
