﻿body
{
  font-family: Verdana;
  color:Black;
  margin: 0px;
  font-size: 10pt;
}

.headerImage
{
  background-image: url("../../Pictures/TDLogoSmall.png");
  background-repeat: no-repeat;
}

.HeaderTable
{
  width: 100%;
  height: 80px;
  vertical-align:middle;
  background-image: url(../../Pictures/PanelHeader.jpg);
  text-align: center;
}
.HeaderTextCell
{
  width: 90%;
}

.headerTitle
{
  position: absolute;
  left: 10px;
  top: 20px;
  font-size: 14pt;
  color: #008080;
  font-weight: bold;
}

.headerPublishDate
{
  position: absolute;
  font-size: 10pt;
  color: #4F4F51;
  left: 200px;
  top: 50px;
}

.headerLogout
{
  font-size: 10pt;
  color: #FF6600;
  text-decoration: none;
  position: absolute;
  left: 10px;
  top: 50px;
}

.headerLogout:hover
{
  text-decoration: underline; 
}

.BorderCell
{
}

.MainTable
{
  width: 100%;
  height: 100%;
  background-image: url(../../Pictures/ConnectionPage.jpg);
  text-align: center;
}

.LoginFrame
{
  width: 780px;
  height: 500px;
  border:border-width:0;
  border-color:Black;
  background-color:White;
}

.PortailLoginFrame
{
  width: 780px;
  height: 500px;
  border:border-width:0;
  border-color:Black;
}

.LoginCell
{
  vertical-align:top;
}

.loginTitle1
{
  color: #FF8000;
  font-weight: bold;
}

.loginTitle2
{
  color: #008080;
  font-weight: bold;
}

.loginMessage
{
  color: #666666;
  font-size: 8pt;
  vertical-align: middle; 
  text-align: center;
}

.CopyrightMessage
{
  color: #666666;
  font-size: 8pt;
}

.aboutText
{
  text-align:center;
  color: #666666;
  font-size: 8pt;
  position:absolute;
  bottom:0;
  width:100%;
  height:20px;
}

.downloadButton
{
  width: 640px;
  height: 100px;
  font-size: 26pt;
}

.downloadPublishDate
{
  font-size: 22pt;
  color: #008080;
}
