@charset "utf-8";
/* Copyright (c) 2010 Spokane Software Systems, Inc.  All rights reserved. */

div#loginTableContainer {
position: absolute;
top: 0;
  width       : 98%;
  margin      : 1%;
  margin-top  : 2em;
  z-index     : 5;
}

table#loginTable {
  text-align    : center;
  margin-left   : auto;
  margin-right  : auto;
}

table#loginTable input[type=submit],
table#loginTable input[type=button]{
  background-color: #FFFFFF;
  color           : #000088;
  border          : 0;
  font-weight     : bold;
  font-size       : 120%;
}

table#loginTable tr, table#loginTable td {
  text-align  : left;
}


table#loginTable td.tl {
  background  : #FFFFFF url('/Environment/images/border-blue/tl.jpg') bottom right no-repeat;
  font-size   : 10%;
  width       : 30px;
  height      : 30px;
}

table#loginTable td.tc {
  background  : #FFFFFF url('/Environment/images/border-blue/tc.jpg') bottom left repeat-x;
  font-size   : 10%;
  height      : 30px;
}

table#loginTable td.tr {
  background  : #FFFFFF url('/Environment/images/border-blue/tr.jpg') bottom left no-repeat;
  font-size   : 10%;
  width       : 55px;
  height      : 30px;
}


table#loginTable td.cl {
  background  : #FFFFFF url('/Environment/images/border-blue/cl.jpg') top right repeat-y;
  font-size   : 10%;
  width       : 30px;
}

table#loginTable td.cc {
/*  background-color  : #C2DDFF; */
  background-color: #000088;
  font-family     : 'Segoe UI', Tahoma, Geneva, Arial, Helvetica;
  color           : #FFFFFF;
  padding         : 1em;
}

table#loginTable td.cr {
  background  : #FFFFFF url('/Environment/images/border-blue/cr.jpg') top left repeat-y;
  font-size   : 10%;
  width       : 55px;
}


table#loginTable td.bl {
  background  : #FFFFFF url('/Environment/images/border-blue/bl.jpg') top right no-repeat;
  font-size   : 10%;
  width       : 30px;
  height      : 55px;
}

table#loginTable td.bc {
  background  : #FFFFFF url('/Environment/images/border-blue/bc.jpg') top left repeat-x;
  font-size   : 10%;
  height      : 55px;
}

table#loginTable td.br {
  background  : #FFFFFF url('/Environment/images/border-blue/br.jpg') top left no-repeat;
  font-size   : 10%;
  width       : 55px;
  height      : 55px;
}
