﻿/* Standard font color/sizes */
body {
  background-repeat: repeat-x;
  display: block;
  background-position: 0px 0px;
  margin: 0px;
  font-family: "segoe ui", arial, sans-serif;
  font-size: 0.8em;
}
.centerContainer {
  /* height: 1569.8px;  	width: 1160px;*/
  /*  for centering purposes */
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  display: block;
  background-repeat: no-repeat;
  background-position: 8px 44px;
}
.contentInnerDiv {
  /* background-color:#001119;  
    background-color: #FFF;*/
  background-position: 0px 0px;
  background-image: url(../images/BackroundSemiTransparent.png);
  display: block;
  padding-top: 0px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  /*	height: 100%;  */
  width: 880px;
  margin: 0 auto;
}
.titleLeft {
  display: block;
  /*background-color: transparent; */
  background-image: url(../images/PageTitle.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  height: 40px;
  width: 940px;
  margin: 0 auto;
  clear: both;
}
.titleLeftSmall {
  display: block;
  /*background-color: transparent; */
  background-image: url(../images/PageTitleSmall.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  height: 40px;
  width: 660px;
  margin: 0 auto;
  clear: both;
}
.titleRight {
  /*  background-image: url(titleRight4.jpg);     background-repeat: no-repeat;     margin-left: 220px;     display: block;     background-position: 100% 0px; */
}
.titleRightSmall {
  /* background-image: url(titleRight4.jpg);     background-repeat: no-repeat;     margin-left: 150px;     display: block;     background-position: 100% 0px;*/
}
.leftHeaderNav {
  /* height: 1449.8px; */
  width: 220px;
  float: left;
  margin: 0px;
}
.headerDiv {
  display: block;
  height: 103px;
}
h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #FFF;
  background-color: #5a7892;
  vertical-align: middle;
  line-height: 39px;
  padding-left: 20px;
  margin-top: 0px;
}
.contentHolder {
  /* background-color: #FFF; height: 90%; */
  width: 100%;
  margin: 0px;
  padding-top: 20px;
}
.navigationDiv {
  height: 40px;
  padding-left: 220px;
  padding-top: 6px;
}
.logoDiv {
  display: block;
  height: 66px;
  width: 170px;
  position: absolute;
  top: 0px;
  left: 21px;
}
.swfDiv {
  display: block;
  height: 90px;
  width: 172px;
  position: absolute;
  text-align: center;
  top: 10px;
  left: 20px;
}
.whiteLabel {
  color: White !important;
}
/* css */
fieldset {
  margin: 1em 0px;
  padding: 1em;
  border: 1px solid #ccc;
}
fieldset p {
  margin: 2px 12px 10px 10px;
}
fieldset.login label,
fieldset.register label,
fieldset.changePassword label {
  display: block;
}
fieldset label.inline {
  display: inline;
}
legend {
  font-size: 1.1em;
  font-weight: 600;
  padding: 2px 4px 8px 4px;
}
input.textEntry {
  width: 200px;
  border: 1px solid #ccc;
}
input.passwordEntry {
  width: 200px;
  border: 1px solid #ccc;
}
div.accountInfo {
  width: 100%;
}
.clear {
  clear: both;
}
.title {
  display: block;
  float: left;
  text-align: left;
  width: auto;
}
.loginDisplay {
  font-size: 1.1em;
  display: block;
  text-align: right;
  padding: 10px;
  color: White;
}
.loginDisplay a:link {
  color: white;
}
.loginDisplay a:visited {
  color: white;
}
.loginDisplay a:hover {
  color: white;
}
.failureNotification {
  font-size: 1.2em;
  color: Red;
}
.bold {
  font-weight: bold;
}
.tableUsermaster {
  width: 97%;
  min-height: 500px;
  margin-left: 10px;
  margin-right: 5px;
}
.ContentMasterPanelDiv {
  min-width: 800px;
  width: auto;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  border-style: solid;
  border-width: thin;
  border-color: #5a7892;
  min-height: 430px;
}
.ContentPanelDiv {
  padding: 20px;
  min-width: 760px;
  width: auto;
}
.TableErrorControl {
  border-color: Orange;
  border-width: 1px;
  border-style: solid;
  background-color: #FFF7D9;
  font-size: .9em;
}
