.sw_qbox {
	padding: 2px;
}

.alpha_pagination {
	margin-bottom: 15px;
	text-transform: uppercase;
}

table {
	border-collapse:collapse;
}

.TableImgOrder{
	display:inline;	
	border: 0px;
	text-decoration: none;
}

th.text a, td.text a {
margin-left:1px;
}

.current_page{
	font-weight:bold;
	color: blue;
}

.alignRight{
	text-align:right;
}

.alignLeft{
	text-align:left;
}

.alignCenter{
	text-align:center;
}

.div_search_form{
	margin: 4px 0px 0px 0px;
	border: none;
}

.div_search{
	position:relative;float:left;
}

.div_pagination{
	position:relative;float:right;
	margin: 6px 0px 0px 0px;

}

#filtertag{
	
}

.filter_button{
	background: url(../images/search.gif) no-repeat ;
	width:23px;
	height:24px;
	cursor: pointer;
	border:none;
	padding: 3px 3px 3px 2px;
	margin-left: 6px;
}

.records th {
	font-weight:normal;
	font-size: 11px;	

}

.records tr {
	background:#EFEFEF none repeat scroll 0 0;
}

.records tr.highlight {
	background:#FFFFFF none repeat scroll 0 0;
}
 
 
.records tr.highlight_classover {
	background:#CCCCCC none repeat scroll 0 0;
}
  
.records tr.classover {
	background:#FFFFFF none repeat scroll 0 0;
}  
  
 
.records thead th {
	background:#FFFFFF none repeat scroll 0 0;
	font-size:13px;
	font-weight:bold;
}


.records tfoot td {
	background:#FFFFFF none repeat scroll 0 0;
}


.records tr.th_row td {
	background:#FFFFFF none repeat scroll 0 0;
}


/* class used when searhing and highlighting results */
.hl0{
	background:#FFFF99;
}

.hl1{
	background:#99FFFF;
}

.hl2{
	background:#E7E8DD;
}

.hl3{
	background:#10FF26;
}

.hl4{
	background:#C1C12E;
}

.hl5{
	background:#FFA2F6;
}

.hl6{
	background:#FF7F79;
}

.hl7{
	background:#99CB99;
}


.hl8{
	background:#F1DDF1;
}

.hl9{
	background:#E4AAB8;
}


.overflow {
	text-overflow: ellipsis; 
	-o-text-overflow: ellipsis; 
	-icab-text-overflow: ellipsis; 
	-khtml-text-overflow: ellipsis; 
	-moz-text-overflow: ellipsis; 
	-webkit-text-overflow: ellipsis;
	overflow-x: hidden;
	overflow-y: hidden;
	white-space:nowrap;
	margin-right:5px; 
}

