﻿body {
	background-color: #5d5c67;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
}

table.form {
	background-color: #e2e9e8;
	border: 8px solid #212f54;
}
td {
	text-align: center;
}
th {
	padding: 0px;	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #212f54;
	line-height: 160%;
}

caption {
	color: white;
	font-weight: bolder;
	font-size: 30px;
	padding: 30px;
}

fieldset {
	text-align:right;
	border: 1px solid white;
	padding:15px 5px 15px 5px ;
	display:inline-block;
	margin-bottom: 10px;
	
}

select, input, label{
	margin: 2px 5px 2px 5px;
}

input {
	width: 160px;
}

input.checkbox {
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
label.checkbox {
	margin-right: 0px
}


legend{
	color: #212f54;
}

table.pairsTable{
	border: 4px solid #212f54;
	width: 95%;
}

table.pairsTable td, table.pairsTable th{
	background-color: #f0ffff;
	margin: 1px;
	padding: 4px 2px 4px 2px ;
	font-size: 12px;
	text-align: left;
}
table.pairsTable tr.ST td{
		background-color: #daf3e5;
}
table.pairsTable tr.LA td{
		background-color: #ffede5;
}
table.pairsTable th{
	padding-top: 20px;
	text-align: center;
}
table.pairsTable th.LA{
	background:#ffc1aa;
		font-size: 18px;
		font-weight: bold;
}
table.pairsTable th.ST{
	background:#84d6a8;
		font-size: 18px;
		font-weight: bold;

}

/*****************************************/
/***Оформление диалогового окна ************/
/*****************************************/
div.dialog {
	position: absolute;
	background: #e2e9e8;
	border: 3px outset #eef0f0;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	display: none;
	font-size: 14px;	

}
div.dialog table.header{
	background: #1aa4ba;
	color: white;
	width: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	font-weight: bold;
	cursor: move;
	padding: 0px;
}
div.dialog table.header a{
	color: white;
}
div.dialog legend{
	color: black;
	border-color: black;
	font-size: 11px;
}
div#FormMessag{
	padding: 7px 5px 7px 5px;
}
div.dialog a.cmenu{
	font-size: 10px;
	display: block;
	margin: 5px;
	width: 90%;
	background: #fdf5e6;
	padding: 3px;
	text-decoration: none;
	
}