/* Start ----------------------------------------------------- body.css*/

/* =INITIALIZE */
html, body, form, fieldset {
  margin: 0;
  padding: 0;
  font: 100%/120% Helvetica, Arial, sans-serif;
  border: none;
}
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
  margin: 0;
  padding: 0;
}

/* =GENERAL */
html {
	height: 100%;
}
body {
	/*background-color: rgb(73, 80, 85);*/
	font: 11px Helvetica, Arial, Sans-Serif;
	height: 100%;
	margin: 0;
}
#wrapper {
  width: 100%;
  height: 100%;
}
a:link,
a:visited {
  text-decoration: none;
}
a:focus,
a:hover,
a:active {
  text-decoration: underline;
}

/* =CORNERS */
#copyright,
#footer {
  position: absolute;
  z-index: 99;
}

#footer {
  right: 35px;
  bottom: 23px;
  list-style: none;
}
#footer li {
  display: block;
  float: left;
  margin-left: 17px;
}
#footer a:link,
#footer a:visited {
  color: #eee;
  text-shadow: #000 0 1px 0;
  text-shadow: rgba(0,0,0,.4) 0 1px 0;
}
#footer a:focus,
#footer a:hover,
#footer a:active {
  color: #fff;
}
#copyright {
  bottom: 23px;
  left: 35px;
  color: #95989b;
  text-shadow: #000 0 1px 0;
  text-shadow: rgba(0,0,0,.4) 0 1px 0;
}

#loading {
  display: none;
  /* TODO: universal loading spinner solution between different forms */
}

/* =DEFAULT */
#wrapper {
  /*background: transparent url('../Images/background.jpg') 50% 50% repeat-x scroll;*/
  display: block;
  height: 100%;
  margin: 0px;
  min-height: 592px;
  min-width: 914px;
  padding: 0px;
  position: absolute;
  width: 100%;
}
.container {
  font-size: 13px;

  height: 100%;
  position: absolute;
  width: 100%;
}
.container div.inner {
  left: 50%;
  position: absolute;
  top: 50%;
}
.container a:link,
.container a:visited {
  color: rgb(28, 79, 173);

}
.container input.text {
  font-size: 13px;
  position: relative;
  width: 217px;
  z-index: 2;
}
fieldset.upper {
  position: relative;
}

/* =OWNER */
#owner {
  display: block;
  min-height: 592px;
  min-width: 914px;
  position: absolute;
}
#owner div.inner {
  background: transparent url('../Images/center.png') 0 0 no-repeat;
  height: 387px;
  margin: -198px 0 0 -150px;
  padding: 37px 40px;
  width: 223px;

  -webkit-transition: margin-left 0.05s ease-out;
}
h2 {
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  margin: 0;
}
#loginForm div {
  margin-top: 8px;
}

/* =LABELS */
div.row {
  position: relative;
}

div.row.password {
  margin-top: 20px ;
}

label.placeholder {
  color: #808080;
  font-size: 13px;
  line-height: 16px;
  opacity: 1;
  filter: none;
  padding: 5px;
  position: absolute;
  z-index: 5;
  -webkit-transition: opacity 0.2s ease-out;
}
.firefox label.placeholder {
  line-height: 12px;
}
label.placeholder.hidden {
  opacity: 0;
  filter:alpha(opacity=0);
  z-index: 0;
}
label.placeholder.partial {
  opacity: 0.42;
  filter:alpha(opacity=42);
}
.ie label.placeholder.hidden {
  visibility: hidden;
  display: none;
}


/* =SMALLPANEL */
.smallpanel form {
  background: url('../Images/login_multipanel.png') 0 0 no-repeat;
  padding: 24px 17px 0;
}
.smallpanel div.buttons {
  background: transparent url('../Images/login.png') 0 -480px repeat-x;
  float: left;
  margin-top: 15px;
  padding-top: 5px;
  width:100%;
}
.smallpanel h2 {
  font-size: 15px;
  line-height: 16px;
  margin-bottom: 2px;
}
.smallpanel input.text {
  width: 290px;
}



/* =REAUTH */
#owner_reauth {
  /*background: url('../Images/background_radial.jpg') 50% 50% no-repeat;*/
  display: block;
}
div.inner {
  height: 200px;
  margin: -120px 0 0 -210px;
  width: 421px;
}
div.bottom {
  background: url('../Images/login_multipanel.png') 0 100% no-repeat;
  padding-top: 120px;
}

#reauthorizeInner {
  position: relative;
  margin-left: 64px;
}

#reauthorizeInner {
  opacity: 1;
  height: auto;
}

/*
.ie #downloadProgress {
  display: none;
}

.ie #owner_reauth.downloading #downloadProgress {
  display: block;
}

.ie #reauthorizeInner {
  display: block;
}

.ie #owner_reauth.downloading #reauthorizeInner {
  display: none;
}

#owner_reauth.downloading #footerButtons {
  display: none;
}*/


#notyou {
  color: #727272;
  font-size: 11px;
  margin-top: 5px;
}

#owner_reauth img.account_login_icon {
  width: 55px;
  height: 55px;
  background: transparent url('../Images/account_login_icon.png') no-repeat scroll 0px 0px;
  position: absolute;
}
#owner_reauth .message {
  line-height: 18px;
}
#owner_reauth div.security_message {
  color: #9a9c9f;
  font-size: 11px;
  line-height: 15px;
  margin-top: -99px;
  position: relative;
  text-align: center;
  text-shadow: rgba(0,0,0,.5) 0px 1px 0px;
}



/* =ERROR */

.error /*shared_error*/ {
	color: #ad0000 ! important;
	font-weight: bold ! important;
	font-size: 11px;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
}
/*
#error {  
  opacity: 0;
  position: relative;
  -webkit-transition: opacity .42s ease-out;
}
#error.show {
  opacity: 1;
}
*/
/* =BUTTONS */
a.button,
a.button:link,
a.button:visited {
  background: transparent url('../Images/login.png') -121px -224px no-repeat scroll;
  color: #000;
  float: right;
  height: 28px;
  line-height: 29px;
  margin: 6px 4px 0;
  padding-left: 19px;
  text-shadow: rgb(206, 214, 221) 0 1px 0;
  text-shadow: rgba(206, 214, 221, 0.65) 0 1px 0;
  white-space: nowrap;
}
a.button strong,
a.button span {
  background: transparent url('../Images/login.png') right -56px no-repeat;
  display: block;
  font-weight: normal;
  height: 28px;
  min-width: 48px;
  padding-right: 19px;
  text-align: center;
}
a.button:hover,
a.button:focus {
  text-decoration: none;
  outline: none;
}


/* =SUBMIT */
#row-continue {
  line-height: 33px;
  position: relative;
}
a.submit,
a.submit:link,
a.submit:visited {
  background-position: -121px -280px;
}
a.submit strong {
  background-position: right -112px;
}
a.submit:focus {
  background-position: -121px -364px;
}
a.submit:active {
  background-position: -121px -308px;
}
a.submit:focus strong {
  background-position: right -196px;
}
a.submit:active strong {
  background-position: right -140px;
}
a.submit.disabled {
  background-position: -121px -336px;
}
a.submit.disabled strong {
  background-position: right -168px;
}




/* End ------------------------------------------------------- body.css*/

