div.progression {
	float: right;
	margin: 0px;
	padding: 5px 0px 10px;
	text-align: center;
}
div.progression ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div.progression ul li {
	color: #999;
	float: left;
	margin: 0px;
	padding: 0px 20px 0px 0px;
}
div.progression ul li.active {
	color: #596369;
	font-weight: bold;
}



table.wide,
th.wide,
td.wide {
	width: 100%;
}
table.ostoskori {
	border-style: none;
	border-bottom: 1px solid #9EC7DB;
	border-left: 1px solid #9EC7DB;
}
table.ostoskori tr {
	clear: both;
}
table.ostoskori th,
table.ostoskori td {
	border-style: none;
	border-top: 1px solid #9EC7DB;
	border-right: 1px solid #9EC7DB;
	padding: 5px 10px 5px 5px;
	vertical-align: top;
}
table.ostoskori thead td {
	background-color: #def;
	xcolor: #77a0b8;
	font-weight: bold;
	padding-bottom:5px;
	padding-top:5px;
}
table.ostoskori tbody td {
	vertical-align: middle;
}
table.ostoskori tfoot th,
table.ostoskori tfoot td {
	background-color: #def;
	border-top: 3px double #9EC7DB;
	font-weight: normal;
	padding-bottom:5px;
	padding-top:5px;
}
table.ostoskori tfoot td {
	background-color: #def;
	border-top: none;
	padding-top:0px;
}




fieldset {
	background-color: #def;
	border: 1px solid #9EC7DB;
	margin-bottom: 10px;
	padding: 0px 15px 10px;
}
fieldset legend {
	color: #596369;
	font-weight: bold;
}
fieldset label {
	padding-right: 10px;
}
fieldset input.text {
	margin-bottom: 5px;
	width: 250px;
}
.notice {
	background-color: #fee;
	border: 1px solid #c99;
	color: #f00;
	margin-bottom: 15px;
	padding: 5px 20px;
}



.monospace,
.monospace th,
.monospace td {
	font-family: monospace;
}
table.monospace {
	border-style: none;
}
table.monospace thead td {
	font-weight: bold;
}
table.monospace th,
table.monospace td {
	border-style: none;
	border-bottom: 1px dotted #ccc;
	padding: 1px 10px 3px 5px;
	vertical-align: top;
}
table.monospace tfoot th {
	border-style: none;
	border-top: 1px dotted #596369;
}
table.monospace tfoot td {
	border-style: none;
	padding-top: 0px;
}
table.noborder,
table.noborder th,
table.noborder td {
	border-style: none;
	padding-top: 0px;
	padding-bottom: 2px;
}
