/* style verze 20090911 */
/* hlavni definice */
html, body {
	margin: 0px;
	padding: 0px;
	background-color: #EEEEEE;
}

#login{
	font-family: Arial, Helvetica, sans-serif;
	z-index: 100;
	font-size: 1em;
	color: #333333;
	width: 22em;
	margin-right: auto;
	margin-left: auto;
	padding: 3px;
	font-size: 1em;
	margin-top: 14em;
	border: 1px solid #D6D6D6;
	background-color: #FFFFFF;
}

#login #main {
	background-color: #F6FAFD;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0485b8;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin: 0;
	position: relative;
}
#login fieldset {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#login table {
	width: 100%;
	font-size: 90%;
	margin-top: 0px;
	margin-bottom: 10px;
	
}
#login th {
	padding: 5px;
}

#login .legend {
	position: absolute;
	z-index: 110;
	top: -10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #05b0ef;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	border: 1px solid #FFFFFF;
	left: 10px;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
legend .cervena {
	color: #F1722D;
}
legend .modra {
	color: #04B1EE;
}
legend .zelena {
	color: #A5CD39;
}
#login #hlavicka {
	text-align: right;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	z-index: 105;
	height: 55px;
	background-image: url(/NewtonNewsImages/LoginImages/bg_top.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#login #hlavicka img {
	margin-top: 6px;
}

form {
	margin: 0px;
	padding: 0px;
}

/* zakladni definice vsech buttonu */

.label input {
	padding: 0px;
	height: 13px;
	width: 13px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
}
.inputtext ,.inputpassword{
	color: #0485B8;
	background-image: url(/NewtonNewsImages/LoginImages/bg-input.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 18px;
	width: 98%;
	border-width: 1px;
	border-color: #cdcdcd;
	border-style: solid;
}

.button {
	color: #FFFFFF;
	margin-bottom: 2px;
	font-size: 90%;
	cursor: pointer;
	background-image: url(/NewtonNewsImages/LoginImages/bg_button.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #F6FAFD;
	border-right-color: #F6FAFD;
	border-bottom-color: #F6FAFD;
	border-left-color: #F6FAFD;
	height: 23px;
	width: 76px;
}

label {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	white-space: nowrap;
}

label:hover {
	background-color: #FFFFFF;
}
#lblError {
	color: #FF0000;
	margin-top: 5px;
	font-weight: bold;
}

