/*******************************************
*  TALKBOX                                 *
*                                          *
*  by AnzuMerc (http://dmzfu.com)          *
*  and SunKing (http://empireofthesun.net) *
*                                          *
*  Special thanks to:                      *
*  BxK (http://mattcworld.com)             *
*  mrtrc266 (http://monsters-mansion.com)  *
*******************************************/
#tbox {
float: left;
background:#efefef;
width:100%;
margin-top:-20px;
margin-bottom:-12px;
}
#shouts {
height:176px; /* exact height for 9 lines */
overflow:auto;
font: 100% verdana, Helvetica, sans-serif;
}
#shouts a {
text-decoration:none;
}
#shouts img {
border:none;
}
#shouts .posts {
border-bottom:1px solid #ccc;
border-left:1px solid #ccc;
line-height:24px;
padding:0 7px;
}
#shouts .date {
color:#777;
font-size:.75em;
padding-bottom:5px;
}
#shouts .username, #shouts .username a {
font-weight:normal;
font-size:1em;
padding-left:1px;
color:#444;
}
#shouts .message {
color:#555;
padding-left:2px;
}
#shouts .message .smiley { /* centers smileys up top to bottom in posts */
margin-bottom:-4px;
}
#tb_titlebar {
display:none;
}
#smileybar, #bbcbar {
background:#f5f5f5;
display:none; /* initial state */
}
#smileybar {
height:12px;
padding:14px 10px 2px 2px;
}
#bbcbar {
height:6px;
padding:20px 0 0 2px;
}
#bbcbar .select {
position:relative;
display:inline;
bottom:18px;
}
#tb_popup {
background:#f7f7f7;
padding:5px;
}
a:link .bbc, a.bbc {
background:url(../../Themes/default/images/bbc/bbc_bg.gif) no-repeat;
position:relative;
bottom:10px;
padding-top:11px;
}
.admin_link { /* ban | edit | delete */
color:#5786DD;
width:64px;
padding-top:6px;
}
.admin_link img {
padding-right:5px;
}
.tb_version {
float:right;
margin-top:-10px;
color:#131313;
font-size:8px
}
.tb_form {
padding:5px;
margin-bottom:-10px;
}
.tb_icons {
padding-left:20px;
display:inline;
position:relative;
bottom:-4px;
}
.tb_user {
background:#ddd;
color:#888;
}
.tb_ban {
color:#E63535;
font-size:2em;
font-weight:bold;
text-align:center;
}
/* ---COMMANDS--- */
.tb_clear {
color:#E63535;
font-size:1.2em;
font-weight:bold;
}
.tb_emote {
color:#5786DD;
font-weight:bold;
font-style:italic;
}
.tb_action {
color:#E63535;
font-weight:bold;
font-style:italic;
}
.tb_bold {
color:#3d3d3d;
font-weight:bold;
}
.tb_news1 {
font-weight:bold;
font-size:1.2em;
color:#FF9C08;
}
.tb_news2 {
font-weight:bold;
font-size:1.2em;
color:#5786DD;
}
.tb_welcome {
font-weight:bold;
font-size:1.2em;
color:#5786DD;
}
.tb_whisper {
font-style:italic;
color:#888;
}
