/*
 * Generic form style
 */

/* Form widths */

#content form {
	width: 560px;
}

.compact label {
	width: 200px;
}

.compact input, .compact textarea {
	width: 336px;
}

.compact select {
	width: 342px;
}

.list label, .list input, .list textarea {
	width: 536px;
}

.list select {
	width: 542px;
}

/* Form widths (narrow) */

#contentLeft form {
	width: 380px;
}

#contentLeft .compact label {
	width: 140px;
}

#contentLeft .compact input, #contentLeft .compact textarea {
	width: 216px;
}

#contentLeft .compact select {
	width: 222px;
}

#contentLeft .list label, #contentLeft .list input, #contentLeft .list textarea {
	width: 316px;
}

#contentLeft .list select {
	width: 322px;
}

/* Small form */

#content form.smallform {
	width: 460px;
}

.smallform .compact label {
	width: 150px;
}

.smallform .compact input, #contact .compact textarea {
	width: 286px;
}

.smallform .compact select {
	width: 292px;
}

.smallform .list label, .smallform .list input, .smallform .list textarea {
	width: 456px;
}

.smallform .list select {
	width: 462px;
}

/* Events browse bar */

#content form.miniform {
	width: 160px;
}

.miniform #categoryId {
	width: 160px;
}

.miniform #ebMonth {
	width: 92px;
}

.miniform #ebYear {
	width: 64px;
}

.miniform label, .miniform input, .miniform select {
	margin-bottom: 4px;
}

/* Generic styles */

#content form {
	border-style: solid;
	border-width: 1px;
	padding: 9px;
	margin: 0;
}

fieldset {
	border: none;
}

fieldset, legend {
	padding-bottom: 10px;
}

fieldset.nobreak {
	margin-bottom: 0;
	padding-bottom: 0;
}

label, input, select, textarea {
	margin: 0 0 4px 0;
}

input, textarea {
	padding: 2px;
	border-style: solid;
	border-width: 1px;
}

input.checkbox, input.radio {
	border: none;
}

fieldset.listLabelAfter label {
	display: block;
}

fieldset.compactLabelAfter label {
	display: block;
	float: left;
	margin-right: 10px;
}

fieldset.actions {
	margin: 4px 0;
	text-align: right;
}

.trigger, .triggerexpanded {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-bottom: 0;
	padding-left: 14px;
	margin-left: 20px;
}

.trigger {
	background-image: url(http://images.iop.org/cws/plus.gif);
}

.triggerexpanded {
	background-image: url(http://images.iop.org/cws/minus.gif);
}

.triggerhover {
	cursor: pointer;
}

.tree {
	padding-left: 50px;
}

.compact div {
	clear: both;
}

.compact label {
	float: left;
	text-align: right;
	padding-right: 10px;
}

.list label, .list input, .list select, .list textarea {
	display: block;
}

/* Fix checkbox alignment in Firefox */

input[type="checkbox"] {
	position: relative;
	margin-right: 4px;
	top: 1px;
}

.button {
	border: none;
	padding: 2px;
}

/* Opera and Safari need more padding */
@media screen and (min-width:0) {
	.button {
		padding: 4px;
	}
}

.optout {
	width: 13px !important;
	height: 13px;
	position: relative;
	left: 0px;
	
}