/* table filter */
#nocol .sortable {
	cursor:pointer;
	background-image:url("../images/icons/sortable.gif");
	background-position:center right;
	background-repeat:no-repeat;
	padding-right:12px;
}
#nocol .sorted-asc {
	background-image:url("../images/icons/sorted_up.gif");
	background-position:center right;
	background-repeat:no-repeat;
}
#nocol  .sorted-desc {
	background-image:url("../images/icons/sorted_down.gif");
	background-position:center right;
	background-repeat:no-repeat;
}
#nocol  .filtered {
	background-image:url("../images/icons/filter.gif");
	background-position:center right;
	background-repeat:no-repeat;
}
#nocol  .lightSortable {
	background-color: #cccccc;
}
#nocol  .sorted-col {
	background-color: #F0EfEf;
}
#nocol  .filter {
	font-size:smaller;
}
#nocol  .filterRow {
	padding-right:12px;
}
#nocol  a {
	cursor:pointer;
}

#nocol  .menu {
	position:absolute;
	z-index:1000;
	display: none;
}
#nocol  .menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  }
#nocol  .menu li {
	position: relative;
	width : 130px;
	padding: 2px 2px 2px 4px;
	cursor: pointer;
}
#nocol  .menu li ul {
	display: none;
	position: absolute; 
	bottom: -1px;
	left: 136px;
  }
#nocol  .menu li.over > ul { 
	display: block; 
}
#nocol  .menu li.submenu td { 
	padding-left:10px;
}

#nocol .tab1 { 
	width:160px !important;
}


#nocol .tab2 { 
	width:35px !important;
}

#nocol .tab3 { 
	width:75px !important;
}


#nocol .tab4 { 
	width:140px !important;
	font-size:11px;
}

#pageCurrent, #pageRecords { 
	background:#c70800;
	color:#ffffff;
	font-weight:bold;
	border:1px solid #ffffff;
	font-size:14px;
}
#p_base { }