/* tables */
.managetitles{
	
}
.tabs {
  
	float: none;
	list-style: none;
	position: relative;
	padding: 0;
	margin: 15px auto;
	position: absolute;
	z-index: 100;
	margin-left: 15px;
     
}
.tabs li{
	float: left;
	padding:10px;
	color #000;
	background: #FFF;
	border: 1px solid #FF9934;
	margin-right:10px;
	cursor: pointer; cursor: hand;

}

.tabselected{
	
	border-bottom :2px solid #FFF!important;
}

.tab-content{
	border:2px solid #FF9934 ;
	margin-top: 51px;
	padding:10px;
	padding-bottom :35px;
	
	
}
table.tablesorter {
	/*font-family:'Calibri Regular','Calibri';
	background-color: #EEEEEE;*/
	margin:0px 0pt 15px;
	/*font-size: 8pt;*/
	width: 100%;
	
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #F9F9F9;
	/*border: 1px solid #FFF;*/
	/*font-size: 8pt;*/
	padding: 4px;
	/*color:#FFF;*/
	border:1px solid #ddd;
	border-left:0px;
	padding:10px;
	border-collapse:collapse;
}
table.tablesorter thead tr .header, table.tablesorter thead tr .tablesorter-header {
	background-image: url("../images/tablesorter_bg.gif");
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	/*background-color: #F6F6F6;*/
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F9F9F9;
}
.tablesorter-headerAsc {
	background-image: url("../images/tablesorter_asc.gif") !important;
	background-position: center right;
	background-repeat: no-repeat;
}
.tablesorter-headerDesc {
	background-image: url("../images/tablesorter_desc.gif") !important;
	background-position: center right;
	background-repeat: no-repeat;
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
}

.tablesorter-filter-row td {
	/*background: #eee;*/
	line-height: normal;
	text-align: center; /* center the input */
	-webkit-transition: line-height 0.1s ease;
	-moz-transition: line-height 0.1s ease;
	-o-transition: line-height 0.1s ease;
	transition: line-height 0.1s ease;
	padding: 2px;
}
/* optional disabled input styling */
.tablesorter-filter-row .disabled {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: not-allowed;
}

/* hidden filter row */
.tablesorter-filter-row.hideme td {
	/*** *********************************************** ***/
	/*** change this padding to modify the thickness     ***/
	/*** of the closed filter row (height = padding x 2) ***/
	padding: 2px;
	/*** *********************************************** ***/
	margin: 0;
	line-height: 0;
	cursor: pointer;
}
.tablesorter-filter-row.hideme .tablesorter-filter {
	height: 1px;
	min-height: 0;
	border: 0;
	padding: 0;
	margin: 0;
	/* don't use visibility: hidden because it disables tabbing */
	opacity: 0;
	filter: alpha(opacity=0);
}

/* filters */
.tablesorter-filter {
	width: 95%;
	height: inherit;
	margin: 4px;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #bbb;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: height 0.1s ease;
	-moz-transition: height 0.1s ease;
	-o-transition: height 0.1s ease;
	transition: height 0.1s ease;
}


.showhidebtns{
	
	display:none;
}

.summary{
	width:100%;
	text-align:center;
	border:1px solid #FF9934;
}

.popshowhide{
	position:fixed;
	top:0px;
	float:right;
}

.pagerSavedHeightSpacer{
	height:auto !important;	
}

tablesorter-headerRow {
	cursor: pointer;
}
