table#login-table
{
  background:url(../images/cp_bg.png);
  background-repeat:repeat-y;
  background-position:top right;
  border-right:1px solid #9D9EAA;
  border-bottom:1px solid #9D9EAA;
  width:100%;
  padding:0;
  margin:0;
  background-color:white;
}

#login-table td
{
  padding-left:10px;
  padding-right:10px;
}

#area
{
  text-align:center;
  padding:2px;
  background:#DEE1ED;
  color:#4D587A;
  font-weight:bold;
  border-top:1px solid #606E9A;
}

input.login-text
{
  width:155px;
}

p.left-section
{
  margin-bottom:0;
  border-bottom:1px solid #D5D7E5;
  padding:5px 0;
  padding-left:6px;
  padding-right:10px;
  line-height:1.4;
  width:163px;/*had to add b/c for some strange reason the border was stretching across the page for enter_workout.jsp*/
}

#control-panel
{

  border:1px solid #9D9EAA;
  border-left:none;
  background:url(../images/cp_bg.png);
  background-repeat:repeat-y;
  background-position:top right;
  background-color:white;
}
#control-panel a:link, #control-panel a:visited
{
  color:#59597C;
}

p.spacer
{
  padding-bottom:0px;
  padding-top:0px;
  height:3px;
  background:#DEE1ED;
}

.no-link-text
{
  color:black;
}


