@import "reset.css";

body 	{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:75%;
	background:#fff url(../design/logo-admin.png) top center no-repeat;
	color:#000;
	line-height:1.6;
	}
p {
	margin:15px 0 5px 0;
	}
p, ul, ol, table {
	font-size:1.1em;
	line-height:1.6;
	}
small {
	font-size:0.8em;
	}
hr {
	display:none;
	}
a {
	color:#2184e0;
	text-decoration:underline;
	font-weight:bold;
	}
a:hover {
	color:#2184e0;
	text-decoration:none;
	}



.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.top {
	vertical-align: top;
}

.bottom {
	vertical-align: bottom;
}

.disabled, .disabled * {
	text-decoration: line-through;
}

.noPadding {
	padding: 0px;
}

.noMargin {
	margin: 0px;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.noWrap {
	white-space: nowrap;
}

h1 {
	font-size: 18pt;
}

h2 {
	font-size: 15pt;
}

h3 {
	font-size: 12pt;
}

h1, h2, h3 {
	margin-top: 0px;
}

input, textarea, select {
	border:1px solid #B3B3B3;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px !important;
	margin:0;
	padding:1px;
}
input, textarea {
	background:#fff url(../design/input-bg.gif) top left no-repeat;
}



#login {
	margin: 0 auto;
	width:330px;
	padding:120px 0 0 0;
}

#login h1 {
	margin-bottom: 20px;
	font-size:1.6em;
	color:#3581c1;
	text-transform:uppercase;
	text-align:center;
}

#login #Result {
	width: 330px;
	text-align: left;
}
.box-modry {
	background:#d0e6f8 url(../design/box-modry.png) right bottom no-repeat;
	border:1px solid #67aeea;
	width:230px;
	position:relative;
	padding:35px 0 10px 0;
	margin:0 auto 18px auto;
	}
.box-modry a {
	color:#2184e0;
	text-decoration:underline;
	font-weight:bold;
	}
.box-modry span {
	background:url(../design/boxy.png) 0 -37px no-repeat;
	width:232px;
	height:37px;
	display:block;
	position:absolute;
	left:-1px;
	top:-1px;
	}
.box-modry .prihlaseni {
	padding:10px 0 0 18px;
	}
.prihlaseni td {
	padding:8px 10px 0 0;
	}
.prihlaseni td input {
	width:130px;
	}
.prihlasit  {width:75px !important;}
.prihlasit2 {width:75px !important;margin-top:9px !important;}

.zapomenute-heslo-firma {
	background:#d0e6f8;
	border:1px solid #67aeea;
	}

.zapomenute-heslo-firma {
	display:none;
	width:308px;
	padding:15px;
	background:#d0e6f8;
	border:1px solid #67aeea;
	}
.zapomenute-heslo-uchazec td,
.zapomenute-heslo-firma td {
	padding-right:15px;
	vertical-align:top;
	}
.sedy-box { padding:20px; clear:both; background-color:#f7f7f7; border:1px solid #e4e3df; text-align:center; }
