﻿.TextBoxRONoBorderRightAlign
{
	border:none;
	background-color:Transparent;
	font-weight:bold;
	font-size :12px;
	font-family:Courier New;
	color:black;
	text-align:right;
}
.TextBoxRORight
{
    text-align:right;
}

.TextBox,
.TextBoxRO,
.TextBoxRORight,
.TextBoxMemoRO
{
	background-color:White;
}
.TextBoxSearch
{
	background-color:palegreen;
}
.TextBoxROTransparant
{
	border-top-style:none;
	background-color:Transparent;
	border-right-style:none;
	border-left-style:none;
	border-bottom-style:none;
}
.TextBox,
.TextBoxRO,
.TextBoxRORight,
.TextBoxROTransparant,
.TextBoxSearch
{
	font-weight:bold;
	font-size :12px;
	font-family:Courier New;
	color:black;
    width:auto;
}
.TextBoxMemo,
.TextBoxMemoRO
{
	font-weight: bold;
	font-size: 9pt;
	font-family: Courier New;
    white-space: pre-line;
}
.TextBoxKommrad
{
	border-top-style: ridge;
	border-right-style: ridge;
	border-left-style: ridge;
	border-bottom-style: ridge;
	background-color: #dcdcdc;
	font-weight: bold;
	font-size: 9pt;
	font-family: Courier New;
}
.TextBoxKommradTransparent
{
	border-top-style:none;
	border-right-style:none;
	border-left-style:none;
	border-bottom-style:none;
	background-color:Transparent;
	font-weight: bold;
	font-size: 9pt;
	font-family: Courier New;
}
