.fht-table,
.fht-table thead,
.fht-table tfoot,
.fht-table tbody,
.fht-table tr,
.fht-table th,
.fht-table td {
	/* position */
    margin: 0;
    
    /* size */
	padding: 0;

	/* text */
	font-size: 90%;
	font: inherit;
	vertical-align: top;
	}

.fht-table {
	/* appearance */
    border-collapse: collapse;
    border-spacing: 0;
	}

/* @end */

/* @group Content */

.fht-table-wrapper,
.fht-table-wrapper .fht-thead,
.fht-table-wrapper .fht-tfoot,
.fht-table-wrapper .fht-fixed-column .fht-tbody,
.fht-table-wrapper .fht-fixed-body .fht-tbody,
.fht-table-wrapper .fht-tbody {
	/* appearance */
	overflow: hidden;
	
	/* position */
	position: relative;
	}

	.fht-table-wrapper .fht-fixed-body .fht-tbody,
	.fht-table-wrapper .fht-tbody {
		/* appearance */
	    overflow: auto;
		height:250px;
		padding-top:5px;
		}

		.fht-table-wrapper .fht-table .fht-cell {
			/* appearance */
			overflow: hidden;
			
			/* size */
		    height: 1px;
			}
	
	.fht-table-wrapper .fht-fixed-column,
	.fht-table-wrapper .fht-fixed-body {
	    /* position */
	    top: 0;
	    left: 0;
	    position: absolute;
		
	    }
	    
	.fht-table-wrapper .fht-fixed-column {
	    /* position */
	    z-index: 1;
	    }

/* @end */



#buildTable {
	margin-top: 20px;
	}
	
#tablePlaceholder {
	margin-top: 40px;
	}

.table_options {
	/* appearance */
	background-color: #252525;
	background-image: -moz-linear-gradient(
		top,
		rgba(255,255,255,0.05) 20%,
		rgba(255,255,255,0.0) 80%);
	
	background-image: -webkit-gradient(
		linear, left top, left bottom,
		color-stop(20%,rgba(255,255,255,0.05)),
		color-stop(80%,rgba(255,255,255,0.0)));
	border: 1px solid #000000;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.75);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.75);
	box-shadow: 0 5px 10px rgba(0,0,0,0.75);
	overflow: hidden;
	
	/* size */
	padding: 10px 0;
	
	}
	h2 {
		/* text */
		color: #dadada;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		text-shadow: 0 -1px 1px #000000;
		}
	.table_options fieldset {
		/* appearance */
		border: none;
		
		/* size */
		padding: 5px 0;
		
		/* text */
		text-align: right;
		}
		.table_options label {
			/* size */
			padding: 0 10px 0 0;
			
			/* text */
			color: #b2b2b2;
			font-size: 12px;
			text-shadow: 0 -1px 1px #000000;
			
			}
		.table_options input,
		.table_options input:focus {
			/* appearance */
			background-color: #1f1f1f;
			border: 1px solid #000000;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			-webkit-box-shadow: 0 1px 1px rgba(63,63,63,1), 0 1px 3px rgba(0,0,0,1) inset;
			-moz-box-shadow: 0 1px 1px rgba(63,63,63,1), 0 1px 3px rgba(0,0,0,1) inset;
			box-shadow: 0 1px 1px rgba(63,63,63,1), 0 1px 3px rgba(0,0,0,1) inset;
			
			/* size */
			padding: 8px 5px;
			width: 50px;
			
			/* text */
			color: #fff;
			}
		.table_options input:focus {
			outline: 1px solid #fff;
			}
			
			
			
			
/* Fancy Dark Table */	
.fancyDarkTable .numeric {
	/* text */
	text-align: right;
	}

.fancyDarkTable td, .fancyDarkTable th {
	border: 1px solid #000000;
	padding: 5px;
}

.fancyDarkTable thead tr th {
	padding: 10px 5px 10px 5px;
	}

.fancyDarkTable {
	/*border-collapse: separate;*/
	
	/* text */
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}

.fancyDarkTable tbody tr td {
	/* appearance */
	background-color: #3f3f3f;
	background-image: -moz-linear-gradient(
		top,
		rgba(255,255,255,0.0) 0%,
		rgba(255,255,255,0.02) 100%);
	
	background-image: -webkit-gradient(
		linear, left top, left bottom,
		color-stop(0%,rgba(255,255,255,0.0)),
		color-stop(100%,rgba(255,255,255,0.02)));
	border-bottom-color: #2f2f2f;
	border-right-color: #2f2f2f;

	/* size */
	padding: 10px 5px 30px 5px;

	/* text */
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-shadow: 0 -1px 1px #000000;
	}

.fancyDarkTable tbody tr.odd td {
	/* appearance */
	background-color: #464646;
	background-image: -moz-linear-gradient(
		top,
		rgba(255,255,255,0.0) 0%,
		rgba(255,255,255,0.02) 100%);
	
	background-image: -webkit-gradient(
		linear, left top, left bottom,
		color-stop(0%,rgba(255,255,255,0.0)),
		color-stop(100%,rgba(255,255,255,0.02)));
	border-right-color: #2f2f2f;
	}

.fancyDarkTable thead tr th,
.fancyDarkTable tfoot tr td {
	/* appearance */
	background-color: #151515;
	background-image: -moz-linear-gradient(
		top,
		rgba(255,255,255,0.05) 0%,
		rgba(255,255,255,0.0) 100%);
	
	background-image: -webkit-gradient(
		linear, left top, left bottom,
		color-stop(0%,rgba(255,255,255,0.05)),
		color-stop(100%,rgba(255,255,255,0.0)));
		
	/* text */
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 0 -1px 1px #000;
	}
	
.fancyDarkTable .fht-head {
	-webkit-box-shadow: 0 -1px 0 #3f3f3f;
	-moz-box-shadow: 0 -1px 0 #3f3f3f;
	box-shadow: 0 -1px 0 #3f3f3f;
	z-index: 1;
	position: relative;
	}