﻿/* stránka */
html, body {
 	height: 100%;
 	margin: 0;
 	font: 12px Arial;
	color: #FFFFFF;
	background-color: #1177BB;
}

body a { color: #FFFFFF }
body a:hover { color: #990000 }
h1 { font: 16px; color: #CF7600; clear: both; margin: 10px 0 10px 0 }
legend { padding-right: 5px; font-size: 12px; color: #FFFFFF }

#content {
 	position: absolute;
	top: 0;
 	bottom: 0;
 	min-height: 100%;
 	width: 100%;
}

* html #content { /* IE6 */
 	height: 100%;
}

#floatBox {
	position: absolute;
	width: 100%;
	margin: 0 auto;
}

#box {
	padding: 100px 0 0 0; 
	margin: auto;
	width: 450px;
}

/* alternativní styl pro #box v případě kdy je zapnuta captcha */
#boxWithCaptcha {
	padding: 100px 0 0 0; 
	margin: auto;
	width: 550px;
}

#formBox {
	float: left;
	margin-top: 5px;
}

#loginDialog_loginBox {
	position: relative;
	float: left;
	width: 350px;
	background-image: url("Images/login.png");
    background-position: 20px center; 
    background-repeat: no-repeat;
    min-height: 60px;
}

#loginDialog_loginBox input {
	font-size: 12px;
	width: 150px
}

#loginDialog_loginBox .short {
	font-size: 12px;
	width: 80px
}

.captchaBox {
	position: relative;
	float: left;
	width: 170px;
	text-align: center;
}

#errorBox {
	float: left;
	clear: left;
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
}

#buttonBox {
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
	padding-bottom: 5px;
}

#buttonBox input {
	font-size: 11px;
	height: 22px;
	width: 100px;
}

#captchaContainer {
	padding: 5px 10px 0px 10px; 
	width: 150px;
}

#loginDialog_pnlKod {
	margin: 0;
	padding : 0;
}

.description { position: relative; float: left; padding-left: 70px; width: 110px; height: 22px; padding-top: 5px; text-align: right; clear: left }
.textField { position: relative; float: left; width: 165px; height: 22px; padding-left: 5px; padding-top: 2px }
.centerAlign { text-align: center }
.demo { height: 30px; padding-top: 10px; background-color: red; text-align: center; color: white; font-weight: bold; font-size: 16px }

/*Styl pro přerkytí*/
#loadingDialog {
    right:0;
    left:0;
    top:0;
    bottom:0;
    position:absolute;
    background-color:rgba(211,211,211,0.8);
    display:none;
    z-index:999;
    color:black;
    text-align:center;
    padding-top:50px;
    font-size:20px;
}

