/*!
* jquery.fixedHeaderTable. The jQuery fixedHeaderTable plugin
*
* Copyright (c) 2009 Mark Malek
* http://fixedheadertable.mmalek.com
*
* Licensed under MIT
* http://www.opensource.org/licenses/mit-license.php
*
* Launch  : October 2009
* Version : beta 0.1
* Released: TBA
*/

/***********/
/* CONTENT */
/***********/

#milestones .fht_fixed_header table thead tr th, #milestones .fht_fixed_header table thead tr th a, #milestones .fht_table_body table thead tr th, #milestones .fht_table_body table thead tr th a, #milestones .fht_table_body table tbody tr td, #milestones table thead tr th, #milestones table thead tr th a, #milestones table tbody tr td, #milestones table tbody tr td a {
	font-size:12px;
	color:#222;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
}

#milestones .fht_fixed_header table thead tr th, #milestones .fht_fixed_header table thead tr th a, #milestones .fht_fixed_header table thead tr th a:hover, #milestones .fht_table_body table thead tr th, #milestones .fht_table_body table thead tr th a, #milestones .fht_table_body table thead tr th a:hover, #milestones table thead tr th, #milestones table thead tr th a, #milestones tbody th {
	font-size:12px;
	color:#fff;
	text-align:center;
}

#milestones .fht_fixed_header #milestones table thead tr th a:hover, #milestones .fht_table_body table thead tr th a:hover {
    text-decoration: underline;
}

#milestones .fht_fixed_header table thead tr th, #milestones .fht_table_body table thead tr th, #milestones table thead tr th {
	text-align:left;
}

#milestones .fht_table_body table tbody tr td, #milestones table tbody tr td {
	font-weight:normal;
	color:#666;
}

#milestones .fht_table_body table tbody tr td, #milestones table tbody tr td {
	font-size:14px;
	color: #476788 !important;
}

/***************/
/* END CONTENT */
/***************/


/**********/
/* LAYOUT */
/**********/

#milestones .fht_table_body tbody, #milestones .fht_table_body thead, #milestones table tbody, #milestones table thead {
    margin: 0 !important;
    padding: 0 !important;
}

#milestones .fht_loader {
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	background:#fff url('images/loadingdata.png') no-repeat center center;
	z-index:1;
	top:0;
	left:0;
	border:1px solid #333;
}

#milestones .fht_fixed_header {
	width:100%;
	overflow-x: hidden;
	position:relative;
	background:#19398a;
}

#milestones .fht_table_body {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
	overflow-y:auto;
	overflow-x:hidden;
	background:#19398a;
}

#milestones .fht_table_body th, #milestones .fht_table_body td, #milestones .fht_fixed_header th, #milestones th, #milestones td {
    border-left: 1px solid #c2c3c4;
    border-right: 1px solid #c2c3c4;
}

#milestones .fht_fixed_header th.first-cell, #milestones th.first-cell {
    border-left-color: #19398A;
}

#milestones .fht_fixed_header th.last-cell, #milestones th.last-cell {
    border-right-color: #19398a;
}

#milestones .fht_table_body table thead tr th, #milestones .fht_table_body table tbody tr td, #milestones .fht_fixed_header table thead tr th, #milestones table thead tr th, #milestones table tbody tr td {
    padding: 2px 5px;
    line-height: 16px;
}

#milestones .fht_table_body table thead tr th, #milestones .fht_fixed_header table thead tr th, #milestones table thead tr th {
    padding: 2px 5px;
    /* cursor: pointer; */
}

#milestones .fht_table_body table tbody tr, #milestones table tbody tr {
	background:#D8D9DA;
}

#milestones .fht_table_body table tbody tr.odd, #milestones table tbody tr.odd {
	background:#d5e2f0;

}

#milestones .fht_table_body th a, #milestones .fht_fixed_header th a, #milestones table thead th a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
}

#milestones .empty-cell {

    overflow:hidden;
}

/**************/
/* END LAYOUT */
/**************/