a {
    color: #FF4C10;
    text-decoration: none;
    border-bottom: 1px dashed #FF4C10;
}

body {
    background-color: #E0DBC8;
    width: 1245px;
    font-family: helvetica;
}

img {
    border: none;
}

img a {
    border: none;
}

#account_settings_div {
    margin-top: 1em;
    width: 30em;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #191400;
    text-align: center;
}

#account_settings_div h3 {
    margin-top: 0px;
    background-color: #191400;
    color: #FF4C10;
}

#account_settings_div .fixed_width {
    text-align: right;
    float: left;
    width: 10em;
    margin-right: 1em;
}

#action_banner {
    width: 100%;
    font-size: 10pt;
    border: 1px solid #191400;
    text-align: center;
    padding-top: .25em;
    padding-bottom: .25em;
    background-color: #B3A285;
    margin-bottom: .25em;
    display: block;
}

#action_banner:hover {
    border: 1px solid #FF4C10;
    background-color: #191400;
    color: #FF4C10;
}

#action_message {
    width: 100%;
    font-size: 10pt;
    border: 1px solid #191400;
    text-align: center;
    padding-top: .25em;
    padding-bottom: .25em;
    background-color: #B3A285;
    margin-bottom: 1em;
    margin-top: -.25em;
    display: none;
}

#big_login_form_div {
    margin-top: 1em;
    border: 1px solid #191400;
    width: 20em;
    margin-left: auto;
    margin-right: auto;
}

#big_login_form_div .form {
    text-align: center;
    width: 19em;
}

#big_login_form_div h3 {
    margin-top: 0px;
    background-color: #191400;
    color: #FF4C10;
    text-align: center;
}

#big_login_form_div .fixed_width {
    width: 6em;
    margin-top: .25em;
    float: left;
    text-align: right;
}

#big_news_bulletin {
    margin-top: 2em;
    text-align: center;
    padding: .25em;
    padding-top: 0em;
    margin-left: 20%;
    margin-right: 20%;
    border: 1px solid #191400;
}

#big_news_bulletin .news_date {
    font-size: 10pt;
}

#big_news_bulletin .news_text {
    text-align: left;
}

#big_news_bulletin .news_title {
    font-size: 15pt;
    margin-top: .25em;
    height: 1.5em;
}

#chat_text {
    background-color: #ffffff;
    height: 30em;
    width: 100%;
    overflow: auto;
}

#chat_text p {
    padding: .25em;
    font-size: 10pt;
    margin: 0em;
}

.chat_message {
    font-size: 10pt;
}

#chat_text .chat_message_user, .chat_message_date, .chat_message_channel {
    font-weight: bold;
}

#chat_text .chat_message_date {
    font-size: 7pt;
    font-weight: normal;
}

#create_game_form {
    text-align: center;
}

#game_chat {
    padding: .25em;
    border: 1px solid black;
    background-color: #B3A285;
    margin-left: 26%;
    margin-right: 22%;
}

#game_information {
    float: right;
    width: 15em;
    padding: .5em;
    border: 1px solid black;
    background-color: #B3A285;
}

#header {
    height: 6em;
    background-color: #B3A285;
    border: 1px solid #191400;
    padding: .5em;
}

#invite_div {
    margin-top: 1em;
    width: 30em;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #191400;
    text-align: center;
}

#invite_div h3 {
    margin-top: 0px;
    background-color: #191400;
    color: #FF4C10;
}

#invite_div .fixed_width {
    text-align: right;
    float: left;
    width: 10em;
    margin-right: 1em;
}

#logo {
    width: 20%;
    float: left;
    padding: 0px;
}

#logo a {
    border: none;
}

#my_games {
    float: right;
    text-align: center;
    width: 60%;
}

#nav_buttons {
    margin-left: 25%;
    text-align: center;
    width: 40%;
    margin-top: 2em;
}

#news_feed {
    width: 15em;
    border: 1px solid #191400;
    padding: .25em;
    margin-top: .25em;
    background-color: #B3A285;
    float: right;
}

#news_feed h3 {
    text-align: center;
    margin-top: 0px;
}

#news_feed h3 a {
    color: #191400;
    border-bottom: 1px dashed #191400;
}

#news_feed .news_title {
    font-size: 12pt;
    background-color: #B3A285;
    text-align: center;
}

#news_feed .news_title a {
    color: #191400;
    border-bottom: 1px dashed #191400;
}

#news_feed .news_text {
    font-size: 10pt;
}

#news_feed .news_text a {
    color: #191400;
    border-bottom: 1px dashed #191400;
}

#news_feed .news_date {
    font-size: 10pt;
}

#news_post_form {
    text-align: center;
    background-color: #B3A285;
}

#news_post_form h3 {
    color: #191400;
    padding-top: 1em;
}

#news_post_form .submit {
    margin-top: .25em;
}

#open_games {
    width: 35%;
    float: left;
    text-align: center;
}

#player_box_alive, #player_box_dead {
    width: 150px;
    //height: 130px;
    display: block;
    text-align: center;
}

#player_box_alive:hover {
    background-color: #191400;
    color: #FF4C10;
}

#player_box_alive .player_name {
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 0px;
}

#player_box_dead .player_name {
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 0px;
}

#player_box_alive img, #player_box_dead img {
    margin-top: 5px;
}

#player_box_table {
    float: left;
    width: 25%;
}

#player_info {
    float: right;
    width: 20em;
    height: 5.5em;
    background-color: #191400;
    margin-top: 0px;
    color: #FF4C10;
}

#player_info .fixed_label {
    float: left;
    text-align: right;
    width: 7em;
    margin-top: .25em;
}

#profile_header {
    margin-top: 1em;
    height: 120px;
    width: 100%;
    background-color: #191400;
    color: #FF4C10;
    border: 1px solid #FF4C10;
}

#profile_header_img {
    margin-top: 10px;
    margin-left: 10px;
    float: left;
}

#profile_header_name {
    margin-top: 32px;
    margin-left: 117px;
    width: 50%;
}

#profile_open_games_table {
    float: left;
    width: 45%;
}

#profile_finished_games_table {
    float: right;
    width: 45%;
}

#profile_finished_games_table h3 {
    text-align: center;
}

#profile_open_games_table h3 {
    text-align: center;
}

#registration_div {
    margin-top: 1em;
    width: 30em;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #191400;
    text-align: center;
}

#registration_div h3 {
    margin-top: 0px;
    background-color: #191400;
    color: #FF4C10;
}

#registration_div .fixed_width {
    text-align: right;
    float: left;
    width: 10em;
    margin-right: 1em;
}

#upper_header {
    height: 60%;
    padding: .5em;
}


.banner {
    width: 100%;
    font-size: 10pt;
    border: 1px solid #191400;
    text-align: center;
    padding-top: .25em;
    padding-bottom: .25em;
    background-color: #B3A285;
    margin-top: .5em;
    margin-bottom: .5em;
}

.banner a {
    color: #191400;
    border-bottom: 1px dashed #191400;
}

.bolded {
    font-weight: bold;
    color: #191400;
}

.center {
    text-align: center;
}

.chat_channel_name {
    text-align: center;
    font-style: italic;
    font-weight: normal;
}

.error {
    color: red;
    font-weight: bold;
    text-align: center;
}

.game_h3 {
    margin-top: 0;
    text-align: center;
}

.game_player_Town {
    background-color: #009900;
}

.game_player_Antitown {
    background-color: #990000;
}

.game_player_Psychopaths {
    background-color: #990000;
}

.game_player_Unknown {
    background-color: #B3A285;
}

.game_player_list {
    margin-top: .25em;
}

.game_player_list li {
    padding-left: .25em;
    margin: 5px;
    margin-left: -30px;
    text-decoration: none;
    list-style: none;
}

.game_player_list a {
    border-bottom: 1px dashed #191400;
    color: #191400;
    margin-left: .5em;
}

.game_table {
    text-align: center;
    background-color: #DECFB6;
}

.game_table .header {
    background-color: #191400;
    color: #FF4C10;
}

.game_table .name {
    width: 15em;
    text-align: right;
}

.game_table .long {
    width: 15em;
    text-align: center;
}

.game_table .small {
    width: 5em;
}

.nav_button {
    background-color: #E0DBC8;
    margin-right: 2em;
    padding-top: .25em;
    padding-bottom: .25em;
    color: #191400;
}

.nav_button a {
    height: 2em;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: .25em;
    padding-bottom: .25em;
    color: #191400;
    text-decoration: none;
    border: none;
}

.nav_button a:hover {
    height: 2em;
    background-color: #DECFB6;
    border: none;
}

.news_title {
    color: #FF4C10;
    background-color: #191400;
}

.news_title a {
    text-decoration: none;
    border-bottom: 1px dashed #FF4C10;
    color: #FF4C10;
}

.player_info_button {
    background-color: #B3A285;
    margin-left: .6em;
    padding-top: .25em;
    padding-bottom: .25em;
    color: #191400;
}

.player_info_button a {
    height: 2em;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: .25em;
    padding-bottom: .25em;
    color: #191400;
    text-decoration: none;
    border: none;
}

.player_info_button a:hover {
    height: 2em;
    background-color: #DECFB6;
    border: none;
}

.player_name {
    margin-top: .25em;
    text-align: center;
    font-size: 12pt;
    margin-bottom: 2em;
}

.small_text {
    font-size: 10pt;
}

.strikeout {
    text-decoration: line-through;
}

.submit {
    margin-top: .25em;
}
