/*  EVENTRON Advanced Forms CSS
	Copyright 2007
*/


/* Forms */

fieldset {
	float: left;
	clear: both;
	position: relative;
	width: 604px;
	margin: 0;
	padding: 1.5em 16px 1.5em 0;
	border-bottom: 1px solid #d9dde2;
}

fieldset ol {
	position: relative;
	clear: left;
	padding: 0;
}

fieldset li {
	position: relative;
	float: left;
	clear: left;
	width: 100%;
	margin: .2em 0;
}

label {
	float: left;
	width: 119px;
	margin-right: 7px;
	padding-top: .45em;
	text-align: right;
}

input.text, form textarea {
	width: 464px;
	margin-top: .25em;
	padding: .2em 2px;
}

li.lgtext label {
	padding-top: .32em;
	font-size: 1.4em;
}

li.lgtext input {
	width: 466px;
	margin-top: .18em;
	padding: .14em 2px;
	font-size: 1.4em;
}

input.lgtext {
	width: 566px;
	margin: 1.07em 0 .36em 24px;
	padding: .14em 2px;
	font-size: 1.4em;
}

input.sm {
	width: 3em;
}

input.med {
	width: 5em;
}

input.solotext {
	float: right;
	width: 298px;
	margin: .25em 8px;
	font-size: 1.4em;
}

input.checkbox {
	margin-top: .25em;
	padding: .2em 0;
}

input.select {
	margin-top: .25em;
	padding: .2em 0;
}

.button {
	margin-top: .25em;
	padding: .1em 5px;
	font-size: 1.1em;
}

fieldset h2 {
	margin: 0 0 1.5em;
	padding: .25em 12px .15em;
	border-bottom: 1px solid #ccd1d7;
	font-weight: normal;
}

fieldset label.header {
	width: auto;
	margin: 0;
	padding: .25em 0 .15em 12px;
	border-bottom: 1px solid #ccd1d7;
	font-size: 1.2em;
	text-align: left;
}

fieldset span.fdetails {
	float: right;
	clear: none;
	margin-top: 0em;
	font-size: 1.1em;
}

fieldset.submit {
	background: transparent url(/i/submitb.gif) repeat-x top;
	float: none;
	width: auto;
	padding: 1.25em 24px;
	text-align: right;
}

fieldset.submit .button {
	margin: 0 0 0 8px;
	font-size: 1.5em;
}

fieldset div.more {
	float: right;
	margin: .25em 12px .75em;
}



/* Fieldset title */

.ft {
	background: #eee url(/i/ftb.gif) repeat-x top;
	clear: both;
	margin: 0;
	padding: .75em 8px;
	border-bottom: 1px solid #d9dde2;
}

.top {
	border-top: 1px solid #d9dde2;
}

.ft h3 {
	background: url(/i/arrow.gif) no-repeat 1px 3px;
	margin: 0;
	padding-left: 16px;
	font-weight: normal;
	font-size: 1.2em;
	cursor: pointer;
}

.ft h3.open {
	background-position: 1px -47px;
}

.ft label, label.checklabel {
	display: inline;
	float: none;
	width: auto;
	margin-right: auto;
	text-align: left;
}

.ft .checkbox {
	margin-right: 3px;
}


/* The Almighty Toggle */

.toggle {
	background: #fff;
	float: right;
	font-weight: bold;
	-moz-outline: none;
}

a.toggle:hover, a.toggle:hover {
	text-decoration: none;
}

.toggle .on, .toggle .off {
	background-image: url(/i/toggle.gif);
	display: block;
	width: 2.5em;
	padding: .1em 2px 0;
	border: 1px solid #999;
	text-align: center;
}

.toggle .on {
	background-position: top right;
	padding-right: 22px;
	color: #fff;
}

.toggle .off {
	background-position: top left;
	padding-left: 22px;
	color: #888;
}


/* Nested fieldsets */

fieldset fieldset {
	background: none;
	position: rel	padding-right: 22px;
	color: #fff;
}

.toggle .off {
	background-position: top left;
	padding-left: 22px;
	color: #888;
}


/* Nested fieldsets */

fieldset fieldset {
	background: none;
	position: relative;
	top: -1.5em;
	margin: 0 0 -1.5em;
	padding: 0;
	border: none;
}

fieldset fieldset ol {
	position: relative;
	margin: 0 0 0 126px;
	padding: 0;
}

fieldset fieldset li {
	width: auto;
	margin: 0 0 .5em;
	padding: .1em 5px;
}

fieldset fieldset label {
	display: inline;
	float: none;
	width: auto;
	margin-right: auto;
	text-align: left;
}

fieldset fieldset input.text {
	margin-top: 0;
}


/* Special widths */

.idate, .smdrop {
	width: 85px !important;
}

.itime {
	width: 70px !important;
}


/* Privacy setting */

#lprivacy {
	margin-right: 0;
}

ol.privitems {
	margin: 0 0 .5em 119px;
	padding: 0;
	clear: none;
}

.privitems li {
	background-color: #fff;
	float: left;
	clear: none;
	width: 139px;
	margin-left: 8px;
	padding: 5px;
	border: 1px solid #ccc;
	font-size: 1.1em;
	text-align: center;
	cursor: pointer;
	color: #666;
}

.privitems li.selected {
	background-color: #DCECF3;
	border-color: #B3D3E3;
	-moz-outline: none;
	outline: none;
	color: #444;
}

.privitems li strong {
	display: block;
	margin-bottom: .25em;
	padding-bottom: .2em;
	border-bottom: 1px solid #ccc;
}

.privitems li.selected strong {
	border-bottom-color: #9AC8DC;
}

.privitems li.selected strong {
	color: #000;
}