ul.errors li, ul li.error {
	color: red;
}

/* LOGIN FORM*/
#loggingInfo .beImage {
	display: block;
	width: 0;
	height: 0;
	visibility: hidden; /* neviditelny, ale zabere misto */
	/* nelze display: none; pro Operu */
}

.hidden {
	height: 0;
	width: 0;
	display: none;
}

.browseListing .pageNumber, .browseListing .listingAll {
	margin: 0 0.5ex 0 0.5ex;
}

.browseListing .pageNumber ,
.browseListing .total {
	text-align: center;
}

/* INQUIRY */
img.inquiryAnswerBar {
	height: 10px;
}
td.answerVotes {
	width:15px;
}

/* QUESTIONARY */

.questionaryFill .inquiry h4 {
	margin-bottom: .5ex;	
}

.questionaryFill .inquiry .comment {
	margin-left: 3ex;	
}

.questionaryFill .buttons {
	margin: 3ex;	
}

/* ARTICLE DETAIL */
.articleDetail h1 {
	font-size: 135%;
}

.articleDetail .field label {
	float: left;
	width: 20%;
	text-align: right;
}
.articleDetail .field label .t {
	display: block;
	font-weight: bold;
	padding-right: .3em;
}
.articleDetail .field .value {
	margin: 0;
	padding: 0;
}
.articleDetail .fieldWithLabel .value {
	margin-left: 20%;
}

.articleDetail .relationshipArticle h3 ,
.articleDetail .relationshipDownload h3 {
		margin-bottom: 0.2ex;
}

img.mimeTypeIcon {
	border: 0 none;
	position: relative;
	top: 2px;
	margin-right: 2px;
}

.articleDetail .articleInfoWrapper {
	margin-top: 2ex;
	text-align: center;
}
.articleDetail .articleInfoWrapper table {
	margin-left: auto;
	margin-right: auto;
	border: 1px dotted;
}
.articleDetail .articleInfoField .name {
	text-align: right;
    width: 20ex;
	font-weight: bold;
    margin-right: 2ex;
}
.articleDetail .articleInfoField .value {
	text-align: left;
    margin-right: 1ex;
}

.articleDetail ul.multiValues {
	margin: 0;
	padding: 0;
}
.articleDetail li.multiValue {
	list-style-type: none;
}

/* MAIL ARTICLE FORM */
form.content {
}

form.content label {
	margin: 4px 0 0 0;
	padding-right:3px;
	text-align: right;
}

form.content input, form.content textarea, form.content select {
	margin: 3px 3px 3px 0;
}

form.content textarea {
	height: 12em;
}

form.content input#send {
	margin-left: 30%;
	width: 100px;
}

/* MESSAGE LIST */

.messagesWrapper .articleInfo {
	margin:20px;
}

.treeDepthSpacer {
	width: 30px;
	float: left;
	background-color: green;
}

.messageShortList legend {
	padding: 5px;
}

.messageShortList .messages{
	height: 150px;
	overflow: auto;
}

.messageShortList td {
	padding: 1px 3px 1px 3px;
}

.messageShortList .buttonSet input{
	margin: 10px;
}

.messageShortList .reply{
	padding-left: 5px;
}

.messageShortList .messageNone {
	display: block;
	margin: 1ex;
}

#messageFullList .message {
	margin: 5px;
	border-width: 1px;
	border-style: solid;
}

#messageFullList .userPhoto {
	float: left;
	margin-left: 6px;
}

#messageFullList .label {
	font-weight: bold;
}

#messageFullList .label, #messageFullList .value {
	margin: 6px;
}

#messageFullList .subject .value {
	font-size: 110%;
}

#messageFullList .body {
	clear: left;
	margin: 6px;
}

#messageFullList .reply {
	margin: 3px;
}

#messageFullList .messageNone {
	font-size: 120%;
	color:red;
}


/* zobrazovani galeria obrazku */
.galleryLink {
	margin:1em;
}

.relImage {
	margin: 1em;
	text-align: center;
}

.relImage .name {
	font-weight: bold;
	margin:1ex;
}

/* zobrazovani listingu=pageru */
.browseListing .pageLinks {
	width:100%;
	text-align: center;
}

/* GALERIE OBRAZKU */
.gallery {
	/* tento element musi byt relativni, kvuli bugu IE+p+float:left+clear:both */
	position: relative;
}

.gallery h1 {
	margin: 1ex 1ex 1ex 1ex;
}

.gallery h1 b {
	font-size: 130%;
	margin: 0 1ex 0 1ex;
}

.gallery .selectedImage {
	float: left;
	clear: left;
	text-align: center;
}

.gallery .neighbours ,
.gallery .availableSelectedImageSizes {
	margin:2ex;
	line-height: 2em;
}

.gallery .imageInfoField {
	margin: 0.5ex;
}

.gallery .imageInfoField .name{
	font-weight: bold;
}

.gallery .nearImages {
	clear: both;
}

.gallery .nearImages img {
	margin: 1ex;
}

.galleryImages {
	text-align:center;
}

.clean {
	clear: both;
}

.findByItemValueForm {
	display: inline;
	margin: 0 1ex 0 1ex;
}

.findByItemValueForm input.value {
	display: inline;
	width: 12ex;
}

.findByItemValueForm input.submit {
	display: inline;
}

/* bannery - reklama */
.banner .label {
	font-size: 70%;
	text-align: right;
	margin-bottom: 1px;
}

.banner img {
	border-width: 0;
}


.serialNavigation {
	margin-top: 1em;
}

.serialNavigation .previous {
	float: left;
	width: 30ex;
}

.serialNavigation .next {
	float: right;
	width: 30ex;
	text-align: right;
}

.serialNavigation .index {
	margin-left: 30ex;
	margin-right: 30ex;	
}

.serialNavigation .index fieldset {
	border: none;
}

.serialNavigation .index legend {
	border: none;
	font-style: italic;
}

/* be akce na fe*/

form fieldset label {
	float: left;
	width: 20%;
	text-align: right;
	font-weight: 700;
	margin-right: 1ex;
}

.articleItemHint, .hint {
	position: relative;
	left: 20%;
	padding-left: 0.5em;
	width: 80%;
}

form fieldset {
	border: none;
}
