body {
font: 14px Verdana;
}



a:link { text-decoration:none; }
a:visited { text-decoration:none;}
a:hover{ text-decoration:underline;}



td {
font: 14px Verdana;
}

ul {
font: 14px Verdana;
}

th {
font: 14px Verdana;
font-weight:bold;
}

#table_border {
  border:8px;
  border-width:1px;
  border-style:solid;
  border-color:black;
  padding:8px;
  text-align:justify;
  font-weight:bold;
}
#table_top_border {
  border-top-width:1px;
  border-top-style:solid;
  border-top-color:black;
  empty-cells:show;
}
#table_bottom_border {
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:black;
  empty-cells:show;
}
#table_left_border {
  border-left-width:1px;
  border-left-style:solid;
  border-left-color:black;
  empty-cells:show;
}
#table_right_border {
  border-right-width:1px;
  border-right-style:solid;
  border-right-color:black;
  empty-cells:show;
}
#table_top_bottom_border {
  border-top-width:1px;
  border-top-style:solid;
  border-top-color:black;
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:black;
  empty-cells:show;
}
#table_left_right_border {
  border-left-width:1px;
  border-left-style:solid;
  border-left-color:black;
  border-right-width:1px;
  border-right-style:solid;
  border-right-color:black;
  empty-cells:show;
}
#table_left_bottom_border {
  border-left-width:1px;
  border-left-style:solid;
  border-left-color:black;
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:black;
  empty-cells:show;
}
#table_right_bottom_border {
  border-right-width:1px;
  border-right-style:solid;
  border-right-color:black;
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:black;
  empty-cells:show;
}
#error_style {
  font-size:1.3em;
  color:#dd0000;
  margin-right:3cm;
}
#notify_style {
  font-size:1.3em;
  color:#004982;
  margin-right:3cm;
}
#info_style {
  line-height:1.3em;
  margin-right:3cm;
}


#chat {
	margin: auto;
	border: 1px solid #cccccc;
	width: 800px;
	min-height:150px;
	background: #f0f0f0;
	border-collapse:collapse; 
}

#chatbox {
	height:400px;
	width:780px;
	padding:10px;
	overflow:auto;
}

.chatselbst {color:#0000cc;font-size:0.8em;font-weight:bold;padding-left:5px;padding-right:10px;}
.chatselbst a:link {color:#0000cc}
.chatselbst a:visited {color:#0000cc}
.chatselbst a:hover {color:#0000cc}
.chatselbst a:active {color:#0000cc}

.chatandere {color:#cc0000;font-size:0.8em;font-weight:bold;padding-left:5px;padding-right:10px;}
.chatandere a:link {color:#cc0000}
.chatandere a:visited {color:#cc0000}
.chatandere a:hover {color:#cc0000}
.chatandere a:active {color:#cc0000}



#chatsender {
	clear:both;
	padding:5px;	
	border-top-width: 1px;
	border-top-style:solid;
	border-top-color:#cccccc;
	width: 780px;
	height: 30px;
}





