/* CSS Document */

input[type=text],input[type=password],textarea, select{
	/* ak chcete shadow do inputu// background-image: url('../pics/bg_input_text.gif');*/ 
	/*background-repeat: repeat-x;*/
	border-left: 1px solid #b4b4b4;
	border-right: 1px solid #b4b4b4;
	border-bottom: 1px solid #d9d9d9;
	border-top: 1px solid #727272;
	/*-moz-border-radius: 5px;*/
}

* {
	margin: 0px; 
	padding: 0px;
}

table tr {
	vertical-align: middle;
}

/*	vsetky bunky maju defaultne padding	*/
table tr td, table tr th {
	padding: 5px 10px;
	vertical-align: middle;
}
/*	okrem tych s class="def_padd" [default padding]	*/
table.def_padd tr td, table.def_padd tr th {
	padding: 5px 10px;
	vertical-align: top;
}

/*	swazz calendar	*/
table.calendar tr td {
	padding: 1px;
}

table.nowrap tr td {
	white-space: nowrap;
}

table tr td.nowrap {
	white-space: nowrap;
}

img {
	border: none;
}

ul li {list-style-type: none}

a {
	text-decoration: none;
}

a:link {
	/*color: black; */
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

a:visited{
	/*color: black;*/
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
	clear: both;
	float:none !important;
	line-height: 0.1px;
}

.clear_l {
	clear: left;
	line-height: 0.1px;
}

.clear_r {
	clear: right;
	line-height: 0.1px;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.invisible {
	display: none;
}

.visible {
	display: block;
}

tr.visible {
	display: table-row;
}

.hidden {
	visibility: hidden;
}

.shown {
	visibility: visible;
}

.pointer {
	cursor: pointer;
}

.errMsg {
	color: red;
	text-align: center;
}

hr {
	background-color: gray;
}

.small {
	font-size: 80%;
}


.width_100 {
	width: 100%;
}

.align_l {
	text-align:left;
}

.align_c {
	text-align:center;
}

.align_r {
	text-align:right;
}