/* classes */

img {
	border:0;
}

table {
	font-family: Arial;
	empty-cells: show;
}

th {
	font-size:10pt;
}

td {
	vertical-align:top;
	font-size:10pt;
}

legend {
	color:red;
	font-weight:bold;
	font-size:12pt;
}

body {
	font-family: Arial;
	background-color: #DFDFDF;
	font-size: 10pt;
	text-align: left;
}

h1 {
	color:black;
	font-weight:bold;
	font-size:14pt;
}

h2 {
	color: #CC9900;
	font-size: 18pt;
	font-weight: bold
}

h3 {
	color: #006699;
	font-size: 12pt;
	font-weight: bold
}

h4 {
	font-size: 12pt;
	font-weight: bold
}

h5 {
	font-size: 14pt
}

h6 {
	font-size: 10pt;
	font-style: italic;
}

a {
	color: #FF0000;
	text-decoration:none;
}

/* pseudoclasses */

a:link {
	color: #FF0000;
}

a:hover {
	color: #40CC40;
}

/* subclasses */

td.anzeige {
	font-size:10pt;
	vertical-align:middle
}

td.ml {
	vertical-align:middle;
	height:32px;
	font-size:8pt;
}

td.ohne {
	text-align:center;
	width:auto;
	height:auto;
	vertical-align:middle;
}

a.uebersicht {
	font-weight:bold;
}

p.info {
	font-size: 8pt;
}

p.schalt {
	margin-top: 0;
	margin-bottom: 0
}

.left {
	margin-right:12px;
	float:left;
}

.right {
	margin-left:12px;
	float:right;
}

.error {
	color:red;
	font-size:12pt;
}

.solid-border {
	border:1px solid black;
	padding: 5px;
	vertical-align: middle;
}

.linkstyle {
	color: #FF0000;
	text-decoration:none;
	cursor:pointer;
}

.linkstylehover {
	color: #40CC40;
	text-decoration:none;
	cursor:pointer;
}

/**
 * Content Cell
 */

table #box-content .wrapper
{
	margin: 0;
	padding: 0.5em;
}

table #box-content .time
{
	font-size: x-small;
	vertical-align: middle;
}

table #box-content .action
{
	color: #999999;
	font-weight: normal;
	font-style: italic;
}

table #box-content .message,
table #box-content .join-message,
table #box-content .leave-message,
table #box-content .nick-change-message
{
	font-size: 0.9em;
	line-height: 1.6em;
	padding: 0.1em 0 0.1em 0;
}

table #box-content .join-message
table #box-content .leave-message
{
	color: #000;
}

table #box-content .nick
{
	font-weight: bold;
}

table #box-content .message-alternative,
table #box-content .join-message-alternative,
table #box-content .leave-message-alternative,
table #box-content .nick-change-message-alternative
{
	background-color: #f5f5f5;
}

table #box-content .message a
{
	color: #04c;
	font-weight: bold;
	text-decoration: underline;
}

table #box-content .message a:hover
{
	color: #06f;
	font-weight: bold;
	text-decoration: underline;
}

table #box-content .message .nick a,
table #box-content .join-message .nick a,
table #box-content .nick-change-message .nick a
{
	font-weight: bold;
	text-decoration: none;
}

table #box-content .message .nick a:hover,
table #box-content .join-message .nick a:hover,
table #box-content .nick-change-message .nick a:hover
{
	text-decoration: underline;
}

table #box-content .message img
{
	vertical-align: middle;
}

/**
 * Nick Cell
 */

table td.cell-nick
{
	background-color: #eff0fc;
	width: 15%;
}

table #box-nick
{
	background: transparent url(./images/default/nick-box-bottom.gif) repeat-x 0 100%;
	border-right: 0.1em solid #99c;
	border-left: 0.1em solid #99c;
	height: 2em;
}

table #box-nick .wrapper
{
	padding: 0.1em 0.2em 0.1em 0.2em;
}

table #box-nick #nick
{
	background-color: #eff0fc;
	border: none;
	color: #7773b0;
	font: bold 0.9em tahoma, verdana, arial, serif;
	height: 1.8em;
	width: 100%;
}

/**
 * Users List Cell
 */

table #box-users
{
	border-right: 0.1em solid #99c;
	border-bottom: 0.1em solid #99c;
	border-left: 0.1em solid #99c;
/*	height: 33em; */
	overflow: auto;
}

table #box-users .wrapper
{
	margin: 0;
	padding: 0.5em;
}

table #box-users .nick
{
	font-size: 0.9em;
	padding-bottom: 0.25em;
	white-space: nowrap;
}

table #box-users .nick a
{
	color: #000;
	text-decoration: none;
}

table #box-users .nick a:hover
{
	color: #777;
	text-decoration: underline;
}

/**
 * Message Cell
 */

table #box-message .wrapper
{
	padding: 0.75em 0.5em 0.25em 0.5em;
}

table #box-message #message
{
	background-color: #ffe;
	border: 0.1em solid #cca;
	color: #000;
	font: normal 1em tahoma, verdana, arial, serif;
	width: 100%;
}

/**
 * Actions Cell
 */

table #box-actions .wrapper
{
	padding: 0.75em 0.5em 0.25em 0.5em;
}

table #box-actions #color
{
	background-color: #fff;
	border: 0.1em solid #cca;
	color: #000;
	font: normal 1em tahoma, verdana, arial, serif;
	width: 75%;
}