fieldset {
	border: 1px #DDEEE8 solid;
	margin-bottom: 15px;
}

fieldset legend {
	color: #226E61;
}

fieldset input, fieldset textarea, fieldset select {
	border: 1px #ADAFAE solid;
	color: black;
	height: 14px;
	_height: 18px;
	padding-left: 2px;
	padding-right: 2px;
	width: 340px;
	_width: 346px;
}

fieldset select {
	height: auto;
	padding: 0;
	width: 346px;
	_width: 342px;
}

fieldset textarea {
	/*width: 340px;*/
	height: 200px;
	font-size: 1.2em;
}

input.submit, a.submit {
	background: #226B62;
	border: 1px #226B62 solid;
	padding: 0 5px;
	width: auto;
	color: white;
/*	height: 18px;
	_height: 18px;*/
	height: auto;
	cursor: pointer;	
	text-decoration: none;
}
a.submit {
	padding: 1px 5px;
}


fieldset input.checkbox {
	border: none;
	width: auto;
}


fieldset table {
	margin: 15px;
	border: none;
}
fieldset table td {
	padding: 2px 4px;
	border: none;
	vertical-align: top;
}

fieldset table td.td-label {
	width: 200px;
}


fieldset label {
	color: black;
	font-weight: bold;
}

fieldset table td.td-listskupin {
	width: 330px;
}


#error-msg {
	color: #ff0000;
}

input.error, textarea.error, select.error {
	background: #FFEAF5;
}


.date_clb {
	width: 60px;
	padding: 3px 0;
	text-decoration: none;
 	background: url('../img/ikony/kalendar.gif') 3px center no-repeat;
}

.date_clb span {
 visibility: hidden;
}

/* Paging */
.paging-count {
	margin-bottom: 20px;
}

.paging-count select {
	border: 1px #DDDDDD solid;
}


.paging {
	background: url('../img/paging.gif') left center repeat-x;
	text-align: center;
	margin-bottom: 10px;
	position: relative; 
}

.paging a, .paging span.actual {
	border: 1px #E00180 solid;
	color: #E10174;
	background: none;
	text-decoration: none;
	padding: 1px 4px;
	margin: 3px;
}

.paging a:hover {
	color: white;
	background: #E10277;
	border: 1px #E10277 solid;
}

.paging span {
	background: white;
	padding: 1 4px;
}

.paging span.actual, .paging .preview, .paging .next {
	font-weight: bold;
	border: 1px black solid;
	color: black;
}

/* Kosik */


table td select.count {
	xfloat: left;
}

table td select.count
.no-sklad {
	background: #FFCCE7;
}

.no-sklad span.alert {
	color: red;
	font-weight: bold;
	padding: 0 5px;
}

.kosik-button {
	border-top: 1px #DBEEE8 solid;
	margin-top: 30px;
	padding-top: 30px;
}

.kosik-button a {
	margin-right: 20px;
	color: #226B62;
	border: none;
	border-left: 5px #226B62 solid;
	background: white;
	padding: 2px 8px;
}

.kosik-button a:hover {
	color: #E10277;
	border-color: #E10277;
}

.action {
	white-space: nowrap;
	background: white;
	padding: 4px 8px;
}

.button {
/*	border: 1px #226B62 solid;*/
	padding: 8px 13px;
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	height: 25px;
	margin: 0 2px;
}


.button span {
	display: none;
}

.edit {
	background-image: url('../img/ikony/edit.gif');
}

.objednavky {
	background-image: url('../img/ikony/objednavky.gif');
}

.delete {
	background-image: url('../img/ikony/delete.gif');
}

.odberatele {
	background-image: url('../img/ikony/odberatele.gif');
}

.dodaci-list {
	background-image: url('../img/ikony/dodaci-list.gif');
}

.prehled-plateb {
	background-image: url('../img/ikony/prehled-plateb.gif');
}

.insert {
	background-image: url('../img/ikony/vlozitdokosiku.gif');
	/*float: none;*/
}

.tisk-dokladu {
	background-image: url('../img/ikony/tisk-dokladu.gif');
}

.mail-preview {
	background-image: url('../img/ikony/mail-preview.gif');
}
.mail-edit {
	background-image: url('../img/ikony/mail-edit.gif');
}
.mail-copy {
	background-image: url('../img/ikony/mail-copy.gif');
}
.mail-change-status {
	background-image: url('../img/ikony/mail-change-status.gif');
}
.mail-list-sended {
	background-image: url('../img/ikony/mail-list-sended.gif');
}
.mail-delete {
	background-image: url('../img/ikony/mail-delete.gif');
}

.wysiwyg-editor {
	border: 1px black solid;
}

