.ui-table {
	border-collapse:collapse;
	border: 1px solid #ccc;
	margin-top: 10px;
}

.ui-table thead tr {
	/*background: transparent url('https://www.mutualofomaha.com/images/table_hdr_bg.jpg') repeat-x top left;*/
	background: #e9edf0; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 10%, #e9edf0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#ffffff), color-stop(100%,#e9edf0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 10%,#e9edf0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 10%,#e9edf0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 10%,#e9edf0 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 10%,#e9edf0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9edf0',GradientType=0 ); /* IE6-9 */
	color: #093157;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #ccc;
}

.ui-table th {
	padding: 5px 5px 5px 8px;
	border-right: 1px solid #ccc;
}

.ui-table-sortable:hover {
	background: transparent url('https://www.mutualofomaha.com/images/sortable.gif') center right no-repeat;
}

.ui-table-sort-up, .ui-table-sort-up:hover {
	background: transparent url('https://www.mutualofomaha.com/images/sort_asc.gif') center right no-repeat;
}

.ui-table-sort-down, .ui-table-sort-down:hover {
	background: transparent url('https://www.mutualofomaha.com/images/sort_desc.gif') center right no-repeat;
}

.ui-table td {
	border: 1px solid #ccc;
	padding: 12px;
}

.ui-table td.header {
	background: #e3e3e3;
	padding: 6px;
}

.ui-table tr.ui-rows-even {
	background: #f3f3f3;
}

.ui-table-controls {
	width: 498px;
	padding: 8px 0;
	font-size: 11px;
	text-align: right;
	color: #666;
}

.ui-table-controls span {
	padding: 5px;
	vertical-align: middle;
}

.ui-table-control-page {
	color: #2389DD;
}

.ui-table-control-next, .ui-table-control-prev {
	background-color: #E8E8E8;
	background-image: -moz-linear-gradient(top,#FAFAFA,#DADADA);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#FAFAFA),to(#DADADA));
	border: 1px solid #BBB;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	list-style: none;
	margin: 0;
	padding: 5px;
	vertical-align: middle;
	font-weight: bold;
	color: #333;
	cursor:pointer;
}

.ui-table-controls-disabled {
	color: #999;
}


.ui-table-controls-results {

}

.ui-table-export {
	float: right;
	margin-bottom: 5px;
}

.ui-table-export-link {
	background: transparent url('https://www.mutualofomaha.com/images/icons/icon_table_save.gif') center center no-repeat;
	width: 15px;
	height: 15px;
	display: block;
}

.ui-table-export-link span {
	display: none;
}


/* A QUICK FIX FOR THE TABS IN IE FOR SPA APPLICATIONS. MICHAEL E. 01/18/13*/
#tabs .ui-tabs-nav {
	background: #f6f6f6;
}

@media (max-width:460px) {
	.ui-table-controls-results {
		display: block;
	}
}
