@charset "utf-8";

#twbbsEditorToolbar {
    background-color: #E8F3FD;
    border-bottom: 1px solid #CAD9EA;
	height: 26px;
}

#twbbsEditorToolbar img {
    border: 0px;
}

#twbbsEditorToolbar a {
    display: block;
    margin: 1px;
	font-size: 0px;
}
#twbbsEditorOutbox  a {
	text-decoration: none;
}

#twbbsEditorToolbar a:hover {
    border: 1px solid #ADCD3C;
    margin: 0px;
}

#twbbsEditorToolbar td {
    padding: 1px 0px;
}

#twbbsEditorToolbar a.twbbsEditorButtonSelected {
	background-color: #F2FDDB;
	border: 1px solid #ADCD3C;
	margin: 0px;
}

#twbbsEditorToolbar .menuPop {
	background: url(../../../images/index/images/menupop.gif) right center no-repeat;
	padding-right: 7px;
}

#twbbsEditorOutbox {
    border: 1px solid #CAD9EA;
	font-size: 12px;
	position: relative;
	overflow: hidden;
}

#twbbsEditorOutbox textarea {
    margin: 0px;
    border: 0px;
	padding: 0px;
}

#twbbsEditorBrume {
    z-index: 9999;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0px;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    filter: alpha( opacity = 50 );
	opacity: 0.5;
	-moz-opacity: 0.5;
}

#twbbsEditorWin {
    position: absolute;
    display: none;
    z-index: 999;
    padding: 5px;
    line-height: 15px;
    font-size: 12px;
    background-color: #E9F2FA;
    border: 1px solid #99AABD;
}

#twbbsEditorWin p,form {
	margin: 0;
}

#twbbsEditorWin a {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #000;
	font-weight: bold;
	line-height: normal;
	width: 100%;
}

#twbbsEditorWin a:hover {
	border: 1px solid #E3E197;
	background-color: #FFFFDD;
	margin: -1px;
}

#twbbsEditorWin input[type=text]:hover {
    background-color: #FFFFCC;
}
#twbbsEditorWin textarea:hover {
    background-color: #FFFFCC;
}
.twbbsEditorStatusBar {
	border-top: 1px solid #CAD9EA;
	background-color: #E8F3FD;
}
.twbbsEditorColorOutbox {
    z-index: 999;
    position: absolute;
    height: 100px;
    width: 130px;
    border: 1px solid;
    padding: 5px;
    background-color: #FFF;
}

.twbbsEditorColorOutbox td {
    padding: 2px;
}

.twbbsEditorColorOutbox a {
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #D3D3D3;
    text-decoration: none;
    font-size: 1px;
}

.twbbsEditorColorOutbox a:hover {
    width: 14px;
    height: 14px;
    margin: -2px;
}

