/* @override http://shadowcat.local/illustrated.com.au.v2/resources/css/admin.css */

/* @override http://shadowcat.local/illustrated.com.au.v2/resources/css/admin.css */

#content_admin {
	padding: 50px;
}
.action-button, .object_list .action-button, 
.object_list .action-button,
#preference_editor .submit-button,
#preference_editor .action-button,
#replacement_editor .submit-button,
#replacement_editor .action-button {
	width: 180px;
	-moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px;
	border: 2px solid #86814b;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.action-button a, .object_list .action-button a, 
#content_admin .action-button a,
#preference_editor .action-button a,
#replacement_editor .action-button a {
	color: #86814b;
	text-decoration: none;
}
.action-button span, .object_list .action-button span, 
#content_admin .action-button span, 
#preference_editor .action-button span,
#replacement_editor .action-button span  {
	float: left;
	margin-right: 10px;
}
.banner_link {
	padding: 5px 20px;
	width: auto;
	font-size: 12pt;
	background-color: #e3dc84;
	color: white;
	-moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px;
	border: 0;
	box-shadow: 0px 0px 2px 2px #051b32;
	-webkit-box-shadow: 0px 0px 2px 2px #051b32;
	-moz-box-shadow:  0px 0px 2px 2px #051b32;
	margin: 20px;
}
.banner_link a {
	color: white;
	text-decoration: none;
}








.list {
	-moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px;
	display:inline-block;
	width: 700px;
	border: 2px solid black;
}
 
.align-center {
	width: 100%;	
	padding: auto;
	text-align: center;
}

.list .list_item {
	display:inline-block;
	width: 690px;
	padding: 5px;
	line-height: 30px;
	border-bottom: 2px solid black;
}
.list_item:nth-child(2n), #menu_items .menu_item:nth-child(2n) {
	background-color: #e3dc84;
}
.list_item:nth-last-child(1), #menu_items .menu_item:nth-last-child(1) {
	border-bottom: 0px solid black;
}
.list_item .label,
.list_item .title,
.list_item .button,
.list_item .enabled, 
.list_item .note {
	display: inline-block;
	float: left;
	clear: none;
	width: 290px;
	padding-left: 10px;
}
.list_item .button.wide {
	width: auto; /* width of jquery-ui buttons is 16px; */
	height:17px;
	line-height: 17px;
	padding-left: 10px;
	padding-right: 10px;
}
.list_item .enabled input {
	width:  20px;
}
.list_item .title {
	width: 300px;
}
.list_item .note {
	width: auto;
}
.list_item .button {
	width: 20px; /* width of jquery-ui buttons is 16px; */
	margin: 2px;
	position: relative;
	padding: 4px 2px;
	cursor: pointer;
}
/* override of jqueryui */
.list_item button {
	margin-top: 2px;
	height: 2em;
	font-size: 1em;
}

