
/* Body Styles */
BODY { 
	color: #303030; 
	background-color: white; 
	font-family: Segoe UI, Verdana, Arial, Tahoma, sans-serif; 
	font-size: 16pt;
	margin-left: 0px; 
	margin-top: 0px; 
	line-height: 120%;
}

/*Used for all images from 16/12/2022 (auto-resize with window)*/
.responsive {
    width: auto;
    max-width: 100%;
    height: auto;
}


/*Used for fullscreen (1080p) screenshots (auto-resize with window)*/
.responsiveLarge {
  width: 100%;
  max-width: 1800px;
  height: auto;
}

/*Used for 720p screenshots (auto-resize with window)*/
.responsiveMedium {
  width: 100%;
  max-width: 1200px;
  height: auto;
}

/* Link Styles */
a:link
{
 color: #009cd7;
 text-decoration: none;	
}

a:visited
{
 color: #009cd7;
 text-decoration: none;
}

a:hover
{
 color: #3366ff;
}

/*a:-webkit-any-link {
    
}*/

/* Heading Styles */
#heading {
  
	/* background-image:url(http://www.versadev.com/images/versaHelpDeskv6.png);
	background-position:right;
	background-repeat:no-repeat; 
	background-position:left top;*/
	height:72px;
	width:100%;
	background-color: #eeeeee;  
  display:none;
/*	
	background-color: #003366;  
	width: 100%;
	padding: 10px 0px 10px 15px;
*/
}

#heading2 {
	
	background-color: #003366;  
	width: 100%;
	padding: 10px 0px 10px 15px;


}

.productheading { 
	color: #ffffff; 
	font-family: Segoe UI, Verdana, Arial, Tahoma, sans-serif; 
	font-size: 8pt; 
}

/* Page Heading Styles */
.pageheading { 
	color: #ffffff; 
	font-family: Segoe UI, Verdana, Arial, Tahoma, sans-serif; 
	font-size: 12pt; 
	font-weight:bold;
}

/* Content And Footer Styles */		
#content {
	
	margin-left: 30px;
	margin-right: 20px; 
	font-size: .70em; 
	padding-bottom: 2em;
	
}

#content2 {
	
	margin-right:75px;
	margin-left:75px;
	font-size: .70em; 
	padding-bottom: 2em;
	text-align: right;
	
}

#footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0px;
    font-size: .60em;
    padding: 0 0.5em;
    height: 27px;
    border-top: 1px solid #f0f0f0;
    background-color: #fff;
    color: #000000;	
}

#footer a, #footer a:link, #footer a:active, #footer a:hover  {
	color: #000000;	
}	

ul {
	line-height: 15px;
}

/* Heading Styles */
h1  {
	font-size: 4.5em;
	color: #000066;
	margin-right: 75px;
	text-align: right;
}

h2 { 
	font-size: 1.7em; 
	font-weight: bold; 
	margin-top: 20px; 
	margin-bottom: 10px; 
	border-top: 1px solid #1A81D1; 
	margin-left: -10px; 
	color: #000066; 
}

h3 { 
	font-size: 1.1em; 
	margin-left: 0px; 
	margin-top: 15px; 
	margin-bottom: 0;
	
}

h4  {
	font-size:1.4em;
	font-weight: bold;
	margin-right:75px;
	text-align:left; 
	color: #808080;
}

h5  {
	font-size: 1.5em;
	font-weight: bold;
}

h6  {
	font-size: 1.3em;
	margin-right:75px;
	margin-bottom: -45px;
	text-align:right; 
	color: #808080;
	font-weight: lighter;
}


	

/* Text Styles */
p
{
	margin: 1.5em 0em 1em 0em;
}

/* List Styles */
ul {
	margin-top: 10px;
	margin-left: 20px;
}

li { 
	margin-top: 10px;
	line-height: initial;
}

/* Table Styles */
.dataTable {

 	border-collapse:collapse;
	color: #000000;
	width: 100%;
}	

.dataTable th {

	border: solid 1px #eeeeee;	
	background-color: #bbbbbb;
	padding: 2px 2px 2px 2px;
}

.dataTable th:first-child {
	width:150px;
}

.dataTable td {
    border: solid 1px #eeeeee;
    padding: 2px 10px 2px 10px;
    min-width: 150px;
}

.dataTable tr.odd {
	background-color: #dddddd;
}

.dataTable tr.even {
	background-color: #ffffff;
}

/* Code, Syntax and Tip Styles */
.example
{
	background: #eeeeee;
	padding: 4px 8px 4px 8px;
	cursor: text;
	margin-top: 1em;
	margin-bottom: 1em;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
    	width: 90%;
	overflow: auto;
}

/* Code, Syntax and Tip Styles for SQL queries in Server Support (prefix: SS_) pages */
.sqlexample
{
	padding: 4px 8px 4px 8px;
	cursor: text;
	margin-left: 60px;
	margin-top: 1em;
	margin-bottom: 1em;
	color: #000000;
    	width: 90%;
	overflow: auto;
}

hr {
    width:50%;
}

.lang {	
	color: #333333;
	font-family: Segoe UI, Verdana, Arial, Tahoma, sans-serif; 
	font-size: 80%;
	font-weight: normal;
	font-style: normal;	
}
/*Information Tip Style */
  #TipBox
 {
      display:none; 
      position:absolute; 
      font-size:12px; 
      font-weight:bold; 
      font-family:Segoe UI, Verdana, Arial, Tahoma, sans-serif; 
      border:#003366 solid 1px; 
      padding:15px; 
      color:#003366; 
      background-color:#FFFFFF;
}

.videoBoardContainer {
    display: grid;
    grid-template-columns: calc(100% - 460px) 460px;
    grid-column-gap: 1rem;
    overflow: hidden;
    height: 100%;
}

#mediaPlayer {
    width: 90vw !important;
}

@media only screen and (max-width: 1060px) {
	
}

@media only screen and (max-width: 500px) {
	#footer {
		height:50px;
	}
	.dataTable td {
		min-width: unset;
	}

}