.cb { clear:both; height:1px; font-size:1px; line-height:1px; }

#wait {
	visibility:hidden;
	position: absolute;
	top:65px;
	left:0px;
}

#language_selector {
	position:absolute;
	top:0px;
	right:70px;
	z-index:30;
	width:100px;
}

#language_selector .item {
	float:right;
}

#language_selector .item img {
	border:1px solid #dedede;
	margin-left:6px;
}

.validation_image {
	background-color:#eeeeee;
	width:200px;
	height:60px;
	border:1px solid #cccccc;
	margin-top:3px;
}

.main_content {
	left:40px;
}

#mc form h4,
#mc table.vypis h4,
#mc table.box h4 {
	font-weight:bold;
	font-size:13px;
	color:#0077D4;
	margin:0px 0px 1px 0px;
}

table.vypis td {
	font-size: 11px;
	vertical-align:top;
	text-align:left;
	padding-bottom:8px;
	padding-right:20px;
	padding-left:0px;
}

p.msg_error {
	font-weight:bold;
	color:#FF0000;
	margin-bottom:16px;
}

p.option_block {
	padding-bottom:16px;
	margin-bottom:16px;
	border-bottom:1px solid #CCC;
}

p {
	margin:0px 0px 6px 0px;
}

.required {
	font-weight:bold;
	color:#FF0000;
}

.emph_code {
	font-weight:bold;
	color:#000000;
	background-color:#FFFF00;
	padding:2px 5px 2px 5px;
	margin:1px;
	
	display:block;
	float:left;
	
}

.emph_code.in {
	display:inline;
	float:none;
}

.copy_to_clipboard_icon { width:74px; height:18px; float:left; margin-left:5px; }

form {
	margin:0px;
}

div.help_field {
	display:block;
	border:1px solid #e9e9e9;
	margin:4px;
	padding:2px;
	background-color:#f5f5f5;
	font-size:11px;
	color:#555555;
	width:200px;
}

div.details_field {
	display:block;
	border:1px solid #cccccc;
	margin:4px;
	padding:2px;
	background-color:#eeeeee;
	font-size:11px;
	color:#000000;
	width:200px;
}

a.help_button img {
	border:none;
	/*border:1px solid #cccccc;*/
	margin-left:4px;
	margin-top:2px;
	/*padding:1px 2px 1px 2px;*/
	vertical-align:text-top;
}

a.more { font-size:10px; color:#0066CC; }



.list {
	margin-bottom:20px;
	margin-right:10px;
}

.list a {
	color: #000000;
	text-decoration:none;
}

.list a:hover {
	color: #006C8C;
	text-decoration:underline;
}

.list tr.odd {
	background-color:#DCEDF1;
}

.list tr.even {
	background-color:#B8D9E4;
}

.list td {
	font-size:11px;
	white-space:nowrap;
	padding:2px 8px 2px 2px;
}

.list th {
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color:#FFFFFF;
	padding: 0px 4px 0px 4px;
	background-color:#007A9D;
	border-right: 1px solid white;
	background-image:url(../../images/vypis_th_bg.gif);
	background-repeat:repeat-x;
	vertical-align: middle;
	height: 20px;
	white-space: nowrap;
}

table.box {
	border: 1px solid #0095C1;
	width:350px;
	margin-right:20px;
	margin-bottom:18px;
}

table.box th {
	background-color:#0077D4;	
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	color:#FFFFFF;
	padding: 2px 4px 2px 4px;
}

table.box td {
	padding:4px;
	vertical-align:top;
}

p.important {
	font-weight:bold;
	margin-bottom:10px;
	padding:5px;
	border:2px solid #F00;
	width:336px;
}

.pre_entered_field {
	font-weight:bold;
	color:#000000;
	background-color:#FFFF00;
	padding:3px 5px 3px 5px;
	border:1px solid #999;
	font-size:12px;
	line-height:15px;
}

.pre_entered_field.small {
	width:120px;
}