@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;
    }
}

/* RRU Dev Note: load news section
***************************************************************************/
        
@font-face { font-family: Prompt; src: url("Prompt_Regular.eot") /* EOT file for IE */ }
@font-face { font-family: Prompt; src: url("Prompt_Regular.ttf") /* TTF file for CSS3 browsers */ }
h2 h3 { font-family: Prompt, "Tahoma", "Times New Roman", serif; padding: 10px; background-color: #8cb955; }
.ql-align-center {  text-align: center; }
.ql-size-small { font-size: 0.75em;}
.ql-size-large { font-family: Prompt, "Tahoma", "Times New Roman", serif; font-size: 2em;}
.ql-size-huge { font-family: Prompt, "Tahoma", "Times New Roman", serif; font-size: 3em;}
.ql-syntax {  background-color: #23241f; color: #f8f8f2; overflow: visible; padding: 15px;}

 /* The Modal (background) */
 .modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  max-width: 780px;
  border-radius: 12px;
}

/* The Close Button */
.close {
  color: #A77;
  float: right;
  font-size: 38px;
  font-weight: bold;
  top: -15px;
  position: relative;
}

.close:hover,
.close:focus {
  color: #F33;;
  text-decoration: none;
  cursor: pointer;
} 

.layout_content { background-color: #FFF;}
#mtopic { font-family: Prompt, "Tahoma", "Times New Roman", serif;}
#mbody { margin-top: 10px; margin-bottom: 25px;}