body {
	background-color: #D0D0D0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9E9D9D;
}
/* Text field (input) style */
.textInput {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* Main chat content area (Where messages appear) */
#chatContent {
	cursor: text;
	width: 560px;
	height: 450px;
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	overflow-x: hidden;
	/*	overflow: hidden; */
	/* position: relative; */
	padding-left: 10px;
	padding-right: 10px;
	/* background-attachment: fixed; */
	background-image: url(images/greatSmile.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
/* Nicks list style */
#nicksList {
	width: 150px;
	height: 300px;
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	overflow-x: hidden;
	position: relative;
}

/* Topic bar style */
#topicsContainer {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #333333;
	padding-left: 10px;
	vertical-align: top;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
/* Queries Container Style */
#queriesContainer {
	background-image: url(images/topBarDarkBackground.gif);
	height: 39px;
	vertical-align: middle;
	width: 725px;
}

#userAct {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

a.menuItem {
	height: 39px;
	padding-right: 15px;
	padding-left: 15px;
	left: 10px;
	display: table-cell;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	padding-bottom: 6px;
	cursor: pointer;
}
a.menuItem:hover {
	background-image: url(images/topBarRedBackground.gif);
}
a.newMenuItem {
	background-image: url(images/topBarRedBackground.gif);
	height: 39px;
	padding-right: 15px;
	padding-left: 15px;
	left: 10px;
	display: table-cell;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	padding-bottom: 6px;
	cursor: pointer;
	text-decoration: blink;
}
a.selectedMenuItem {
	background-image: url(images/topBarSelectedBackground.gif);
	height: 39px;
	width:115px;
	left: 10px;
	display: table-cell;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	padding-bottom: 6px;
	cursor: pointer;
}
.nickSeparator {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #CCCCCC;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	margin: 2px;
	width: 150px;
}
.menu {
	background-color: #FF33CC;
	position: absolute;
	height: auto;
	width: auto;
	margin: 0px;
	padding: 0px;
	border: 0px none;
	bottom: 0px;
	left: 0px;
	z-index:1001;
	visibility: hidden;
}
.submenu {
	background-image:url(images/subMenuBackground.gif);
	position: absolute;
	height: 28px;
	width: 725px;
	margin: 0px;
	padding: 0px;
	border: 0px none;
	bottom: 0px;
	left: 0px;
	z-index:1000;
	visibility: hidden;
	vertical-align: middle;
}
.chatFrame {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	position: relative;
	height: 450px;
	width: 575px;
}
#messageBox {
	position:absolute;
	top:100;
	left:100;
	visibility: hidden;
}