/**
 * CSS for current pages
 * Copyright 2021 iniNet Solutions GmbH, Muttenz/Switzerland
 * Author: Fabien Jambois
 */

body
{
	font-family: Calibri,Arial,Verdana,Helvetica,sans-serif;
	font-size:11pt;
	color: #003e5d;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 10px;
}

a
{
	color: #009BE3;
	text-decoration: none;
}

a:visited
{
	color: #009BE3;
	text-decoration: none;
}

a:hover
{
	color: #009BE3;
	text-decoration: underline;
}

h1
{
	font-size: 20px;
	font-weight: bold;
}

h2
{
	font-size: 18px;
	font-weight: bold;
	background-color: #FFFFFF;
	/* color: #009BE3; */
	visibility: visible;
}

#TITL	{ color: #009BE3; }

#RT	{ text-align: right; }

#MDAURL	{
	background-color: #e0e0e0;
	/*color: #00207F;*/
	/*font-family: Courier, 'Courier New', monospace;*/
}

#UserLogged
{
	position: absolute;
	right: 10px;
	top: 10px;
	visibility: visible;
	color: #009BE3;
	font-size: 14px;
	font-weight: bold;
}

.pow_mandatory {
	color: #ff0000;
}

/**
 * Defines the look and feel of lists
 */

.StdList
{
	border:1px solid gray;
	min-width: 120px;
}
.StdDDL
{
	border:1px solid gray;
	background-color: white;
	min-width: 100px;
	/* background: url(/img/select.png) right no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; */
}

/**
 * Defines the look and feel of checkboxes
 */
.StdCheckBox {}

/**
 * Defines the look and feel of edit boxes
 */

.StdEditBox
{
	border:1px solid #999999;
}

/**
 * Defines the look and feel of buttons
 */
.StdButton
{
	color: black;
	background-color: white;
	border:1px solid #999999;
	padding: 2px;
	min-width: 80px;
}
.StdButton:hover
{
	border:1px solid #666699;
	background-color: #eeeeee;
}
.StdButton:active
{
	background-color: #c0c0c0;
}

.HigButton
{
	color: #990000;
	background-color: white;
	border:1px solid #999999;
	padding: 2px;
	min-width: 80px;
}
.HigButton:hover
{
	border:1px solid #996666;
	background-color: #eeeeee;
}
.HigButton:active
{
	background-color: #c0c0c0;
}

.MedButton
{
	color: #cc6600;
	background-color: white;
	border:1px solid #999999;
	padding: 2px;
}
.MedButton:hover
{
	border:1px solid #997766;
	background-color: #eeeeee;
	min-width: 80px;
}
.MedButton:active
{
	background-color: #c0c0c0;
}

.VersionText
{
	visibility: visible;
	/* color: #606060; */
	font-size: 11px;
	text-align: right;
	margin-right: 7px;
}
