@media (prefers-color-scheme: dark) {
    body {
        background-color: #000;
    }
}

/*** Link *****************************************************************/
a.menu:link		{ COLOR: white; TEXT-DECORATION: none; }
a.menu:visited	{ COLOR: white; TEXT-DECORATION: none; }
a.menu:active	{ COLOR: white; TEXT-DECORATION: none; }
a.menu:hover	{ COLOR: yellow; TEXT-DECORATION: underline; }

a.avs:link		{ COLOR: gray; TEXT-DECORATION: none; }
a.avs:visited	{ COLOR: gray; TEXT-DECORATION: none; }
a.avs:active	{ COLOR: gray; TEXT-DECORATION: none; }
a.avs:hover		{ COLOR: gray; TEXT-DECORATION: underline; }

a.AdobeReader:link		{ COLOR: blue; TEXT-DECORATION: none; }
a.AdobeReader:visited	{ COLOR: blue; TEXT-DECORATION: none; }
a.AdobeReader:active	{ COLOR: blue; TEXT-DECORATION: none; }
a.AdobeReader:hover		{ COLOR: red; TEXT-DECORATION: underline; }

/*** Body *****************************************************************/
body { margin: 0px; }

form {
	margin: 0px;
}

div.HomeHeaderTitle{
	font:normal 18pt Tahoma;
	color: white;
	margin-top: 5px;
	margin-bottom: 8px;
}

div.HomeHeaderSubTitle{
	font:normal 10pt Tahoma;
	color: white;
	margin-top: 5px;
	margin-bottom: 8px;
}

TABLE 
{
	font: normal 10pt Tahoma;
}

span.numberIssue
{
	font:  bold 14pt Trebuchet MS;
	color: Navy;
}

div.title
{
	font:normal 26pt Times New Roman;
	color: White;
}

table.layout_title{
	width: 750px;
	height: 60px;
}

table.layout_topmenu
{
	color:white;
	font:normal 8pt Tahoma;
	width: 750px;
	height: 20px;
	background-color: Black;
}

table.layout_headerTilte
{
	color:white;
	font:normal 10pt Tahoma;
	width: 750px;
	height: 100px;
	background-color: Black;
}

table.layout_content
{
	font:normal 10pt Tahoma;
	width: 750px;
}

table.layout_shadow
{
	width: 750px;
	height: 10px;
	background-image: url(img/layout/BarShadow.gif);
}

table.layout_buttomBar
{
	color: White;
	font:normal 7pt Tahoma;
	width: 750px;
	height: 16px;
	background-color: Black;
}

table.CallerBlock
{
	margin-top: 40px;
}

div.CallerBlock_Header {
	font:normal 14pt Trebuchet MS, MS Sans Serif;
	background-color: #E8E8E8;
	padding: 4px;
}

@media (prefers-color-scheme: dark) {
    div.CallerBlock_Header {
        background-color: #AAA;
    }
}

div.CallerBlock_Header.secondary {
	color: gray;
}

div.CallerBlock_Desc {
	min-height: 100px;
}

table.CallerBlock td.CallAppWin
{
	vertical-align: top;
	width: 350px;
	background: url(img/layout/CallAppWinBg.jpg) no-repeat bottom right;
}

table.CallerBlock td.CallAppWeb
{
	vertical-align: top;
	width: 350px;
	background: url(img/layout/CallAppWebBg.jpg) no-repeat bottom right;
}

table.CallerBlock td.CallAdminTools
{
	vertical-align: top;
	width: 350px;
	background: url(img/layout/AdminToolsBg.jpg) no-repeat bottom right;
}

table.CallerBlock td.UserManual
{
	vertical-align: top;
	width: 350px;
	background: url(img/layout/UserManualBg.jpg) no-repeat bottom right;
}

table.CallerBlock td.AdobeReader
{
	vertical-align: top;
	width: 350px;
	background: url(img/layout/AdobeReaderBg.jpg) no-repeat bottom right;
}

table.CallerBlock td.block-cell {
	background-color: white;
}

div.AdobeReaderLink {
	font-size: 7pt;
	margin: 20px;
}

input.open {
	width: 240px;
}

a.open,
a.open-secondary {
	display: inline-block;
	border:solid #555 1px;
	width:240px;
	padding: 0.3em 0em 0.3em 0em;
	background-color: #DDD;
	color: black;
	text-decoration: none;
}

a.open-secondary {
	opacity: 0.50;
	filter: alpha(opacity=50);
}

a.open:hover,
a.open-secondary:hover {
	color: #069;
	background-color: #a6f4ff;
	border-color: #26a0da;
	opacity: unset;
	filter: alpha(opacity=100);
}

div.install 
{
	background-color: #FFFFE1;
	padding: 5px;
	margin-left: 10px;
	margin-right: 10px;
	filter: alpha(opacity=80);
	opacity: 0.80;
}

/* Web Publish
***************************************************************************/

table.WebPublish
{
	margin-top: 40px;
	margin-bottom: 20px;
	vertical-align: top;
	width: 720px;
}

table.WebPublish td
{
	vertical-align: top;
	background-color: #FCFCFF;
}

table.WebPublish .WebPublish_iframe
{
	width: 710px;
	height: 400px;
	margin: 5px;
}

/* Admin Note
***************************************************************************/

@media (prefers-color-scheme: dark) {
    #divAdminNote {
        color: rgb(87,166,74);
		background-color: #1E1E1E;
    }
}