/* IISH CONFERENCE THEMES */

.iishconference_container, .iishconference_form fieldset.form-wrapper {
	border: 1px solid;
	border-radius: 5px;
    -o-border-radius: 5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	padding: 10px;
	margin-bottom: 20px;
	/*float: left;
	width: 100%;*/
}

.iishconference_container_header, .iishconference_form fieldset.form-wrapper > legend {
	font-weight: bold;
	font-size: 120%;
	display: block;
	margin-bottom: 10px;
}

.iishconference_form fieldset.form-wrapper > legend {
    margin-bottom: 0;
}

.iishconference_form fieldset.form-wrapper select {
	max-width: 600px;
}

.iishconference_container_label {
    font-weight: bold;
}

/* MARGINS */

.rightmargin {
    margin-right: 10px;
}

.bottommargin {
    margin-bottom: 20px;
}

.topmargin {
    margin-top: 20px;
}

.largertopmargin {
    margin-top: 27px;
}

/* OTHER CSS */

.iishconference_form .form-type-textfield label, .iishconference_form .form-type-select label,
.iishconference_form .form-type-password label, .iishconference_inline, .form-item-session-inline {
    display: inline-block;
}

.iishconference_new_line {
	display: block;
}

.extra_info {
	font-style: italic;
}

.eca_remark {
    display: inline-block;
	color: blue;
    margin-bottom: 15px;
}

.eca_warning {
    display: inline-block;
	color: #E61A3C;
    margin-bottom: 15px;
}

.heavy {
	font-weight: bold;
}

.highlight {
    color: green;
    font-weight: bold;
}

.clear {
    clear: both;
}

.more-text {
    display: none;
}

.less, .more {
    font-style: italic;
}

textarea.readonly-text, select.readonly-text, input.readonly-text {
    border: 0;
    background-color: transparent;
}

table.noborder {
	width: 100%;
}

td.noborder {
	border: 0;
}

@media print {
	.noprint {
		display: none !important;
	}
}
