/* pozmeneny kus exp.css pro zformatovani udalosti podle expertu */

/* formatovani nanuku */

.box {
	clear: both;
	margin-top: 12px;
	max-width: 120ex;
}

.boxLowTopBg1 {
	background: #EDEDED url(/img/experts/bgLowTopLeft.gif) left top no-repeat;
	float: left;
	height: 5px;
	width: 100%;
}
.boxLowTopBg2 {
	background: transparent url(/img/experts/bgLowTopRight.gif) right top no-repeat;
	display: block;
	height: 5px;
}

.box .nameWrapper {
	display: block;
	float: left;
	width: 25%;
}
.box .nameWrapper .name {
	margin: 0;
	padding: 0;
	width: 100%;
}
.box .nameWrapper .name .nameInside {
	color: #0E3166;
	display: block;
	margin: 0;
	padding: 5px 10px 5px 5px;
	text-align: right;
}

.box .valueWrapper {
	display: block;
	float: left;
	width: 75%;
}
.box .value {
	color: #000000;
	display: block;
	float: none;
	padding: 5px 5px 5px 9px;
}
.box .value a {
	color: #000000;
}

.boxSimple .bgSimple {
	background: #F5F5F5 url(/img/experts/boxLeftBorder.gif) 0 0 repeat-y;
}

.boxBottom {
	clear: both;
	height: 5px;
}
.boxBottomBg1 {
	background: #EDEDED url(/img/experts/bgBottomLeft.gif) left top no-repeat;
	float: left;
	height: 5px;
	width: 100%;
}
.boxBottomBg2 {
	background: transparent url(/img/experts/bgBottomRight.gif) right top no-repeat;
	display: block;
	height: 5px;
}


.caraPodTitlem {
	clear: left;
	height: 2px;
}
.boxRowSeparator {
	clear: left;
	display: block;
	height: 1px;
	padding: 0 20px;
}
.boxOddelovaciCara {
	background: #D0D4E1 url(/img/experts/boxLeftBorder.gif) left top repeat-y;
	display: block;
	float: left;
	height: 1px;
	width: 100%;
}

.boxOddelovaciCara2 {
	background: #1638AB url(/img/experts/boxLeftBorder.gif) left top repeat-y;
	display: block;
	float: left;
	height: 2px;
	width: 100%;
}

/* specialni formatovani nanuku */

.articleDetail .confItem .box {
	margin: 12px auto 0 auto;
}

.box .article-tema_konference .value {
	color: #000000;
	display: block;
	float: none;
	margin-left: 0;
	padding: 0;
}

.box .confPopis {
	margin: 2ex 0;
}
.box .confPopis .value p {
	margin: 0;
}

.confAuthor {
	margin-top: 1ex;
	margin-bottom: 3ex;
}

/* IE6    http://wellstyled.com/css-underscore-hack.html */

.box {
	_width: auto;
}
.box .nameWrapper {
	_width: 24%;
}
