/* InsidePixel Welcome Header */

#welcomeHeaderAvatar {
  height: 100px;
  width: 100px;
  text-align: center;
  margin: 0px auto;
}

#welcomeHeaderAvatar img {
  height: auto !important;
  width: auto !important;
  max-height: 95px;
  max-width: 95px;
  padding-top: 10px;
}

#welcomeHeaderChangeStyleMenu {
  margin-left: -159px;
  margin-top: 2px;
  border-top: none;
}

#welcomeHeaderUserMenu select {
  height: 21px;
  font-size: .8em;
  margin-top: -1px;
}

#welcomeHeaderUserMenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#welcomeHeaderUserMenu li {
  margin: 1px 3px 0 0;
  float: right;
  border: none;
}

#welcomeHeaderUserMenu a {
  text-decoration: none;
}

#welcomeHeaderUserMenu span {
  text-decoration: underline;
  white-space: nowrap;
}

#welcomeHeaderUserMenu a:hover span {
  text-decoration: none;
}

.welcomeHeaderFieldsetSpan {
}

.welcomeHeaderFieldsetDiv {
  min-height: 113px;
}

.welcomeHeaderTable {
  min-height: 165px;
  padding-bottom: 4px;
  width:100%;
}

.welcomeHeaderFieldset {
  margin: 0;
}

.welcomeHeaderInfo {
  font-size: 1.0em;
}

.welcomeHeaderLeft {
  width: 45%;
  margin: 0 auto;
  padding-left: 4px;
  padding-right: 4px;
  font-size: .85em;
}

.welcomeHeaderCenter {
  height: 120px;
  width: 120px;
  margin: 0 auto;
  padding-right: 4px;
  font-size: .85em;
}

.welcomeHeaderCenter legend {
  margin-left: 18px;
  margin-right: 18px;
}

.welcomeHeaderRight {
  width: 45%;
  margin: 0 auto;
  padding-right: 4px;
  font-size: .85em;
  text-align: right;
  direction: rtl;
}

.welcomeHeaderRight .welcomeHeaderFieldsetDiv {
  direction: ltr;
}

/* IE 6 Fix */

* html .welcomeHeaderInfo {
  padding-top: 5px;
}

* html .welcomeHeaderLeft {
  font-size: .70em;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 8px;
  padding-bottom: 8px;
}

* html .welcomeHeaderCenter {
  width: 120px;
  font-size: .70em;
  padding-right: 4px;
  padding-top: 8px;
  padding-bottom: 8px;
}

* html .welcomeHeaderCenter img {
  height: 95px;
}

* html .welcomeHeaderRight {
  font-size: .70em;
  padding-right: 6px;
  padding-top: 8px;
  padding-bottom: 8px;
}

/* IE 7 Fix */

*:first-child+html .welcomeHeaderInfo {
  padding-top: 5px;
}

*:first-child+html .welcomeHeaderLeft {
  padding-left: 6px;
  padding-top: 12px;
  padding-bottom: 6px;
}

*:first-child+html .welcomeHeaderCenter {
  width: 120px;
  padding-top: 12px;
  padding-bottom: 6px;
  padding-left: 3px;
  padding-right: 3px;
}

*:first-child+html .welcomeHeaderRight {
  padding-top: 12px;
  padding-bottom: 6px;
  padding-right: 6px;
}

/* IE 8 Fix */
.welcomeHeaderInfo {
  padding-top/*\**/: 5px\9;
}