.divider {
	margin-top: 40px;
}
/*.button {
	background-color: #3f3f3f;
	background-image: -moz-linear-gradient(  top,  rgba(255,255,255,0.0) 0%,  rgba(255,255,255,0.1) 50%);
	background-image: -webkit-gradient(  linear, left top, left bottom,  color-stop(100%, rgba(255,255,255,0.0)),  color-stop(50%, rgba(255,255,255,0.1)));
	border: 1px solid #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 0 rgba(139,139,139,1) inset, 0 1px 0 rgba(88,88,88,1);
	-moz-box-shadow: 0 1px 0 rgba(139,139,139,1) inset, 0 1px 0 rgba(88,88,88,1);
	box-shadow: 0 1px 0 rgba(139,139,139,1) inset, 0 1px 0 rgba(88,88,88,1);
	cursor: pointer;
	display: inline-block;
	margin: 10px;
	padding: 0 10px;
	color: #eaeaea;
	font-size: 12px;
	line-height: 30px;
	text-decoration: none;
	white-space: nowrap;
}
.button:hover {
	background-color: #6495ed;
	-webkit-box-shadow: 0 0 3px #6495ed;
	-moz-box-shadow: 0 0 3px #6495ed;
	box-shadow: 0 0 3px #6495ed;
}*/
.myTableWrapper {
	width: 800px;
	height: 500px;
}
.fancyTable td, .fancyTable th {
	/* appearance */
	border-right: 1px solid #a9b5c7; border-bottom: 1px solid #a9b5c7;
	/* size */
	vertical-align:middle;
	padding: 5px;
}
.fancyTable {
	/* text */
	width:100%;
 /*	 font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; */
}
.fancyTable tbody tr td {
	/* appearance */
	background-color: #eef2f9;
	
	/* text */
	color: #262c31; text-align:center;
	font-size: 11px;
}
.myTable01.fht-table.fht-table-init { position: relative; top: 7px;}

.fancyTable tbody tr td.leftHeader{background-color:#0070bb !important; color:#fff !important;}
.fancyTable tbody tr.odd td {
	/* appearance */
	background-color: #d6e0ef;
	
}
.fancyTable thead tr th, .fancyTable tfoot tr td {
	/* appearance */
	background-color: #0070bb;
	text-align: center;
	min-width:125px;	
	/* text */
	color: #fff;   
	font-size: 14px;
	font-weight: normal;
}
/* Fancy Dark Table */	
.fancyDarkTable .numeric {
	/* text */
	text-align: center;
}
.fancyDarkTable td, .fancyDarkTable th {
	border: 1px solid #000000;
	padding: 5px;
}
.fancyDarkTable thead tr th {
	padding: 10px 5px 10px 5px;
}
.fancyDarkTable {
	/*border-collapse: separate;*/
	
	/* text */
}
.fancyDarkTable tbody tr td {
	/* appearance */
	background-color: #48535e;
	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: #22272e;
	border-top-color: #708090;
	border-right-color: #000;
	border-left-color: #3c454f;
	/* 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: #3c454f;
	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: #000;
}
.fancyDarkTable thead tr th, .fancyDarkTable tfoot tr td {
	/* appearance */
	background-color: #0b0d10;
	background-image: -moz-linear-gradient(  top,  rgba(255,255,255,0.4) 0%,  rgba(255,255,255,0.2) 50%,  rgba(255,255,255,0.1) 51%,  rgba(255,255,255,0.0) 100%);
	background-image: -webkit-gradient(  linear, left top, left bottom,  color-stop(0%, rgba(255,255,255,0.4)),  color-stop(50%, rgba(255,255,255,0.2)),  color-stop(51%, rgba(255,255,255,0.1)),  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 5px 10px #000;
	z-index: 1;
	position: relative;
}
  .firstColumn {
		height: 70px !important;
		}
		.firstColumn span{display:block; font-size:13px;}
		.headerrow2 th{background-color:#0070bb !important; color:#fff !important;}
		.headerrow2 span span{display:block; font-size:12px;}
		
.fht-tbody .myTable01.fht-table.fht-table-init	.headerrow2 th {
    background-color: #0070bb !important;
    color: #fff !important;
    height: 40px !important;
}

.fht-thead .fht-table.myTable01	.headerrow2 th {
    background-color: #0070bb!important;
    color: #fff !important;
    height: 47px !important; /* 47 */
}

.customTable .fht-table-wrapper .fht-fixed-column .fht-tbody  {border-top:1px solid #a9b5c7; margin-top:1px!important;  }  

		
		
		