/*
*	Copyright (C) 2025 by Open Source Laboratories, Ltd.
*	All rights reserved.
*/

*
{
	moz-font-smoothing:
}

table, tr, th, td
{
	border-collapse: collapse;
	border-style: none;
	border-width: 0px;
}

.insert-message
{
	background-color: #bbbbee;
	border-color: #aaaaaa;
	border-radius: 10px;
	border-style: solid;
	border-width: 1px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-color: #bbbbee;
	border-top-style: solid;
	border-top-width: 0px;
	/*box-shadow: 0px 0px 15px rgba(0, 0, 0, 2);*/
	font-family: Arial;
	font-size: 14px;
	height: auto;
	overflow: visible;
	position: relative;
	text-align: left;
	width: 100%;
}

.insert-message-button, .insert-message-button-menu
{
	background-color: #f0f0f0;
	border-color: #aaaaaa;
	border-style: outset;
	border-radius: 5px;
	border-width: 2px;
	font-family: Arial;
	font-size: 13px;
	height: 27px;
	margin-left: 2px;
	margin-right: 2px;
	overflow: hidden;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	white-space: nowrap;
}

.insert-message-button-downvote
{
	color: #ff0000;
}

.insert-message-button-upvote
{
	color: #008800;
}

.insert-message-button:hover
{
	background-color: #c0c0c0;
}

.insert-message-button:active
{
	border-style: inset;
}

.insert-message-button-menu:hover
{
	background-color: #c0c0c0;
	border-style: inset;
}

.insert-message-box
{
	background-color: #f0f0f0;
	border-color: #aaaaaa;
	border-style: outset;
	border-radius: 5px;
	border-width: 2px;
	display: none;
	font-family: Arial;
	font-size: 13px;
	height: auto;
	position: absolute;
	z-index: 1;
}

.insert-message-button-menu:hover .insert-message-box
{
	display: block;
}

.insert-message-box-item
{
	height: auto;
	text-align: left;
}

.insert-message-box-item:hover
{
	background-color: #c0c0c0;
}

.insert-message-box-url
{
	display: block;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	text-decoration: none;
}

.insert-message-box-url:hover
{
	background-color: #c0c0c0;
	color: #bb0000;
}

.insert-message-header
{
	background-color: #bbbbee;
	border-radius: 10px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	font-family: Arial;
	font-size: 14px;
	overflow-wrap: break-word;
	padding-bottom: 0.5%;
	padding-left: 1.0%;
	padding-right: 1.0%;
	padding-top: 0.5%;
}

.insert-message-quote
{
	background-color: #eeeeee;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	margin-left: 2.5%;
	margin-right: 2.5%;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
}

.insert-message-table
{
	table-layout: auto;
	width: 100%;
}

.insert-message-text
{
	background-color: #dddddd;
	font-family: Arial;
	font-size: 14px;
	padding-bottom: 1.0%;
	padding-left: 1.5%;
	padding-right: 1.5%;
	padding-top: 1.0%;
}

.insert-topic
{
	background-color: #dddddd;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-color: #bbbbee;
	border-top-style: solid;
	border-top-width: 0px;
	font-family: Arial;
	font-size: 14px;
	height: auto;
	overflow: auto;
	position: relative;
	text-align: left;
	width: 100%;
}

.insert-topic-header
{
	overflow-wrap: break-word;
	padding-bottom: 0.5%;
	padding-left: 1.0%;
	padding-right: 1.0%;
	padding-top: 0.5%;
}

.insert-topic-nav
{
	background-color: #dddddd;
	border-bottom-color: #aaaaaa;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-left-color: #aaaaaa;
	border-right-color: #aaaaaa;
	border-style: solid;
	border-width: 1px;
	float: right;
	margin-right: -2px;
	max-width: 60%;
	padding: 5px;
	padding-top: 3px;
}

.insert-topic-row
{
	background-color: #dddddd;
	border-color: #aaaaaa;
	border-collapse: separate;
	border-style: solid;
	border-width: 0px;
	border-bottom-witdh: 1px;
	border-top-width: 1px;
}

.insert-topic-row:hover
{
	background-color: #c0c0c0;
}