﻿/* =================================================================================================================================================
Disclaimer Styles
================================================================================================================================================= */
#DisclaimerTable
{
  box-sizing: border-box;
  width: 1024px;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #CC3300;
  cursor: pointer;
  background-color: #FFFF00;
}

#DisclaimerLargeText
{
  font-family: Verdana;
  font-size: 18pt;
  vertical-align: middle;
  text-align: center;
  color: #FF0000;
  padding-top: 8px;
}

#DisclaimerSmallText
{
  font-family: Verdana;
  font-size: 12pt;
  vertical-align: middle;
  text-align: center;
  color: #CC3300;
  padding-bottom: 8px;
}

/* =================================================================================================================================================
Site Banner
================================================================================================================================================= */
.BannerDiv
{
  text-align: left;
  vertical-align: top;
  margin-bottom: 8px;
}

.BannerObject
{
  font-family: "Times New Roman", Times, serif;
  font-size: 48pt;
  color: #FFCC00;
  background-color: #333333;
  padding-top: 4px;
  padding-bottom: 4px;
  vertical-align: middle;
  text-align: center;
}

.NoSupportDiv {
    color: #FFFF00;
    vertical-align: middle;
    text-align: center;
    font-family: Tahoma;
    font-size: 18pt;
    background-color: #FF0000;
    margin-bottom: 8px;
}
/* =================================================================================================================================================
Site Menubar
================================================================================================================================================= */
.MenubarDiv {
    text-align: left;
    vertical-align: top;
    margin-bottom: 8px;
}

.MenubarObject
{
  width: 100%;
  height: 32px;
  font-family: Tahoma;
  font-size: 12pt;
}

.MenubarMenuItem
{
  width: 204px;
  color: #C0C0C0;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  background-color: #333333;
}

.MenubarMenuItem:hover
{
  width: 204px;
  color: #FFCC00;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  background-color: #808080;
}

/* =================================================================================================================================================
Site Generic Styles
================================================================================================================================================= */

.MasterDiv
{
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
}

#ContentRootTable
{
  border-collapse: collapse;
  border-spacing: 0;
  border-style: none;
  width: 1024px;
  margin-top: 48px;
}

.GenericTable
{
  border-collapse: collapse;
  border-spacing: 0;
  border-style: none;
  width: 100%;
}

.CanvasBase
{
  background-color: #000000;
}

.TopicTitle
{
  font-family: "Times New Roman", Times, serif;
  font-size: 24pt;
  color: #FFFFFF;
  padding-bottom: 8px;
}

.TopicSubtitle
{
  font-family: "Times New Roman", Times, serif;
  font-size: 18pt;
  color: #FFCC00;
  text-decoration: underline;
}

.SubtopicTitle
{
  font-family: Tahoma;
  font-size: 12pt;
  font-weight: bold;
  color: #FFCC00;
}

.ContentBodyText
{
  font-family: Verdana;
  font-size: 12pt;
  color: #808080;
}

.HilightTextBlue
{
  color: #0099FF;
}

.HilightTextRed
{
  color: #FF0000;
}

.HilightTextGreen
{
  color: #00FF00;
}

.HilightTextWhite
{
  color: #FFFFFF;
}

.HilightTextGold
{
  color: #FFCC00;
}

.ImgFiller64
{
  width: 64px;
  height: 64px;
}

.ImgFiller48
{
  width: 48px;
  height: 48px;
}

.ImgFiller32
{
  width: 32px;
  height: 32px;
}

.FormFooterLine
{
  font-size: 6pt;
  height: 8px;
  background-color: #808080;
}

.DividerCell
{
  border-bottom: 1px solid #808080;
}

.SectionDividerCell
{
  border-bottom: 1px dashed #808080;
}

/* =================================================================================================================================================
Content Image Styles
================================================================================================================================================= */

.WebsiteScreengrab
{
  margin-bottom: 16px;
  width: 800px;
  height: 450px;
  border: 2px solid #808080;
  cursor: pointer;
}

.SixTabsImage
{
  width: 524px;
  height: 90px;
  border: 2px solid #808080;
}

.FileFolderPaths
{
  width: 803px;
  height: 262px;
  border: 2px solid #808080;
}

.CurrentTaskInfo
{
  width: 385px;
  height: 262px;
  border: 2px solid #808080;
}

.SettingsImage1
{
  width: 983px;
  height: 230px;
  border: 2px solid #808080;
}

.SettingsImage2
{
  width: 983px;
  height: 106px;
  border: 2px solid #808080;
}

.TasksListbox
{
  width: 257px;
  height: 128px;
  border: 2px solid #808080;
}

.TasksFields
{
  width: 800px;
  height: 301px;
  border: 2px solid #808080;
}

.TasksCheckboxes
{
  width: 800px;
  height: 126px;
  border: 2px solid #808080;
}

.TaskButton
{
  width: 140px;
  height: 26px;
}

.TopicImage
{
  margin-top: 16px;
  width: 800px;
  height: 458px;
  border: 1px solid #333333;
}

.DownloadImage
{
  width: 336px;
  height:44px;
  cursor: pointer;
  margin-bottom: 8px;
}

/* =================================================================================================================================================
Disclaimer Styles
================================================================================================================================================= */
a
{
  color: #0099FF;
}


.CellLeftTop 
{
  text-align: left;
  vertical-align: top;
}

.CellRightTop
{
  text-align: right;
  vertical-align: top;
}
.CellCenterTop 
{
  text-align: center;
  vertical-align: top;
}

.LinkButton 
{
  width: 140px;
  height: 141px;
  margin-top: 48px;
  margin-bottom: 48px;
}

.LinkButtonCell 
{
  border: 1px solid #333333;
  text-align: center;
  vertical-align: middle;
}
.LinkButtonTitle 
{
  padding: 8px;
  border: 1px solid #333333;
  font-family: Tahoma;
  font-size: 16pt;
  text-align: center;
  vertical-align: middle;
  color: #808080;
}
.LinkButtonText 
{
  border: 1px solid #333333;
  font-family: Tahoma;
  font-size: 11pt;
  text-align: center;
  vertical-align: top;
  padding: 8px;
  color: #C0C0C0;
}
.LinkTable {
  border: 1px solid #333333;
  background-color: #000000;
  margin-left: 1%;
  margin-right: 1%;
  width: 98%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  empty-cells: show;
}

  .LinkTable:hover 
  {
    border: 1px solid #0099FF;
    background-color: #333333;
    margin-left: 1%;
    margin-right: 1%;
    width: 98%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
    empty-cells: show;
  }


.OurWebsiteLink 
{
  font-family: Tahoma;
  font-size: 18pt;
  color: #0099FF;
  text-align: center;
  vertical-align: middle;
  margin-top: 8px;
  margin-bottom: 8px;
}


.FeatureLinkButton
{
  width: 236px;
  height: 252px;
  margin-left: 8px;
  margin-right: 8px;
}

.FeatureLinkCell
{
  text-align: center;
  vertical-align:top;
}


.DownloadText
{
  text-align: center;
  vertical-align: top;
  font-family: Verdana;
  font-size: 12pt;
  color: #0099FF;
}

.FormLabelCell
{
  font-family: Verdana;
  font-size: 12pt;
  text-align: left;
  vertical-align: top;
  width: 25%;
  color: #808080;
}

.FormInputCell
{
  font-family: Verdana;
  font-size: 12pt;
  text-align: left;
  vertical-align: top;
  width: 75%;
  color: #808080;
}

.FormInputControl
{
  font-family: Tahoma;
  font-size: 16pt;
}

.FormTitle
{
  background-color: #808080;
  text-align: center;
  vertical-align: middle;
  font-family: Tahoma;
  font-size: 18pt;
  padding-left: 16px;
}

.FormInputButton
{
  font-family: Tahoma;
  font-size: 16pt;
  padding-left: 24px;
  padding-right: 24px;
}