div.table-arrow-up {
        width: 0;
        height: 0;
        float: left;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-bottom: 4px solid gray;
        margin-left: 5px;
        margin-top: 7px;
        overflow: hidden;
    	white-space: nowrap;
}

div.table-arrow-down {
        width: 0;
        height: 0;
        float: left;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid gray;
        margin-left: 5px;
        margin-top: 7px;
        overflow: hidden;
    	white-space: nowrap;
}

table.ia-table {
	border-collapse: collapse; 
	width: 100%;
	table-layout:fixed;
	}

table.ia-table tr {
	background-color: #ffffff; 
	border-bottom:solid 1px #dedede;
	vertical-align: top;
	}
	
table.ia-table tr:hover {
	background-color: #eff7ff;
	border-bottom:solid 1px #dedede;
	vertical-align: top;
	}
	
table.ia-table-header {
	border-collapse: collapse; 
	width: 100%;
	font-weight: bold;
	}
	
table.ia-table tr td {
	padding-bottom:4px; 
	padding-top: 4px;
	}
	
table.ia-table-header tr td {
	padding-bottom:4px; 
	padding-top: 4px;
	padding-left: 0px;
	height: 15px;
	}
	
div.ia-table-column {
	float: left;
	}
	
div.ia-table-data {
	margin-right: 5px; 
	padding-top:2px; 
	cursor: pointer;
	word-wrap:break-word;
	}
	
div.ia-table-data-nowrap {
	margin-right: 5px;
	padding-top:2px; 
	cursor: pointer;
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
	}
	
div.ia-table-column a {
	text-decoration: none;
	}
	
div.ia-table-section {
    padding-top: 10px;
    clear: both;
    }
        
div.ia-table-count {
	padding-right:10px;
	}
	
div.ia-table-search-box {
	clear: both; 
	padding-top: 0px; 
	padding-bottom: 0px;
	}
	
div.ia-table-nav-box {
	padding-top: 2px; 
	float: right;
	}



	
button.navigate-left {
	width: 30px;
	height: 25px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
    }
    
button.navigate-right {
    width: 30px;
	height: 25px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
	}

	
button.select-all-selected {
	background-image: url(../images/select.gif); 
	background-repeat: no-repeat; 
	background-position: center center; 
	width: 55px;
	height: 25px;
	}
	
button.select-all-unselected {
	background-image: url(../images/unselect.gif); 
	background-repeat: no-repeat; 
	background-position: center center; 
	width: 55px;
	height: 25px;
	}