

#chat-container
{
	position: absolute;
	left: 724px;
	top: 135px;
	width: 344px;
	height: 592px;
	background-image: url(../dsa_game/gfx/chat_tabs_background.png);
	background-repeat: no-repeat;
	z-index: 2;
}

#chat-background
{
	position: absolute;
	left: 0px;
	top: 55px;
	right: 12px;
	height: 537px;
	background-image: url(../dsa_game/gfx/canvasl.jpg);
	background-repeat: no-repeat;
}

#chat-separator
{
	position: absolute;
	left: 696px;
	top: 123px;
	width: 28px;
	height: 616px;
	background-image: url(../dsa_game/gfx/chat_separator.png);
}

.chat-scroll
{
	top: 55px;
	height: 537px;
	right: 0px;
}

#chat-tabs-left
{
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
	width: 17px;
	height: 22px;
	background-image: url(../dsa_game/gfx/chat_scroll.png);
	background-position: 0px 0px;
}

#chat-tabs-right
{
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	width: 17px;
	height: 22px;
	background-image: url(../dsa_game/gfx/chat_scroll.png);
	background-position: -17px 0px;
}

#chat-tabs
{
	position: absolute;
	left: 17px;
	right: 17px;
	top: 0px;
	height: 22px;
	overflow: hidden;
}

#chat-tabs-pane
{
	position: relative;
	height: 22px;
	width: 10000px;
}

#chat-tabs2
{
	position: absolute;
	left: 0px;
	top: 22px;
	width: 100%;
	height: 21px;
	overflow: hidden;
}

.chat-tab
{
	float: left;
	position: relative;
	margin: 0;
	padding: 0px 5px 0px 5px;
	height: 22px;
	background-image: url(../dsa_game/gfx/chat_buttons.png);
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
}

.chat-tab .chat-tab-end
{
	position: absolute;
	width: 4px;
	height: 22px;
	top: 0px;
	right: 0px;
	overflow: hidden;
	background-image: url(../dsa_game/gfx/chat_buttons.png);
}

#chat-tabs .chat-tab
{
	line-height: 20px;
	background-position: 0px 0px;
}

#chat-tabs2 .chat-tab
{
	line-height: 18px;
	padding: 0px;
	width: 25%;
	background-position: 0px -22px;
}

#chat-tabs .chat-tab-active
{
	background-position: 0px -43px;
}

#chat-tabs2 .chat-tab-active
{
	background-position: 0px -65px;
}

#chat-tabs .chat-tab .chat-tab-end
{
	background-position: -340px 0px;
}

#chat-tabs2 .chat-tab .chat-tab-end
{
	background-position: -340px -22px;
}

#chat-tabs .chat-tab-active .chat-tab-end
{
	background-position: -340px -43px;
}

#chat-tabs2 .chat-tab-active .chat-tab-end
{
	background-position: -340px -65px;
}

.chat-tab-new-input
{
	color: #990000;
}

.chat-tab-with-close
{
	padding: 0px 27px 0px 5px;
}

.chat-close
{
	margin-left: 5px;
	width: 20px;
	height: 20px;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 1px;
	right: 2px;
	background-image: url(../dsa_game/all/icons.png);
	background-position: -500px 0px;
	cursor: pointer;
}

#chat-boxcontent
{
	left: 6px;
	right: 18px;
	top: 61px;
	bottom: 6px;
	position: absolute;
}

#chat-boxcontent-bar
{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
}

#chat-boxcontent-text
{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 21px;
	bottom: 0px;
	overflow: hidden;
}

#chat-boxcontent-text-pane
{
	overflow: hidden;
	position: absolute;
}

.chat-box-time
{
	clear: both;
	float: left;
	width: 50px;
	line-height: 20px;
	overflow: hidden;
	text-align: left;
}

.chat-box-author
{
	float: left;
	width: 80px;
	line-height: 20px;
	overflow: hidden;
	text-align: left;
}

.chat-box-headline
{
	float: left;
	width: 190px;
	line-height: 20px;
	overflow: hidden;
	text-align: left;
	cursor: pointer;
}

.chat-box-new
{
	font-weight: bold;
}

.chat-box-title
{
	font-weight: bold;
	border-bottom: 1px solid black;
	cursor: default;
}

#chat-composecontent
{
	left: 6px;
	right: 18px;
	top: 61px;
	bottom: 6px;
	position: absolute;
}

#chat-composeform
{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}

.chat-composelabel
{
	width: 80px;
	float: left;
	clear: both;
	height: 25px;
	text-align: right;
}

#chat-composeaddress
{
	width: 210px;
	float: right;
}

#chat-composeautocomplete
{
	position: absolute;
	width: 318px;
	height: 42px;
	top: 23px;
	left: 0px;
	border: 1px solid black;
	background-color: white;
	display: none;
}

#chat-composeautocomplete div
{
	width: 318px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	cursor: pointer;
}

.chat-composeautocomplete-selected
{
	color: white;
	background-color: black;
}

#chat-composeheadline
{
	width: 210px;
	float: right;
}

#chat-composetext
{
	position: absolute;
	left: 0px;
	width: 314px;
	top: 70px;
	height: 399px;
}

#chat-composesend
{
	position: absolute;
	bottom: 0px;
	right: 20px;
	height: 43px;
	line-height: 43px;
	background-image: url(../dsa_game/gfx/button.png);
	padding-left: 30px;
	padding-right: 30px;
	overflow: hidden;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
}

#chat-composesend div
{
	position: absolute;
	right: 0px;
	width: 2px;
	top: 0px;
	bottom: 0px;
	background-image: url(../dsa_game/gfx/button.png);
	overflow: hidden;
	background-position: -342px 0px;
}

#chat-composefixtures
{
	position: absolute;
	bottom: 0px;
	left: 20px;
	height: 43px;
	line-height: 43px;
	background-image: url(../dsa_game/gfx/button.png);
	padding-left: 30px;
	padding-right: 30px;
	overflow: hidden;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
}

#chat-composefixtures div
{
	position: absolute;
	right: 0px;
	width: 2px;
	top: 0px;
	bottom: 0px;
	background-image: url(../dsa_game/gfx/button.png);
	overflow: hidden;
	background-position: -342px 0px;
}

#chat-listcontent
{
	left: 6px;
	right: 18px;
	top: 61px;
	bottom: 6px;
	position: absolute;
	overflow: hidden;
}

#chat-listcontent-pane
{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
}

#chat-listcontent-settings
{
	width: 100%;
	padding-bottom: 4px;
	border-bottom: 1px solid black;
	margin-bottom: 4px;
	float: left;
}

.chat-listcontent-checkbox
{
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	clear: both;
	line-height: 25px;
	margin-top: 5px;
}

.chat-listcontent-text
{
	height: 25px;
	line-height: 25px;
	float: left;
}

.chat-listcontent-chatroom
{
	float: left;
	width: 70%;
	overflow: hidden;
	height: 25px;
	line-height: 25px;
	text-align: left;
	cursor: pointer;
}

.chat-listcontent-users
{
	width: 30%;
	float: left;
	overflow: hidden;
	height: 25px;
	line-height: 25px;
	text-align: right;
}

#chat-listcontent-joining
{
	position: relative;
	height: 78px;
	float: left;
	width: 100%;
	padding-top: 4px;
	border-top: 1px solid black;
	margin-top: 4px;
}

#chat-listcontent-joinroom
{
	float: right;
	width: 60%;
	margin-left: 10px;
}

#chat-listcontent-jointext
{
	float: left;
	height: 25px;
}

#chat-listcontent-join
{
	position: absolute;
	bottom: 0px;
	right: 20px;
	height: 43px;
	line-height: 43px;
	height: 43px;
	overflow: hidden;
	background-image: url(../dsa_game/gfx/button.png);
	padding-left: 30px;
	padding-right: 30px;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}

#chat-listcontent-join div
{
	position: absolute;
	right: 0px;
	width: 2px;
	top: 0px;
	bottom: 0px;
	background-image: url(../dsa_game/gfx/button.png);
	overflow: hidden;
	background-position: -342px 0px;
}

#chat-listcontent-errorpane
{
	float: left;
	width: 100%;
	padding-top: 4px;
	border-top: 1px solid black;
	margin-top: 4px;
	margin-bottom: 4px;
}

.chat-listcontent-error
{
	float: left;
	width: 100%;
	margin-top: 2px;
	margin-bottom: 2px;
	line-height: 20px;
	text-align: left;
}

.chat-mailcontent
{
	left: 6px;
	right: 18px;
	top: 61px;
	bottom: 6px;
	position: absolute;
}

.chat-mail-text
{
	position: absolute;
	overflow: hidden;
	bottom: 25px;
	top: 48px;
	left: 0px;
	right: 0px;
}

.chat-mail-text-pane
{
	overflow: hidden;
	position: absolute;
	text-align: left;
	width: 100%;
	left: 0px;
}

.chat-mail-text-pane span
{
	width: 90%;
	padding-left: 5%;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 5%;
	display: block;
	background-image: url(../dsa_game/gfx/citate.png); 
}
	
.chat-mail-bar
{
	width: 100%;
	position: relative;
	height: 47px;
	border-bottom: 1px solid black;
	overflow: hidden;
}

.chat-mail-footer
{
	position: absolute;
	height: 20px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	border-top: 1px solid black;
	overflow: hidden;
	padding-top: 4px;
}

.chat-mail-close
{
	float: right;
	width: 20px;
	height: 20px;
	background-image: url(../dsa_game/all/icons.png);
	background-position: -380px -20px;
	cursor: pointer;
	overflow: hidden;
	margin-left: 5px;
}

.chat-mail-delete
{
	float: left;
	width: 20px;
	height: 20px;
	background-image: url(../dsa_game/all/icons.png);
	background-position: -480px 0px;
	cursor: pointer;
	overflow: hidden;
	margin-right: 5px;
}

.chat-mail-reply
{
	float: left;
	width: 20px;
	height: 20px;
	background-image: url(../dsa_game/all/icons.png);
	background-position: 0px 0px;
	cursor: pointer;
	overflow: hidden;
	margin-right: 5px;
}

.chat-mail-author
{
	float: left;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
	width: 270px;
	text-align: left;
}

.chat-mail-headline
{
	clear: both;
	float: left;
	line-height: 25px;
	width: 100%;
	height: 25px;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
}

.chat-mail-time
{
	float: left;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
	width: 250px;
	text-align: left;
}

#chat-chatcontent
{
	left: 6px;
	right: 18px;
	top: 61px;
	bottom: 6px;
	position: absolute;
}

#chat-chattextcontent
{
	width: 100%;
	position: absolute;
	overflow: hidden;
	bottom: 78px;
	top: 0px;
	left: 0px;
	border-bottom: 1px solid black;
}

#chat-chattextcontent-pane
{
	overflow: hidden;
	position: absolute;
	text-align: left;
	width: 320px;
	left: 0px;
}
	
.chat-chattext-time
{
	width: 40px;
	line-height: 20px;
	overflow: hidden;
	text-align: left;
	display: inline-block;
}

.chat-chattext-author
{
	width: 90px;
	line-height: 20px;
	overflow: hidden;
	text-align: left;
	cursor: pointer;
	display: inline-block;
	white-space: nowrap;
	margin-right: 5px;
}

.chat-chattext-text
{
	line-height: 20px;
	overflow: hidden;
	text-align: left;
	display: inline;
	vertical-align: top;
}

#chat-chatform
{
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 74px;
	padding-top: 4px;
}

#chat-chatinputtext
{
	float: left;
	height: 25px;
}

#chat-chatinput
{
	float: right;
	width: 80%;
	margin-left: 10px;
}

#chat-chatsend
{
	position: absolute;
	bottom: 0px;
	right: 20px;
	line-height: 43px;
	height: 43px;
	overflow: hidden;
	background-image: url(../dsa_game/gfx/button.png);
	padding-left: 30px;
	padding-right: 30px;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}

#chat-chatsend div
{
	position: absolute;
	right: 0px;
	width: 2px;
	top: 0px;
	bottom: 0px;
	background-image: url(../dsa_game/gfx/button.png);
	overflow: hidden;
	background-position: -342px 0px;
}

#chat-chatfixtures
{
	position: absolute;
	bottom: 0px;
	left: 20px;
	line-height: 43px;
	height: 43px;
	overflow: hidden;
	background-image: url(../dsa_game/gfx/button.png);
	padding-left: 30px;
	padding-right: 30px;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}

#chat-chatfixtures div
{
	position: absolute;
	right: 0px;
	width: 2px;
	top: 0px;
	bottom: 0px;
	background-image: url(../dsa_game/gfx/button.png);
	overflow: hidden;
	background-position: -342px 0px;
}

