/* CSS Document */ body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; } #rowInputnick { font-family: Arial, Helvetica, sans-serif; font-size: 80%; color: #414141; height:30; background-color: #efefef; border: 1px solid #dfdfdf; padding: 7px 0 0 10px; margin-top: -1px; } #rowInputmsg { font-family: Arial, Helvetica, sans-serif; font-size: 80%; color: #414141; height:30; background-color: #efefef; border: 1px solid #dfdfdf; padding: 7px 0 0 10px; margin-top: -1px; } #txtNick { font-family: Arial, Helvetica, sans-serif; font-size: 80%; border: 1px solid #DADADA; } #fullheight{ height: 100%; } input { font-family: Arial, Helvetica, sans-serif; font-size: 100%; width: 52%; border: 1px solid #cfcfcf; color: #6c6c6c; padding: 2px 0 2px 3px; } #msgs { background-color: #FFFFFF; scrollbar-face-color: #FFFFFF; scrollbar-highlight-color: #FFFFFF; scrollbar-shadow-color: #FFFFFF; scrollbar-3dlight-color: #FFFFFF; scrollbar-arrow-color: #ccff99; scrollbar-track-color: #FFFFFF; scrollbar-darkshadow-color: #FFFFFF; font-family : Arial, Helvetica, sans-serif; font-size: 80%; background-image: url(images/chatgradient2.gif); background-repeat: no-repeat; background-position: right bottom; height:100%; width: 284px; z-index:1; border: 1px solid #dfdfdf; overflow: auto; word-wrap: break-word; color: #414141; padding-top: 5px; } #emoticons { height:30; background-color: #efefef; border: 1px solid #dfdfdf; padding: 7px 0 0 10px; margin-top: -1px; text-align: center; } .thinHeader { height: 26px; width: 263px; background-image: url(images/thinHeaderPattern.png); margin-top: 11px; font-family: Arial, Helvetica, sans-serif; color: #ffffff; font-size: 100%; font-weight: bold; padding: 5px 0 0 28px; }