body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background-color: #fff;
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #E4E0D1;
	scrollbar-track-color: #F4F2E9;
}

a		{ text-decoration: none;}
a:link		{ color: #006699; }
a:visited	{ color: #006699; }
a:hover	{ color: #DD6900; }
a:active	{ color: #006699; }

img { border: none }
form { display: inline; }

/* mini chat */
body.chat { padding-bottom: 24px; }
#msg {
	top: 0;
	bottom: 0;
	overflow-x: hidden;
	overflow-y: auto;
}

#msg table {
	width: 100%;
	border-collapse:collapse;
}
#msg * tr {
	margin-top:1px;
	margin-bottom:1px;
}
#msg * td {
	border-top: 1px dashed #8C909A;
}

.me {
	background-color:#e0e0ff;
}

.atme {
	background-color:#ffe0e0;
}

.mod {
	color: #006600;
}

.admin {
	color: #CD5607;
}

#footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 1px 0 3px 0;
	height: 20px;
	background-color: #eee;
	background-image: url('/forum/templates/subSilver/images/cellpic1.gif');
	text-align: center;
	display:none;
}

#add {
	display: none;
	visibility: hidden;
	height: 1px;
}

/* help */
#smileys {
	width: 100%;
	border: none;
	padding: 2px;
}

#smileys tr td {
	width: 12%;
	height: 25px;
	background-color: #E4EAEF;
	padding: 2px;
	text-align: center;
}
