body {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: black;
	text-decoration: none;
	background-color: white;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: black;
	scrollbar-arrow-color: #006699;
	scrollbar-track-color: white;
	scrollbar-darkshadow-color: black;
}

.addniceborder
{
	border: 1px solid gray;
	background-color: #F4F4F4;
	width: 450px;
}

.tdpadding
{
	padding: 10px;
}

.server_row{
	background-color: #F4F4F4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: black;
	font-weight: bold;
}

.channel_row{
	background-color: #F4F4F4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: black;
	font-weight: bold;
}

.client_row{
	background-color: #F4F4F4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: black;
	font-weight: bold;
}

/*Please keep in mind that someone can be a admin and a phantom at the same time.
Every client gets .client_row.
After that optionally .ventclient_phantom_row is applied
After that optionally .ventclient_admin_row is applied*/
.ventclient_phantom_row{
	color: gray;
}
.ventclient_admin_row{
}

.para
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: black;
	font-weight: bold;
}

.justify
{
	text-align: justify;
}

	a:link {
		color: black;
		text-decoration: underline;
	}
	a:visited {
		color: black;
		text-decoration: underline;
	}
	a:hover {
		text-decoration: underline;
		color: red;
	}
	a:active {
		text-decoration: underline;
		color: blue;
	}

.copyright{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: black;
}

.head1
{
	font-size: 1.1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.error {
	font-size: 0.9em;
	color: black;
	background-color: #CCCCCC;
	border: 1px solid red;
	text-align: center;
	padding: 2px;
}

.error2 {
	font-size: 0.9em;
	color: black;
	background-color: #CCCCCC;
	border: 1px solid red;
	text-align: left;
	padding: 2px;
}

.errorbig {
	font-size: 1.2em;
	color: black;
}

.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: red;
	text-align: center;
	font-weight: bold;
}

.redtext {
	color: red;
}

.orangetext {
	color: orange;
}

.greentext {
	color: green;
}

th{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	font-weight: normal;
}

caption{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
}

.textline {
	width: 275px;
}

.menu_horizontal{
	font-size: 1em;
	color: black;
	border: 1px solid gray;
	background-color: #F4F4F4;
	text-align: center;
	padding: 3px;
}

.sublevel_notice{
	font-size: 0.6em;
	vertical-align: middle;
}

	a.menulink:link {
		color: black;
		text-decoration: none;
	}
	a.menulink:visited {
		color: black;
		text-decoration: none;
	}
	a.menulink:hover {
		text-decoration: underline;
		color: red;
	}
	a.menulink:active {
		text-decoration: underline;
		color: blue;
	}

	a.curmenulink:link {
		color: gray;
		text-decoration: none;
	}
	a.curmenulink:visited {
		color: gray;
		text-decoration: none;
	}
	a.curmenulink:hover {
		text-decoration: underline;
		color: red;
	}
	a.curmenulink:active {
		text-decoration: underline;
		color: blue;
	}

.ventcomment{
	font-style: italic;
	font-weight: normal;
}

div.tooltip{
	position: absolute;
	visibility: hidden;
	display: none;
	z-index: 10000;

	background-color: white;
	border: 1px solid black;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 0.7em;
	line-height: 1.3;
	padding: 8px;
	overflow: hidden;
}

iframe.tooltip{
	position: absolute;
	visibility: hidden;
	display: none;
	z-index: 5000;
	overflow: hidden;
	background-color: white;
	border: none;
}

table.tooltip{
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 1em;
	line-height: 1.3;
	margin: 0px;
	padding: 0px;
	text-align: justify;
	border: none;
}

select{
	z-index: 0;
}

table.server_notice{
	border: 1px solid red;
	background-color: #F4F4F4;
	width: 450px;
}

.pagegen{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	letter-spacing: -1px;
	text-align: center;
}
