@import url('preloader.css');

/*
 * MAIN:
 */

html {
 overflow: auto;
}

body {
 width: 100%;
 height: 100%;
 padding: 0;
 margin: 0;
 font-family: Tahoma;
 font-size: 8pt;
 color: #9d9fa2;
 background-color: #f19d11;
 text-align: center;
}

a {
 color: #6D6E71;
 outline: none;
}

a:hover {
 color: #2FB8EE;
}

div {
 padding: 0;
 margin: 0;
 text-align: left;
}

img {
 float: none;
 padding: 0;
 margin: 0 auto;
 border: 0;
 vertical-align: middle;
}

p {
 padding: 0;
 margin: 0;
 text-align: justify;
}

/*
 * FORMS:
 */

form {
 padding: 0;
 margin: 0 auto;
}

button {
 width: auto;
 height: auto;
 padding: 0;
 margin: auto;
 border: 0;
 text-align: right;
 vertical-align: middle; /* top */
 font-family: Tahoma;
 font-size: 8pt;
 font-weight: bold;
 color: #6C6D6F;
 cursor: pointer;
 outline: none;
}

button.image {
}

input {
 width: 120px;
 height: auto;
 padding: 2px;
 margin: auto;
 border: 1px solid #bcbec0;
 background-color: #ffffff;
 text-align: left;
 vertical-align: middle;
 font-family: Tahoma;
 font-size: 8pt;
 color: #9d9fa2;
}

input.hover {
 border: 1px solid #9d9fa2;
}

input.focus {
 background-color: #fef6ec;
}

input.checkbox {
 width: auto;
 height: auto;
 padding: 0;
 margin: auto;
 background: none;
 border: 0;
 vertical-align: middle;
 background: transparent;
}

/*
 * ADDITIONS:
 */

.clear {
 float: none;
 clear: both;
 padding: 0;
 margin: auto;
 line-height: 0px;
 font-size: 1px;
 height: 0px;
}


button.login {
 width: 73px;
 height: 19px;
 background: transparent url('../images/login_button_login.jpg') no-repeat left top;
}

/*
 * BACKGROUND:
 */

div#background {
 width: 100%;
 height: 100%;
 padding-top: 128px;
 background: transparent url('../images/login_bg.jpg') repeat-x center top;
 text-align: center;
}

/*
 * BODY:
 */

div#body {
 margin: 0 auto;
 width: 441px;
 min-height: 441px;
 _height: 441px !important;
 background: transparent url('../images/login_body.jpg') repeat-x top center;
 text-align: center;
}

/*
 * CONTENT:
 */

div#content {
 width: 312px;
 min-height: 195px;
 _height: 195px !important;
 margin: 0 auto;
 padding-top: 136px;
 text-align: center;
}

/*
 * START:
 */

div#start {
 width: 122px;
 min-height: 157px;
 _height: 157px !important;
 margin: auto;
 padding-top: 25px;
 background: transparent url('../images/login_button_start_reflection.jpg') no-repeat 1px bottom;
 text-align: center;
}

div#start div.button {
 width: 122px;
 min-height: 117px;
 _height: 117px !important;
 margin: auto;
 background: transparent url('../images/login_button_start.jpg') no-repeat center top;
 cursor: pointer;
}

div#start.buttonDown {
 background-image: none;
}


div#start.buttonDown div.button {
 background-position: center -119px;
}

/*
 * LOGIN:
 */

div#login {
 display: none;
 background-color: #f6f7f7;
 border: 1px solid #e5e6e6;
}

div#login form {
 width: 228px;
 padding: 30px 40px;
 color: #9d9fa2;
 border: 1px solid #ffffff;
}

div#login form div.squares {
 float: right;
 min-height: 7px;
 _height: 7px !important;
}

div#login form div.squares div.square {
 float: right;
 width: 7px;
 height: 7px;
 font-size: 1px;
 line-height: 1px;
 background-color: #d9d9da;
 margin-left: 7px;
}

div#login form div.squares div.active {
 background-color: #f19d11;
}

div#login form div.fieldItem, div#login form div.button {
 float: left;
 width: 100%;
 line-height: 21px;
 margin-top: 15px;
}

div#login form div.fieldItem div.label {
 float: left;
 line-height: 21px;
 font-weight: bold;
}

div#login form div.fieldItem div.field {
 float: right;
 line-height: 21px;
}

div#login form div.fieldItem div.field input {
 width: 177px;
}

div#login form div.button {
 float: right;
 width: auto;
}

/*
 * PRELOADER:
 */

div.preloader {
 padding: 30px 40px;
 border: 1px solid #ffffff;
 background-color: transparent;
}

/*
 * INFO:
 */

div#info {
 width: 310px;
 padding: 0;
 margin: auto;
 margin-top: 10px;
 font-size: 8pt;
 font-weight: bold;
 border: 1px solid #cdced0;
 background-color: #efeff0;
 color: #9d9fa2;
}

div#info.hover {
 background-color: #e6e7e8;
 cursor: default;
}

div#info div.step {
 display: none;
 padding: 10px 5px;
 border: 1px solid #ffffff;
 text-align: center;
}

div#info div.step1 {
 display: block;
}

div#info.error {
 border: 1px solid #f19d11;
}

div#info.error div.step {
 background-color: #fef6ec;
 color: #f19d11;
}

/*
 * INFOCLOUD:
 */

div#infoCloud {
 width: 26px;
 height: 30px;
 background: transparent url('../images/login_info_cloud.gif') no-repeat center center;
}

/*
 * FOOTER:
 */

div#footer {
 margin-top: 10px;
 font-size: 7pt;
 font-weight: bold;
 color: #bcbec0;
 text-align: center;
}
