﻿body
{
  padding: 0px 0px 20px 0px;
  margin: 0px;
  font-family: Verdana, Arial, sans-serif;
  /*font-size: 0.7em;*/
  /*font-size: 70%;*/
  font-size: 12px;
  /*line-height:16px;*/
  color: #666666;
  background-color:  #bababa;
  
  background-image: url('images/profile_background.jpg');
  background-repeat:repeat-x;
}

caption {
  caption-side: top;
  text-align: left;
  height: auto;
  padding: 0.5em;
}

.hidden {
  display:none;
}

.InputLabel {
  white-space: nowrap;
  height: 25px; 
  padding-left: 10px;
  /*text-align:left;*/
}

.InputText {
  white-space: nowrap;
  height: 25px; 
  padding-left: 10px; 
  padding-right: 10px;
}

.wrapper_panel
{
  text-align:center;
  margin: 0px auto 0px auto;
  padding: 0px;
  width: 1001px;
  background-image: url('images/profile_brown.gif');
  background-repeat:repeat-y;
}
.wrapper_panel *
{
  margin: 0px auto 0px auto;
  
}

.main_panel
{  
  position:relative;
  margin: 0px auto 0px 38px;
  padding:0px;
  text-align:left;
  width: 926px;
}

.stretch_content
{
  position:relative;
  background-image: url('images/profile_stretch.gif');
  background-repeat:repeat-y;
}

.left_content
{
  padding-left: 25px;
  padding-top:22px;
  position:relative;
  float:left;
/*  position: absolute;
  top:22px;
  left:25px;*/
  width: 266px;
  text-align:center;
  z-index:10;
}

.content
{
  position: relative;
  padding: 20px 15px 15px 325px;
  background-image: url('images/profile_subheader.jpg');
  background-repeat:no-repeat;
}

.header_panel
{
  padding:0px;
  width: 1001px;
  height: 137px;
  margin: 0px auto 0px auto;
  background-image: url('images/profile_header.jpg');
  text-align:right;
  overflow:visible;
}

.footer_panel
{
  clear:both;
  width: 1001px;
  height: 29px;
  margin: 0px auto 0px auto;
  background-image: url('images/profile_footer.gif');
}

.navigation_panel
{
  height:40px;
  text-align:right;
  padding:  60px 37px 0px 0px;
  float: right;
}
