.table-morecondensed>thead>tr>th,
.table-morecondensed>tbody>tr>th,
.table-morecondensed>tfoot>tr>th,
.table-morecondensed>thead>tr>td,
.table-morecondensed>tbody>tr>td,
.table-morecondensed>tfoot>tr>td{ padding: 1px; border: none; }
/*  background-color:#fcfff7;} */

.table-morecondensed {margin-bottom: 5px; }

.fthi {color:red;font-size:8px;}
.ftlo {color:green;font-size:8px;}
.ft {color:blue;font-size:8px;}
.ftl {text-align:left;color:blue;font-size:8px;display:inline-block;width:20%;white-space:nowrap;}
.ftm {text-align:middle;font-size:10pt;display:inline-block;width:50%;white-space:nowrap;}
.ftr {text-align:right;color:blue;font-size:8px;display:inline-block;width:20%;white-space:nowrap;}

.displaynone {
	display:none;
}

.bluefont {
	color: #4c6da3;
}

#wrap {
	min-height: 100%;
	height: auto;
	/* Negative indent footer by its height */
	margin: 0 auto -60px;
	/* Pad bottom by footer height */
	padding: 0 0 60px;
}

#footer {
	height: 60px;
	background-color: #f5f5f5;
	padding-top: 20px;
}

.alert {
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: block;
}

.hideOverflow {
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
