/* CSS Document */
body, html {
  background-color: #ffffff;
  background-image: url('../loginimages/bg.gif');
  background-position: top left;
  background-repeat: repeat-x;
  font-family: verdana;
  font-size: 10pt;
  color: #333333;
  text-aling: center;
  margin-top: 0px;
}

#maincontainer {
  width: 560px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
}

#headercontainer {
  width: 100%;
  height: 179px;
  background-image: url('../loginimages/header.jpg');
}

	.headertext {
	  display: block;
	  width: 370px;
	  font-size: 8pt;
	  position: relative;
	  top: 117px;
	  left: 181px;
	}
	
#contentcontainer {
  width: 100%;
  overflow: auto;
}

	.left {
	  width: 163px;
	  float: left;
	}
	
	.right {
	  background-image: url('../loginimages/loginboxbg.gif');
	  background-position: left;
	  background-repeat: repeat-y;
	  width: 397px;
	  float: right;
	}
	
		.loginboxfooter {
		  background-image: url('../loginimages/loginboxfooter.gif');
		  background-position: left;
		  background-repeat: no-repeat;
		  width: 100%;
		  height: 16px;
		}
		
/* Form styles */
.formsection {
  width: 370px;
  padding: 4px;
  padding-top: 0px;
  margin-bottom: 10px;
  position: relative;
  color: 4c4c4c;
}

.formsectiontitle {
  display: block;
  font-size: 12pt;
  color: #4c4c4c;
  font-weight: bold;
  margin-bottom: 10px;
}

.formsubtitle {
  display: block;
  margin-bottom: 40px;
}

.row {
  width: 350px;
  padding-bottom: 6px;
  padding-left: 20px;
  margin-bottom: 2px;
}

	.formfield {
	  position: absolute;
	  left: 130px;
	  border: 1px solid #7f7f7f;
	}
	
	.submitrow {
	  padding-left: 125px;
	  width: 100px;
	  margin-top: 20px;
	}
	
	.noborder {
	  border: none;
	}
	
	.extrainfo {
      position: absolute;
	  right: 15px;
	  margin-top: 3px;
	  font-size: 8pt;
	  color: #7d7d7d;
	}

form {
  margin-top: 15px;
  margin-bottom: 15px;
}
	
/* Global Styles */
.padding {
  padding: 5px;
}

.linespace {
  line-height: 13pt;  
}

.notoppadding {
  padding-top: 0px;
}

.error {
  display: block;
  margin-left: 20px;
  font-size: 8pt;
  width: 310px;
  padding: 3px;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #d73d00;
  background-image: url('../loginimages/errorbg.gif');
  background-repeat: repeat-x;
  margin-top: -20px;
}


/* Text Styles */
.lighttext {
  color: #e3e3e3;
}

.charcoaltext {
  color: #515151;
}

.orangetext {
  color: #693901;
}

.lefttext {
  font-size: 9pt;
}
.loader.block{
    display:block;
}
/*Preloader*/
.loader {
  margin: 0 auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: .4em solid rgba(100, 100, 100, 0.2);
  border-right: .4em solid rgba(100, 100, 100, 0.2);
  border-bottom: .4em solid rgba(100, 100, 100, 0.2);
  border-left: .4em solid #646464;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  overflow:hidden;
  display:inline-block;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 1em;
  height: 1em;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader-large {
  border-top: .75em solid rgba(100, 100, 100, 0.2);
  border-right: .75em solid rgba(100, 100, 100, 0.2);
  border-bottom: .75em solid rgba(100, 100, 100, 0.2);
  border-left: .75em solid #646464;
}
.loader-large,
.loader-large:after {
  width: 2em;
  height: 2em;
}