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

*
{
	border-width: 0px;
	font-family: Arial;
	margin: 0px;
	padding: 0px;
}

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

.insert-message
{
	background-color: #ddddee;
	border-color: #bbbbee;
	border-style: ridge;
	border-width: 3px;
	/*box-shadow: 0px 0px 15px rgba(0, 0, 0, 2);*/
	font-family: Arial;
	font-size: 14px;
	height: auto;
	margin-top: 40px;
	overflow: visible;
	position: relative;
	text-align: left;
	width: 100%;
}

.insert-message-button, .insert-message-button-disabled, .insert-message-button-menu
{
	/*background-color: #f0f0f0;*/
	background-color: #eeeeff;
	border-color: #aaaaaa;
	border-style: outset;
	/*border-radius: 5px;*/
	border-width: 1px;
	font-family: Arial;
	font-size: 13px;
	height: 23px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 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: #ddddff;
}

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

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

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

.insert-message-box
{
	background-color: #eeeeff;
	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-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: #ddddff;
	color: #bb0000;
}

.insert-message-header
{
	/*background-color: #bbbbee;*/
	font-family: Arial;
	font-size: 14px;
	overflow-wrap: break-word;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
}

.insert-message-input
{
	background-color: inherit;
	border-style: none;
	border-width: 0px;
	font-size: 14px;
	margin: 0.5%;
	padding: 0px;
	width: 99%;
}

.insert-message-input:focus
{
	outline: none;
}

.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;*/
	border-color: #aaaaaa;
	border-width: 0px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-style: solid;
	font-family: Arial;
	font-size: 14px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

.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: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
}

.insert-topic-nav
{
	background-color: #ddddee;
	border-bottom-color: #aaaaaa;
	border-color: #bbbbee;
	border-style: ridge;
	border-width: 3px;
	border-top-width: 0px;
	float: right;
	margin-right: -6px;
	max-width: 60%;
	overflow: hidden;
	padding: 5px;
	padding-top: 3px;
}

.insert-message-option
{
	/*background-color: #bbbbee;*/
	font-family: Arial;
	font-size: 13px;
	overflow-wrap: break-word;
	/*padding-bottom: 2px;*/
	padding-left: 5px;
	padding-right: 5px;
	/*padding-top: 2px;*/
	user-select: none;
}

.insert-message-row
{
	background-color: #ddddee;
	border-color: #aaaaaa;
	border-collapse: separate;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	color: #333333;
	/*color: #5555cc;*/
}

.insert-message-row:hover
{
	background-color: #ccccee;
}

.insert-topic-row
{
	background-color: #ddddee;
	border-color: #aaaaaa;
	border-collapse: separate;
	border-style: solid;
	border-width: 0px;
	border-left-color: #aaaacc;
	border-left-width: 5px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	color: #3333dd;
}

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