html, body {
  width: 100%;
  height: 100%;
}

body {
  font-size: 13px;
  color: #333333;
}

.mb10 {
  margin-bottom: 10pt;
}

.mt10 {
  margin-top: 10pt;
}

.p5 {
  padding: 5pt;
}

fieldset {
  border: 0;
  padding: 0;
}

p {
  color: #636363;
  line-height: 16px;
  padding-bottom: 10px;
}

input, select, textarea {
  font-family: Arial, Helvetica, sans-serif;
}

:focus {
  outline: 0;
}

input:focus, textarea:focus, isindex:focus, keygen:focus, select:focus {
  outline-offset: -1px;
}

header, footer, nav {
  display: block;
  position: relative;
  width: 100%;
}

header {
  border-top: solid 3px #D95442!important;
  background: white url(/images/bg_patt.png);
  position: fixed!important;
  z-index: 10;
  width: 100%;
  height: 45px;
  top: 0;
  padding-bottom: 5px;
  text-align: center;
}

header.min {
  height: 3px;
  padding: 0;
}

footer {
  background: #fff;
  color: #939393;
  text-align: center;
  position: relative;
  font-size: 11px;
  z-index: 10;
}

.ui-btn-progress {
  background-image: url();
  background-color: #000;
  padding: 0;
}

.ui-btn-progres {
  border: 0;
  margin: 0;
  padding: 2px;
}

.ui-btn-progres .ui-btn-inner {
  border: 0;
}

.ui-body-c {
  display: table-cell;
  font-family: 'Pontano Sans',arial,sans-serif;
  font-size: 14px!important;
  color: #333;
  background: none;
}

.ui-overlay-a {
  background: #f9f9f9;
}

.ui-body-c h1, .ui-body-c .Title {
  font-size: 18px;
  padding: 0;
}

.ui-content {
  -webkit-backface-visibility: hidden;
  background: #fff;
  padding: 10px;
  border: solid 1px #CCC;
  position: relative;
  margin: 20px 10px 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  min-height: 200px;
  overflow-y: hidden;
  color: #636363;
}

.ui-dialog {
  z-index: 3;
  position: fixed;
}
.ui-dialog .ui-header {
border-radius: 0;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
  background: -webkit-linear-gradient(top, #ffffff, #eeeeee);
  background: -moz-linear-gradient(top, #ffffff, #eeeeee);
  background: -o-linear-gradient(top, #ffffff, #eeeeee);
  background: linear-gradient(top, #ffffff, #eeeeee);
}
.ui-dialog .ui-btn-up-b {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff47c4), color-stop(100%, #c83796));
  background: -webkit-linear-gradient(top, #ff47c4, #c83796);
  background: -moz-linear-gradient(top, #ff47c4, #c83796);
  background: -o-linear-gradient(top, #ff47c4, #c83796);
  background: linear-gradient(top, #ff47c4, #c83796);
  border-color: #8C2767;
}
.ui-dialog .ui-btn-up-b span {
  text-shadow: 0 1px 1px #8C2767;
}
.ui-dialog .ui-btn-active, .ui-dialog .ui-btn-hover-b {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c83796), color-stop(100%, #ff47c4));
  background: -webkit-linear-gradient(top, #c83796, #ff47c4);
  background: -moz-linear-gradient(top, #c83796, #ff47c4);
  background: -o-linear-gradient(top, #c83796, #ff47c4);
  background: linear-gradient(top, #c83796, #ff47c4);
  border-color: #8C2767;
}
.ui-dialog .ui-btn-active span, .ui-dialog .ui-btn-hover-b span {
  text-shadow: 0 1px 1px #8C2767;
}
.ui-dialog .ui-content {
  border-radius: 0;
  margin: 0;
}

.nav {
  margin: 0;
}

.nav .ui-btn .ui-btn-inner {
  padding-top: 40px!important;
  margin: 0;
}

.nav .ui-btn .ui-icon {
  width: 30px!important;
  height: 30px!important;
  margin-left: -15px !important;
  box-shadow: none!important;
  -moz-box-shadow: none!important;
  -webkit-box-shadow: none!important;
  -webkit-border-radius: 0!important;
  border-radius: 0 !important;
}

.Description {
  font-size: larger;
  color: Orange;
  text-align: center;
}

.Button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: left;
}

.noBorder {
  border-style: none!important;
  border: 0 !important;
}


.GenMess[text] {
  display: block;
}



.ErrMess[text] {
  display: block;
}

.us-page .ErrMess {
  position: static;
}

.hideMe {
  visibility: hidden;
  height: 0;
}

.left {
  float: left;
  margin-top: 3px;
  margin-right: 8px;
}

.clear {
  clear: both;
}

#foo {
  text-align: center;
  padding: 0 5px 3px 0;
  margin-bottom: 20px;
}

.center {
  text-align: center;
}

.noBulletList2 {
  list-style: none;
  padding: 0;
  margin-left: 3px;
}

.noBulletList {
  list-style: none;
  padding: 0;
  width: 100%;
}

#slider {
  display: none;
}

.spinningGifOld {
  background: url(/images/ajax-loader.gif) right 2px no-repeat;
  width: 50px;
  height: 50px;
}

#home .ui-icon {
  background: url(/images/icons/001-Home.png) 50% 50% no-repeat;
  background-size: 20px 20px;
}

#account .ui-icon {
  background: url(/images/icons/067-Key.png) 50% 50% no-repeat;
  background-size: 20px 20px;
}

#me .ui-icon {
  background: url(/images/icons/103-Person.png) 50% 50% no-repeat;
  background-size: 20px 20px;
}

#about .ui-icon {
  background: url(/images/icons/075-BusinessCard.png) 50% 50% no-repeat;
  background-size: 20px 20px;
}

#login .ui-icon {
  background: url(/images/icons/067-Key.png) 50% 50% no-repeat;
  background-size: 20px 20px;
}

.progressbar {
  padding: 0 2px 2px;
}

.progresslabel {
  margin-bottom: 1px;
}

.questionDiv {
  /*width: 400px;*/
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4em;
}


/*********************** TABS **********************/
#tabs_wrapper {
  width: 95%;
}

#tabs_container {
  border-bottom: 1px solid #cccccc;
}

#tabs_content_container {
  border: 1px solid #ccc;
  border-top: none;
  padding: 10px;
}

#tabs {
  list-style: none;
  padding: 5px 0 4px;
  margin: 0 0 0 10px;
  font: 0.75em arial;
}

#tabs li {
  display: inline;
}

#tabs li a {
  border: 1px solid #ccc;
  padding: 4px 6px;
  text-decoration: none;
  background-color: #eee;
  border-bottom: none;
  outline: none;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
}

#tabs li a:hover {
  background-color: #ddd;
  padding: 4px 6px;
}

#tabs li.active a {
  border-bottom: 1px solid #fff;
  background-color: #fff;
  padding: 4px 6px 5px;
  border-bottom: none;
}

#tabs li.active a:hover {
  background-color: #eee;
  padding: 4px 6px 5px;
  border-bottom: none;
}

#tabs li a.icon_accept {
  background-image: url(accept.png);
  /* TODO: get icons if necessary*/
  background-position: 5px;
  background-repeat: no-repeat;
  padding-left: 24px;
}

#tabs li a.icon_accept:hover {
  padding-left: 24px;
}

.tab_content {
  display: none;
}

#underlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
}

.lightbox {
  display: none;
  position: absolute;
  top: 15%;
  left: 25%;
  right: 25%;
  width: 50%;
  height: 400px;
  background-color: white;
}




 