.hide {
	display:none!important;
	visibility:hidden!important;
}

.underline {
	text-decoration:underline!important;
}

.red { color:red; }
.green { color:green; }

#save_changes {
	margin-top:0;
}


#message, #setting-error-settings_updated {
	margin:11px 0 6px 0;
}

#custom-post-type-onomies .editingtitle {
	font-size:1.3em;
	margin-bottom:4px;
}

#custom-post-type-onomies .editingtitle a {
	font-size:0.9em;
}


#tab-panel-custom_post_type_onomies_help_getting_started h3,
#tab-panel-custom_post_type_onomies_help_managing_editing_your_cpts h3,
#tab-panel-custom_post_type_onomies_help_troubleshooting h3 {
	margin-bottom:0;
	}
#tab-panel-custom_post_type_onomies_help_getting_started h4,
#tab-panel-custom_post_type_onomies_help_managing_editing_your_cpts h4,
#tab-panel-custom_post_type_onomies_help_troubleshooting h4 {
	margin-top:0;
	margin-bottom:0;
	font-size:1.1em;
	line-height:normal;
	}
#tab-panel-custom_post_type_onomies_help_getting_started p,
#tab-panel-custom_post_type_onomies_help_managing_editing_your_cpts p,
#tab-panel-custom_post_type_onomies_help_troubleshooting p {
	margin-top:0;
	}
#tab-panel-custom_post_type_onomies_help_getting_started li,
#tab-panel-custom_post_type_onomies_help_managing_editing_your_cpts li,
#tab-panel-custom_post_type_onomies_help_troubleshooting li {
	margin:0 0 0 26px;
	}
#tab-panel-custom_post_type_onomies_help_getting_started table,
#tab-panel-custom_post_type_onomies_help_managing_editing_your_cpts table,
#tab-panel-custom_post_type_onomies_help_troubleshooting table {
	width:100%;
}
#tab-panel-custom_post_type_onomies_help_managing_editing_your_cpts table.menu_position {
	width:55%;
	margin-left:26px;
}

#custom-post-type-onomies-delete-custom-post-type .delete_cpt_onomy_custom_post_type {
	display:block;
	padding:7px 5px;
	color:#fff;
	font-size:1.1em;
	line-height:normal;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
	border:1px solid #6d0019;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;	
	background: #a90329; /* Old browsers */
	background: -moz-linear-gradient(top,  #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* IE10+ */
	background: linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
}

#custom-post-type-onomies-key .inside, #custom-post-type-onomies-promote .inside { padding-right:15px; }

#custom-post-type-onomies-key p, #custom-post-type-onomies-promote p { margin:10px 0; }

#custom-post-type-onomies-key img, #custom-post-type-onomies-promote img {
	margin:0 6px 2px 0;
	vertical-align:middle;
}
#custom-post-type-onomies-promote .rating img { margin-right:8px; }

#custom-post-type-onomies-key .inactive { color:#333; margin-top:9px; }
#custom-post-type-onomies-key .attention { color:#d54e21; }
#custom-post-type-onomies-key .working { color:#457800; }

#custom-post-type-onomies-promote p.twitter { margin-bottom:8px; }

#custom-post-type-onomies-promote form.donate {
	overflow:hidden;
	margin-bottom:10px;
	}

#custom-post-type-onomies-promote form.donate .donatebutton {
	display:block;
	float:left;
	width:74px;
	height:21px;
}

#custom-post-type-onomies-promote form.donate .donatetext {
	display:block;
	float:left;
	padding:6px 0 0 4px;
}



#custom-post-type-onomies-custom-post-types p,
#custom-post-type-onomies-other-custom-post-types p {
	margin:10px 0 7px 0;
}

table.manage_custom_post_type_onomies {
	width:100%;
	height:auto;
	background:none;
	margin:0 0 3px 0;
	padding:0;
	border:0;
	text-align:left;
}

table.manage_custom_post_type_onomies .row-actions {
	display:block;
	visibility:visible;
	font-size:0.8em;
	line-height:1.2em;
	font-weight:normal;	
	padding:1px 0 3px 0;
}
table.manage_custom_post_type_onomies .row-actions .attention a { 
	display:block;
	color:#d54e21;
	font-weight:bold;
	padding:3px 0 0 0;
	}
table.manage_custom_post_type_onomies .row-actions .attention a:hover {
	text-decoration:underline;
	}

table.manage_custom_post_type_onomies th, table.manage_custom_post_type_onomies td {
	width:auto;
	height:auto;
	margin:0;
	padding:7px 5px 8px 10px;
	border:0;
	border-bottom:1px solid #ddd;
	color:#000;
}

table.manage_custom_post_type_onomies tr th:last-child, table.manage_custom_post_type_onomies tr td:last-child {
	padding-right:10px;
}

table.manage_custom_post_type_onomies tr:last-child td {
	border-bottom:0;
}
table.manage_custom_post_type_onomies tr:nth-child(even) td {
	background:#eee;
}
table.manage_custom_post_type_onomies tr:nth-child(even) td.add {
	background:none;
}

table.manage_custom_post_type_onomies th {
	background:#333;
	font-weight:bold;
	color:#fff;
	font-size:1.1em;
	line-height:normal;
	padding-top:15px;
	padding-bottom:10px;
	border:0;
}

table.manage_custom_post_type_onomies .name {
	width:12%;
}
table.manage_custom_post_type_onomies .public { 
	width:10%;
	}
	
table.manage_custom_post_type_onomies .registered_custom_post_type_onomy,
table.manage_custom_post_type_onomies .attached_to,
table.manage_custom_post_type_onomies .ability {
	width:15%;
	}




table.manage_custom_post_type_onomies tr.attention td {
	background:#f2ebe6;
	border-bottom-color:#e2caba;
}

table.manage_custom_post_type_onomies .status { width:45px; }
table.manage_custom_post_type_onomies tr td.status { 
	background-image:url(../images/working.png);
	background-position:12px 9px;
	background-repeat:no-repeat;
	}
table.manage_custom_post_type_onomies tr.attention td.status { 
	background-image:url(../images/attention.png);
	background-position:12px 9px;
	background-repeat:no-repeat;
	}
table.manage_custom_post_type_onomies tr.inactive td.status { 
	background-image:url(../images/inactive.png);
	background-position:12px 9px;
	background-repeat:no-repeat;
	}


table.manage_custom_post_type_onomies td.label {
	font-weight:bold;
	font-size:1.2em;
	line-height:1.3em;
}
table.manage_custom_post_type_onomies td.label a {
	text-decoration:none;
}

table.manage_custom_post_type_onomies td.name {
	color:#666;
}

table.manage_custom_post_type_onomies td.registered_custom_post_type_onomy { font-weight:bold; }
table.manage_custom_post_type_onomies td.registered_custom_post_type_onomy.error { color:red; }
table.manage_custom_post_type_onomies td.registered_custom_post_type_onomy.attention { color:#d54e21; }
table.manage_custom_post_type_onomies td.registered_custom_post_type_onomy.working { color:#457800; }

table.manage_custom_post_type_onomies td.registered_custom_post_type_onomy a { 
	font-size:0.95em;
	font-weight:normal;
	}
	

table.manage_custom_post_type_onomies .none {
	color:#666;
	font-style:italic;
	padding-top:9px;
	padding-bottom:0;
	border-bottom:0;
}

table.manage_custom_post_type_onomies .add {
	padding-top:9px;
	padding-bottom:2px;
	border:0;
}

table.manage_custom_post_type_onomies .add a {
	display:block;
	background:url(../images/add.png) 10px center no-repeat #21759b;
	float:left;
	width:auto;
	padding:8px 11px 7px 26px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
table.manage_custom_post_type_onomies .add a:hover {
	background-color:#145f82;
}




#custom-post-type-onomies-edit-custom-post-type .inside {
	padding-top:0;
	padding-bottom:0;
}

.edit_custom_post_type_message {
	display:block;
	background:url(../images/working.png) 15px 12px no-repeat #e6eae1;
	background-image:url(../images/working.png);
	background-position:13px center;
	background-repeat:no-repeat;
	background-color:#e6eae1;
	min-height:22px;
	padding:0 15px 12px 44px;
	margin:9px 0 7px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#457800;
	border:1px solid #c7cfbd;
	font-weight:bold;
}

.edit_custom_post_type_message.information,
.edit_custom_post_type_message.inactive {
	background-image:url(../images/inactive.png);
	background-color:#eee;
	color:#333;
	border-color:#ccc;
	}

.edit_custom_post_type_message.information { background-image:url(../images/information.png); }

.edit_custom_post_type_message.attention {
	background-image:url(../images/attention.png);
	background-color:#f2ebe6;
	color:#d54e21;
	border-color:#e2caba;
	}
.edit_custom_post_type_message.attention a { color:#8a2a0a; }
	
.edit_custom_post_type_message p {
	margin:0;
	padding:3px 0 0 0;
	padding:13px 0 0 0;
}
.edit_custom_post_type_message.attention p {
	padding-top:13px;
}



table.edit_custom_post_type {
	width:100%;
	height:auto;
	background:#f0f5f9;
	margin:0 0 7px 0;
	padding:10px 10px 0 10px;
	border:1px solid #d4dade;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:left;
}

table.edit_custom_post_type table {
	width:100%;
	height:auto;
	background:none;
	margin:0;
	padding:0;
	border:0;
}

table.edit_custom_post_type td {
	width:auto;
	height:auto;
	background:none;
	margin:0;
	padding:0 0 10px 0;
	border:0;
	vertical-align:top;
}
table.edit_custom_post_type td.group {
	padding-bottom:0;
}
table.edit_custom_post_type table.checkbox td, table.edit_custom_post_type table.radio td {
	width:50%;
	padding-bottom:0;
}

table.edit_custom_post_type td.label {
	width:14%;
	font-weight:bold;
	font-size:1.1em;
	line-height:normal;
	padding-top:2px;
	padding-right:15px;
	color:#0f5372;
}
table.edit_custom_post_type table td.label {
	width:16%;
	font-size:1em;
	line-height:1.2em;
	color:#000;
	padding-top:3px;
}

table.edit_custom_post_type .advanced_message {
	display:block;
	font-weight:bold;
	padding-top:4px;
	padding-bottom:12px;
	line-height:1.3em;
}
table.edit_custom_post_type .advanced_message a { font-weight:normal; }
table.edit_custom_post_type .advanced_message .show_advanced {
	cursor:pointer;
	text-decoration:underline;
	color:#21759b;
}
table.edit_custom_post_type .advanced_message  .close_advanced {
	display:block;
	background:url(../images/close_advanced.png) 10px center no-repeat #dbecf9;
	text-align:left;
	padding:11px 10px 9px 30px;
	color:#21759b;
	font-weight:bold;
	text-align:underline;
	cursor:pointer;
	border:1px solid #21759b;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

table.edit_custom_post_type input[type="text"], table.edit_custom_post_type select, table.edit_custom_post_type textarea {
	width:100%;
	margin:0;
}
table.edit_custom_post_type input[type="text"] {
	padding:3px;
}

table.edit_custom_post_type input[type="checkbox"], table.edit_custom_post_type input[type="radio"] {
	margin-right:5px;
}

input#custom-post-type-onomies-custom-post-type-name.inactive { color:#666; }

table.edit_custom_post_type span.description {
	display:block;
	margin:0;
	padding:2px 0 0 0;
}

table.edit_custom_post_type .reset_property {
	font-style:normal;
	text-decoration:underline;
	cursor:pointer;
	color:#21759b;
}

/* errors */
table.edit_custom_post_type input.error, table.edit_custom_post_type select.error {
	border-color:red;
}

table.edit_custom_post_type label.error {
	display:block;
	padding:2px 0 0 0;
	color:red;
}

