/* Ladne inputy, selecty i textarea */
.input_title {
	text-align: right;
	padding-right: 10px;
}

.input {
	border: 0px;
	background: url('input.php?w=153&h=19');
	width: 150px;
	height: 16px;
	padding: 1px;
	padding-right: 2px;
	padding-top: 2px;
	font-size: 11px;
	font-family: Verdana;
}

.select {
	border: 0px;
	background: url('input.php?w=153&h=19');
	width: 153px;
	height: 19px;
	padding: 1px;
	padding-right: 2px;
	font-size: 11px;
	font-family: Verdana;
}

.px50 {
	background: url('input.php?w=53&h=19');
	width: 50px;
}

.px100 {
	background: url('input.php?w=103&h=19');
	width: 100px;
}

.px200 {
	background: url('input.php?w=203&h=19');
	width: 200px;
}

.px250 {
	background: url('input.php?w=253&h=19');
	width: 250px;
}

.px300 {
	background: url('input.php?w=303&h=19');
	width: 300px;
}

.px350 {
	background: url('input.php?w=353&h=19');
	width: 350px;
}

.textarea {
	border: 0px;
	background: url('input.php?w=402&h=252');
	width: 400px;
	height: 250px;
	padding: 1px;
	overflow: auto;
	font-size: 12px;
	font-family: Verdana;
}

.spec_textarea {
	border: 0px;
	background: url('input.php?w=402&h=252');
	width: 400px;
	height: 250px;
	padding: 1px;
	overflow: auto;
	font-size: 12px;
	font-family: Verdana;
	color: #F00;
}

.px250100 {
	background: url('input.php?w=252&h=102');
	width: 250px;
	height: 100px;
}

.px300100 {
	background: url('input.php?w=302&h=102');
	width: 300px;
	height: 100px;
}

.px350100 {
	background: url('input.php?w=352&h=102');
	width: 350px;
	height: 100px;
}

.big_textarea {
	width: 100%;
	height: 400px;
}
/* ********** */

/* Ladne checkboxy i radio */
label {
	padding-left: 5px;
}

.radio_label {
	padding: 0px 20px;
}

.checked {
	width: 16px;
	height: 16px;
	background: url('gfx/checkbox/chk_on.gif') no-repeat;
}

.unchecked {
	width: 16px;
	height: 16px;
	background: url('gfx/checkbox/chk_off.gif') no-repeat;
}

.selected {
	width: 16px;
	height: 16px;
	background: url('gfx/checkbox/rdo_on.gif') no-repeat;
}

.unselected {
	width: 16px;
	height: 16px;
	background: url('gfx/checkbox/rdo_off.gif') no-repeat;
}
/* ********** */

/* BUTTONY PL */
.button-login_pl {
	background: url('gfx/pl/login.gif');
	border: 0px;
	width: 51px;
	height: 21px;
}

.button-save_pl {
	background: url('gfx/pl/save.gif');
	border: 0px;
	width: 46px;
	height: 21px;
}

.button-next_pl {
	background: url('gfx/pl/next.gif');
	border: 0px;
	width: 57px;
	height: 21px;
}

.button-back_pl {
	background: url('gfx/pl/back.gif');
	border: 0px;
	width: 73px;
	height: 21px;
}

.button-select_pl {
	background: url('gfx/pl/select.gif');
	border: 0px;
	width: 87px;
	height: 21px;
}
/* ********** */

/* BUTTONY EN */
.button-login_en {
	background: url('gfx/en/login.gif');
	border: 0px;
	width: 51px;
	height: 21px;
}

.button-save_en {
	background: url('gfx/en/save.gif');
	border: 0px;
	width: 36px;
	height: 21px;
}

.button-next_en {
	background: url('gfx/en/next.gif');
	border: 0px;
	width: 55px;
	height: 21px;
}

.button-back_en {
	background: url('gfx/en/back.gif');
	border: 0px;
	width: 58px;
	height: 21px;
}

.button-select_en {
	background: url('gfx/en/select.gif');
	border: 0px;
	width: 82px;
	height: 21px;
}
/* ********** */

.lang_link {
	font-size: 9px;
	text-transform: uppercase;
}

.bookmark {
	float: left;
}

.bookmark_links {
	float: right;
}

.bottom_links_1 {
	float: right;
}

.bottom_links_2 {
	float: left;
}

.hr {
	border: 1px solid #78899D;
	margin: 8px 0px;
}

.spec_text {
	font-family: Arial;
	font-weight: bold;
}

.spec_link {
	color: #F00;
}

.big {
	font-size: 14px;
}

.wide {
	line-height: 20px;
}

.info_div {
	border: 1px solid #98aabd;
	background: #758a9f;
	width: 350px;
	margin: 10px auto 20px auto;
	padding: 20px;
	text-align: center;

	font-family: Verdana;
	font-size: 11px;
	color: #EEE;
}

.login_div {
	border: 1px solid #98aabd;
	background: #627c96;
	width: 250px;
	margin: auto;
	margin-top: 10px;
	padding: 5px;
}

#alt {
	display: none;
	position: fixed;
	_position: absolute;
	_left: expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth - 10);
	_top: expression(document.documentElement.scrollTop + document.documentElement.clientHeight - this.clientHeight - 12);
	right: 10px;
	bottom: 10px;
	cursor: pointer;
	z-index: 1000;

	border: 1px solid #98aabd;
	background: #758a9f;
	padding: 5px;

	color: #EEE;
}

.content_div {
	border: 1px solid #98aabd;
	background: #758a9f;
	padding: 2px;
	text-align: justify;
	margin: 3px 0px;
}

.list_table {
	border: 1px solid #98aabd;
	text-align: center;
	margin: auto;
}

.list_table_td {
	background: #98aabd;
	height: 1px;
}

.form_table {
	text-align: left;
}

.popup {
	background: #FFF;
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
}
