body {
  background: #E7E7E7;
  background: #fff;
  background: #E6F0F9;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  color: black;
  height: 100%;
  margin: 0px;
}

.header {
  background: URL(/3BS/Img/skybg2.jpg) #dcdcdc;
  color: black;
  color: #fff;
  padding-bottom: 12px;
}

.header_title {
  font-size: 42px;
  font-family: "HelveticaNeueLight", Helvetica, Arial, sans-serif;
  margin-top: 10px;
  margin-bottom: 40px;
  text-align: center;
}

.header_helper {
  width: 60%;
  font-size: 17px;
  font-family: "HelveticaNeueLight", Helvetica, Arial, sans-serif;
  margin-top: 15px;
  margin-left: 21%;
  text-align: left;
  color: #fff;
}

.about_title {
  font-size: 22px;
  font-family: "HelveticaNeueLight", Helvetica, Arial, sans-serif;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
}

textarea, input {
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
}

.header2 {
  background: URL(/3BS/Img/skybg2.jpg) #dcdcdc;
  color: #fff;
  padding-bottom: 10px;
}

.header_title2 {
  font-size: 36px;
  font-family: "HelveticaNeueLight", Helvetica, Arial, sans-serif;
  margin-top: 2px;
  margin-bottom: 2px;
  text-align: center;
}

.title_inner {
  font-size: 28px;
  font-family: "HelveticaNeueLight", Helvetica, Arial, sans-serif;
  margin-top: 20px;
  margin-bottom: 8px;
  margin-left: 40px;
}

.message {
  font-size: 18px;
  font-family: "HelveticaNeueLight", Helvetica, Arial, sans-serif;
  margin-top: 20px;
  margin-left: 40px;
}

.help {
  font-size: 16px;
  font-family: "HelveticaNeueLight", Helvetica, Arial, sans-serif;
  padding: 10px;
  background: #fff;
  border: 1px solid black;
}

.table {
  width: 95%;
  border-collapse: collapse;
  margin-left:auto;
  margin-right:auto;
}

.table th {
  font-size: 16px;
  font-family: "HelveticaNeueBold", Helvetica, Arial, sans-serif;
  padding: 12px 24px;
  border-top: 3px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.table td {
  font-size: 15px;
  padding: 12px 24px;
  border-bottom: 1px solid #ccc;
}

A:link {
   color: #8b008b;
   color: blue;
   text-decoration: none;
}
  A:visited {
     color:  #00008b;
     color: blue;
     text-decoration: none;
  }
  A:hover {
     text-decoration : underline;
  }
  A:active {
     color: #009acd;
     text-decoration: none;
  }

/* класс nocolor: при наведении на картинку сменить #BEBEFF на фон HEADER */
A:hover.nocolor {
  background: URL(/3BS/Img/skybg2.jpg) #dcdcdc;
}

input[type=text] {
   border-radius: 5px;
   border-width: 0px;
   font-family: "HelveticaNeueLight", Helvetica, Arial, sans-serif;
   padding: 4pt;
   color: #000;
   background-color: #fff;
   box-shadow: 0 0 2px rgba(0,0,0,0.5);
}

input[type=button] {
   border-radius: 5px;
   border-width: 0px;
   font-family: "HelveticaNeueLight", Helvetica, Arial, sans-serif;
   font-size: 80%;
   padding: 4pt;
   color: #000;
   color: #770077;
   color: #0000ff;
   background-color: #CEE0FF;
   box-shadow: 0 0 2px rgba(0,0,0,0.5);
}

/* ------- Для кнопки "Просмотр" show/hide --------------*/
.del { display: none; }
.del:not(:checked) + label + * { display: none; }

/* вид CSS кнопки */
.del:not(:checked) + label,
.del:checked + label {
	display: inline-block;
	padding: 2px 10px;
	border-radius: 2px;
	color: red;
	color: #e36443;
	color: IndianRed;
	color:#4682B4; /* SteelBlue */
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer; }
.del:checked + label {
	color: #e36443;
	color: #007700;
	color: IndianRed;
	color:#4682B4; /* SteelBlue */
	text-decoration: underline;
}
