﻿html, body, form, #upMain
{
  margin: 0;
  padding: 0;
  height: 100%;
  /*width:960px;*/
  border: none;
}

#divMain
{
  height: 100%;
  padding: 0;
  margin: 0;
}

#divMainContent
{
  margin: 0;
  padding: 0px 5px 0px 5px;
  width: 750px;
}

#divWrap
{
}

.divLoginWrap
{
  height: 100%;
}

.divLogin
{
  margin: 0;
  padding: 0;
  text-align: right;
  vertical-align: top;
  background-color: #486AB1;
  color: White;
  height: 20px;
  width: 760px;
}

.divSideBar
{
  /*background-image: url('images/CHA_2005_sidenav_mdb_top.gif');*/ /*background-repeat: no-repeat;*/
  width: 200px;
  margin: 0;
  padding: 0;
  background-color: #486AB1;
  height: 100%;
  overflow: visible;
  float: left;
}

#divFooter
{
  width: 100%;
  margin: 40px 0px 0px 0px; /*padding: 5px;*/
}

#divWarning
{
  margin-left: 0.25in;
  margin-right: 0.25in;
}

#trSideBar
{
  background-color: White;
}

.tdHeader
{
  width: 100%;
  background-image: url('images/cha_logo_960.png');
  background-repeat: no-repeat;
  background-color: #486AB1;
  height: 150px;
}

.divAcct
{
  text-align: center;
  vertical-align: top;
  background-color: #013c66;
  color: White;
}

/*Modal Popup*/
.modalBackground
{
  background-color: Gray;
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.modalPopup
{
  background-color: #CDCDCD;
  border-width: 3px;
  border-style: solid;
  border-color: #486AB1;
  padding: 3px;
}

.modalPopupCreateUser
{
  background-color: #CDCDCD;
  border-width: 3px;
  border-style: solid;
  border-color: #486AB1;
  padding: 3px;
}

.labelClose
{
  cursor: pointer;
  padding: 4px 4px 4px 4px;
}

.popupControl
{
  background-color: White;
  position: absolute;
  visibility: hidden;
}

.fullheight
{
  height: 100%;
  width: 100%;
}

/*ACCOUNT MANAGEMENT*/
.tdSideBar
{
  margin: 0;
  padding: 0;
  background-color: #486AB1;
  width: 200px;
  height: 600px;
}

.disclaimer
{
  color: darkgray;
}

