/* online box */
TABLE.online {
	background-color : #161616;	
}
/* chat button*/
.chat {
	width : 55px;
	height : 53px;
}

/* transparent cell */
TD.trans {
	filter: alpha(opacity=50);
	opacity: 0.5;
	background-color : #161616;
}
TD.framebg {
	background-color : #161616;
}
/* menu dropdown */
SPAN.menu {
	DISPLAY: none;
	filter: alpha(opacity=70);
	opacity: 0.7;
	background-color : #161616;
	POSITION: absolute;
	text-align : left;
	width : 75px;
}
SPAN.login {
	background-color : #161616;
	POSITION: absolute;
	text-align : center;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : White;
	padding-bottom : 10;
	padding-left : 10;
	padding-right : 10;
	padding-top : 10;
	width : 175px;
	
}
TD.login {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : White;
}

/* casual  tabel */
TD.header {
	background-color : #333333;
	color : White;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
}
TD.body {
	background-color : #666666;
	color : White;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
}
TD.body1 {
	background-color : #4F4F4F;
	color : White;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
}
/* Forum tabel */
TD.topic {
	background-color : #333333;
}

/* Textbox */
INPUT.textbox {
	border : none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
}
/* Button */
INPUT.button {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	border : none;
}
/* select */
SELECT {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
}
/* text area */
TEXTAREA.mail {
	border : none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
}
/* forum quote */
DIV.quote {
	background-color : #5F5F5F;
	color : White;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	border : thin solid Black;
	margin-bottom : 2px;
	margin-left : 2px;
	margin-right : 2px;
	margin-top : 2px;
	padding-left : 2px;
}
/* signature line */
HR {
	color : White;
	margin-top : 0px;
	margin-bottom : 0px;
}
SPAN.infoboks {
	DISPLAY: none;
	WIDTH: 195px;
	COLOR: black;
	BACKGROUND-COLOR: Silver;
	POSITION: absolute;
	font-family : Arial;
	font-size : 12px;
	padding : 10px 10px 10px 10px;
}
/* calendar */
.calCanvas {border-style:outset;border-width:2px;position:absolute;width:180px;visibility:hidden;z-index:-1;display:block}
.year {font-family: Verdana;font-size: 9pt;font-weight: bold;color: #FFFFFF;background-color: #000099;border: 1px inset;}
.month {font-family: Verdana;font-size: 8pt;color: #000099;background-color: #FFFFFF;border: 1px inset;}
.calbg {font-family: Verdana;background-color: #cccccc;}
.dayNames {font-family: Verdana;font-size: 8pt;color: #FFFFFF;background-color: #000099;height:16px;}
.day {font-family: Verdana;font-size: 8pt;color: #000000;background-color: #FFFFFF;border: 1px outset;height:16px;}
.today {font-family: Verdana;font-size: 8pt;color: #000000;height:16px;}
.cday {font-family: Verdana;font-size: 8pt;font-weight: bold;color: #000000;background-color: #FFFF99;border: 1px outset;height:16px;}
.linkbold {font-weight:bold;text-decoration:none;}
.linknormal {text-decoration:none;}
.nwday {font-family: Verdana;font-size: 8pt;color: #000000;background-color: #B9B9BB;border: 1px outset;height:16px;}
.nwDayNames {font-family: Verdana;font-size: 8pt;color: #FFFFFF;background-color: #B9B9BB;height:16px;}
/* Chat */
#output_div
{
	/*border:1px solid silver;
	*/
	background-color: White;
	overflow : auto;
	height: 275px;
	width : 350px;
	font-family : verdana;
	font-size : 12px;
}
.ajax-div
{
	margin:20px;
	border:1px solid #3333CC;
	background-color: #6699FF;
	padding:3px;
}
