@charset "utf-8";

.deposits_search_table a:hover{
  text-decoration: underline;
}

.deposits a:hover{
  text-decoration: underline;
  color: red;
}

.min{

}

.max{

}

.cur_1_color, .cur_1_color_sel{
  background: #fff5c7;
}
.cur_1_color td{
  border-bottom: dashed 1px #fff5c7;
}
.cur_no_color_sel td, .cur_1_color_sel td, .cur_2_color_sel td, .cur_3_color_sel td{
  border-bottom: dashed 1px #167059;
}

.cur_2_color, .cur_2_color_sel{
  background: #effce2;
}
.cur_2_color td{
  border-bottom: dashed 1px #effce2;
}

.cur_3_color, .cur_3_color_sel{
  background: #e5f6ff;
}
.cur_3_color td{
  border-bottom: dashed 1px #e5f6ff;
}

.cur_no_color, .cur_no_color_sel{
  background: none;
}
.cur_no_color td{
  border-bottom: dashed 1px transparent;
}
table.list{
  width:98%;
}
table.list tr.title, table.list th{  background : #FEF7DC; /*#AAFFEE;*/
	color:#167059;
	text-align: center;
	vertical-align: middle;
	font-weight : bold;}
table.list tr.title td{
    border-bottom: solid 1px #167059;
    border-top: solid 1px #167059;
}


.deposits_search_table{
width: 100%;
border-collapse: collapse; /* Линия между ячейками отображается как одна */
border: 1px solid #76786b; /* Параметры рамки вокруг ячеек таблицы */
margin-bottom:20px;
}

.deposits_options_table{
width: 100%;
border-collapse: collapse; /* Линия между ячейками отображается как одна */
margin-top:20px;
}

.deposits_options_table td{
padding-left: 10px;
padding-right: 10px;
border: 1px solid #76786b; /* Параметры рамки вокруг ячеек таблицы */
}

.deposits_td_1{
  border-right: solid 1px #76786b;
  border-top: solid 1px #76786b;
}

.deposits_td_2{

  border-top: solid 1px #76786b;
}


.deposits_top_table{
  width: 100%;
}

.deposits_top_table1 a:hover,.deposits_top_table2 a:hover{
  text-decoration: underline;
}

.deposits_top_table1{
  width: 15%;
}

.bank_info{
  text-align: left;
  background: #fef7dc;

}

.hideshow{	display : none;
}