/* generel table styles */

html {
	height:100%;
}

body {
	background-color:#eeeeee;
	text-align:center;
}


/* table containing all */
.maintable {
	width:930px;
	border-collapse:collapse;
	border-spacing:0px;
	border:0px solid black;
	background-color:#eeeeee;
	vertical-align:top;
}
table.maintable td {
	text-align: center;
	padding:0px 0px;
}

/* table below topbanner and above copyright */
.innermaintable {
	width:100%;
	height:100%;
	border-collapse:separate;
	border-spacing:0px;
	border:0px;
	background-color:#eeeeee;
	vertical-align:top;
}
table.innermaintable td {
	text-align: center;
	padding:0px 0px;
	vertical-align:top;
}


/* table with base chat selection & info */
.chatselect {
	width:100%;
	border-collapse:separate;
	border-spacing:0px;
	border:1px;
	background-color:#eeeeee;
	vertical-align:top;
}
table.chatselect th {
	background-color:#0000dd;
	font-family:Arial;
	font-size: 12px;
	color: #ffffff;
	font-weight:bold;
	text-align:left;
	padding:2px 5px;
}
table.chatselect td {
	font-family:Arial;
	font-size: 12px;
	color: #000000;
	font-weight:normal;
	text-align:left;
	padding:2px 5px;
}
.roomFull {
	color: #FF0000;
	font-weight:bold;
}

/* table for info text in main */
.infotext {
	width:60%;
	border-collapse:separate;
	border-spacing:0px;
	border:3px;
	background-color:#eeeeee;
	vertical-align:top;
}
table.infotext td {
	font-family:Arial;
	font-size: 12px;
	color: #000000;
	font-weight:normal;
	text-align: left;
	padding:0px 0px;
	vertical-align:top;
}
table.infotext th {
	font-family:Arial;
	font-size: 12px;
	color:#000000;
	font-weight:bold;
	text-align: left;
	padding:0px 0px;
	vertical-align:top;
}
#underline {
	text-decoration:underline;
}
#clauses {
	color: #ff0000;
	font-weight:bold;
}

/* table for right menu */
.rightmenutable {
	width:100%;
	background-color:#eeeeee;
}
table.rightmenutable th {
	background-color:#0000dd;
	height:20px;
	font-family:Arial;
	font-size: 12px;
	color: #ffffff;
	border-spacing:0px;
	border:0px solid black;
	font-weight:bold;
	text-align: left;
	padding:2px 5px;
}
table.rightmenutable td {
	background-color:#ffffff;
	font-family:Arial;
	font-size: 12px;
	color: #000000;
	font-weight:normal;
	text-align:left;
	padding:2px 5px;
}


.supportMsg {
	border:1px solid #000000;
	background-color:#CCCCCC;
	width:440px;
	text-align:left;
	font-family:Arial;
	font-size: 12px;
}




/* copyright notice in bottom */
.copyright {
	background-color:#0000dd;
	font-family:Arial;
	font-size: 12px;
	color: #ffffff;
	font-weight:normal;
	height:30px;
	border-spacing:0px;
	border:0px;
	vertical-align:middle;
	text-align:center;
}

#lblmessage { color:#FF0000; font-family:Arial; font-size:12px; font-weight:bold; text-decoration:none }


#small 			{ color:#ff0000; font-family:Arial; font-size:9px; font-weight:bold; text-decoration:none; height:14px; vertical-align:bottom;}
#ultrasmall 	{ color:#000000; font-family:Arial; font-size:8px; font-weight:normal; text-decoration:none }

#redBold {
	color: #ff0000;
	font-weight:bold;
}
#greenBold {
	color: #339900;
	font-weight:bold;
}

.button {
	width: 120px;
	font-family: Arial;
	font-size:12px;
}

.but_regnick {
	font-size:12px;
	font-family: tahoma, verdana;
	height:25px;
	width:170px;
	background-color:#CCCCCC
}

.but_cancel {
	font-size:12px;
	font-family: tahoma, verdana;
	height:25px;
	width:170px;
	font-weight:bold;
	background-color:#ff0000
}

/* links */
a:link					{ color:#0000FF; font-family:Arial; font-size:12px; font-weight:bold; text-decoration:none}
a:visited				{ color:#0000FF; font-family:Arial; font-size:12px; font-weight:bold; text-decoration:none}
a:active				{ color:#0000FF; font-family:Arial; font-size:12px; font-weight:bold; text-decoration:none}
a:hover					{ color:#FF0000; font-family:Arial; font-size:12px; font-weight:bold; text-decoration:none}
