/* { ----------------- TABLE -------------------- */
.wrap_table {
	padding: 5px;
}

.table {
	/*border-top: 1px solid #90BBD5;
	border-left: 1px solid #90BBD5;
	border-right: 16px solid #527487;
	border-bottom: 2px solid #90BBD5;*/
	background: white;
	border-collapse: collapse;
	width: 100%;
}

.table td {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
}
.table a:link, .table a:visited, .table a:active{
	font-weight: bold;
	text-decoration: none;
	color: black;
	border-bottom:1px dotted black;
}

.table a:hover {
	/*text-decoration: underline;*/
	border-bottom:1px solid black;
}

.t_head {
	padding-top: 1px;
	vertical-align: middle;
	height: 22px;
	font-size:11px;
}

.t_htd {
	border: 1px solid #527487;
	padding: 5px;
	color: #EDF4F8;
	text-align: center;
	background: #527487;
	font-weight: bold;
	border: 1px solid #527487;
	border-left: 1px solid #E2EBED;
	white-space:nowrap;
}
.t_htd a:link, .t_htd a:visited, .t_htd a:active{
	color:#EDF4F8;
	border-bottom:1px dotted #EDF4F8;
}
.t_htd a:hover {
	/*text-decoration: underline;*/
	border-bottom:1px solid #EDF4F8;
}

.t_filters	{
	padding-top: 1px;
	vertical-align: middle;
	height: 28px;
	white-space:nowrap;
	background:#EDF4F8;
}
.t_filters td{
	background:#EDF4F8;
	white-space:nowrap;
}

.t_cont_odd{
	background: #f2f6f7;
}
.t_cont_even{
	background: #fcfeff;
}
.t_td1	{
	padding: 2px 5px 2px 5px;
	color: Black;
	white-space:nowrap;
	border-right: 1px solid #E2EBED;
}
.t_td2	{
	padding: 2px 5px 2px 5px;
	color: Black;
	white-space:nowrap;
	border-right: 1px solid #E2EBED;
}



.table input, .table select {
	border: 1px solid #527487;
	background: White;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	height: 17px;
	font-weight: bold;
	color: Black;
}

.t_buttons{
	/*height: 30px;*/
	padding:10px;
	width:100%;
}

.t_btd {
	text-align:left;
	vertical-align: bottom;
}

.t_btd input {
	border: 2px solid #527487;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	/*height: 17px;*/
	font-weight: bold;
	background: #f2f6f7;
	padding:1px;
	/*margin: 0 10px 0 10px;*/
}
.t_pager{
	width:100%;
}
.t_pager_td {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.t_pager_td a:link, .t_pager_td a:visited, .t_pager_td a:active {
	color: #527487;
	/*text-decoration: underline;*/
}
.t_pager_td a:hover {
	/*color: #ff9933;*/
	/*text-decoration: underline;*/
}


.t_filters .col_first{
	border-left: 1px solid #527487;
}
.t_head .col_first{
	border-left: 1px solid #527487;
}
.t_filters .col_last{
	border-right: 1px solid #527487;
}
.t_filters td{
	border-top: 1px solid #527487;
	white-space:nowrap;
}
.row_last td{
	border-bottom: 1px solid #527487;
}
.t_cont_odd td.col_last,.t_cont_even td.col_last{
	border-right: 1px solid #527487;
}
.t_cont_odd td.col_first,.t_cont_even td.col_first{
	border-left: 1px solid #527487;
}

.tf_text{
	width:100px;
}
.tf_textrange1,.tf_textrange2{
	width:100px;
}

.tf_range1,.tf_range2{
	width:60px;
}

.tf_date1,.tf_date2{
	float:left;
	display:block;
	width:75%;
	height:18px;
	white-space:nowrap;
}
.tf_dateimg1,.tf_dateimg2{
	cursor: pointer;
	display:block;
	white-space:nowrap;
}
.t_link{
	padding:0px !important;
	border:0px !important;
	text-align:center;
}
.t_link *{
	text-align:center;
	border:0px !important;
	height:18px;
}

/* { Calendar*/

	.tDatecpDayColumnHeader,
	.tDatecpYearNavigation,
	.tDatecpMonthNavigation,
	.tDatecpCurrentMonthDate,
	.tDatecpCurrentMonthDateDisabled,
	.tDatecpOtherMonthDate,
	.tDatecpOtherMonthDateDisabled,
	.tDatecpCurrentDate,
	.tDatecpCurrentDateDisabled,
	.tDatecpTodayText,
	.tDatecpTodayTextDisabled,
	.tDatecpText{
		font-size:8pt;
	}
	TD.tDatecpDayColumnHeader{
		text-align:right;
		border-bottom:2px solid #527487;
	}
	.tDatecpCurrentMonthDate,
	.tDatecpOtherMonthDate,
	.tDatecpCurrentDate{
		text-align:right;
		text-decoration:none;
	}
	.tDatecpCurrentMonthDateDisabled,
	.tDatecpOtherMonthDateDisabled,
	.tDatecpCurrentDateDisabled{
		color:#D0D0D0;
		text-align:right;
		text-decoration:line-through;
	}
	.tDatecpCurrentMonthDate{
		color:#6677DD;
		font-weight:bold;
	}
	.tDatecpCurrentDate{
		color: #FFFFFF;
		font-weight:bold;
	}
	.tDatecpOtherMonthDate{
		color:#808080;
	}
	TD.tDatecpCurrentDate{
		color:#FFFFFF;
		background: #527487;
		border:1px solid #000000;
	}
	a.tDatecpCurrentDate{
		/*border:10px solid red;*/
		color:#FFFFFF !important;
	}
	TD.tDatecpCurrentDateDisabled{
	}
	TD.tDatecpTodayText,
	TD.tDatecpTodayTextDisabled{
		border-top:1px solid #527487;
	}
	A.tDatecpTodayText,
	SPAN.tDatecpTodayTextDisabled{
		height:20px;
	}
	A.tDatecpTodayText{
		color:#527487;
		font-weight:bold;
	}
	SPAN.tDatecpTodayTextDisabled{
		color:#D0D0D0;
	}
	.tDatecpBorder{
		border-collapse:separate;
	}
	.tDatecpTd{
		border:2px solid #527487 !important;
	}
	.tDatecpYearNavigation,
	.tDatecpMonthNavigation{
		/*background:#527487 !important;*/
		text-align:center;
		vertical-align:middle;
		text-decoration:none;
		color:#FFFFFF !important;
		font-weight:bold;
	}
	.tDatecpNavigations select{
		background:#527487 !important;
		/*border:1px solid white !important;*/
	}
	.tDatecpNavigations{
		/*background:#527487  !important;*/
		border:none !important;
		color:#FFFFFF !important;
	}
/*}*/

/* } END TABLE */

