/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, button, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  line-height: 100%;
  vertical-align: baseline;
  word-wrap: break-word;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1em;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


/*
  CSS style sheet for CITB

  Copyright Imagitech Ltd. ©2023, all rights reserved.

  Copying without permission is a violation of intellectual property rights and is prohibited by law.
*/

body {
  color: #111111;
  font-family: sans-serif, Arial; /* The Web Browser Control (under Windows 7 and 8.1) ignores sans-serif and sets the font as Times New Roman under. Putting Arial after sans-serif fixes this without adversely affecting other platforms. */
  font-size: 16px;

  line-height: 1.3em;

  color: rgb(6,6,6);

  background: rgb(48,48,48);
  -ms-high-contrast-adjust: none;
}

a, a:link {
  border-color: #0065bd;
  border-bottom-style: dotted;
  border-bottom-width: 1px;

  color: #0065bd;
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: none;

  border-bottom-style: solid;
}
@media (hover:none), (hover:on-demand) {
  a:hover, a:active {border-bottom-style: dotted;} /* suppress hover effect on devices that don't support hover fully */
}

a:visited {
  color: #78343F;
  border-bottom-color: #78343F;
}

a.button, a.button:focus, a.button:visited, .button, .button:focus, .button:visited, button, button:focus, .buttonList li, .buttonList li:focus {
  margin: 0px 3px 1em 3px;
  padding: 10px 16px 10px 16px;
  min-width: 95px;
  vertical-align: middle;

  display: inline-block;
  *zoom: 1; /* trigger hasLayout for IE7 and below */
  *display: inline; /* the star targets only IE7 and below */

  border-radius: 3px;  
  border: none;
  background: #B1006E;

  font-weight: normal;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;

  position: relative; /* hack to make PIE work */
  behavior: url("./htc/PIE.htc"); /* hack to make things look nice in IE6-8 */
}

a.button.defaultButton, a.button.defaultButton:focus, a.button.defaultButton:visited, .button.defaultButton, .button.defaultButton:focus, .button.defaultButton:visited, button.defaultButton, button.defaultButton:focus, .buttonList li.defaultButton, .buttonList li.defaultButton:focus {
  font-weight: bold;
}

.button:hover, button:hover, .buttonList li:hover, .buttonList li.defaultButton:hover {
  background: #C9007F;
}

.button:active, button:active, .buttonList li:active, button.defaultButton:active, .buttonList li.defaultButton:active {
  background: #FF00A1;
}


h1 {
  font-size: 26px;
  font-weight: bolder;
  margin-bottom: 0.9em;
}

h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0.8em;
}

h3 {
  margin: 0px 0px 0.7em 0px;
  padding: 0px 0px 0.2em 0px;

  text-transform: none;
  font-size: 20px;
  font-weight: bold;
  color: #0065BD;
}


p + h3 {
  margin-top: 2em;
}

h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0.6em;
}

h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.5em;
}

p, pre {
  line-height: 1.2em;
  margin-bottom: 1em;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

sub {
  vertical-align: sub;
  font-size: 60%;
}

sup {
  vertical-align: super;
  font-size: 60%;
}

ol {
  padding: 0px 0px 0px  15px;
  margin:  0px 0px 25px 0px;

  line-height: 1.3em;

  list-style-type:decimal;
}

ul {
  padding: 0px 0px 0px  15px;
  margin:  0px 0px 25px 0px;

  line-height: 1.3em;

  list-style-type:square;
}

ul.noBullet, ul.nobullets {padding-left: 0px; list-style: none;}

p + ul, p + ol {
  padding: 0px 0px 0px 15px;
  margin:  -0.5em 0px 1.5em 0px;
}

li {
  line-height: 1.3em;
}

.li_Apps {
  background: transparent url('./Images/apps.png') no-repeat 0px 0px;
  padding-top: 1px;
  padding-left:30px;
  padding-bottom:15px;
}

.li_At {
  background: transparent url('./Images/@.png') no-repeat 0px 0px;
  padding-top: 1px;
  padding-left: 30px;
  padding-bottom:15px;
}

.li_Book {
  background: transparent url('./Images/Book.png') no-repeat 0px 0px;
  padding-top: 1px;
  padding-left: 30px;
  padding-bottom:15px;
}

.li_DVD {
  background: transparent url('./Images/DVD.png') no-repeat 0px 0px;
  padding-top: 1px;
  padding-left: 30px;
  padding-bottom:15px;
}

.li_Envelope {
  background: transparent url('./Images/Envelope.png') no-repeat 0px 0px;
  padding-top: 1px;
  padding-left: 30px;
  padding-bottom:15px;
}

.li_Information {
  background: transparent url('./Images/i.png') no-repeat 0px 0px;
  padding-top: 1px;
  padding-left:30px;
  padding-bottom:15px;
}

.li_Phone {
  background: transparent url('./Images/Phone.png') no-repeat 0px 0px;
  padding-top: 1px;
  padding-left:30px;
  padding-bottom:15px;
}

.li_Training {
  background: transparent url('./Images/Training.png') no-repeat 0px 0px;
  padding-top: 1px;
  padding-left:30px;
  padding-bottom:15px;
}

.li_Video {
  background: transparent url('./Images/Video.png') no-repeat 0px 0px;
  padding-top: 1px;
  padding-left:30px;
  padding-bottom:15px;
}

.li_PcApp {
  background: transparent url('./Images/PC_App.png') no-repeat 0px 0px;
  padding-top: 1px;
  padding-left:30px;
  padding-bottom:15px;
}

.li_www {
  background: transparent url('./Images/www.png') no-repeat 0px 0px;
  padding-top: 1px;
  padding-left:30px;
  padding-bottom:15px;
}

ol li {
  margin: 0px 0px 5px 1.5em;
}

ul li {
  margin: 0px 0px 5px 1em;
}

p.question {
  font-weight: bold;
}

p + p.question {
  margin-top: 2em;
}

p.question:first-letter, p.question + p:first-letter{
  color: #B1006E;
  font-size: 20px;
  font-weight: bold;

  display: inline-block;
  vertical-align: baseline;
  *zoom: 1; /* trigger hasLayout for IE7 and below */
  *display: inline; /* the star targets only IE7 and below */
}

.buttonList, p + ul.buttonList {
  margin: 24px 0px 15px 0px;
  padding: 0px;
  vertical-align: middle; 
}

.buttonList li, .buttonList li:focus{
  vertical-align: middle;
  min-width: 61px;

  -webkit-user-select: none; /* Chrome and Safari*/
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+*/
  -o-user-select: none; /* Opera (not implemented yet) */
  user-select: none; /* W3C */

  cursor: default;

  display: inline-block;
  *zoom: 1; /* trigger hasLayout for IE7 and below */
  *display: inline; /* the star targets only IE7 and below */

  list-style-type: none;
}

.pageBody {
  margin:  0px auto 0px auto;
  width: 980px;

  min-height: calc(100vh);

  background: #ffffff;
}

.content {
  margin:  36px 24px 36px 24px;
  padding: 0px 0px  0px  0px;
}

.footer {
  margin:  0px  0px  0px  0px;
  padding: 24px 24px 24px 24px;

  background: #F3EFE9;

  left: 0px;
  right: 0px;
  bottom: 0px;

  font-size: 14px;
  font-weight: bold;
  color: #000000;
}

.footer a, .footer a:focus, .footer a:active , .footer a:visited {
  font-weight: normal;
  border-color: #000000;
  color: #000000;
}

.footer .linkEnquiriesEmail {
  margin-right: 18px;
  font-weight: normal;
}

.footer .productCode, .footer .productVersionCode {
  font-weight: bold;

  float: right;
}

.footnotes {
  margin-top: 2em;
  font-size: 11px;
}

.header {
  margin: 0px 10px 4px 24px;
  padding: 10px 0px 0px 0px;

  background: #ffffff;
  color: #ffbb17;
}

.header .productName {
  clear: both;
  margin-bottom: 5px;
  color: #4D5D68;
  font-size: 30px;
  font-weight: normal;
}

.header .subProductName {
  margin-bottom: 60px;
  color: #4D5D68;
  font-size: 30px;
  font-weight: normal;
}


.header .companyLogo {
  height: 62px;

  display: block;

  line-height: 62px;

  background: transparent url("./images/PageHeader.gif") no-repeat top right;

  cursor: pointer;
}

.header .productGroup {
  clear: both;
  display: block;
  float: left;

  margin:  0px 0px 10px 0px;
  padding: 0px;

  display: inline-block;
  *zoom: 1; /* trigger hasLayout for IE7 and below */
  *display: inline;

  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: #ffbb17;

  color: #ffbb17;
  text-transform: uppercase;
  letter-spacing: -1px;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}

.header .productEdition {
  margin:  -46px 0px -46px 1.5em;
  padding: 23px 5px 17px 5px;

  width: 91px;
  height: 61px;

  display: inline-block;
  *zoom: 1; /* trigger hasLayout for IE7 and below */
  *display: inline; /* the star targets only IE7 and below */

  vertical-align: middle;
  text-align: center;

  line-height: 18px;
  letter-spacing: -1px;
  font-size: 12px;
  font-weight: normal;

  color: #ffffff;
  border-radius: 100%;
  background: #F6A800;

  position: relative; /* hack to make PIE work */
  behavior: url("./htc/PIE.htc"); /* hack to make things look nice in IE6-8 */
}

.productEdition strong {
  margin: 0px;
  padding: 0px;
  
  display: inline-block;
  *zoom: 1; /* trigger hasLayout for IE7 and below */
  *display: inline; /* the star targets only IE7 and below */
  
  line-height: 18px;
  letter-spacing: -1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

#btnPrimaryDownload, #btnSecondaryDownload {
  margin:  0px auto 1em auto;
  display: block;
  width: 460px;
}

/* styles for Alert/Confirm dialogs */
#alertDialogBackground, #confirmDialogBackground {
  z-index: 2;
  position: fixed;

  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;


  background: #000000;

	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8-9, but filter should work too */
	filter: alpha(opacity=50); /* This works in IE5-9 */
	opacity: 0.5;
}

#alertDialog, #confirmDialog {
  z-index: 3;
  position: fixed;

  width: 512px;

  /* set margin and height and disable transform to enable fixed sized dialog */
  /*
    margin: -140px 0px 0px -256px;
    height: 280px;
  */

  top: 50%;
  left: 50%;

  /* To use translate for variable size dialogs. Neater, but doesn't work in IE6-9 */
  -webkit-transform: translate(-50%, -50%); /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
  -ms-transform: translate(-50%, -50%); /* IE 9 */
  transform: translate(-50%, -50%); /* IE 10, Fx 16+, Op 12.1+ */


  background: #FFFFFF;
}

#alertDialog h1, #confirmDialog h1 {
  margin: 16px 8px 16px 8px;
  padding: 0px 8px 16px 8px;

  border-bottom: 2px solid #0065BD;

  font-size: 18px;
  font-weight: bolder;
  text-align: left;
  color: #000000;
}

#alertDialog p, #confirmDialog p {
  margin: 0px 16px 16px 16px;

  color: #000000;
}

#alertDialog .buttonList, #confirmDialog .buttonList {
  margin: 24px 32px 16px 32px;

  /* for fixed size dialogs, enable the four rules below */
  /*
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
  */

  text-align: center;
}

#alertDialog .buttonList li, #alertDialog .buttonList li:focus, #confirmDialog .buttonList li, #confirmDialog .buttonList li:focus {
  display: inline-block;
}