

/**********************************************
	Forum
**********************************************/

#content .tabletextquote {
	font-style: italic;
	background-color: #ffa1e0;
}

/**********************************************
	User Profil View, added: 2008.04.16
**********************************************/

#content .offline {
	color: #000000;
}

#content .online {
	color: #660044;
}

#content .tabContent .list {
}
/* fuer IE */
* html .tabContent .list {
}

div.userprofil .tabContent {
	height:300px;
}

#content .tabContentHidden {
	visibility:hidden;
}

#content .journals {
	float:left;
}

#content .journaleditor {
	float:right;
}

#content .dottedline {
	background-image: url("/images/backgrounds/bg_dottedline_horizontal_5.gif");
	background-repeat: repeat-x;
	background-position: left top;
	text-align: right;
	padding: 6px 9px 0em 0.3em;
}

#content div.profilsummary {
	margin: 10px 0 0 0;
}

#content div.profilsummary table#profilsummary {
	border-top: 1px solid #660044;
	border-left: 1px solid #660044;	
}

#content div.profilsummary table#profilsummary th {
	border-right: 1px solid #660044;	
	background-color: #990066;
	text-align:left;
	padding: 2px 3px 2px 3px;
	font-weight:normal;
}

#content div.profilsummary table#profilsummary td {
	border-bottom: 1px solid #660044;
	border-right: 1px solid #660044;
	padding: 2px 3px 2px 3px;
	background-color: #ffffff;
}

/**********************************************
	User Messages, added: 2008.03.31
**********************************************/

#content .messages #recipients {
	height: 100px;
	max-height: 200px;
	overflow:auto;
	margin-top:5px;
	padding: 3px;
	border: 1px solid #cc80b3;
	width:94%;
	font-size:100%;
}

/**********************************************
	Auto Completer, added: 2008.03.31
**********************************************/

input.lens {
	background-image: url(/images_admin/interface/lens.png);
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 21px;
	width:180px;
}

div.auto_complete {
	width:198px;
	border-top: 1px solid #cc80b3;
	border-left: 1px solid #cc80b3;
	border-right: 1px solid #cc80b3;
	border-bottom: 1px solid #cc80b3;
	background-color: #ffa1e0;
	margin:0px;
	padding:0px;
	z-index:110000;
}

#content ul.auto_complete  {
  list-style-type: none;
  margin:0px;
  padding:0px;
  display:block;
}

#content ul.auto_complete li {
  list-style-type: none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}
#content ul.auto_complete li.selected { background-color: #ffffff; display:block; }

#content ul.auto_complete span.name {
  font-weight:bold;
  line-height:1.2em;
  font-size:95%;
}

/**********************************************
	Chat, added: 2008.10.13
**********************************************/

/* moderator says */
b.moderator {
	font-weight:bold;
	letter-spacing: 1px;
	text-transform:uppercase;
}

div.moderatortxt {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 1px 0 1px 0;
	padding: 1px 0 1px 0;
}

/* moderator in list */
span.moderator,
span.moderator a {
	font-weight:bold;
}

#userlistboxcontent .tabContent,
#userlistboxcontent table td {
	font-size:10px;
	font-size:10px;line-height:12px
}


