#shout{
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 1000;
	color: #FFF;
	padding: 5px 0;
}

#shout label{
	display: block;
}

#shout_form_header{
	cursor: move;
}

#shout_btn {
	border: 1px solid #FFF;
	background-color: #86C9D5;
	color: #FFF;
	font-weight: bold;
	margin: 5px 0;
	float: right;
}

#shout-form{
	margin: 0 auto;
}

#shout-form input.text{
	border: 1px solid #86C9D5;
}

#shout-form input.error{
	border: 1px solid red;
}

#shout_msg{
	width: 154px;
}

#nick{
	width: 50px;
}

div.shout_wrapper{
	width: 180px;
	/*border: 1px solid black;*/
	z-index: 2;
	position: absolute;
	color: #333;
	font-weight: bold;
}
div.shout_wrapper.left{
	left: 10px;
}
div.shout_wrapper.right{
	right: 10px;
}

div.message_top_drag{
	background: url(../../img/oben_drag.png) no-repeat top center;
	height: 37px;
	width: 179px;
}

div.message_top{
	background: url(../../img/oben.png) no-repeat left top;
	height: 8px;
	width: 169px;
}

/*##messages div.message_top{
	background-color: #76C8DF;
	margin-bottom: -6px;
	border: 2px dotted red;
}*/

div.shout_message{
	padding: 0 5px 0 5px;
	background: url(../../img/mitte.png) repeat-y left center;
	width: 159px;
	overflow: hidden;
}

div.message_bottom{
	background: url(../../img/unten.png) no-repeat left top;
	height: 29px;
	width: 169px;
}

div.shout_text{
	/*font-weight: bold;*/
	font-size: 7pt;
	line-height: 8pt;
	border-bottom: 1px dotted #FFF;
	padding-bottom: 5px;
	text-align: justify;
}

div.shout_info{
	font-size: 7pt;
	font-weight: normal;
	color: #FFF;
}

#ukw-full-shout{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

#ukw-full-shoutlist-wrapper{
	z-index: 1001;
	margin: 0;
	padding: 0;
	position: absolute;
	/*width: 560px;*/
	top: 25px;
	right: 0;
	overflow: hidden;
}

#ukw-toggle-full{
	width: 60px;
	height: 110px;
	float: left;
	margin-top: 50px;
	background: url(../../img/toggle.png) no-repeat;
	/*position: relative;*/
	/*right: -6px;*/
	margin-right: -15px;
	cursor: pointer;
	position: relative;
}
#ukw-full-shoutlist{
	float: left;
}
#ukw-full-shoutlist-top{
	background: url(../../img/history_back_top.png) no-repeat top left;
	height: 30px;
}
#ukw-full-shoutlist-bottom{
	height: 30px;
	background: url(../../img/history_back_bottom.png) no-repeat bottom left;
}

#ukw-full-shout-entries{
	background: transparent url(../../img/history_back_middle.png) repeat-y scroll left top;
	list-style-type:none;
	margin:0;
	overflow:hidden;
	padding-left: 15px;
}
#ukw-full-shout-entries li{
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #FFF;
}
#ukw-full-shout-entries li.fill-dummy{
	/*border-top: none;
	border-bottom: none;*/
	color: #FFF;
	text-align: center;
	font-size: 15pt;
	font-weight: bold;
}

div.ukw-message-history-wrapper div{
	padding-left: 10px;
}

#ukw-full-shout-entries li.first{
	border-top: 1px solid #FFF;
}
#ukw-full-shout-entries li.odd{
	background-color:#A8DBEA;
	/*background: url(../../img/odd_item.png) top left repeat-x #A8DBEA;*/
}
#ukw-full-shout-entries li.even{
	/*background: url(../../img/even_item.png) top left repeat-x #D1EBF3;*/
	background-color:#D1EBF3;	
}
#ukw-full-shout-entries li.over{
	background-color: #76C8DF;
}

div.ukw-message{
	color: #333333;
	font-weight: bold;
}
div.ukw-author{
	color: #FFF;
	font-size: 8pt;
	
}

#ukw_emoticons_wrapper{
	position: fixed;
	left: 0;
	bottom: 0;
	background-color: #86C9D5;
	z-index: 999;
	
}
#ukw_emoticons_list{
	list-style-type: none;
}

li.ukw_emoticon{
	float: left;
	margin: 0;
	margin-right: 5px;
}

span.ukw_emoticon_abbr{
	font-size: 7pt;
}

#ukw_toggle_emoticon{
	float: left;
	margin-top: 7px;	
}

