
#ajaxshout_container			{ width: 100%; height: 150px; overflow: auto; overflow-x: none; overflow-y: auto; vertical-align: bottom; }
#ajaxshout_pane					{ width: 100%; height: 100%; }

#ajaxshout_buttons				{ text-align: right; white-space: nowrap; font-size: smaller; }
/*#ajaxshout_button_sep			{ padding: 0px 2px 0px 2px; }*/
#ajaxshout_pane_info			{ font-size: smaller; text-align: left; overflow: auto; min-height: 120px; height: 100%; max-height: 180px; }

#ajaxshout_spinner_refresh		{ vertical-align: middle; float: left; }

#ajaxshout_input_container		{ width: 100%; display: table-row; }
#ajaxshout_input_desc			{ vertical-align: top; margin-right: 5px; display: table-cell; }
#ajaxshout_message_container	{ vertical-align: top; width: 100%; display: table-cell; }
#ajaxshout_message				{ vertical-align: top; height: 3em; width: 100%; font-size: smaller; }
#ajaxshout_input_submit			{ vertical-align: top; padding-left: 10px; display: table-cell; }

.ajaxshout_shout_container		{ font-size: smaller; line-height: 1.2em; }
.ajaxshout_shout_container2		{ max-height: 6em; max-width: 100%; overflow: auto; }
.ajaxshout_shout_normal			{ }
.ajaxshout_shout_selfnormal		{ background: #FFFFA0; }
.ajaxshout_shout_whisper		{ background: #C5C5E2; color: #404040; }
.ajaxshout_shout_selfwhisper	{ background: #A8A8D0; color: #404040; }
.ajaxshout_shout_global			{ background: #FFC68F; }
.ajaxshout_shout_selfglobal		{ background: #FFC68F; }

.ajaxshout_shout_author			{ vertical-align: top; text-align: left; white-space: nowrap; padding-left: 3px; }
.ajaxshout_shout_editby			{ color: gray; font-size: smaller; font-style: italic; }
.ajaxshout_shout_message		{ padding-left: 5px; vertical-align: top; text-align: left; }
.ajaxshout_notice_remove		{ float: right; font-size: 1px; }
.ajaxshout_shout_modoptions		{ font-size: smaller; vertical-align: top; white-space: nowrap; text-align: right; }
.ajaxshout_shout_editor_container { margin-left: 5px; display: table; width: 99%; }
.ajaxshout_shout_editor			{ }
.ajaxshout_shout_editor_buttons	{ vertical-align: top; padding-left: 5px; display: table-cell; }
.ajaxshout_shout_editor_button	{ width: 70px; margin-bottom: 2px; }
.ajaxshout_shout_editor_input_container { width: 100%; padding-right: 5px; display: table-cell; }
.ajaxshout_shout_editor_input	{ height: 3em; width: 100%; }

.ajaxshout_shout_loading		{ font-size: smaller; background: #E8E8E8; color: #6A6A6A; }

/*hr.ajaxshout_shout_mergeline	{ border: 0; height: 1px; color: black; background-color: black; }*/

.ajaxshout_notice_info			{ background-image: url(../images/ajaxshout/info.gif); background-position: 2px 1px; background-repeat: no-repeat; background-color: #D9EEFF; border: #34A0F8 1px solid; font-size: smaller; padding: 2px 2px 2px 22px; margin: 1px 5px 1px 5px; vertical-align: middle; }
.ajaxshout_notice_error			{ background-image: url(../images/ajaxshout/error.gif); background-position: 2px 1px; background-repeat: no-repeat; background-color: #FFCBCB; border: #FF3C3C 1px solid; font-size: smaller; padding: 2px 2px 2px 22px; margin: 1px 5px 1px 5px; vertical-align: middle; }

