body {
  margin: 0;
  padding: 0;
    background: #FFFFFA;
    font: 0.75em/170% 'Helvetica',Helvetica Neue,Arial,sans-serif;
    color:  #555;
}


a, a:hover {
  color: #333;
  
}


#nav {
  width: 90%;
  height: 10px;
  float: right;
  line-height: 20px;
}

#nav ul {
  float: left;
}

#nav ul, #nav li {
  margin: 0px 0px 0px 0px;
  list-style: none;
  padding: 0;
}

#nav li {
  float: left;
  font-size: 12px;
  padding: 0 40px;
  text-transform: uppercase;
  
}

#nav li a {
  color: #555;
  text-decoration: none;
  text-shadow:0 1px 0 #ffffff;
  
}

#nav li ul { /* second-level lists */
  position: absolute;
  background: #F0F0F0;
  z-index: 101;
  width: 200px;
  margin-left: -20px;
  left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul a {
  color: #fff;
  text-transform: none;
  text-shadow: none;
  
}

#nav li ul ul { /* third-and-above-level lists */
  margin: -30px 0 0 180px;
}

#nav li ul li {
  width: 180px;
  border-right: none;
  line-height: 30px;
}

#nav li:hover{
  background: #66FFCC;
}

#nav ul:hover a:hover {
  background: #66FFCC;
}

#nav li:hover a, #nav li.active a {
  color: #000;
}

#nav li ul li:hover, #nav li ul li.active {
  background: none;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
  left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
  left: auto;
}

a img{border: none;}


h3 { font-size: 16px; text-align: center; }
table.one { border-collapse: collapse; margin: 0px auto; background: #C6E6E6; border: 0px; }
td { padding: 4px; }
input { width: auto; border: solid 1px #CCCCCC; }
textarea { width: 50px; height: 100px; border: solid 1px #CCCCCC; }
.buttons { width: auto; border: double 1px #666666; background: #D6D6D6; }

table.bedzak {
        padding: 0.5ex;
        border: 0px solid #cc44cc;
        line-height: 1.0;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        -khtml-border-radius: 15px;
        border-radius: 10px;
        text-indent: 1px; /* о<D1> <EF><D4><D3><D5><D4><D0> <C1><C2><DA><C1><C3><C1> */
        background: #f41234;

	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.1, #45E8AF),
	color-stop(0.5, #9AD9CF),
	color-stop(1, #63C966)
);
background-image: -o-linear-gradient(bottom, #45E8AF 10%, #9AD9CF 50%, #63C966 100%);
background-image: -moz-linear-gradient(bottom, #45E8AF 10%, #9AD9CF 50%, #63C966 100%);
background-image: -webkit-linear-gradient(bottom, #45E8AF 10%, #9AD9CF 50%, #63C966 100%);
background-image: -ms-linear-gradient(bottom, #45E8AF 10%, #9AD9CF 50%, #63C966 100%);
background-image: linear-gradient(to bottom, #45E8AF 10%, #9AD9CF 50%, #63C966 100%);

white-space: -moz-pre-wrap; /* Mozilla, на~Gина~O ~A 1999 года */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}


.simple-little-table {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:18px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
#	margin:10px;
	border:#cdc 5px solid;
	border-collapse:separate;
 
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
 
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
 
.simple-little-table th {
	font-weight:bold;
	padding:11px 15px 12px 15px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;
 
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.simple-little-table th:first-child{
	text-align: left;
	padding-left:20px;
}
.simple-little-table tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.simple-little-table tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
.simple-little-table tr{
	text-align: left;
	padding-left:10px;
}
.simple-little-table tr td:first-child{
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
.simple-little-table tr td {
	padding:18px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF0F5), to(#FFF0F5));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.simple-little-table tr:nth-child(even) td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFAF0), to(#FFFAF0));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.simple-little-table tr:last-child td{
	border-bottom:0;
}
.simple-little-table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.simple-little-table tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.simple-little-table tr:hover td{
	background: #a2a2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#BFEFFF), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #BFEFFF,  #f0f0f0);	
}
 
.simple-little-table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
.simple-little-table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
.simple-little-table a:active,
.simple-little-table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}

   #footer {
    position: fixed; /* Фиксированное положение */
    left: 0; bottom: 0; /* Левый нижний угол */
    padding: 3px; /* Поля вокруг текста */
#background: #39b54a; /* Цвет фона */
#background: blue; /* А это работает */
background: rgba(100, 205, 110, 0.5);
    color: #000; /* Цвет текста */
    width: 100%; /* Ширина слоя */
   }

.linkButton {
    background: none;
    border: none;
    color: #00000F;
    font-weight: bold;
    vertical-align: middle
    text-decoration: underline;
    cursor: pointer;
    word-wrap: break-word;
}
