﻿
/* BB Codes */

a {
  cursor: pointer;
}

.color-panel, .background-panel
{
	border: 1px solid #7f7f7f;
	background-color: #ececec;
	width: 110px;
	height: 66px;
	position: absolute;
	right: 0px;
	top: 20px;
	padding: 1px;
	text-align: center;
	display: none;
}

.smiles-panel
{
	border: 1px solid #7f7f7f;
	background-color: #ececec;
	width: 320px;
	height: 220px;
	position: absolute;
	left: 0px;
	top: 20px;
	padding: 1px;
	text-align: center;
	display: none;
  overflow-y: scroll;
}


.other-panel { 
	border: 1px solid #7f7f7f;
	background-color: #ececec;
	max-width: 210px;
  max-height: 128px;
	position: absolute;
	left: 0px;
	top: 20px;
	padding: 1px;
	text-align: left;
	display: none;
  overflow-y: scroll;
}

.color-panel a, .other-panel a 
{
	margin: 1px;
}

.color-a
{
	border: 1px solid #7f7f7f;
	width: 18px;
	height: 18px;
	display: inline-block;
	margin: 0px;
}

#toolbar
{
	position: relative;
	display: inline-block;
}