﻿.result_table
{
	border-collapse: collapse;
	margin-bottom: 15px;
}
.result_table th
{
	/*background: url(../images/th_bg.png) repeat-x;*/
	background: url("../images/th_bg_dark.png") repeat-x; /*color: #1f3d71;*/
	color: #FFFFFF;
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
}
/* .result_table td:first-child
{
	background: url(../images/td_bg.png) repeat-y;
	color: #1f3d71;
	background-size: contain;
} */
.result_table td
{
	/*background: #fdfdff;*/
	background: #ADC4E1;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 0 0 0 15px;
	color: #293f68;
}
.result_table td a
{
	font: 12px Arial, Helvetica, sans-serif;
	color: #293f68;
	text-decoration: none;
}
.result_table .open_list
{
	cursor: pointer;
	height: 30px;
}
.result_table .open_list1
{
	height: 27px;
}
.result_table .selected_tr td
{
	background: url(../images/tr_select_bg_dark.png) repeat !important;
	color: #1f3d71;
}
.result_table .open_list td:first-child, .result_table .open_list1 td:first-child a
{
	font-weight: bold;
}
/* .result_table .open_list1 td:first-child
{
	background: url(../images/td_open_bg.png) repeat-y !important;
	background-size: contain;
	font: 11px Arial, Helvetica, sans-serif;
	padding: 0 0 0 15px;
	color: #6c87b5;
} */
.result_table .open_list1 td
{
	/*background: #ececec; */
	background: #E5ECF5;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 0 0 0 15px; /*color: #293F68;*/
	color: #00153E;
}
.result_table td:last-child
{
	padding: 0;
}



/**/
.open_list_details td
{
	padding: 0;
}
.open_list_details table
{
	width: 100%;
	border-collapse: collapse;
}

/*from html to css*/
.result_table .col1
{
	width: 296px;
}
.result_table .col2
{
	width: 57px;
}
.result_table .col3
{
	width: 187px;
}
.result_table .col4
{
	
}
.result_table .col5
{
	width: 70px;
}
