
/*
 * item (addition)
 */
 
#system .item {
	margin:0px 10px 0px 10px;
}
 
#system .item > .icon { 
	margin: 8px 5px 0 2px;
	float: right;
}

#system .item > .edit a { vertical-align: text-top; }


/*
 * items (addition)
 */
 
#system .items.leading {
	padding-bottom: 12px;
	margin-bottom: 18px;
	overflow: hidden;
}

/*
 * item-list
 */

#system .item-list {
	margin-top: 10px;
	border-top: 1px solid #c8c8c8;
	overflow: hidden;
}

/*
 * filter
 */

#system .filter {
	margin: 0 0 10px 0;
	overflow: hidden;
}

#system .filter > div {
	float: left;
	margin: 0 10px 0 0;
}

/*
 * form submission
 */

#system form.submission div { margin: 0; }

#system form.submission fieldset {
	margin-bottom: 30px;
	padding-top: 15px;
}

#system form.submission fieldset > div {
	margin-bottom: 10px;
	padding: 2px 0 2px 0;
	overflow: hidden;
}
#system form.submission div > * { vertical-align: middle; }
#system form.submission div > label:first-child {
	display: block;
	width: 150px;
	float: left;
}

#system form.submission div > input[type='text'],
#system form.submission div > input[type='password'] {
	padding: 3px;
	width: 250px;
}
#system form.submission div > select {
	padding: 3px;
	width: 262px;
}

#system form.submission div > textarea { width: 255px; }

#system form.submission small {
	display: block;
	margin: -25px 0 25px 0;
}

#system form.submission div.submit {
	margin-top: -20px;
	text-align: center;
}

#system form.submission div > .calendar { margin-left: 5px; }
#system form.submission #metadesc { height: 100px; }
#system form.submission #metakey { height: 60px; }

/* validation */
#system .invalid {
	border-color: #339900;
}
#system label.invalid { color: #339900s; }

.width15 { width: 15%; }
.width18 { width: 18%; }
.width20 { width: 20%; }
.width23 { width: 23%; }
.width25 { width: 25%; }
.width33 { width: 33%; }
.width34 { width: 34%; }
.width35 { width: 35%; }
.width40 { width: 40%; }
.width46 { width: 46%; }
.width50 { width: 50%; }
.width54 { width: 54%; }
.width65 { width: 65%; }
.width75 { width: 75%; }
.width100 { width: 100%; }

#system .items > .width20 { float: left; width: 19.999%; }
#system .items > .width25 { float: left; width: 24.999%; }
#system .items > .width33 { float: left; width: 33.333%; }
#system .items > .width50 { float: left; width: 49.999%; }