/**
 * Css for Taxonomy Toolkit.
 * 
 * @since 1.0
 */

#fofott-main{
	margin-top: 15px;
}

.fofott-mini-heading {
	margin: 5px 0 5px 0;
	font-weight: bold;
}

.fofott-clear {
	clear: both;
}

#fofott-post-search-form input {
	display: inline-block;
	float: left;
}

#fofott-post-search-form{
	float: right;
}

.fofott-th-left,
.fofott-th-mid,
.fofott-th-right {
	position: relative;
	text-align: left;
}

li.fofott-wp-term {
	display: inline-block;
	white-space: nowrap;
	padding: 0;
	margin: 5px 0px;
}


.fofott-term-handle{
	text-decoration: none;
	border-radius: 3px;
	border: 1px solid #CCCCCC;
	padding: 3px 3px;
	margin: 2px 1px;
	color: #124964;
}

.fofott-term-handle-selected{
	text-decoration: none;
	border-radius: 3px;
	border: 1px solid #CCCCCC;
	padding: 3px 3px;
	margin: 2px 1px;
	color: #124964;
	background-color: #A9A9A9;
}

.fofott-term-handle:hover,
.fofott-term-handle-selected:hover {
	color: #124964;
	background-color: #A9A9A9; 
}

.fofott-term-handle-disabled {
	text-decoration: none;
	border-radius: 3px;
	border: 1px solid #CCCCCC;
	padding: 3px 3px;
	margin: 2px 1px;
	color: #000;
}

.fofott-term-handle-disabled:hover{
	color: #000;
}

.fofott-term-block ul {
	padding: 0px;
	margin: 3px 0px;
}

span.fofott-term-handle-minus {
	width: 15px;
	background: url(images/closer.png) transparent no-repeat 0px -2px;
	cursor: pointer;
	text-indent: -9999px; 
	overflow: hidden;
	position: absolute;
	line-height: 10px;
	margin-top: 3px;
}

.fofott-inner-table p.fofott-term-block-title {
	display: none;
}

.fofott-hidden {
	display: none;
}

.fofott-paging {
	width: 100%;
	text-align: center;
}

.fofott-page-no {
	padding: 0 3px 0 3px;
}

#fofott-post-taxos .fofott-term-block {
	float: left;
	display: inline-block;
	width: 25%;
}

.fofott-error-message {
	border-radius: 3px;
	border: 3px solid #FF93A3;
	padding: 5px 3px 5px 10px;
	background-color: #FFEFB7;
}

table.fofott-effected-taxonomies td {
	position: relative;
}

.fofott-disabled {
	position: absolute;
	width: 101%;
	height: 102%;
	margin-top: -5px;
	margin-left: -7px;
	opacity: 0.30;
	background-color: #000;
}

.fofott-new-terms-handle {
	font-weight: bold;
	border-radius: 1px;
	border: 1px solid #CCCCCC;
	padding: 1px 2px;
	margin: 1px 1px;
	color: #000;
}

.fofott-new-terms-handle:hover {
	color: #124964;
	background-color: #A9A9A9;
}

a.fofott-pressed {
	opacity: 0.65;
}

.fofott-page-no,
.fofott-page-no:hover {
	text-decoration: none;
	border-radius: 3px;
	border: 1px solid #CCCCCC;
	padding: 3px 3px;
	margin: 2px 1px;
	color: #124964;
	font-size: 15px;
}

span.fofott-page-no,
span.fofott-page-no:hover {
	text-decoration: none;
	border-radius: 3px;
	border: 1px solid #CCCCCC;
	padding: 3px 3px;
	margin: 2px 1px;
	color: #124964;
	background-color: #A9A9A9;
	font-size: 17px;
}

.fofott-edit-box label{
	display: inline-block;
	width: 90px;
}

.fofott-edit-box input{
	width: 175px;
}

div input.fofott-post-selector-header {
	margin-left: -1px;
}

.fofott-taxo-apply-button {
	border: 1px solid #000;
	display: inline-block;
	background-color: #278AB7;
	background-image: linear-gradient(to bottom, #2E9FD2, #21759B);
	box-shadow: inset 0px 1px 0px rgba(120, 200, 230, 0.600);
	color: #fff;
	border-radius: 2px;
}

/*.fofott-delete-warning{
	position: absolute;
	top: 50%;
	left: 25%;
	height: 100px;
	width: 250px;
	border: 1px solid #000;
	background-color: #fff;
	padding: 3px 5px 3px 5px;
}*/
