/* Vynutenie dlzky rodicovskeho objektu, aby obtelak floaty*/
.break {
	clear: both;
	height: 1px;
	line-height: 1px;
	border: none;
	margin: -1em 0 0 0;
	visibility: hidden;
}

/* Cierny ramik okolo (debug) */
.ramik {
	border: 1px black solid;
}

/* Horna lista, linky */
.hlinka {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

/* Drviva vacsina EditBoxov */
.medit {
	width: 196px;
	height: 15px;
	background-color: #ffffff;
	vertical-align: middle;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	border: 1px solid #666666;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* To pekne obrazkove 'tlacitko' */
.tlacitko {
	background-image: URL('../images/tlacitko-dlhe.gif');
	border-width: 0px;
	width:80px;
	height:20px;
	vertical-align: middle;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	display: block;
	margin: 5px 5px 5px 5px;
}

/* Obrazok kosika */
.kosik {
	background: URL('../pict/pict/kosik1.gif') no-repeat right center;
	padding-right: 11px;
	margin-right: 3px;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
}

/* Obrazok preskrtnuteho kosika */
.dkosik {
	background: URL('../pict/pict/kosik2.gif') no-repeat right center;
	padding-right: 11px;
	margin-right: 3px;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
}

.leter {
	background: URL('../pict/pict/leter.gif') no-repeat right center;
	padding-right: 16px;
	margin-right: 3px;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
}


/* Obrazok editacie */
.oedit {
	background: URL('../pict/pict/edit.gif') no-repeat right center;
	padding-right: 16px;
	margin-left: 5px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
}

/* Obrazok mazania */
.odel {
	background: URL('../pict/pict/del.gif') no-repeat right center;
	padding-right: 16px;
	margin-left: 5px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
}

/* Obrazok novy */
.onew {
	background: URL('../pict/pict/new.gif') no-repeat right center;
	padding-right: 16px;
	margin-left: 5px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
}

/* Kratsie tlacitko */
.kratke {
	background-image: URL('../images/tlacitko-kratke.gif');
	width: 53px;
}


/* Kratsi edit box */
.edit {
	width: 30px;
	height: 11px;
	line-height: 11px;
	background-color: #e8e8e8;
	vertical-align: middle;
	text-align: center;
	padding-left:2px;
	padding-right:2px;
	border: 1px solid #6b6b6b;
	font-size: 11px;
}

/* StatusBar, akcia prebehla uspesne */
.correct {
	font-weight: bold;
	color: #353535;
}

/* StatusBar, nastala chyba */
.error {
	font-weight: bold;
	color: #FF0000;
}

/* Linka */
.linka {
	font-weight: bold;
	cursor: pointer;
	color: #363636 !important;
	text-decoration:none;
}

.linka:hover {
	color: #8c8c8c !important;
	text-decoration:underline;
}

/* Neaktivna linka */
.linka-disable {
	color: #888888;
	font-weight: bold;
	text-decoration:none;
}

/* Floaty */
.rfloat {
	float: right;
}

.lfloat {
	float: left;
}

/* Ukoncenie floatu (hodenie na novy riadok) */
.bclear {
	clear: both;
}

/* Plna sirka, vyska */
.full {
	width: 100%;
}

.hfull {
	height: 100%;
}

/* Polovicna sirka, vyska */
.half {
	width: 49%;
}

.hhalf {
	height: 49%;
}

/* Biela farba pisma */
.white {
	color: #FFFFFF;
}

/* Cierna farba pisma */
.black {
	color: #000000;
}

/* Cervena farba pisma */
.red {
	color: #FF0000;
}


/* Biela farba pozadia */
.bwhite {
	background-color: #FFFFFF;
}

/* Cierna farba pozadia */
.bblack {
	background-color: #000000;
}

/* Zarovnanie dolava */
.aleft {
	text-align: left;
}

.amiddle {
	vertical-align: middle;
}

/* Zarovnanie na stred */
.acenter {
	text-align: center !important;
	margin: 0 auto;
}

/* Zarovnanie vlavo */
.aleft {
	text-align: left !important;
}

/* Zarovnanie vpravo */
.aright {
	text-align: right !important;
}

/* ------------------ */

.bottom {
	width: 100%;
	padding-top: 5px;
	color: #555555;
	vertical-align: top;
}


.table-pol {
	width: 50%;
	padding: 7px;
	color: #555555;
	vertical-align: middle;
	padding-left: 100px;
}



