#pageChat {background-color:#1c3971}
#pageChat h1 {text-align:center}
#pageChat #chatTop {height:130px; background:steelblue url("../images/top_bg.bmp") repeat-x}
#pageChat .menu {z-index:4}
#pageChat .menuOpener {padding:1px 2px; display:block}
#pageChat .menuTitle {padding-right:23px}
#pageChat #oChat {position:absolute; top:130px; bottom:25px; left:0px; right:0px; padding:5px 5px 0px 5px; margin:5px; background-color:white; overflow:scroll; overflow-x:hidden}
#pageChat #oChat table {height:100%}
#pageChat #chatMessagesTD {vertical-align:top}
#pageChat #chatMessages {padding-bottom:5px}
#pageChat #composeForm {position:absolute; bottom:0px; left:0px; right:0px; padding:5px 11px 5px 5px; display:block}
#pageChat #oChatCompose {width:100%}
#pageChat .chatUser {font-weight:bold}
#pageChat .chatUserI {color:red}
#pageChat .chatUserThey {color:blue}
#pageChat .notice {padding:5px; margin-top:3px}
#pageChat .notice input.button {width:72px}
#pageChat .notice input.wideButton {width:100%}
#pageChat .notice input.rightButton {float:right}
#pageChat.full {position:absolute; top:0px; bottom:0px; left:0px; right:0px; z-index:7}
#pageChat .searchQ {width:84%; margin:7px 0px 0px 2px}
#pageChat .searchPane {top:77px; left:0px; width:auto; border-left-width:0px}
#pageChat #oChatRestore {display:none}
/*#pageChat.full #oChatRestore {display:block}*/