#bbManager
{
	border: 1px solid #363;
	border-bottom: 0;
	color: #363;
	background-color: #dfe;
	background-image: url(/graphic/blog/bbman_bg.png);
	background-repeat: repeat-x;
	height: 24px;
	padding-right: 4px;
	width: 750px;
}

.bbButton
{
	background-image: url(/graphic/blog/bbbtn_bg.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	height: 16px;
	padding: 4px;
	float: left;
}

.bbButton:hover
{
	background-position: 0 -24px;
	cursor: pointer;
}

#fontColor, .bbSelect
{
	float: right;
	margin-left: 1px;	
}

.bbSelect
{
	margin-top: 4px;
}

.bbSelect, .bbSelect option
{
	font-size: 12px;
	color: #000;
}

textarea.textareaControl
{
	font-family: 'Courier New', Courier, monospace;
	font-size: 12px;
	width: 750px;
	height: 300px;
}


#crease
{
	border: 1px solid #363;
	border-top: 0;
	background-color: #dfe;
	width: 40px;
	height: 20px;
}

#crease #increase, #crease #decrease
{
	padding: 2px;	
}

#addLink, #addColor, #addBox, #addImage, #showImage
{
	float: left;
	clear: both;
	display: none;
	position: absolute;
}

#addImage
{
	min-width: 42px;
}

#uploadFileBox
{
	clear: both;
	display: none;
	margin-top: 10px;
}

#addLink, #addImage, #showImage
{
	border: 1px solid #363;
	background-color: #dfe;
	padding: 5px;
}

#addLink *, #addImage *, #showImage
{
	color: #000;
}

#showImage
{
	font-size: 16px;
	width: 200px;
	border-right: 0;
}

.relativer
{
	height: 16px;
	position: relative;
}

img#btnAddLink, img#btnCloseLink, img#btnAddFile, img#btnCloseFile
{
	position: absolute;
	bottom: 0;
	height: 16px;
	width: 16px;
	cursor: pointer;
}

#btnAddLink, #btnAddFile
{
	left: 0;
}

#btnAddFile
{
	display: none;
}

#btnCloseLink, #btnCloseFile
{
	right: 0;
}

#addColor
{
	padding: 2px;
	border: 1px solid #363;
	background-color: #333;
	background-image: url(/graphic/noise.png);
}

.color, #btnCloseColor
{
	margin: 2px;
	width: 16px;
	height: 16px;
	display: block;
	cursor: pointer;
}

#iframeMessage
{
	display: none;
	border: 1px solid #363;
	border-top: 0;
	border-left: 0;
	background-color: #fff;
	color: #000;
	float: left;
	padding: 5px;
	height: 20px;
	font-size: 16px;
	
	z-index: 200;
	position: fixed;
	top: 0;
	left: 0;
}

#uploadFile
{
	margin-top: 5px;
	display: block;
	clear: both;
	float: none;
	border: 1px solid #acb;
}

#iframe
{
	display: none;
}


#imageList
{
	width: 404px;
	max-height: 150px;
	overflow: auto;
	border: 1px solid #ced;
}

#imageListTable
{
	width: 100%;
}

.imageDescription
{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

div#imageList table#imageListTable tr td.viewHolder,
div#imageList table#imageListTable tr td.editHolder
{
	width: 16px;
	height: 16px;
}

div#imageList table#imageListTable tr td.editHolder
{
	width: 32px;
}

#imageListTable tr td
{
	border: 1px solid #acb;
}

#imageListTable tr td img
{
	float: left;
	cursor: pointer;
}

#imageListTable tr
{
	cursor: default;
}

#imageListTable tr.other
{
	background-color: #ced;
}

#imageListTable tr:hover
{
	background-color: #bdc;
}