﻿body,html 
{
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%;
	width:100%; 
	max-height: 100%;
	font-family: "Segoe UI";
    font-size: 10pt;
    background-color:#FFFFFF;
    color:#000000;
 
}


 .main{
	height:100%;
	position:absolute;
}

@media only screen and (max-width:620px) {
  /* For mobile phones: */
  .main {
    width:100%;
  }
}

.bg
{
    /*background-position: center;
    background-repeat: no-repeat;
    background-size: 85%;*/
  float:left;
  width:75%;
  background-position:center;
  background-repeat: no-repeat;
  background-size: 75%;
  
}

.right {

  float:right;
  width:25%;
  text-align:left;
}

.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #188899;
   color: white;
   text-align: left;
   padding:10px;
}

.header
{
    /*height:30px; 
    background:#FF7230;
    color:#FFFFFF;
    padding:0px 0px 0px 10px;*/ 
    padding-left: 10px;
    text-align:left; 
    font-size:14pt;
}

.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #188899;
   color: white;
   text-align: left;
   padding:10px;
}

.caption {
  padding-left:10px;
  text-align:left;
  vertical-align:text-top;
  font-size:17pt;
  font-family: "Segoe UI";
  letter-spacing:3px;  
}

.content
{
    background:#FFFFFF; 
    color:#000000; 
    border:1px solid #188899;
    padding:0px 0px 0px 10px; 
    margin:0px;
}

.loginButton
{
    background-color:#000000;
    border: 1px solid lightgray;
    color: #FFFFFF;
    font-weight: bold;
    height: 30px;
    text-decoration: none;
    cursor: pointer;
    width:100px;
}

/*
.loginButton:hover
{
    background-color:#FF7230;
    color: #FFFFFF;
}
*/

.text
{
	color: #000000;
	height: 24px;
	text-align: left;
	vertical-align: middle;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;
}

.watermark
{
	color:#FFFFFF;
	height: 24px;
	text-align: left;
	vertical-align: middle;
	padding-left: 4px;
	/*border-style: solid;
	border-width: 1px;
	border-color: #DDDDDD;
	padding-top: 4px;
	padding-right: 4px;
	*/
}

.errorText
{
    color:#CC0000;
}