/*
	Styles for table widgets inside other elements
*/

/* mini-table theme */
.ui-table.mini-table {
	width: 100%;
}

.ui-table.mini-table.no-footer {
	position: relative;
}

.ui-table.mini-table th {
	background: none;
	border-right: none;
	vertical-align: bottom;
	text-align: left;
	text-transform: uppercase;
	border-bottom: none;
	font-size: 10px;
	color: #094A85;
	text-shadow: none;
	font: "Helvetica", "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	padding-top: 0;
	padding-bottom:8px;
	/* remove gradient filter for ie */
	filter:none;
}

.ui-table.mini-table .table-head-wrap {
	height: 24px;
	border-bottom: 1px solid #ccc;
	background: none;
	filter: none;
}

.ui-table.mini-table .table-content-wrap {
	top: 28px;
	bottom: 0;
	overflow: hidden;
}

.ui-table.mini-table .ui-table-content tr {
	border-bottom: 1px dotted #ccc;
	height: 50px;
}

.ui-table.mini-table table th:active{
	background: none;
}

.ui-table.mini-table th, .ui-table.mini-table td {
	padding-left: 0px;
	padding-right: 0px;
}