* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/18px Arial, sans-serif;
	height: 100%;
}
.wrapper {
	min-width: 1000px;
	max-width: 1200px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

a {
	text-decoration: none;
	color: #c63c3c;
}

.aa{
text-decoration: none;
color: black;
}

.tooltip {
      position: fixed;
      padding: 10px 20px;
      /* красивости... */

      border: 1px solid #b3c9ce;
      border-radius: 4px;
      text-align: center;
      font: italic 14px/1.3 arial, sans-serif;
      color: #333;
      background: #fff;
      box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
}

/* Header
-----------------------------------------------------------------------------*/
.header_old {
	height: 90px;
	background: #D8D8D8;
/*	background: linear-gradient(to right, #FFFFFF, #ff7f00);*/
}
.header {
        height: 155px;
        background: #ff7f00;
}


/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	padding: 0 0 100px;
	position: relative;
}
.navi {
        width: 100%;
        position: relative;
        background: #E0E328;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
        background: #D8D8D8;
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.content {
	padding: 0 0 0 0px;
}

.js_warning{
	color: red;
	font-weight: bold;
}

.error{
        color: red;
        font-weight: bold;
	font-size: large;
}
input[type=date]{
   width:60px;
   font-size: 6pt;
}

/*Table
-----------------------------------------------------------------------------*/
.tableprint {
	border-collapse: collapse;
}

.table4 {
        display: block;
        overflow-x: auto;
}

th {
	padding:9px;
        background-color:#87CEFA;
}

td{
        padding: 1px;
}

td2{
        padding: 3px;
}

.td_m{
	padding: 2px;
	text-align: center;
	font-size: 10pt;
}

.td_m_sel1{
        padding: 10px;
        text-align: center;
        background-color:#87CEFA;
        font-size: 10pt;
	font-weight: bold;
}

.td_m_sel2{
        padding: 10px;
        text-align: center;
        background-color:#87CEFA;
	font-size: 18pt;
}

.td_m_end{
	background-color:#00CD00;
	padding:2px 2px 2px 2px;
	/*padding:9px;*/
	text-align:center;
}

.td_red{
        background-color:#DC143C;
        text-align:center;
}

.td_red2{
        background-color:#F08080;
        text-align:center;
}

.td_m_end1{
        background-color:#00CD00;
        text-align:center;
        font-size: 9px;
}

.size1{
        font-size: 9px;
	width: 3em;
}


.tr1{
background-color: #DCDCDC;
}

.tr2{
background-color: #FFFAAF;
}

.tr3{
background-color: #98FB98;
}

.td_profile1 {
background-color: #87CEFA;
padding:9px;
text-align: center;
font-weight: bold;
}

.td_profile2 {
background-color: #E0E328;
padding:9px;
text-align: center;
font-weight: bold;
}


/* dot */
.dot1 {
  height: 14px;
  width: 14px;
  background-color: #F81010;
  border-radius: 50%;
  display: inline-block;
}

.dot2 {
  height: 14px;
  width: 14px;
  background-color: #FFBF00;
  border-radius: 50%;
  display: inline-block;
}

.dot3 {
  height: 14px;
  width: 14px;
  background-color: #06C103;
  border-radius: 50%;
  display: inline-block;
}


/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 250px;
	margin-left: -100%;
	position: relative;
	background: #B5E3FF;
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
	margin: -47px auto 0;
	min-width: 1000px;
	max-width: 1200px;
	height: 47px;
	background: #D8D8D8;
	position: relative;
}
