/*
 ocPortal
 Copyright (c) ocProducts, 2004-2006

 You may not distribute a modified version of this file, unless it is solely as an ocPortal modification.
 See text/en/licence.txt for full licencing information.

*/

.chat_rooms {
   width: 48%
}

.chat_actions {
   float: right;
   width: 46%
}

.chat_lobby_buddies {
   float: left
}

.chat_lobby_convos {
   float: left;
   height: 550px;
   width: 400px
}

#chat_lobby_convos_tabs {
   border-left: 0;
   border-right: 0;
   border-top: 0;
   border-bottom: 1px solid;
   border-color: #B5B5B5;
   height: 21px
}

.chat_lobby_convos_tab_first {
}

.chat_lobby_convos_current_tab {
   font-weight: bold
}

.chat_lobby_convos_tab_new_messages {
   color: red
}

.chat_lobby_convos_tab_uptodate {
   color: ButtonText
}

.chat_lobby_convos_tab_uptodate, .chat_lobby_convos_tab_new_messages {
   background: url('http://www.bbwparties.com/ocPortal/themes/default/images/tab.png');
   background-repeat: no-repeat;
   float: left;
   margin-top: -1px;
   padding-top: 3px;
   padding-left: 5px;
   padding-right: 5px;
   height: 20px;
   text-align: center
}

#chat_lobby_convos_areas {
}

.chat_lobby_convos_area {
}

.chat_lobby_convos_area_main {
   width: 255px
}

.chat_lobby_convos_area_messages {
   margin-top: 10px;
   margin-bottom: 10px;
   height: 350px
}

#messages_window {
   width: 100%;
   height: 500px
}

.messages_window {
   vertical-align: middle;
   overflow: auto;
   border: 1px solid #000000; /*  */
   background-color: #4c264c; /*  */
   padding-top: 2px;
   padding-bottom: 2px
}

.im_post_bits {
   margin-bottom: -8px
}

.im_post_field {
   margin-top: 5px;
   width: 250px
}

.im_close_buttom {
   width: 125px;
   text-align: right
}

.chat_lobby_convos_area_bar {
   float: right;
   width: 130px;
   overflow: hidden
}

.chat_lobby_convos_area_participants {
   height: 350px
}

.shoutbox_message, .shoutbox_by, .shoutbox_time {
   font-size: .85em
}

.shoutbox_message {
   font-weight: bold;
   font-size: 1em
}

.shoutbox_by {

}

.shoutbox_time {
   white-space: nowrap
}

.chat_room_name {
   float: left;
   width: 80%
}

.chat_you_name {
   float: right
}

.chat_names_under {
   clear: both
}

#chat_comcode_panel {
   text-align: center
}

.chat_options_title {
   width: 24%;
   margin-right: 30px;
   float: left
}

.chat_options {
   float: right
}

.chat_colour_option {
   float: left;
   width: 28%
}

.chat_font_option {
   float: left;
   width: 28%
}

.chat_message_by {
   font-style: italic
}

.chat_lobby_convos_area_messages .chat_message {
   padding-left: 5px
}

#messages_window .chat_message {
   padding-left: 40px
}

.chat_message {
   border-bottom: 2px solid #434343; /* */
   background-color: #d6ced6; /*  */
   margin-bottom: 3px
}


