/* Стили для заебачих табличек */

.list_table {
	color:#333;
	font-style : normal;
	font-size: 1rem;
	background-color : #e31e25;
	border-spacing: 1px;
}

TABLE.list_table caption {
	height : 30px;
	text-align: left;
	color: #000000;
	font-size:20px;
	font-weight:400;
	line-height:normal;	
}

TABLE.list_table caption div {
	width: 95%;
	color: #4D78A0;
	font-size:20px;
	font-weight:400;
	line-height:normal;	
}

TABLE.list_table TR TD {
	height: 20px;
	padding: 5px;
	background-color: #ffffff;
	vertical-align:middle;
}

TABLE.small_height TR TD {
	height: 20px;
}

TABLE.list_table TR TH {
	height: 30px;
	line-height: 25px;
	padding: 5px;
	background-color : #e31e25;
	text-align: left;
	font-weight: bolder;
	color: #ffffff;
	border: #ffffff;
}

TABLE.list_table TR TH {
	border-right-style: solid;
	border-bottom-style: solid;
	border-width: 1px;
}

.form_table {
	border: 0px;
	margin: 5px 0px 5px 0px;
}

table.form_table TR TD {
	height: 30px;
	padding: 0;
	vertical-align: middle;
}

table.form_table caption {
	height: auto;
	text-align: left;
}

/*для вертикальных границ*/
TABLE.vertical_border {
    border-spacing: 0px;   
}

TABLE.vertical_border > tbody > TR > TD {
    border-right: 1px solid #000000;
}