﻿/*
   GENERIC / DEFAULT
*/

.chat_label_request_login {
   color: #ffffff;
   background-color: #0000bb;
   border: 2px ridge #ffffff;
   font-family: Arial Narrow;
   font-size: 9pt;
   font-weight: bold;
}

.chat_label_limit_breached {
   color: #ffffff;
   background-color: #cc0000;
   border: 2px ridge #ffffff;
   font-family: Arial Narrow;
   font-size: 10pt;
   font-weight: bold;
}

.chat_input_textbox {
   color: #ffffff;
   background-color: #000000;
   border-color: #888888;
   font-family: arial narrow;
   font-weight: normal;
   font-size: 10pt;
}

.chat_input_button {
   color: #ffffff;
   background-color: #000040;
   border-color: #333366;
   font-family: Arial Narrow;
   font-weight: bold;
   font-style: normal;
   font-size: 11pt;
}


.chat_output_base {
   width: 100%;
   height: 100%;
   overflow: hidden;
   color: #ffffff;
   font-family: verdana;
   font-size: 10pt;
   border: 2px inset #999999;
   background-color: #ccffcc;
}

.chat_output_base_table {
   table-layout: fixed;
   width: 100%;
   height: 100%;
   color: #ffffff;
   font-family: verdana;
   font-size: 10pt;
   border-spacing: 0;
   border-collapse: collapse;
}

   .chat_output_base_table td {
      padding: 2px 4px;
      border: 1px solid #99aa99;
   }

.chat_col_meta {
   width: 82px;
   padding: 0 3px 0 1px;
   background-color: #000000;
   color: #ffffff;
   font-size: 8pt;
   font-style: normal;
}

.chat_col_meta_date {
   font-size: 0.8em;
}

.chat_col_meta_username {
   color: #66ff66;
   font-size: 1em;
   font-weight: bold;
   font-style: italic;
}

.chat_col_data_alt0 {
   background-color: #eeffee;
   color: #000000;
}

.chat_col_data_alt1 {
   background-color: #eeeeff;
   color: #000000;
}

/*
   PHOTO GALLERY
*/
.chat_output_base_photogallery {
   width: 100%;
   height: 100%;
   overflow: hidden;
   color: #ffffff;
   font-family: verdana;
   font-size: 10pt;
   border: 2px ridge #bbbbbb;
}

.chat_output_base_table_photogallery {
   table-layout: fixed;
   width: 100%;
   height: 100%;
   color: #ffffff;
   background-color: #111155;
   font-family: verdana;
   font-size: 10pt;
   border-spacing: 0;
   border-collapse: collapse;
}

   .chat_output_base_table_photogallery td {
      padding: 2px 4px;
      border: 1px solid #7788e8;
   }

.chat_col_meta_photogallery {
   width: 82px;
   padding: 0 3px 0 1px;
   background-color: #111155;
   color: #ffffff;
   font-size: 8pt;
   font-style: normal;
}

.chat_col_data_alt0_photogallery {
   background-color: #111174;
   color: #ffffff;
}

.chat_col_data_alt1_photogallery {
   background-color: #111144;
   color: #ffffff;
}

/*
   TOURNAMENT WINNERS
*/
.chat_output_base_tourneywinners {
   width: 100%;
   height: 100%;
   overflow: hidden;
   color: #ffffff;
   border: 1px inset transparent;
}

.chat_output_basetable_tourneywinners {
   table-layout: fixed;
   width: 100%;
   height: 100%;
   color: #ffffff;
   font-family: verdana;
   font-size: 8.5pt;
   border-spacing: 0;
   border-collapse: collapse;
   background-color: #000000;
   border: 0px solid #ff0000;
}

   .chat_output_basetable_tourneywinners td {
      padding: 2px 4px;
      border: 1px solid #99aa99;
   }

.chat_output_col_data_tourneywinners {
   color: #ffffff;
}

.chat_input_button_tourneywinners {
   color: #ffffff;
   background-color: #000040;
   border-color: #333366;
   font-family: Arial Narrow;
   font-weight: bold;
   font-style: normal;
   font-size: 8pt;
   padding: 2px 4px;
}

.chat_input_textbox_tourneywinners {
   color: #ffffff;
   background-color: #000000;
   border-color: #888888;
   font-family: arial narrow;
   font-weight: normal;
   font-size: 10pt;
   z-index: 10000;
}
